Commit graph

21 commits

Author SHA1 Message Date
wiz
0d76aa6869 Set LICENSE. 2010-12-23 22:19:34 +00:00
joerg
a3d28aa359 DESTDIR support 2010-02-11 22:24:33 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
adrianp
47dbe45fb8 PKGREVISION--
No change in default behaviour so we don't need to bump this.
2008-12-08 13:06:04 +00:00
adrianp
56e1b071d4 Oinkmaster can either use external tools or Perl modules to do it's job
so expose this via options.mk
Silence SUBST_SED pkglint warning
PKGREVISION++
2008-12-08 13:05:22 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
adrianp
06c5666ddd Update to 2.0
> o Major version bump to celebrate that Oinkmaster has now turned 5
>   years old!
> o When using the -U argument to merge new variables, you can now also
>   specify -S <file> to specify which files in the downloaded rules
>   archive(s) to search for new variables. If -S is not specified, only
>   snort.conf is searched, just like before. As usual, no variable
>   merge is done unless -U is specified. You may specify multiple
>   -S <file> arguments to search for variables in multiple files, e.g.
>   "... -S snort.conf -S foo.conf ...".
> o Handle multi-line variable definitions when merging variables.
> o Obfuscate the oinkcode when printing URLs, unless running in verbose
>   mode.
> o Added ability to grab rules files from a local directory by
>   specifying dir://<directory> as URL.
> o Suppress warnings about using modifysid on non-existent SIDs when
>   running in quiet mode.
> o Added some modifysid sanity checks
> o Added Q33 to the FAQ on how to disable all rules by default and
>   only activate specific ones, with example how to automatically
>   update only a few selected rules from Bleeding Snort.
> o Other documentation updates.
> o Misc improvements to the config file parser.
> o You can now set the HTTP User-Agent header string for Oinkmaster by
>   specifying "user_agent = ..." in oinkmaster.conf. The default
>   User-Agent string is unchanged, i.e. the string that LWP or wget set
>   it to by default. Based on patch from Derek Edwards.
> o Make contrib/addmsg.pl handle some multi-line statements.
> o contrib/create-sidmap.pl:
>   - don't ignore rules that are commented out
>   - ignore the file deleted.rules by default (you don't use it, do you?!)
2006-03-09 14:06:03 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
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