diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:42:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:42:49 +0000 |
commit | 0d16fe8fa86db897ad7b3561801c5548369666cc (patch) | |
tree | af71c2d318e8d44a45c68969f63c58230e26472c /security/openssl-beta/pkg-plist | |
parent | 4793e40ed6a27b409dd119234328ce357ab35ef8 (diff) |
Upgrade to 0.9.2b.
According to the OpenSSL-core-team you are strongly encouraged to upgrade
any old version. The new version has a lot of bug fixes.
- ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and
${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf
- there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay
any longer, instead you have to call "openssl md5" now
- replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a
do-configure target and changed the indention level
- some perl scripts need perl5 now, so set USE_PERL5 and replace perl
with ${PERL5} where neccessary.
- honour ${CFLAGS}
Notes
Notes:
svn path=/head/; revision=17395
Diffstat (limited to 'security/openssl-beta/pkg-plist')
-rw-r--r-- | security/openssl-beta/pkg-plist | 140 |
1 files changed, 14 insertions, 126 deletions
diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist index 1db796ee3ea6..fa95697d8f0e 100644 --- a/security/openssl-beta/pkg-plist +++ b/security/openssl-beta/pkg-plist @@ -1,91 +1,17 @@ +bin/CA.pl bin/CA.sh -bin/asn1parse -bin/base64 -bin/bf -bin/bf-cbc -bin/bf-cfb -bin/bf-ecb -bin/bf-ofb bin/c_hash bin/c_info bin/c_issuer bin/c_name bin/c_rehash -bin/ca -bin/cast -bin/cast-cbc -bin/cast5-cbc -bin/cast5-cfb -bin/cast5-ecb -bin/cast5-ofb -bin/ciphers -bin/crl -bin/crl2pkcs7 bin/der_chop -bin/des -bin/des-cbc -bin/des-cfb -bin/des-ecb -bin/des-ede -bin/des-ede-cbc -bin/des-ede-cfb -bin/des-ede-ofb -bin/des-ede3 -bin/des-ede3-cbc -bin/des-ede3-cfb -bin/des-ede3-ofb -bin/des-ofb -bin/des3 -bin/desx -bin/dgst -bin/dh -bin/dsa -bin/dsaparam -bin/enc -bin/errstr -bin/gendh -bin/genrsa -bin/idea -bin/idea-cbc -bin/idea-cfb -bin/idea-ecb -bin/idea-ofb -bin/md2 -bin/md5 -bin/mdc2 -bin/pkcs7 -bin/rc2 -bin/rc2-cbc -bin/rc2-cfb -bin/rc2-ecb -bin/rc2-ofb -bin/rc4 -bin/rc5 -bin/rc5-cbc -bin/rc5-cfb -bin/rc5-ecb -bin/rc5-ofb -bin/req -bin/rmd160 -bin/rsa -bin/s_client -bin/s_server -bin/s_time -bin/sess_id -bin/sha -bin/sha1 -bin/speed -bin/ssleay -bin/verify -bin/version -bin/x509 -etc/ssleay.cnf.sample +bin/openssl include/asn1.h include/asn1_mac.h include/bio.h include/blowfish.h include/bn.h -include/bss_file.c include/buffer.h include/cast.h include/comp.h @@ -104,7 +30,9 @@ include/md2.h include/md5.h include/mdc2.h include/objects.h +include/opensslv.h include/pem.h +include/pem2.h include/pkcs7.h include/rand.h include/rc2.h @@ -123,56 +51,16 @@ include/tmdiff.h include/txt_db.h include/x509.h include/x509_vfy.h -lib/libRSAglue.a +include/x509v3.h lib/libcrypto.a lib/libssl.a -share/doc/openssl/API.doc -share/doc/openssl/a_verify.doc -share/doc/openssl/apps.doc -share/doc/openssl/asn1.doc -share/doc/openssl/bio.doc -share/doc/openssl/blowfish.doc -share/doc/openssl/bn.doc -share/doc/openssl/ca.1 -share/doc/openssl/callback.doc -share/doc/openssl/cipher.doc -share/doc/openssl/cipher.m -share/doc/openssl/conf.doc -share/doc/openssl/danger -share/doc/openssl/des.doc -share/doc/openssl/digest.doc -share/doc/openssl/encode.doc -share/doc/openssl/envelope.doc -share/doc/openssl/error.doc -share/doc/openssl/idea.doc -share/doc/openssl/legal.doc -share/doc/openssl/lhash.doc -share/doc/openssl/md2.doc -share/doc/openssl/md5.doc -share/doc/openssl/memory.doc -share/doc/openssl/ms3-ca.doc -share/doc/openssl/ns-ca.doc -share/doc/openssl/obj.doc -share/doc/openssl/rand.doc -share/doc/openssl/rc2.doc -share/doc/openssl/rc4.doc -share/doc/openssl/readme -share/doc/openssl/ref.doc -share/doc/openssl/req.1 -share/doc/openssl/rsa.doc -share/doc/openssl/rsaref.doc -share/doc/openssl/s_mult.doc -share/doc/openssl/session.doc -share/doc/openssl/sha.doc -share/doc/openssl/speed.doc -share/doc/openssl/ssl-ciph.doc -share/doc/openssl/ssl.doc -share/doc/openssl/ssl_ctx.doc -share/doc/openssl/ssleay.doc -share/doc/openssl/ssluse.doc -share/doc/openssl/stack.doc -share/doc/openssl/threads.doc -share/doc/openssl/txt_db.doc -share/doc/openssl/verify -share/doc/openssl/why.doc +lib/openssl.cnf +share/doc/openssl/README +share/doc/openssl/crypto.pod +share/doc/openssl/openssl.pod +share/doc/openssl/openssl.txt +share/doc/openssl/openssl_button.gif +share/doc/openssl/openssl_button.html +share/doc/openssl/ssl.pod +share/doc/openssl/ssleay.txt @dirrm share/doc/openssl |