[Midnightbsd-cvs] mports [22991] trunk/security/wolfssl: wolfssl 3.12.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 16 12:51:40 EST 2017
Revision: 22991
http://svnweb.midnightbsd.org/mports/?rev=22991
Author: laffer1
Date: 2017-12-16 12:51:39 -0500 (Sat, 16 Dec 2017)
Log Message:
-----------
wolfssl 3.12.2
Modified Paths:
--------------
trunk/security/wolfssl/Makefile
trunk/security/wolfssl/distinfo
trunk/security/wolfssl/pkg-plist
Modified: trunk/security/wolfssl/Makefile
===================================================================
--- trunk/security/wolfssl/Makefile 2017-12-16 17:50:14 UTC (rev 22990)
+++ trunk/security/wolfssl/Makefile 2017-12-16 17:51:39 UTC (rev 22991)
@@ -2,7 +2,7 @@
# $FreeBSD: head/security/wolfssl/Makefile 385058 2015-04-30 19:41:38Z johans $
PORTNAME= wolfssl
-PORTVERSION= 3.9.0
+PORTVERSION= 3.12.2
CATEGORIES= security devel
MASTER_SITES= http://www.wolfssl.com/
@@ -11,13 +11,20 @@
LICENSE= gpl2
-USES= zip libtool
+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
+
+USES= libtool zip
GNU_CONFIGURE= yes
+CONFIGURE_SHELL=bash
CONFIGURE_ARGS= --disable-dependency-tracking \
--enable-shared --enable-static \
--enable-dtls --enable-opensslextra --enable-ipv6 \
--enable-dsa --enable-dh --enable-ecc --enable-sni \
- --enable-ripemd --enable-sha512
+ --enable-ripemd --enable-sha512 --enable-opensslcoexist
USE_LDCONFIG= yes
PORTDOCS= *
Modified: trunk/security/wolfssl/distinfo
===================================================================
--- trunk/security/wolfssl/distinfo 2017-12-16 17:50:14 UTC (rev 22990)
+++ trunk/security/wolfssl/distinfo 2017-12-16 17:51:39 UTC (rev 22991)
@@ -1,2 +1,3 @@
-SHA256 (wolfssl-3.9.0.zip) = 98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3
-SIZE (wolfssl-3.9.0.zip) = 2492112
+TIMESTAMP = 1511297525
+SHA256 (wolfssl-3.12.2.zip) = 4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49
+SIZE (wolfssl-3.12.2.zip) = 3846536
Modified: trunk/security/wolfssl/pkg-plist
===================================================================
--- trunk/security/wolfssl/pkg-plist 2017-12-16 17:50:14 UTC (rev 22990)
+++ trunk/security/wolfssl/pkg-plist 2017-12-16 17:51:39 UTC (rev 22991)
@@ -79,6 +79,7 @@
include/cyassl/openssl/rsa.h
include/cyassl/openssl/sha.h
include/cyassl/openssl/ssl.h
+include/cyassl/openssl/ssl23.h
include/cyassl/openssl/stack.h
include/cyassl/openssl/ui.h
include/cyassl/openssl/x509.h
@@ -93,8 +94,8 @@
include/wolfssl/certs_test.h
include/wolfssl/crl.h
include/wolfssl/error-ssl.h
-include/wolfssl/mem_track.h
include/wolfssl/ocsp.h
+include/wolfssl/openssl/aes.h
include/wolfssl/openssl/asn1.h
include/wolfssl/openssl/bio.h
include/wolfssl/openssl/bn.h
@@ -126,6 +127,7 @@
include/wolfssl/openssl/rsa.h
include/wolfssl/openssl/sha.h
include/wolfssl/openssl/ssl.h
+include/wolfssl/openssl/ssl23.h
include/wolfssl/openssl/stack.h
include/wolfssl/openssl/ui.h
include/wolfssl/openssl/x509.h
@@ -146,8 +148,10 @@
include/wolfssl/wolfcrypt/camellia.h
include/wolfssl/wolfcrypt/chacha.h
include/wolfssl/wolfcrypt/chacha20_poly1305.h
+include/wolfssl/wolfcrypt/cmac.h
include/wolfssl/wolfcrypt/coding.h
include/wolfssl/wolfcrypt/compress.h
+include/wolfssl/wolfcrypt/cpuid.h
include/wolfssl/wolfcrypt/curve25519.h
include/wolfssl/wolfcrypt/des3.h
include/wolfssl/wolfcrypt/dh.h
@@ -167,10 +171,12 @@
include/wolfssl/wolfcrypt/md2.h
include/wolfssl/wolfcrypt/md4.h
include/wolfssl/wolfcrypt/md5.h
+include/wolfssl/wolfcrypt/mem_track.h
include/wolfssl/wolfcrypt/memory.h
include/wolfssl/wolfcrypt/misc.h
include/wolfssl/wolfcrypt/mpi_class.h
include/wolfssl/wolfcrypt/mpi_superclass.h
+include/wolfssl/wolfcrypt/pkcs12.h
include/wolfssl/wolfcrypt/pkcs7.h
include/wolfssl/wolfcrypt/poly1305.h
include/wolfssl/wolfcrypt/pwdbased.h
@@ -180,6 +186,7 @@
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/sha512.h
include/wolfssl/wolfcrypt/signature.h
@@ -189,8 +196,11 @@
include/wolfssl/wolfcrypt/visibility.h
include/wolfssl/wolfcrypt/wc_encrypt.h
include/wolfssl/wolfcrypt/wc_port.h
+include/wolfssl/wolfcrypt/wolfevent.h
+include/wolfssl/wolfcrypt/wolfmath.h
+include/wolfssl/wolfio.h
lib/libwolfssl.a
lib/libwolfssl.so
-lib/libwolfssl.so.3
-lib/libwolfssl.so.3.2.0
+lib/libwolfssl.so.14
+lib/libwolfssl.so.14.0.0
libdata/pkgconfig/wolfssl.pc
More information about the Midnightbsd-cvs
mailing list