From 0a77ceb94bf5444d96917572763cbf2fa525d829 Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 9 Mar 2006 14:06:03 +0000 Subject: 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 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 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:// 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?!) --- net/oinkmaster/Makefile | 7 +++---- net/oinkmaster/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'net/oinkmaster') 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 diff --git a/net/oinkmaster/distinfo b/net/oinkmaster/distinfo index ed2f56e906a..0086c46aff4 100644 --- a/net/oinkmaster/distinfo +++ b/net/oinkmaster/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/04/27 19:50:48 adrianp Exp $ +$NetBSD: distinfo,v 1.5 2006/03/09 14:06:03 adrianp Exp $ -SHA1 (oinkmaster-1.2.tar.gz) = d4628e9c42e635aaaf90f8c9b2dfdcd5db618ed4 -RMD160 (oinkmaster-1.2.tar.gz) = 74dcd25477b24af4e64100cc51b70416e8f5a1ec -Size (oinkmaster-1.2.tar.gz) = 75512 bytes +SHA1 (oinkmaster-2.0.tar.gz) = 01a0d774195670a11af5ff3e302773d962b34224 +RMD160 (oinkmaster-2.0.tar.gz) = a3292cfc2e6b175008a7172be5809ca6e2fc85b7 +Size (oinkmaster-2.0.tar.gz) = 80111 bytes -- cgit v1.2.3