diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-08-28 19:05:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-08-28 19:05:48 +0800 |
commit | 784904805c1d63ecdb6b28c3a04aa81d701813d2 (patch) | |
tree | 4000111262c4c123cec3a089d60de384fd055d4f | |
parent | 2aeb747270bf880659a71b99432cb6e1ec641f44 (diff) | |
download | freebsd-ports-gnome-784904805c1d63ecdb6b28c3a04aa81d701813d2.tar.gz freebsd-ports-gnome-784904805c1d63ecdb6b28c3a04aa81d701813d2.tar.zst freebsd-ports-gnome-784904805c1d63ecdb6b28c3a04aa81d701813d2.zip |
- update to 1.6.0
-rw-r--r-- | security/yassl/Makefile | 4 | ||||
-rw-r--r-- | security/yassl/distinfo | 6 | ||||
-rw-r--r-- | security/yassl/pkg-plist | 53 |
3 files changed, 54 insertions, 9 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile index 1f233e6d8667..d4f4599c5026 100644 --- a/security/yassl/Makefile +++ b/security/yassl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyassl -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -32,8 +32,6 @@ post-configure: ${WRKSRC}/Makefile post-install: - ${INSTALL_DATA} ${WRKSRC}/src/.libs/libcyassl.so.0 ${PREFIX}/lib/cyassl/libcyassl.so.0 - ${LN} -s libcyassl.so.0 ${PREFIX}/lib/cyassl/libcyassl.so .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} diff --git a/security/yassl/distinfo b/security/yassl/distinfo index d767ade73938..0b991619475d 100644 --- a/security/yassl/distinfo +++ b/security/yassl/distinfo @@ -1,3 +1,3 @@ -MD5 (cyassl-1.5.0.zip) = a971b206b5b42d6464a8ec4130d430f4 -SHA256 (cyassl-1.5.0.zip) = 14a71e141b75de23ab9d8cb08973593f7a06071a8602323f087c9af1236cdb91 -SIZE (cyassl-1.5.0.zip) = 1546767 +MD5 (cyassl-1.6.0.zip) = bf8ab614b7ecada243462cc308fd7d06 +SHA256 (cyassl-1.6.0.zip) = be8c8ecee415e90ca958672706ac9c5ece91d8f7c926c3d38cdae0ab2cb0fb2e +SIZE (cyassl-1.6.0.zip) = 1591801 diff --git a/security/yassl/pkg-plist b/security/yassl/pkg-plist index 63006390eae6..f576e7fc78b8 100644 --- a/security/yassl/pkg-plist +++ b/security/yassl/pkg-plist @@ -1,6 +1,34 @@ +include/cyassl/aes.h +include/cyassl/arc4.h +include/cyassl/asn.h +include/cyassl/coding.h +include/cyassl/config.h +include/cyassl/config.h.in +include/cyassl/cyassl_error.h +include/cyassl/cyassl_int.h +include/cyassl/des3.h +include/cyassl/dh.h +include/cyassl/dsa.h +include/cyassl/error.h +include/cyassl/hc128.h +include/cyassl/hmac.h +include/cyassl/integer.h +include/cyassl/md4.h +include/cyassl/md5.h +include/cyassl/misc.h +include/cyassl/mpi_class.h +include/cyassl/mpi_superclass.h +include/cyassl/openssl/asn1.h +include/cyassl/openssl/bio.h +include/cyassl/openssl/bn.h +include/cyassl/openssl/conf.h include/cyassl/openssl/crypto.h include/cyassl/openssl/cyassl_callbacks.h include/cyassl/openssl/des.h +include/cyassl/openssl/dh.h +include/cyassl/openssl/dsa.h +include/cyassl/openssl/ec.h +include/cyassl/openssl/ecdsa.h include/cyassl/openssl/engine.h include/cyassl/openssl/err.h include/cyassl/openssl/evp.h @@ -11,16 +39,35 @@ include/cyassl/openssl/md5.h include/cyassl/openssl/ocsp.h include/cyassl/openssl/opensslconf.h include/cyassl/openssl/opensslv.h +include/cyassl/openssl/ossl_typ.h +include/cyassl/openssl/pem.h +include/cyassl/openssl/pkcs12.h include/cyassl/openssl/rand.h include/cyassl/openssl/rsa.h include/cyassl/openssl/sha.h include/cyassl/openssl/ssl.h -lib/cyassl/libcrypto.a +include/cyassl/openssl/stack.h +include/cyassl/openssl/ui.h +include/cyassl/openssl/x509.h +include/cyassl/openssl/x509v3.h +include/cyassl/pwdbased.h +include/cyassl/rabbit.h +include/cyassl/random.h +include/cyassl/ripemd.h +include/cyassl/rsa.h +include/cyassl/sha.h +include/cyassl/sha256.h +include/cyassl/sha512.h +include/cyassl/sniffer.h +include/cyassl/sniffer_error.h +include/cyassl/sniffer_error.rc +include/cyassl/stamp-h1 +include/cyassl/tfm.h +include/cyassl/types.h lib/cyassl/libcyassl.a +lib/cyassl/libcyassl.la lib/cyassl/libcyassl.so lib/cyassl/libcyassl.so.0 -lib/cyassl/libssl.a @dirrm lib/cyassl @dirrm include/cyassl/openssl @dirrm include/cyassl -@dirrm cyassl |