diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-15 12:34:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-15 12:34:16 +0000 |
commit | dfb29e227bf87a46eab270398c4b2c07ce8f6cd0 (patch) | |
tree | 5caaa0b88a8939c0ea427d23cb445ffb28323821 /www/apache13-ssl/Makefile | |
parent | Update koi8-r fonts from their official source. More fonts added as result (diff) |
Update to 1.3.26+ssl_1.48
removed FORBIDDEN
Notes
Notes:
svn path=/head/; revision=66363
Diffstat (limited to 'www/apache13-ssl/Makefile')
-rw-r--r-- | www/apache13-ssl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 057eacbeba35..252226565db0 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -11,7 +11,7 @@ PORTNAME= apache+ssl PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION} PORTREVISION= 1 CATEGORIES= www security -MASTER_SITES= http://www.apache.org/dist/ \ +MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ ftp://src.doc.ic.ac.uk/packages/apache/dist/ \ ftp://ftp.gbnet.net/pub/apache/dist/ \ @@ -40,11 +40,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@freebsd.org -FORBIDDEN= "Vulnerable to denial-of-service. See" \ - "http://httpd.apache.org/info/security_bulletin_20020617.txt" - -APACHE_VERSION= 1.3.12 -APACHE_SSL_VERSION= 1.40 +APACHE_VERSION= 1.3.26 +APACHE_SSL_VERSION= 1.48 USE_OPENSSL= YES USE_PERL5= YES |