diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-30 04:00:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-30 04:00:43 +0800 |
commit | 1fec25d13a3eb564b9dbc684be7a7445a64d45c9 (patch) | |
tree | a82d3b809c4a0195e53373cbf4e5cc71f0242ef7 /security/openssl/pkg-plist | |
parent | b1d6c3e3b81851f1b3c5d3b4d32f9fe8e6514ac8 (diff) | |
download | freebsd-ports-gnome-1fec25d13a3eb564b9dbc684be7a7445a64d45c9.tar.gz freebsd-ports-gnome-1fec25d13a3eb564b9dbc684be7a7445a64d45c9.tar.zst freebsd-ports-gnome-1fec25d13a3eb564b9dbc684be7a7445a64d45c9.zip |
- Update to 0.9.7
- rnd_keys.c now in distribution
- drop lib/libRSAglue.a
- build on i386, alpha, sparc64, ia64
- build on 2.2.8 with the gas-patch as noted in FAQ
Diffstat (limited to 'security/openssl/pkg-plist')
-rw-r--r-- | security/openssl/pkg-plist | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index 286b1e53c129..c8feedcfdec8 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -1,7 +1,9 @@ bin/c_rehash bin/openssl +include/openssl/aes.h include/openssl/asn1.h include/openssl/asn1_mac.h +include/openssl/asn1t.h include/openssl/bio.h include/openssl/blowfish.h include/openssl/bn.h @@ -12,25 +14,31 @@ include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h include/openssl/des.h +include/openssl/des_old.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 +include/openssl/ec.h +include/openssl/engine.h include/openssl/err.h include/openssl/evp.h include/openssl/hmac.h include/openssl/idea.h +include/openssl/krb5_asn.h +include/openssl/kssl.h include/openssl/lhash.h include/openssl/md2.h include/openssl/md4.h include/openssl/md5.h include/openssl/mdc2.h +include/openssl/ocsp.h include/openssl/obj_mac.h include/openssl/objects.h include/openssl/opensslconf.h include/openssl/opensslv.h +include/openssl/ossl_typ.h include/openssl/pem.h include/openssl/pem2.h include/openssl/pkcs12.h @@ -52,16 +60,18 @@ include/openssl/symhacks.h include/openssl/tls1.h include/openssl/tmdiff.h include/openssl/txt_db.h +include/openssl/ui.h +include/openssl/ui_compat.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h -lib/libRSAglue.a lib/libcrypto.a %%SHARED%%lib/libcrypto.so %%SHARED%%lib/libcrypto.so.%%SHLIBVER%% lib/libssl.a %%SHARED%%lib/libssl.so %%SHARED%%lib/libssl.so.%%SHLIBVER%% +lib/pkgconfig/openssl.pc %%NOBASE%%openssl/misc/CA.pl %%NOBASE%%openssl/misc/CA.sh %%NOBASE%%openssl/misc/c_hash @@ -72,6 +82,7 @@ lib/libssl.a %%NOBASE%%openssl/openssl.cnf.sample %%PORTDOCS%%share/doc/openssl/openssl.txt @dirrm include/openssl +@dirrm lib/pkgconfig %%NOBASE%%@dirrm openssl/certs %%NOBASE%%@dirrm openssl/lib %%MANDIR%%@dirrm openssl/man/man1 |