summaryrefslogtreecommitdiff
path: root/www/ap-ssl/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-05-30 10:29:00 +0000
committergrant <grant>2004-05-30 10:29:00 +0000
commit55990c942cade1c99989db47ba986bc9931e46c2 (patch)
treea74f81196df29e45223aba3f892baae6ae4f8a5e /www/ap-ssl/Makefile
parent672a355d65ce8d1094fb64d758280ae67ec47b90 (diff)
downloadpkgsrc-55990c942cade1c99989db47ba986bc9931e46c2.tar.gz
updated mod_ssl to 2.8.18.
- fix installation of example README.CSR. Changes with mod_ssl 2.8.18 (11-May-2004 to 27-May-2004) *) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation if the Subject-DN in the client certificate exceeds 6KB in length. (CVE CAN-2004-0488). *) Handle the case of OpenSSL retry requests after interrupted system calls during the SSL handshake phase. *) Remove some unused functions.
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r--www/ap-ssl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index 0252a02ece9..551c8137cf9 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2004/05/13 11:40:14 taca Exp $
+# $NetBSD: Makefile,v 1.80 2004/05/30 10:29:00 grant Exp $
-DISTNAME= mod_ssl-2.8.17-1.3.31
-PKGNAME= ap-ssl-2.8.17
+DISTNAME= mod_ssl-2.8.18-1.3.31
+PKGNAME= ap-ssl-2.8.18
CATEGORIES= www security
MASTER_SITES= http://www.modssl.org/source/ \
ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \
@@ -42,7 +42,7 @@ OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/ssl.key \
SUPPORT_FILES= # empty
SUPPS= ssl.crl/Makefile.crl ssl.crl/README.CRL \
ssl.crt/Makefile.crt ssl.crt/README.CRT \
- ssl.crt/ca-bundle.crt ssl.crt/README.CSR \
+ ssl.csr/README.CSR ssl.csr/README.CSR \
ssl.key/README.KEY ssl.prm/README.PRM
.for FILE in ${SUPPS}
SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}