diff options
author | kris <kris@FreeBSD.org> | 2003-03-04 15:21:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-03-04 15:21:22 +0800 |
commit | be06e84f3857442f82f5a818912de05a2a9a1827 (patch) | |
tree | b0bcffa7df3500c7dcb8cb886a44a03eda595508 /security/snort | |
parent | 2fb670abee016a68f65437239143281e43748a1c (diff) | |
download | freebsd-ports-gnome-be06e84f3857442f82f5a818912de05a2a9a1827.tar.gz freebsd-ports-gnome-be06e84f3857442f82f5a818912de05a2a9a1827.tar.zst freebsd-ports-gnome-be06e84f3857442f82f5a818912de05a2a9a1827.zip |
Update to snort-1.9.1. This is an important security update:
A buffer overflow has been found in the snort RPC normalization
routines by ISS X-Force. This can cause snort to execute
arbitrary code embedded within sniffed network packets. This
preprocessor is enabled by default.
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 2 | ||||
-rw-r--r-- | security/snort/distinfo | 2 | ||||
-rw-r--r-- | security/snort/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 1dccf23e25d8..12c72859a2ed 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= snort -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/ diff --git a/security/snort/distinfo b/security/snort/distinfo index fbed31a4e2ed..1c7bf63f1775 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1 +1 @@ -MD5 (snort-1.9.0.tar.gz) = bcd3cbd0e6982345871d02fe60444c5c +MD5 (snort-1.9.1.tar.gz) = 50bb526b41f48fb7689bb8342b27e44d diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index c7e3ff87387b..1159494b93dd 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -46,6 +46,7 @@ share/snort/oracle.rules share/snort/other-ids.rules share/snort/p2p.rules share/snort/policy.rules +share/snort/pop2.rules share/snort/pop3.rules share/snort/porn.rules @unexec if [ -f %B/reference.config ] && cmp -s %B/reference.config %B/reference.config-sample; then rm -f %B/reference.config; fi |