diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-19 15:04:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-19 15:04:30 +0000 |
commit | 54002ba3582c49a304a3290a51a8695d6ee6d86c (patch) | |
tree | 6554a0e15ef9ebfd0c41784439bb4bd62352a85f /www/apache13-modssl/Makefile | |
parent | 667480cf6d48d61d0d1b9ef73e488fe5010a465b (diff) |
Notes
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r-- | www/apache13-modssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index c82a0e55059a..31f3e231a63b 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -33,7 +33,6 @@ COMMENT?= The Apache 1.3 webserver with SSL/TLS functionality LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm PATCH_DEPENDS= ${BUILD_DEPENDS} -FORBIDDEN= CVE-2011-3368, no patches against this issue DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now EXPIRATION_DATE= 2012-01-01 @@ -146,6 +145,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --enable-shared=max \ --enable-module=ssl \ --enable-module=define \ + --disable-module=proxy \ ${SUEXEC_CONF} .if defined(APACHE_RELATIVE_RUNTIMEDIR) |