summaryrefslogtreecommitdiff
path: root/net/oinkmaster
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-04-27 19:50:48 +0000
committeradrianp <adrianp>2005-04-27 19:50:48 +0000
commit9dc660555d4bd08bf6c39f8e1fe3723a8a27e199 (patch)
treea1b3c90bdbb5631350d1a81cc6498c342c5c03b4 /net/oinkmaster
parent57c3c521068966076ac96ba84d72c60aad000aa1 (diff)
downloadpkgsrc-9dc660555d4bd08bf6c39f8e1fe3723a8a27e199.tar.gz
- 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.
Diffstat (limited to 'net/oinkmaster')
-rw-r--r--net/oinkmaster/MESSAGE6
-rw-r--r--net/oinkmaster/Makefile5
-rw-r--r--net/oinkmaster/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/net/oinkmaster/MESSAGE b/net/oinkmaster/MESSAGE
index 291dfbbc8cb..08c20a5394b 100644
--- a/net/oinkmaster/MESSAGE
+++ b/net/oinkmaster/MESSAGE
@@ -1,14 +1,14 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/04/20 09:36:09 xtraeme Exp $
+$NetBSD: MESSAGE,v 1.2 2005/04/27 19:50:48 adrianp Exp $
You will receive two false positives about classification.config and
reference.config as oinkmaster expects these files to be in
${PREFIX}/share/snort/rules. To resolve this enter the following
commands:
- ln -s ${PKG_SYSCONFDIR}/snort/classification.config \
+ ${LN} -s ${PKG_SYSCONFDIR}/snort/classification.config \
${PREFIX}/share/snort/rules/classification.config
- ln -s ${PKG_SYSCONFDIR}/snort/reference.config \
+ ${LN} -s ${PKG_SYSCONFDIR}/snort/reference.config \
${PREFIX}/share/snort/rules/reference.config
===========================================================================
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile
index 66f396515dd..f49ce8ae3a9 100644
--- a/net/oinkmaster/Makefile
+++ b/net/oinkmaster/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/27 19:50:48 adrianp Exp $
-DISTNAME= oinkmaster-1.1
+DISTNAME= oinkmaster-1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/}
@@ -22,6 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/oinkmaster
DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ
REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl
+MESSAGE_SUBST+= LN=${LN}
SUBST_CLASSES= pub
SUBST_STAGE.pub= post-patch
diff --git a/net/oinkmaster/distinfo b/net/oinkmaster/distinfo
index e3a8f7c62a8..ed2f56e906a 100644
--- a/net/oinkmaster/distinfo
+++ b/net/oinkmaster/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:57 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/04/27 19:50:48 adrianp Exp $
-SHA1 (oinkmaster-1.1.tar.gz) = be216566653352782615a752993968246c4ee102
-RMD160 (oinkmaster-1.1.tar.gz) = bb4e58007a5f67ad2ca9a886013b6c9764e05abd
-Size (oinkmaster-1.1.tar.gz) = 69947 bytes
+SHA1 (oinkmaster-1.2.tar.gz) = d4628e9c42e635aaaf90f8c9b2dfdcd5db618ed4
+RMD160 (oinkmaster-1.2.tar.gz) = 74dcd25477b24af4e64100cc51b70416e8f5a1ec
+Size (oinkmaster-1.2.tar.gz) = 75512 bytes