pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-ssl updated mod_ssl to 2.8.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/327b9a028e19
branches:  trunk
changeset: 475948:327b9a028e19
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 30 10:29:00 2004 +0000

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

 www/ap-ssl/Makefile |  8 ++++----
 www/ap-ssl/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r bb92425700e4 -r 327b9a028e19 www/ap-ssl/Makefile
--- a/www/ap-ssl/Makefile       Sun May 30 08:38:35 2004 +0000
+++ b/www/ap-ssl/Makefile       Sun May 30 10:29:00 2004 +0000
@@ -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 @@
 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}
diff -r bb92425700e4 -r 327b9a028e19 www/ap-ssl/distinfo
--- a/www/ap-ssl/distinfo       Sun May 30 08:38:35 2004 +0000
+++ b/www/ap-ssl/distinfo       Sun May 30 10:29:00 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2004/05/13 11:40:14 taca Exp $
+$NetBSD: distinfo,v 1.21 2004/05/30 10:29:00 grant Exp $
 
-SHA1 (mod_ssl-2.8.17-1.3.31.tar.gz) = 942ca41a95f1e671ecabf90a8704b85de42d5d42
-Size (mod_ssl-2.8.17-1.3.31.tar.gz) = 754472 bytes
+SHA1 (mod_ssl-2.8.18-1.3.31.tar.gz) = d40151ce3647d2054cfa7edb0e668fa4d3355cee
+Size (mod_ssl-2.8.18-1.3.31.tar.gz) = 754214 bytes
 SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15
 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd
 SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294



Home | Main Index | Thread Index | Old Index