Commit graph

10 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
adrianp
5b585238b2 - Update oinkmaster to nb1
- Fix SUBST_* to get it working in the right order
- Change location of oinkmaster.conf
- Update MESSAGE to show where oinkmaster.conf is now stored
- Depend on the snort{-pgsql,-mysql} package
- Automagically ${LN} files instead of just telling the user to do it
- Whitespace police
2005-05-02 10:48:16 +00:00
adrianp
963f698142 - Update to oinkmaster 1.2
- Fix ln => ${LN} in MESSAGE
- From the ChangeLog:
> o Slightly improved modifysid/template documentation and examples.
>   For example, added a new template to disable a SID but only if it has
>   a specific revision number so you can disable a rule temporarily and
>   automatically start using it again if it becomes updated. Thanks to
>   Russell Fulton for this suggestion.
> o Suppress warnings about non-matching modifysid expressions when
>   running in super quiet mode (-Q).
> o Permit .tgz suffix for rules archive.
> o Permit filename as argument to modifysid (and use_template) to apply
>   a substitution expression on all rules in the specified files(s).
> o You can now download multiple rules archives from different URLs at
>   the same time, either by specifying several -u <url> on the command
>   line or by using several url=<url> directives in the Oinkmaster
>   configuration file(s). See the default oinkmaster.conf and the FAQ
>   for more information.
> o Many updates to the FAQ, especially regarding how to update rules
>   from multiple sources. Also added info about how to use Oinkmaster
>   after Sourcefire changed the license of the rules.
> o Because of the license change, no URL is specified in the default
>   oinkmaster.conf anymore. You will have to follow the instructions
>   in there and activate the requested URL(s).
> o modifysid/use_template statements of all types will now be processed
>   in the exact order as specified in the config file. Previously, all
>   the wildcards were processed last.
> o Slightly improved error handling when running under Windows.
> o Removed some useless buttons and changed default URL list in the GUI.
> o Misc other minor fixes.
2005-04-27 19:50:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
adrianp
18b38c6ed5 - Update oinkmaster to 1.1
- Tidy up of package
- New homepage on SourceForge
- Install man page, extra examples and extra doco
- Lots of change/bugfixes see:
	http://oinkmaster.sourceforge.net/changelog.shtml
2004-12-29 13:53:31 +00:00
xtraeme
5493bbb91f Initial import of oinkmaster-0.8, from pkgsrc-wip packaged by Adrian
Portelli with minor changes by me.

Oinkmaster is simple Perl script released under the BSD license to help you
update/manage your Snort 2.0+ rules and comment out the unwanted ones after
each update (among other things). It will tell you exactly what had changed
since the last update, hence giving you good control of your rules.
Oinkmaster can be used to manage the official rules from www.snort.org, but
can just as well be used for managing your homemade rules and distribute
them between sensors.
2004-04-20 09:36:09 +00:00