diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-03-09 14:06:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-03-09 14:06:03 +0000 |
commit | 81e777e80ba8c52d3a854364bbca0b8c055be8e9 (patch) | |
tree | 63d99ead98691c9ec15ea6ba34d5603f67595610 /net/oinkmaster/Makefile | |
parent | b1af74a0174b07e3c5ccf9721810278d65ddf103 (diff) | |
download | pkgsrc-81e777e80ba8c52d3a854364bbca0b8c055be8e9.tar.gz |
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?!)
Diffstat (limited to 'net/oinkmaster/Makefile')
-rw-r--r-- | net/oinkmaster/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile index 900456316a6..3c247d00c8c 100644 --- a/net/oinkmaster/Makefile +++ b/net/oinkmaster/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/03/09 14:06:03 adrianp Exp $ -DISTNAME= oinkmaster-1.2 -PKGREVISION= 2 +DISTNAME= oinkmaster-2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/} @@ -30,7 +29,7 @@ SUBST_STAGE.pub= post-patch SUBST_FILES.pub= oinkmaster.pl oinkmaster.conf oinkmaster.1 SUBST_SED.pub= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g" \ -e "s|/usr/local|${PREFIX}|g" -SUBST_MESSAGE.pub= "Fixing harcoded paths." +SUBST_MESSAGE.pub= Fixing harcoded paths. INSTALLATION_DIRS= bin share/snort/rules |