diff options
author | jlam <jlam> | 2004-12-24 22:02:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-24 22:02:37 +0000 |
commit | 63eccf82a95ac691236931e09ccb1822b172c74b (patch) | |
tree | dabd5725e7dc4639c8893551620ae9863b28a7c5 /security/openssl/PLIST.darwin | |
parent | da701de1a129f8366a128d78ca31da74f51bd498 (diff) | |
download | pkgsrc-63eccf82a95ac691236931e09ccb1822b172c74b.tar.gz |
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.
Diffstat (limited to 'security/openssl/PLIST.darwin')
-rw-r--r-- | security/openssl/PLIST.darwin | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openssl/PLIST.darwin b/security/openssl/PLIST.darwin index a97ae29a00f..42a60fea837 100644 --- a/security/openssl/PLIST.darwin +++ b/security/openssl/PLIST.darwin @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST.darwin,v 1.4 2003/10/02 02:34:39 jschauma Exp $ -lib/libcrypto.300.1.dylib -lib/libcrypto.300.dylib +@comment $NetBSD: PLIST.darwin,v 1.5 2004/12/24 22:02:38 jlam Exp $ +lib/libcrypto.${SHLIB_VERSION}.dylib +lib/libcrypto.${SHLIB_MAJOR}.dylib lib/libcrypto.dylib -lib/libssl.300.1.dylib -lib/libssl.300.dylib +lib/libssl.${SHLIB_VERSION}.dylib +lib/libssl.${SHLIB_MAJOR}.dylib lib/libssl.dylib |