diff options
author | jlam <jlam@pkgsrc.org> | 2005-03-23 09:06:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-03-23 09:06:38 +0000 |
commit | aa151ceb8ba975608c2c6c75cbc1d04ce2668882 (patch) | |
tree | 52126ac656a3409ccaa075ba0a5c74687b8aa67c /security/openssl/builtin.mk | |
parent | f93ef4ad817d5e2d27a0478a2e8afc38b66144a9 (diff) | |
download | pkgsrc-aa151ceb8ba975608c2c6c75cbc1d04ce2668882.tar.gz |
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.
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 f3d8ba31c2f..6d8fe6e0609 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,6 +1,6 @@ -# $NetBSD: builtin.mk,v 1.11 2004/12/24 22:02:38 jlam Exp $ +# $NetBSD: builtin.mk,v 1.12 2005/03/23 09:06:38 jlam Exp $ -_OPENSSL_PKGSRC_PKGNAME= openssl-0.9.7e +_OPENSSL_PKGSRC_PKGNAME= openssl-0.9.7f _OPENSSL_OPENSSLV_H= /usr/include/openssl/opensslv.h .for _lib_ in des |