diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-14 23:50:40 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-14 23:50:40 +0000 |
commit | 8b71a265570aed45742c1f238a2ff6c9763c604f (patch) | |
tree | 88ad2e909918163f45b92960c5f4e65821e9cd11 /www | |
parent | - remove conditional for python < 2.4 (we haven't them in ports tree (diff) |
- mark apache13 FORBIDDEN (CVE-2011-3368)
* There are no patches from upstream and already existing
exploids in the wild.
- ru-apache13 ports have long outstanding issues and are far
behind last apache13 patches.
with hat apache@
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285803
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13+ipv6/Makefile | 2 | ||||
-rw-r--r-- | www/apache13-modssl+ipv6/Makefile | 1 | ||||
-rw-r--r-- | www/apache13-modssl/Makefile | 3 | ||||
-rw-r--r-- | www/apache13-ssl/Makefile | 3 | ||||
-rw-r--r-- | www/apache13/Makefile | 10 |
5 files changed, 13 insertions, 6 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index f673fceb8ce7..326d9e983e0a 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.42 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} PKGNAMESUFFIX= +ipv6 @@ -19,6 +20,7 @@ PATCH_DIST_STRIP= -p0 MAINTAINER= apache@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +FORBIDDEN= CVE-2011-3368, no patches against this issue DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now EXPIRATION_DATE= 2011-11-01 diff --git a/www/apache13-modssl+ipv6/Makefile b/www/apache13-modssl+ipv6/Makefile index c8a886ff91d9..4e022977c92c 100644 --- a/www/apache13-modssl+ipv6/Makefile +++ b/www/apache13-modssl+ipv6/Makefile @@ -9,6 +9,7 @@ CATEGORIES= www security ipv6 MAINTAINER= dinoex@FreeBSD.org COMMENT= The Apache 1.3 webserver with SSL/TLS and IPv6 functionality +FORBIDDEN= CVE-2011-3368, no patches against this issue DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now EXPIRATION_DATE= 2012-01-01 diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index e5a3d3daf423..c82a0e55059a 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?= 2 +PORTREVISION?= 3 CATEGORIES?= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -33,6 +33,7 @@ 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 diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 2df35dd8a3e7..59cc9e57489b 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache+ssl PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_APACHE_SSL:S/$/:ssl/} @@ -21,6 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= apache@FreeBSD.org COMMENT= Apache secure webserver integrating OpenSSL +FORBIDDEN= CVE-2011-3368, no patches against this issue DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now EXPIRATION_DATE= 2011-11-01 diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 5569db8ee1ec..5bae4dbf6d32 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,19 +7,20 @@ PORTNAME= apache PORTVERSION= 1.3.42 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= apache_${PORTVERSION} +MAINTAINER= apache@FreeBSD.org +COMMENT= The extremely popular Apache http server. Very fast, very clean + #PATCH_SITES= ${MASTER_SITE_APACHE_HTTPD} #PATCH_SITE_SUBDIR= patches/apply_to_1.3.41/ #PATCHFILES= #PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP} -MAINTAINER= apache@FreeBSD.org -COMMENT= The extremely popular Apache http server. Very fast, very clean - -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ @@ -28,6 +29,7 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* caudium-devel-1.* caudium10-1.* caudium12-1.* \ ru-apache+mod_ssl-1.* ru-apache-1.* +FORBIDDEN= CVE-2011-3368, no patches against this issue DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now EXPIRATION_DATE= 2012-01-01 |