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/Makefile | |
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/Makefile')
-rw-r--r-- | security/snort/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |