diff options
author | dougb <dougb@FreeBSD.org> | 2001-05-23 10:47:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-05-23 10:47:02 +0800 |
commit | ce1e2ba4d50737505ee3608a0960dd0162702da8 (patch) | |
tree | 187f3eb36f8304572b69af78ccb5890bce3d215d /security/openssl/pkg-plist | |
parent | 33d20c6ae86f0ab85d600e154ac54a0064c88467 (diff) | |
download | freebsd-ports-gnome-ce1e2ba4d50737505ee3608a0960dd0162702da8.tar.gz freebsd-ports-gnome-ce1e2ba4d50737505ee3608a0960dd0162702da8.tar.zst freebsd-ports-gnome-ce1e2ba4d50737505ee3608a0960dd0162702da8.zip |
Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.
Approved by: kris
Diffstat (limited to 'security/openssl/pkg-plist')
-rw-r--r-- | security/openssl/pkg-plist | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index 890ede42b0ec..071c42297585 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -9,10 +9,12 @@ include/openssl/buffer.h include/openssl/cast.h include/openssl/comp.h include/openssl/conf.h +include/openssl/conf_api.h include/openssl/crypto.h include/openssl/des.h include/openssl/dh.h include/openssl/dsa.h +include/openssl/dso.h include/openssl/e_os.h include/openssl/e_os2.h include/openssl/ebcdic.h @@ -22,8 +24,10 @@ include/openssl/hmac.h include/openssl/idea.h include/openssl/lhash.h include/openssl/md2.h +include/openssl/md4.h include/openssl/md5.h include/openssl/mdc2.h +include/openssl/obj_mac.h include/openssl/objects.h include/openssl/opensslconf.h include/openssl/opensslv.h @@ -44,6 +48,7 @@ include/openssl/ssl2.h include/openssl/ssl23.h include/openssl/ssl3.h include/openssl/stack.h +include/openssl/symhacks.h include/openssl/tls1.h include/openssl/tmdiff.h include/openssl/txt_db.h @@ -53,10 +58,10 @@ include/openssl/x509v3.h lib/libRSAglue.a lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.1 +lib/libcrypto.so.2 lib/libssl.a lib/libssl.so -lib/libssl.so.1 +lib/libssl.so.2 openssl/misc/CA.pl openssl/misc/CA.sh openssl/misc/c_hash |