diff options
author | zi <zi@FreeBSD.org> | 2013-08-27 05:01:43 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-08-27 05:01:43 +0800 |
commit | 681fff65ea68fda8de7f2b265c2587d22787d25f (patch) | |
tree | aa085681c660015ff1e332a372875d6defc83476 /security | |
parent | 1bb82b445ea4606c2844e3724ab8d646a0beed79 (diff) | |
download | freebsd-ports-gnome-681fff65ea68fda8de7f2b265c2587d22787d25f.tar.gz freebsd-ports-gnome-681fff65ea68fda8de7f2b265c2587d22787d25f.tar.zst freebsd-ports-gnome-681fff65ea68fda8de7f2b265c2587d22787d25f.zip |
- Update to 2.9.5.3
- Don't build example dynamic preprocessor
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 6 | ||||
-rw-r--r-- | security/snort/distinfo | 4 | ||||
-rw-r--r-- | security/snort/pkg-plist | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 0531ad52be7e..1cb2a66bad5f 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.4.6 +PORTVERSION= 2.9.5.3 CATEGORIES= security MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ @@ -75,8 +75,8 @@ LIBNET_INCDIR= ${LIBNET_CFLAGS:M-I*:S/-I//} LIBNET_LIBDIR= ${LIBNET_LIBS:M-L*:S/-L//} CFLAGS+= -fstack-protector -CONFIGURE_ARGS= --enable-dynamicplugin --enable-build-dynamic-examples \ - --enable-reload --enable-reload-error-restart \ +CONFIGURE_ARGS= --enable-dynamicplugin --enable-reload \ + --enable-reload-error-restart \ --with-dnet-includes=${LIBNET_INCDIR} \ --with-dnet-libraries=${LIBNET_LIBDIR} diff --git a/security/snort/distinfo b/security/snort/distinfo index 748698687485..1675c13d4dc2 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,2 +1,2 @@ -SHA256 (snort-2.9.4.6.tar.gz) = cfaa5390b1840aaaa68a6c05a7077dd92cb916e6186a014baa451d43cdb0b3bc -SIZE (snort-2.9.4.6.tar.gz) = 5338762 +SHA256 (snort-2.9.5.3.tar.gz) = 3efd31fd337e836af53d790fc2997f49fcc351e5071d4c6e4f586a88b070c52a +SIZE (snort-2.9.5.3.tar.gz) = 5047591 diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 7e08b22b5825..e15a0c6cc529 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -145,10 +145,6 @@ lib/snort/dynamic_output/libsf_dynamic_output.la %%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.so %%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.so.0 %%DYNAMIC%%@dirrmtry lib/snort/dynamicengine -%%DYNAMIC%%lib/snort/dynamicrules/lib_sfdynamic_example_rule.a -%%DYNAMIC%%lib/snort/dynamicrules/lib_sfdynamic_example_rule.la -%%DYNAMIC%%lib/snort/dynamicrules/lib_sfdynamic_example_rule.so.0 -%%DYNAMIC%%lib/snort/dynamicrules/lib_sfdynamic_example_rule.so %%DYNAMIC%%@dirrmtry lib/snort/dynamicrules %%DYNAMIC%%lib/snort/dynamic_preproc/libsf_dynamic_preproc.la %%DYNAMIC%%lib/snort/dynamic_preproc/libsf_dynamic_preproc.a @@ -209,10 +205,6 @@ lib/snort/dynamic_output/libsf_dynamic_output.la %%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssl_preproc.la %%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssl_preproc.so %%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssl_preproc.so.0 -%%DYNAMIC%%lib/snort/dynamicpreprocessor/lib_sfdynamic_preprocessor_example.a -%%DYNAMIC%%lib/snort/dynamicpreprocessor/lib_sfdynamic_preprocessor_example.so -%%DYNAMIC%%lib/snort/dynamicpreprocessor/lib_sfdynamic_preprocessor_example.so.0 -%%DYNAMIC%%lib/snort/dynamicpreprocessor/lib_sfdynamic_preprocessor_example.la %%DYNAMIC%%@dirrmtry lib/snort/dynamicpreprocessor %%DYNAMIC%%@dirrmtry lib/snort %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -240,7 +232,6 @@ lib/snort/dynamic_output/libsf_dynamic_output.la %%PORTDOCS%%%%DOCSDIR%%/README.dnp3 %%PORTDOCS%%%%DOCSDIR%%/README.dns %%PORTDOCS%%%%DOCSDIR%%/README.event_queue -%%PORTDOCS%%%%DOCSDIR%%/README.file %%PORTDOCS%%%%DOCSDIR%%/README.filters %%PORTDOCS%%%%DOCSDIR%%/README.flowbits %%PORTDOCS%%%%DOCSDIR%%/README.frag3 @@ -274,7 +265,6 @@ lib/snort/dynamic_output/libsf_dynamic_output.la %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/USAGE %%PORTDOCS%%%%DOCSDIR%%/WISHLIST -%%PORTDOCS%%%%DOCSDIR%%/faq.pdf %%PORTDOCS%%%%DOCSDIR%%/generators %%PORTDOCS%%%%DOCSDIR%%/snort_manual.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% |