pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/www/ap-ssl Pull up revision 1.80 (requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/960df3047b92
branches:  pkgsrc-2004Q1
changeset: 471438:960df3047b92
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon May 31 10:35:22 2004 +0000

description:
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).

diffstat:

 www/ap-ssl/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r ba86a54dd582 -r 960df3047b92 www/ap-ssl/Makefile
--- a/www/ap-ssl/Makefile       Sun May 30 09:06:22 2004 +0000
+++ b/www/ap-ssl/Makefile       Mon May 31 10:35:22 2004 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index