View | Details | Raw Unified | Return to bug 233190 | Differences between
and this patch

Collapse All | Expand All

(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1514202234
1
TIMESTAMP = 1552535074
2
SHA256 (wolfssl-3.13.0.zip) = 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e
2
SHA256 (wolfssl-3.15.7.zip) = 4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee
3
SIZE (wolfssl-3.13.0.zip) = 3969070
3
SIZE (wolfssl-3.15.7.zip) = 6086925
(-)./Makefile (-7 / +9 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/security/wolfssl/Makefile 486720 2018-12-05 20:01:10Z linimon $
1
# $FreeBSD: head/security/wolfssl/Makefile 486720 2018-12-05 20:01:10Z linimon $
2
2
3
PORTNAME=	wolfssl
3
PORTNAME=	wolfssl
4
PORTVERSION=	3.13.0
4
PORTVERSION=	3.15.7
5
CATEGORIES=	security devel
5
CATEGORIES=	security devel
6
MASTER_SITES=	https://www.wolfssl.com/
6
MASTER_SITES=	https://www.wolfssl.com/
7
7
Lines 10-32 COMMENT= Embedded SSL C-Library Link Here
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
BROKEN_mips=		fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
13
BROKEN_mips=	fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
14
BROKEN_mips64=		fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
14
BROKEN_mips64=	fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory
15
15
16
BUILD_DEPENDS=	bash:shells/bash
16
BUILD_DEPENDS=	bash:shells/bash
17
17
18
USES=		libtool zip
18
USES=		libtool zip
19
USE_LDCONFIG=	yes
20
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_SHELL=bash
22
CONFIGURE_SHELL=bash
21
CONFIGURE_ARGS=	--disable-dependency-tracking \
23
CONFIGURE_ARGS=	--disable-dependency-tracking \
22
		--enable-shared --enable-static \
24
		--enable-shared --enable-static \
23
		--enable-dtls --enable-opensslextra --enable-ipv6 \
25
		--enable-dtls --enable-opensslextra --enable-ipv6 \
24
		--enable-dsa --enable-dh --enable-ecc --enable-sni \
26
		--enable-dsa --enable-dh --enable-ecc --enable-sni \
25
		--enable-ripemd --enable-sha512 --enable-opensslcoexist
27
		--enable-ripemd --enable-sha512 --enable-opensslcoexist\
26
28
		--enable-tlsx --enable-tls13 --enable-tls13-draft18\
27
USE_LDCONFIG=	yes
29
		--enable-tls13-draft22 --enable-tls13-draft23\
30
		--enable-tls13-draft26 --enable-tls13-draft28
28
PORTDOCS=	*
31
PORTDOCS=	*
29
30
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
31
33
32
post-configure:
34
post-configure:
(-)./pkg-plist (-2 / +7 lines)
Lines 99-104 include/wolfssl/openssl/aes.h Link Here
99
include/wolfssl/openssl/asn1.h
99
include/wolfssl/openssl/asn1.h
100
include/wolfssl/openssl/bio.h
100
include/wolfssl/openssl/bio.h
101
include/wolfssl/openssl/bn.h
101
include/wolfssl/openssl/bn.h
102
include/wolfssl/openssl/buffer.h
102
include/wolfssl/openssl/conf.h
103
include/wolfssl/openssl/conf.h
103
include/wolfssl/openssl/crypto.h
104
include/wolfssl/openssl/crypto.h
104
include/wolfssl/openssl/des.h
105
include/wolfssl/openssl/des.h
Lines 116-128 include/wolfssl/openssl/hmac.h Link Here
116
include/wolfssl/openssl/lhash.h
117
include/wolfssl/openssl/lhash.h
117
include/wolfssl/openssl/md4.h
118
include/wolfssl/openssl/md4.h
118
include/wolfssl/openssl/md5.h
119
include/wolfssl/openssl/md5.h
120
include/wolfssl/openssl/objects.h
119
include/wolfssl/openssl/ocsp.h
121
include/wolfssl/openssl/ocsp.h
120
include/wolfssl/openssl/opensslconf.h
122
include/wolfssl/openssl/opensslconf.h
121
include/wolfssl/openssl/opensslv.h
123
include/wolfssl/openssl/opensslv.h
122
include/wolfssl/openssl/ossl_typ.h
124
include/wolfssl/openssl/ossl_typ.h
123
include/wolfssl/openssl/pem.h
125
include/wolfssl/openssl/pem.h
126
include/wolfssl/openssl/pkcs7.h
124
include/wolfssl/openssl/pkcs12.h
127
include/wolfssl/openssl/pkcs12.h
125
include/wolfssl/openssl/rand.h
128
include/wolfssl/openssl/rand.h
129
include/wolfssl/openssl/rc4.h
126
include/wolfssl/openssl/ripemd.h
130
include/wolfssl/openssl/ripemd.h
127
include/wolfssl/openssl/rsa.h
131
include/wolfssl/openssl/rsa.h
128
include/wolfssl/openssl/sha.h
132
include/wolfssl/openssl/sha.h
Lines 152-157 include/wolfssl/wolfcrypt/cmac.h Link Here
152
include/wolfssl/wolfcrypt/coding.h
156
include/wolfssl/wolfcrypt/coding.h
153
include/wolfssl/wolfcrypt/compress.h
157
include/wolfssl/wolfcrypt/compress.h
154
include/wolfssl/wolfcrypt/cpuid.h
158
include/wolfssl/wolfcrypt/cpuid.h
159
include/wolfssl/wolfcrypt/cryptodev.h
155
include/wolfssl/wolfcrypt/curve25519.h
160
include/wolfssl/wolfcrypt/curve25519.h
156
include/wolfssl/wolfcrypt/des3.h
161
include/wolfssl/wolfcrypt/des3.h
157
include/wolfssl/wolfcrypt/dh.h
162
include/wolfssl/wolfcrypt/dh.h
Lines 201-206 include/wolfssl/wolfcrypt/wolfmath.h Link Here
201
include/wolfssl/wolfio.h
206
include/wolfssl/wolfio.h
202
lib/libwolfssl.a
207
lib/libwolfssl.a
203
lib/libwolfssl.so
208
lib/libwolfssl.so
204
lib/libwolfssl.so.15
209
lib/libwolfssl.so.19
205
lib/libwolfssl.so.15.0.0
210
lib/libwolfssl.so.19.1.0
206
libdata/pkgconfig/wolfssl.pc
211
libdata/pkgconfig/wolfssl.pc

Return to bug 233190