diff options
author | rse <rse@FreeBSD.org> | 1999-06-24 00:01:57 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-06-24 00:01:57 +0800 |
commit | 9c483e71463de2975e33c1b546d0a3428ed153cb (patch) | |
tree | 2f9ec7efbed22f945bec82f3675a1b8dfd5d1485 /www | |
parent | 1254c4b47dd7096fa96cf0ce56aab2ace8926dce (diff) | |
download | freebsd-ports-graphics-9c483e71463de2975e33c1b546d0a3428ed153cb.tar.gz freebsd-ports-graphics-9c483e71463de2975e33c1b546d0a3428ed153cb.tar.zst freebsd-ports-graphics-9c483e71463de2975e33c1b546d0a3428ed153cb.zip |
Upgrade to Apache 1.3.6 + mod_ssl 2.3.5
(this mainly solves core dumps for HTTPS which were recently introduced)
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 6 | ||||
-rw-r--r-- | www/apache13-modssl/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index f16adecbade..19322f83ffc 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Apache + mod_ssl -# Version required: 1.3.6 + 2.3.3 +# Version required: 1.3.6 + 2.3.5 # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.33 1999/06/08 09:04:14 rse Exp $ +# $Id: Makefile,v 1.34 1999/06/09 13:45:01 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -49,7 +49,7 @@ BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.6 -VERSION_MODSSL= 2.3.3 +VERSION_MODSSL= 2.3.5 Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.3/ssl_faq.html#y2k RESTRICTED= "Contains cryptography" diff --git a/www/apache13-modssl/distinfo b/www/apache13-modssl/distinfo index 5768eb047af..f0c780f24b6 100644 --- a/www/apache13-modssl/distinfo +++ b/www/apache13-modssl/distinfo @@ -1,2 +1,2 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 -MD5 (mod_ssl-2.3.3-1.3.6.tar.gz) = 9176b58e77808a5d32eca43a92911aaf +MD5 (mod_ssl-2.3.5-1.3.6.tar.gz) = fb2c69381b9ff94726d7a8d600203199 |