diff options
author | sergei <sergei@FreeBSD.org> | 2005-10-19 00:32:10 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-10-19 00:32:10 +0800 |
commit | 1fd55b2ba6afdf13ef916dfc2cc5d168776be840 (patch) | |
tree | 6537038843516e6c93c86a9589186ed09b944d84 /security/snort | |
parent | 6c8e2d8734a2e18806a23beee15426642811ddf5 (diff) | |
download | freebsd-ports-gnome-1fd55b2ba6afdf13ef916dfc2cc5d168776be840.tar.gz freebsd-ports-gnome-1fd55b2ba6afdf13ef916dfc2cc5d168776be840.tar.zst freebsd-ports-gnome-1fd55b2ba6afdf13ef916dfc2cc5d168776be840.zip |
- Update to 2.4.3, which includes a fix for a potential buffer overflow
in the Back Orifice preprocessor.
- Transfer maintainership to the submitter, who seems to be tracking
Snort development much closer than I do, and submitted most of
the Snort update PRs in last couple of years
PR: ports/87628
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 4 | ||||
-rw-r--r-- | security/snort/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 169c3f12abd7..e03ff8c14033 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -6,11 +6,11 @@ # PORTNAME= snort -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ -MAINTAINER= sergei@FreeBSD.org +MAINTAINER= question+fbsdports@closedsrc.org COMMENT= Lightweight network intrusion detection system LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre diff --git a/security/snort/distinfo b/security/snort/distinfo index 7ccbeb477c6e..26b382d17ac0 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,4 +1,4 @@ -MD5 (snort-2.4.1.tar.gz) = 7b7d36e063a674fd9cc324969012f32a -SIZE (snort-2.4.1.tar.gz) = 2695304 -MD5 (snort-2.4.1.tar.gz.sig) = 8e8e5315623efc1250c59fbd6d551393 -SIZE (snort-2.4.1.tar.gz.sig) = 65 +MD5 (snort-2.4.3.tar.gz) = 5c3c8c69f2459bbe0c1f2057966c88a7 +SIZE (snort-2.4.3.tar.gz) = 2733590 +MD5 (snort-2.4.3.tar.gz.sig) = 680b271bb3fe67bd28d41d5a3886865a +SIZE (snort-2.4.3.tar.gz.sig) = 65 |