summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-31 10:35:22 +0000
committergrant <grant@pkgsrc.org>2004-05-31 10:35:22 +0000
commit0b8831aa20ceb5a8567b1d1ce5d6acafeb02fa76 (patch)
tree79d052fd33b2242809dd253d7802ef1884e68d57
parentcab3b4ddd866a9c02997b6796faf2396afdd46b8 (diff)
downloadpkgsrc-0b8831aa20ceb5a8567b1d1ce5d6acafeb02fa76.tar.gz
Pull up revision 1.80 (requested by taca in ticket #33):
updated mod_ssl to 2.8.18. *) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation if the Subject-DN in the client certificate exceeds 6KB in length. (CVE CAN-2004-0488).
-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 b924615d36a..6f73a72a408 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76.2.1 2004/05/26 10:58:47 grant Exp $
+# $NetBSD: Makefile,v 1.76.2.2 2004/05/31 10:35:22 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}