diff options
author | clsung <clsung@FreeBSD.org> | 2010-07-09 00:17:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-07-09 00:17:21 +0800 |
commit | 0299c737441e0746d4d1dabd995d2dc427c77732 (patch) | |
tree | 7679509c1f52b301bb6ce1c347cafa44de361fcf /security | |
parent | 11c184e998cf56af0fe9a0c713a7983586464317 (diff) | |
download | freebsd-ports-gnome-0299c737441e0746d4d1dabd995d2dc427c77732.tar.gz freebsd-ports-gnome-0299c737441e0746d4d1dabd995d2dc427c77732.tar.zst freebsd-ports-gnome-0299c737441e0746d4d1dabd995d2dc427c77732.zip |
- bump PORTREVISION
- Fix build WITH_SNORTSAM knob
- Use an updated patch from www.snortsam.net
PR: ports/148449
Submitted by: lioux
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 4 | ||||
-rw-r--r-- | security/snort/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index ac163c3c89af..aa46882f5234 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,7 +7,7 @@ PORTNAME= snort PORTVERSION= 2.8.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/ \ http://dl.snort.org/snort-current/ @@ -128,7 +128,7 @@ CONFIGURE_ARGS+= --enable-perfprofiling .if defined(WITH_SNORTSAM) PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam -PATCHFILES+=snortsam-2.8.5.diff.gz:snortsam +PATCHFILES+=snortsam-2.8.5.3.diff.gz:snortsam .endif post-patch: diff --git a/security/snort/distinfo b/security/snort/distinfo index e71c3f64752e..fdb89c2d7d8f 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,6 +1,6 @@ MD5 (snort-2.8.5.3.tar.gz) = ef02aaad54746603f2cb3236fe962128 SHA256 (snort-2.8.5.3.tar.gz) = a7d9eb16427514d00926e9892c4a92b6ff1fd0f79555d8f8dce91dfa14112e6a SIZE (snort-2.8.5.3.tar.gz) = 4730637 -MD5 (snortsam-2.8.5.diff.gz) = 5adbf37ed30b7e7b06dcb763310654c7 -SHA256 (snortsam-2.8.5.diff.gz) = f23fd04749b4ec3028a35c8db8c2ce0d14beac9c95b52f232229e13930b341f0 -SIZE (snortsam-2.8.5.diff.gz) = 29150 +MD5 (snortsam-2.8.5.3.diff.gz) = 9b6d44d8ea452132044b81a01886f18b +SHA256 (snortsam-2.8.5.3.diff.gz) = 777f21e192de511d586ac2f7d79b308d97cce843d84a4f24f2559f15070d665c +SIZE (snortsam-2.8.5.3.diff.gz) = 28880 |