Date: Tue, 5 Feb 2013 18:07:59 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311726 - head/security/yassl Message-ID: <201302051807.r15I7xmk076878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue Feb 5 18:07:58 2013 New Revision: 311726 URL: http://svnweb.freebsd.org/changeset/ports/311726 Log: CyaSSL 2.5.0 includes bug fixes, a fix for the "Lucky 13" TLS CBC padding timing attack, and new features. Modified: head/security/yassl/Makefile head/security/yassl/distinfo head/security/yassl/pkg-plist Modified: head/security/yassl/Makefile ============================================================================== --- head/security/yassl/Makefile Tue Feb 5 17:19:31 2013 (r311725) +++ head/security/yassl/Makefile Tue Feb 5 18:07:58 2013 (r311726) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyassl -PORTVERSION= 2.4.6 +PORTVERSION= 2.5.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ Modified: head/security/yassl/distinfo ============================================================================== --- head/security/yassl/distinfo Tue Feb 5 17:19:31 2013 (r311725) +++ head/security/yassl/distinfo Tue Feb 5 18:07:58 2013 (r311726) @@ -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 Modified: head/security/yassl/pkg-plist ============================================================================== --- head/security/yassl/pkg-plist Tue Feb 5 17:19:31 2013 (r311725) +++ head/security/yassl/pkg-plist Tue Feb 5 18:07:58 2013 (r311726) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051807.r15I7xmk076878>