diff options
author | johans <johans@FreeBSD.org> | 2013-06-20 04:09:26 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-06-20 04:09:26 +0800 |
commit | a90787bc461357d698f116ccb387f9507200e800 (patch) | |
tree | 44422e7da4b142f09bee0d8ff3d9e9847bac291c /security/yassl | |
parent | 84657b1c940a8f69367764a2f1d4c0abb02dca65 (diff) | |
download | freebsd-ports-gnome-a90787bc461357d698f116ccb387f9507200e800.tar.gz freebsd-ports-gnome-a90787bc461357d698f116ccb387f9507200e800.tar.zst freebsd-ports-gnome-a90787bc461357d698f116ccb387f9507200e800.zip |
- Update CyaSSL to 2.7.0
- Enable SNI support
Diffstat (limited to 'security/yassl')
-rw-r--r-- | security/yassl/Makefile | 4 | ||||
-rw-r--r-- | security/yassl/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile index 05bc7600f92e..eb6d485bb582 100644 --- a/security/yassl/Makefile +++ b/security/yassl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyassl -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ - --enable-dsa --enable-ecc + --enable-dsa --enable-ecc --enable-sni USE_LDCONFIG= yes PORTDOCS= * diff --git a/security/yassl/distinfo b/security/yassl/distinfo index e851d80de27a..517fc4839e28 100644 --- a/security/yassl/distinfo +++ b/security/yassl/distinfo @@ -1,2 +1,2 @@ -SHA256 (cyassl-2.6.0.zip) = 87647ec18d1cea430b678272528494bd929b5b3b29ae7549af8065644103d602 -SIZE (cyassl-2.6.0.zip) = 1277590 +SHA256 (cyassl-2.7.0.zip) = 16c82f8ec18f73222f2337492d86db31b03b1c712b9a6a56f2472bdb65d72521 +SIZE (cyassl-2.7.0.zip) = 1296831 |