diff -udprN /usr/ports/security/wolfssl/Makefile ./Makefile --- /usr/ports/security/wolfssl/Makefile 2018-11-17 17:46:11.000000000 +0000 +++ ./Makefile 2018-11-27 10:13:47.873569000 +0000 @@ -1,7 +1,7 @@ # $FreeBSD: head/security/wolfssl/Makefile 485182 2018-11-17 17:46:11Z sunpoet $ PORTNAME= wolfssl -PORTVERSION= 3.13.0 +PORTVERSION= 3.15.5 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ @@ -10,13 +10,15 @@ COMMENT= Embedded SSL C-Library LICENSE= GPLv2 -BUILD_DEPENDS= bash:shells/bash - BROKEN_mips= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory BROKEN_mips64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory BROKEN_powerpc64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory +BUILD_DEPENDS= bash:shells/bash + USES= libtool zip +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_SHELL=bash CONFIGURE_ARGS= --disable-dependency-tracking \ @@ -24,10 +26,7 @@ CONFIGURE_ARGS= --disable-dependency-tra --enable-dtls --enable-opensslextra --enable-ipv6 \ --enable-dsa --enable-dh --enable-ecc --enable-sni \ --enable-ripemd --enable-sha512 --enable-opensslcoexist - -USE_LDCONFIG= yes PORTDOCS= * - OPTIONS_DEFINE= DOCS post-configure: diff -udprN /usr/ports/security/wolfssl/distinfo ./distinfo --- /usr/ports/security/wolfssl/distinfo 2017-12-25 11:47:17.000000000 +0000 +++ ./distinfo 2018-11-13 02:48:11.319384000 +0000 @@ -1,3 +1,3 @@ -TIMESTAMP = 1514202234 -SHA256 (wolfssl-3.13.0.zip) = 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e -SIZE (wolfssl-3.13.0.zip) = 3969070 +TIMESTAMP = 1542077291 +SHA256 (wolfssl-3.15.5.zip) = f6c04c25355b340373931f43f8041b3cef78b61122e8a8edf9ee63c07b7a58be +SIZE (wolfssl-3.15.5.zip) = 5950010 diff -udprN /usr/ports/security/wolfssl/pkg-plist ./pkg-plist --- /usr/ports/security/wolfssl/pkg-plist 2017-12-25 11:47:17.000000000 +0000 +++ ./pkg-plist 2018-11-13 02:53:04.873567000 +0000 @@ -99,6 +99,7 @@ include/wolfssl/openssl/aes.h include/wolfssl/openssl/asn1.h include/wolfssl/openssl/bio.h include/wolfssl/openssl/bn.h +include/wolfssl/openssl/buffer.h include/wolfssl/openssl/conf.h include/wolfssl/openssl/crypto.h include/wolfssl/openssl/des.h @@ -116,6 +117,7 @@ include/wolfssl/openssl/hmac.h include/wolfssl/openssl/lhash.h include/wolfssl/openssl/md4.h include/wolfssl/openssl/md5.h +include/wolfssl/openssl/objects.h include/wolfssl/openssl/ocsp.h include/wolfssl/openssl/opensslconf.h include/wolfssl/openssl/opensslv.h @@ -123,6 +125,7 @@ include/wolfssl/openssl/ossl_typ.h include/wolfssl/openssl/pem.h include/wolfssl/openssl/pkcs12.h include/wolfssl/openssl/rand.h +include/wolfssl/openssl/rc4.h include/wolfssl/openssl/ripemd.h include/wolfssl/openssl/rsa.h include/wolfssl/openssl/sha.h @@ -152,6 +155,7 @@ include/wolfssl/wolfcrypt/cmac.h include/wolfssl/wolfcrypt/coding.h include/wolfssl/wolfcrypt/compress.h include/wolfssl/wolfcrypt/cpuid.h +include/wolfssl/wolfcrypt/cryptodev.h include/wolfssl/wolfcrypt/curve25519.h include/wolfssl/wolfcrypt/des3.h include/wolfssl/wolfcrypt/dh.h @@ -160,6 +164,7 @@ include/wolfssl/wolfcrypt/ecc.h include/wolfssl/wolfcrypt/ed25519.h include/wolfssl/wolfcrypt/error-crypt.h include/wolfssl/wolfcrypt/fe_operations.h +include/wolfssl/wolfcrypt/fips.h include/wolfssl/wolfcrypt/fips_test.h include/wolfssl/wolfcrypt/ge_operations.h include/wolfssl/wolfcrypt/hash.h @@ -186,8 +191,8 @@ include/wolfssl/wolfcrypt/ripemd.h include/wolfssl/wolfcrypt/rsa.h include/wolfssl/wolfcrypt/settings.h include/wolfssl/wolfcrypt/sha.h -include/wolfssl/wolfcrypt/sha3.h include/wolfssl/wolfcrypt/sha256.h +include/wolfssl/wolfcrypt/sha3.h include/wolfssl/wolfcrypt/sha512.h include/wolfssl/wolfcrypt/signature.h include/wolfssl/wolfcrypt/srp.h @@ -201,6 +206,6 @@ include/wolfssl/wolfcrypt/wolfmath.h include/wolfssl/wolfio.h lib/libwolfssl.a lib/libwolfssl.so -lib/libwolfssl.so.15 -lib/libwolfssl.so.15.0.0 +lib/libwolfssl.so.19 +lib/libwolfssl.so.19.0.0 libdata/pkgconfig/wolfssl.pc