Subject: CVS commit: pkgsrc/www/ap-ssl
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 06/24/2002 19:26:50
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 24 16:26:50 UTC 2002
Modified Files:
pkgsrc/www/ap-ssl: Makefile distinfo
Log Message:
Update ap-ssl to 2.8.10 (mod_ssl 2.8.10).
Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002)
*) Fixed off-by-one buffer overflow bug in the compatibility
functionality (mapping of old directives to new ones).
*) Fixed memory leak in processing of CA certificates.
*) In case there is actually a certificate chain in the session cache,
we now use the value of SSL_get_peer_certificate(ssl) to verify as
it will have been removed from the chain before it was put in the
cache.
*) Seed the PRNG with a maximum of 1K from the internal scoreboard.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/www/ap-ssl/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/ap-ssl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.