diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-08-03 19:30:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-08-03 19:30:16 +0000 |
commit | bb36a834535fa07429c1219917cbc4469032c952 (patch) | |
tree | 0c655a7f32272bfc555c18ac4c2ae33a89f85408 /net/snort | |
parent | 17a5807f160c02de0563d3e0c64d2b9f9a551ba1 (diff) | |
download | pkgsrc-bb36a834535fa07429c1219917cbc4469032c952.tar.gz |
Set MAKE_JOBS_SAFE=NO
Fix non-priv'ed builds which should fix PR 39260
2008-07-24 - Snort 2.8.2.2
[*] Improvements
* Fix issue with evaluating PCRE rule options with /U modifier that
are followed by a relative content rule option.
* Fix issue with dsize range check.
2008-06-12 - Snort 2.8.2.1
[*] Improvements
* Fix support for pass rules that sometimes did not take precedence
over alert and/or drop rules.
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 11 | ||||
-rw-r--r-- | net/snort/PLIST | 3 | ||||
-rw-r--r-- | net/snort/distinfo | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index cb05dd4592b..9056e13e745 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2008/06/11 13:00:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.39 2008/08/03 19:30:16 adrianp Exp $ # -DISTNAME= snort-2.8.1 +DISTNAME= snort-2.8.2.2 CATEGORIES= net security MASTER_SITES= http://www.snort.org/dl/current/ \ http://www.snort.org/dl/old/ @@ -29,6 +29,7 @@ PKG_GROUPS_VARS+= SNORT_GROUP PKG_USERS_VARS+= SNORT_USER FILES_SUBST+= SNORT_USER=${SNORT_USER:Q} SNORT_GROUP=${SNORT_GROUP:Q} BUILD_DEFS+= VARBASE +MAKE_JOBS_SAFE= NO OWN_DIRS_PERMS= ${VARBASE}/log/snort ${SNORT_USER} ${SNORT_GROUP} 700 DOC_FILES= BUGS INSTALL NEWS PROBLEMS README TODO USAGE WISHLIST @@ -56,6 +57,12 @@ SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g" SUBST_SED.paths+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.paths= Fixing paths. +SUBST_CLASSES+= installp +SUBST_STAGE.installp= post-extract +SUBST_FILES.installp= src/dynamic-preprocessors/ssl/Makefile.in +SUBST_SED.installp= -e "s|@INSTALL@|${INSTALL} -c|g" +SUBST_MESSAGE.installp= Fixing INSTALL options. + SUBST_CLASSES+= install SUBST_STAGE.install= post-configure SUBST_FILES.install= src/dynamic-preprocessors/ftptelnet/Makefile diff --git a/net/snort/PLIST b/net/snort/PLIST index f84f87a4f76..dcd7fc649ac 100644 --- a/net/snort/PLIST +++ b/net/snort/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2008/05/25 23:49:07 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.28 2008/08/03 19:30:16 adrianp Exp $ bin/snort lib/snort_dynamicengine/libsf_engine.la lib/snort_dynamicrules/lib_sfdynamic_example_rule.la @@ -31,6 +31,7 @@ share/doc/snort/README.asn1 share/doc/snort/README.csv share/doc/snort/README.database share/doc/snort/README.dcerpc +share/doc/snort/README.decoder_preproc_rules share/doc/snort/README.decode share/doc/snort/README.dns share/doc/snort/README.event_queue diff --git a/net/snort/distinfo b/net/snort/distinfo index e667dc6398d..3b1bfb48870 100644 --- a/net/snort/distinfo +++ b/net/snort/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2008/06/21 21:44:21 joerg Exp $ +$NetBSD: distinfo,v 1.45 2008/08/03 19:30:16 adrianp Exp $ -SHA1 (snort-2.8.1.tar.gz) = 1551ffc7bf60f5330304f3f222fa4f7c4929f5c5 -RMD160 (snort-2.8.1.tar.gz) = cb7cc76c07abbfdddcb4b3a5b5fc39371faf0a0c -Size (snort-2.8.1.tar.gz) = 4320384 bytes +SHA1 (snort-2.8.2.2.tar.gz) = a361cf796a425d3217ad0bfb860f0ec80098ed58 +RMD160 (snort-2.8.2.2.tar.gz) = 965fb3caa1e4962e4d3ac361d1cdf1f5b20fb025 +Size (snort-2.8.2.2.tar.gz) = 4374606 bytes SHA1 (patch-aa) = 4fe3bb6a40aea972249e4b21b7142b548c761978 SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38 |