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 /doc | |
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 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 85d08d79147..7a5051dfe7d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8425 2004/12/24 18:28:51 seb Exp $ +$NetBSD: CHANGES,v 1.8426 2004/12/24 22:02:37 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6523,3 +6523,4 @@ Changes to the packages collection and infrastructure in 2004: Updated advi to 1.4.0nb5 [jmmv 2004-12-24] Updated swiftsurf to 1.2.5nb2 [jmmv 2004-12-24] Updated graphviz to 2.0 [seb 2004-12-24] + Updated openssl to 0.9.7e [jlam 2004-12-24] |