pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Update to 2.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43a2c32cf710
branches:  trunk
changeset: 509363:43a2c32cf710
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Mar 09 09:37:44 2006 +0000

description:
Update to 2.4.4
This includes the fix for:
        http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0839
> +2006-02-20 Steven Sturges <ssturges%sourcefire.com@localhost>
> +    * src/preprocessors/spp_frag3.c:
> +    * configure.in:
> +      Fix ip options handling.  Thanks to Vyacheslav Burdjanadze for
> +      finding the issue.
> +
> +2006-01-09 Steven Sturges <ssturges%sourcefire.com@localhost>
> +    * src/sfutil/mwm.c:
> +      Fixed bug with multiple recurring patterns in Wu-Manbher implementation.
> +      Thanks to Evan Stawnyczy for pointing it out an Marc Norton for the
> +      fix.
> +    * src/parser/IpAddrSet.c:
> +      Fixed problem with parsing conf file and rules when DNS is not working.
> +      Thanks Martin Olsson for mentioning this and testing the fix.
> +    * src/preprocessors/spp_perfmonitor.c:
> +    * src/preprocessors/perf-base.c:
> +      Handle wrapping on 64-bit platforms
> +
> +2005-11-17 Andrew Mullican <amullican%sourcefire.com@localhost>
> +    * src/sfutil/sfxhash.c:
> +    * src/preprocessors/portscan.c:
> +      Add tracker without using bogus data, to avoid internal buffer overrun.
> +      Thanks Sandro Poppi for the find.
> +
> +2005-11-11 Steven Sturges <ssturges%sourcefire.com@localhost>
> +    * src/snort.c:
> +      Allow value of 0 to be used with -G flag
> +    * src/preprocessors/spp_bo.c:
> +      Code Cleanup
> +    * src/preprocessors/spp_frag3.c:
> +      Fix memory leak and mishandling of IP Options.  Thanks Yin
> +      Zhaohui for the find.

diffstat:

 net/snort-mysql/Makefile  |  3 +--
 net/snort-pgsql/Makefile  |  3 +--
 net/snort/Makefile.common |  6 +++---
 net/snort/distinfo        |  8 ++++----
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (66 lines):

diff -r 8639e05ff172 -r 43a2c32cf710 net/snort-mysql/Makefile
--- a/net/snort-mysql/Makefile  Thu Mar 09 05:29:56 2006 +0000
+++ b/net/snort-mysql/Makefile  Thu Mar 09 09:37:44 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:31 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/03/09 09:38:42 adrianp Exp $
 
 .include "../../net/snort/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-mysql-/}
-PKGREVISION=   3
 
 COMMENT=       Network Intrusion Detection System (with MySQL support)
 
diff -r 8639e05ff172 -r 43a2c32cf710 net/snort-pgsql/Makefile
--- a/net/snort-pgsql/Makefile  Thu Mar 09 05:29:56 2006 +0000
+++ b/net/snort-pgsql/Makefile  Thu Mar 09 09:37:44 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:10:31 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/09 09:39:15 adrianp Exp $
 
 .include "../../net/snort/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION=   2
 
 COMMENT=       Network Intrusion Detection System (with PostgreSQL support)
 
diff -r 8639e05ff172 -r 43a2c32cf710 net/snort/Makefile.common
--- a/net/snort/Makefile.common Thu Mar 09 05:29:56 2006 +0000
+++ b/net/snort/Makefile.common Thu Mar 09 09:37:44 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.31 2006/01/03 17:34:40 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.32 2006/03/09 09:37:44 adrianp Exp $
 #
 
-DISTNAME=              snort-2.4.3
+DISTNAME=              snort-2.4.4
 CATEGORIES=            net security
 MASTER_SITES=          http://www.snort.org/dl/current/ \
                        ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
@@ -54,7 +54,7 @@
 SUBST_FILES.paths=     etc/snort.conf src/snort.c
 SUBST_SED.paths=       -e "s|@PREFIX@|${PREFIX}|g" \
                        -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.cgi=     "Fixing paths."
+SUBST_MESSAGE.cgi=     Fixing paths.
 
 post-install:
        @${CP} ${WRKSRC}/etc/snort.conf ${WRKSRC}/etc/snort.conf.default
diff -r 8639e05ff172 -r 43a2c32cf710 net/snort/distinfo
--- a/net/snort/distinfo        Thu Mar 09 05:29:56 2006 +0000
+++ b/net/snort/distinfo        Thu Mar 09 09:37:44 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2006/02/16 20:45:51 joerg Exp $
+$NetBSD: distinfo,v 1.34 2006/03/09 09:37:44 adrianp Exp $
 
-SHA1 (snort-2.4.3.tar.gz) = 5b38b558b73252c048f23dba2499bcd902ebdd9e
-RMD160 (snort-2.4.3.tar.gz) = 1cba0a9d843da1cfa8c8dbaae5b18a16574cb7d2
-Size (snort-2.4.3.tar.gz) = 2733590 bytes
+SHA1 (snort-2.4.4.tar.gz) = 80783bfae2854c8cb9d604747251ba584522a053
+RMD160 (snort-2.4.4.tar.gz) = 5c0ff9aafdb083438cb10e82bdcdba43f806f86e
+Size (snort-2.4.4.tar.gz) = 2825187 bytes
 SHA1 (patch-aa) = 0ab8a524a1e78545cb2f6875cc1da7d0e848b3cd
 SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e
 SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38



Home | Main Index | Thread Index | Old Index