Subject: CVS commit: pkgsrc/security/openssl
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2004 22:02:38
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Dec 24 22:02:38 UTC 2004

Modified Files:
	pkgsrc/security/openssl: DESCR Makefile PLIST.common PLIST.darwin
	    PLIST.shlib buildlink3.mk builtin.mk distinfo
	pkgsrc/security/openssl/patches: patch-aa patch-ac patch-ad patch-ae
	    patch-af
Removed Files:
	pkgsrc/security/openssl: MESSAGE PLIST.aix PLIST.rsaref
	pkgsrc/security/openssl/patches: patch-ab patch-aj

Log Message:
Update security/openssl to 0.9.7e.  Changes from openssl-0.9.6m are
too numerous to be listed here, but include adding a new DES API
(support for the old one is still present).

Changes to the pkgsrc structure include:

* Install the shared libraries with a version number that matches the
  OpenSSL version number

* Move some of the less often-used c_* utilities back into the examples
  directory.

* Drop support for using the RSAREF library and always use the built-in
  RSA code instead.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssl/DESCR \
    pkgsrc/security/openssl/PLIST.shlib
cvs rdiff -r1.5 -r0 pkgsrc/security/openssl/MESSAGE
cvs rdiff -r1.97 -r1.98 pkgsrc/security/openssl/Makefile
cvs rdiff -r1.1 -r0 pkgsrc/security/openssl/PLIST.aix \
    pkgsrc/security/openssl/PLIST.rsaref
cvs rdiff -r1.8 -r1.9 pkgsrc/security/openssl/PLIST.common
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssl/PLIST.darwin
cvs rdiff -r1.22 -r1.23 pkgsrc/security/openssl/buildlink3.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/security/openssl/builtin.mk
cvs rdiff -r1.32 -r1.33 pkgsrc/security/openssl/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/security/openssl/patches/patch-aa
cvs rdiff -r1.10 -r0 pkgsrc/security/openssl/patches/patch-ab
cvs rdiff -r1.17 -r1.18 pkgsrc/security/openssl/patches/patch-ac
cvs rdiff -r1.12 -r1.13 pkgsrc/security/openssl/patches/patch-ad \
    pkgsrc/security/openssl/patches/patch-af
cvs rdiff -r1.6 -r1.7 pkgsrc/security/openssl/patches/patch-ae
cvs rdiff -r1.8 -r0 pkgsrc/security/openssl/patches/patch-aj

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