pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/oinkmaster - Update to oinkmaster 1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/998e72b9dd23
branches: trunk
changeset: 493126:998e72b9dd23
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Wed Apr 27 19:50:48 2005 +0000
description:
- 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:
net/oinkmaster/MESSAGE | 6 +++---
net/oinkmaster/Makefile | 5 +++--
net/oinkmaster/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r d4969bd94738 -r 998e72b9dd23 net/oinkmaster/MESSAGE
--- a/net/oinkmaster/MESSAGE Wed Apr 27 18:59:05 2005 +0000
+++ b/net/oinkmaster/MESSAGE Wed Apr 27 19:50:48 2005 +0000
@@ -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 -r d4969bd94738 -r 998e72b9dd23 net/oinkmaster/Makefile
--- a/net/oinkmaster/Makefile Wed Apr 27 18:59:05 2005 +0000
+++ b/net/oinkmaster/Makefile Wed Apr 27 19:50:48 2005 +0000
@@ -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 @@
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 -r d4969bd94738 -r 998e72b9dd23 net/oinkmaster/distinfo
--- a/net/oinkmaster/distinfo Wed Apr 27 18:59:05 2005 +0000
+++ b/net/oinkmaster/distinfo Wed Apr 27 19:50:48 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index