Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2001 23:36:49
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Apr 29 20:36:48 UTC 2001

Modified Files:
	pkgsrc/www/ap-ssl: Makefile distinfo
	pkgsrc/www/ap-ssl/files: README.mkcert
	pkgsrc/www/ap-ssl/patches: patch-ab
	pkgsrc/www/ap-ssl/pkg: PLIST
Added Files:
	pkgsrc/www/ap-ssl/pkg: DEINSTALL INSTALL

Log Message:
Update ap-ssl to 2.8.2.  Relevant changes from version 2.8.1:

   *) Moved the Shared Memory Cyclic Buffer (SHMCB) session cache
      variant from "experimental" state to "production" by removing the
      `#ifdef SSL_EXPERIMENTAL_SHMCB ...#endif' wrappers. This means
      that now `SSLSessionCache shmcb:...' is unconditionally available.

   *) Made the mutex handling more robust by retrying the
      semaphore-based operations in interrupt situations
      (errno == EINTR).

   *) Also log the OpenSSL error message if the RSA temporary
      key(s) cannot be generated.

   *) Fixed mod_ssl Auth handler: it now returns DECLINED instead of
      OK if authentication is passed successfully to allow other modules
      (usually mod_auth) to still deny the request.

   *) Fixed certificate DN handling under EBCDIC platforms.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/www/ap-ssl/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/ap-ssl/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/www/ap-ssl/files/README.mkcert
cvs rdiff -r1.1 -r1.2 pkgsrc/www/ap-ssl/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/www/ap-ssl/pkg/DEINSTALL \
    pkgsrc/www/ap-ssl/pkg/INSTALL
cvs rdiff -r1.9 -r1.10 pkgsrc/www/ap-ssl/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.