diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-10-18 16:32:10 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-10-18 16:32:10 +0000 |
commit | 14bcdc8bf7e89526a1328a99708b11c3228f024a (patch) | |
tree | f13fec69b941815f99dd71f10b804605464fed6e /security/snort | |
parent | 68fa99342d358810a2a1553eae9e7eadc312ff2e (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=145770
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 |