diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-24 22:02:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-24 22:02:37 +0000 |
commit | ac1c08301c2a416026854184788fb18adb4ae7d5 (patch) | |
tree | dabd5725e7dc4639c8893551620ae9863b28a7c5 /security/openssl/builtin.mk | |
parent | 42bf039418c9bd1b0a85fe451a015b93348902f3 (diff) | |
download | pkgsrc-ac1c08301c2a416026854184788fb18adb4ae7d5.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/builtin.mk')
-rw-r--r-- | security/openssl/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk index 6e7b32a41a9..f3d8ba31c2f 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,6 +1,6 @@ -# $NetBSD: builtin.mk,v 1.10 2004/12/18 21:32:51 jlam Exp $ +# $NetBSD: builtin.mk,v 1.11 2004/12/24 22:02:38 jlam Exp $ -_OPENSSL_PKGSRC_PKGNAME= openssl-0.9.6m +_OPENSSL_PKGSRC_PKGNAME= openssl-0.9.7e _OPENSSL_OPENSSLV_H= /usr/include/openssl/opensslv.h .for _lib_ in des |