Subject: CVS commit: pkgsrc/security/openssl
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/23/2005 09:06:39
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Mar 23 09:06:39 UTC 2005

Modified Files:
	pkgsrc/security/openssl: Makefile PLIST.common builtin.mk distinfo
	pkgsrc/security/openssl/patches: patch-ac patch-ad patch-af
Added Files:
	pkgsrc/security/openssl: options.mk

Log Message:
Update security/openssl to openssl-0.9.7f.

Pkgsrc changes from version 0.9.7e include:

  *) Install the man pages with names that are less likely to collide
     with other packages' man pages.
  *) Support PKG_OPTIONS of "idea", "mdc2" and "rc5" to allow building
     with patented algorithms.  By default, this package still builds
     without patented algorithms.

Major changes from version 0.9.7e include:

  *) Prompt for pass phrases when appropriate for PKCS12 input format.
  *) Back-port of selected performance improvements from development
     branch, as well as improved support for PowerPC platforms.
  *) Add lots of checks for memory allocation failure, error codes to indicate
     failure and freeing up memory if a failure occurs.
  *) Add new -passin argument to dgst.
  *) Make an explicit check during certificate validation to see that
     the CA setting in each certificate on the chain is correct.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 pkgsrc/security/openssl/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/security/openssl/PLIST.common
cvs rdiff -r1.11 -r1.12 pkgsrc/security/openssl/builtin.mk
cvs rdiff -r1.44 -r1.45 pkgsrc/security/openssl/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/openssl/options.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/security/openssl/patches/patch-ac
cvs rdiff -r1.13 -r1.14 pkgsrc/security/openssl/patches/patch-ad
cvs rdiff -r1.15 -r1.16 pkgsrc/security/openssl/patches/patch-af

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