mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to CyaSSL 3.2.0
- Enable some additional features
This commit is contained in:
parent
5e189e575f
commit
b8cf2b9ec7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367976
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cyassl
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.yassl.com/
|
||||
|
||||
@ -15,7 +15,10 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--enable-shared --enable-static \
|
||||
--enable-dtls --enable-opensslextra --enable-ipv6 \
|
||||
--enable-dsa --enable-ecc --enable-sni
|
||||
--enable-dsa --enable-dh --enable-ecc --enable-sni \
|
||||
--enable-ripemd --enable-sha512 \
|
||||
--enable-chacha --enable-poly1305
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
PORTDOCS= *
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cyassl-3.1.0.zip) = 85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e
|
||||
SIZE (cyassl-3.1.0.zip) = 1786785
|
||||
SHA256 (cyassl-3.2.0.zip) = e6c026f4fa8acb156f768f82251052dd1c8c7ee35ef907707ddaf84e15b38b31
|
||||
SIZE (cyassl-3.2.0.zip) = 1830891
|
||||
|
@ -2,7 +2,7 @@ bin/cyassl-config
|
||||
lib/libcyassl.a
|
||||
lib/libcyassl.so
|
||||
lib/libcyassl.so.5
|
||||
lib/libcyassl.so.5.0.6
|
||||
lib/libcyassl.so.5.1.0
|
||||
libdata/pkgconfig/cyassl.pc
|
||||
include/cyassl/openssl/asn1.h
|
||||
include/cyassl/openssl/bio.h
|
||||
@ -44,6 +44,7 @@ include/cyassl/ctaocrypt/blake2-impl.h
|
||||
include/cyassl/ctaocrypt/blake2-int.h
|
||||
include/cyassl/ctaocrypt/blake2.h
|
||||
include/cyassl/ctaocrypt/camellia.h
|
||||
include/cyassl/ctaocrypt/chacha.h
|
||||
include/cyassl/ctaocrypt/coding.h
|
||||
include/cyassl/ctaocrypt/compress.h
|
||||
include/cyassl/ctaocrypt/des3.h
|
||||
@ -64,6 +65,7 @@ include/cyassl/ctaocrypt/misc.h
|
||||
include/cyassl/ctaocrypt/mpi_class.h
|
||||
include/cyassl/ctaocrypt/mpi_superclass.h
|
||||
include/cyassl/ctaocrypt/pkcs7.h
|
||||
include/cyassl/ctaocrypt/poly1305.h
|
||||
include/cyassl/ctaocrypt/pwdbased.h
|
||||
include/cyassl/ctaocrypt/rabbit.h
|
||||
include/cyassl/ctaocrypt/random.h
|
||||
|
Loading…
Reference in New Issue
Block a user