diff options
author | johans <johans@FreeBSD.org> | 2013-02-06 02:07:58 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-02-06 02:07:58 +0800 |
commit | bb598640195f6ff2d358f8ecaf5b5dae23f3cba8 (patch) | |
tree | 9cc1473277ca436185a0677097da64e54e882242 | |
parent | a296f0ff4cfece00cfb5b948104aefa23885d225 (diff) | |
download | freebsd-ports-gnome-bb598640195f6ff2d358f8ecaf5b5dae23f3cba8.tar.gz freebsd-ports-gnome-bb598640195f6ff2d358f8ecaf5b5dae23f3cba8.tar.zst freebsd-ports-gnome-bb598640195f6ff2d358f8ecaf5b5dae23f3cba8.zip |
CyaSSL 2.5.0 includes bug fixes, a fix for the "Lucky 13" TLS CBC padding
timing attack, and new features.
-rw-r--r-- | security/yassl/Makefile | 2 | ||||
-rw-r--r-- | security/yassl/distinfo | 4 | ||||
-rw-r--r-- | security/yassl/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile index 85d68ed1bd8f..86052b75d967 100644 --- a/security/yassl/Makefile +++ b/security/yassl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyassl -PORTVERSION= 2.4.6 +PORTVERSION= 2.5.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ diff --git a/security/yassl/distinfo b/security/yassl/distinfo index f0bd3ccd5205..4eac311ca4ba 100644 --- a/security/yassl/distinfo +++ b/security/yassl/distinfo @@ -1,2 +1,2 @@ -SHA256 (cyassl-2.4.6.zip) = 051caa5013cecafbec3780d2597374870e7e5a7bbeaeb502bc029d5774d6e508 -SIZE (cyassl-2.4.6.zip) = 1041965 +SHA256 (cyassl-2.5.0.zip) = 3b4ecc75cdb001d5171b127c03fd3f458bc585bfa1c19505dcf36bc239c04c2e +SIZE (cyassl-2.5.0.zip) = 1203748 diff --git a/security/yassl/pkg-plist b/security/yassl/pkg-plist index 061812cb230a..30f6c17405d5 100644 --- a/security/yassl/pkg-plist +++ b/security/yassl/pkg-plist @@ -39,6 +39,7 @@ include/cyassl/ctaocrypt/aes.h include/cyassl/ctaocrypt/arc4.h include/cyassl/ctaocrypt/asn.h include/cyassl/ctaocrypt/asn_public.h +include/cyassl/ctaocrypt/camellia.h include/cyassl/ctaocrypt/coding.h include/cyassl/ctaocrypt/des3.h include/cyassl/ctaocrypt/dh.h @@ -74,6 +75,7 @@ include/cyassl/ssl.h include/cyassl/sniffer_error.h include/cyassl/sniffer.h include/cyassl/callbacks.h +include/cyassl/certs_test.h include/cyassl/test.h include/cyassl/version.h include/cyassl/ocsp.h |