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 = 1575422350
2
SHA256 (wolfssl-3.13.0.zip) = 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e
2
SHA256 (wolfssl-4.2.0.zip) = 7aa4c8b9ac7eed76f0275abb13b4bd59a2e749211242cc6e364c3cdc9f3d959d
3
SIZE (wolfssl-3.13.0.zip) = 3969070
3
SIZE (wolfssl-4.2.0.zip) = 7181171
(-)./Makefile (-8 / +11 lines)
Lines 1-32 Link Here
1
# $FreeBSD: head/security/wolfssl/Makefile 516744 2019-11-04 21:21:03Z rene $
1
# $FreeBSD: head/security/wolfssl/Makefile 516744 2019-11-04 21:21:03Z rene $
2
2
3
PORTNAME=	wolfssl
3
PORTNAME=	wolfssl
4
PORTVERSION=	3.13.0
4
PORTVERSION=	4.2.0
5
CATEGORIES=	security devel
5
CATEGORIES=	security devel
6
MASTER_SITES=	https://www.wolfssl.com/
6
MASTER_SITES=	https://www.wolfssl.com/
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	johans@FreeBSD.org
9
COMMENT=	Embedded SSL C-Library
9
COMMENT=	Embedded SSL C-Library
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-tls13 --enable-tls13-draft18\
27
USE_LDCONFIG=	yes
29
		--enable-tls13-draft22 --enable-tls13-draft23\
30
		--enable-tls13-draft26 --enable-tls13-draft28\
31
		--enable-ssh --enable-keygen
28
PORTDOCS=	*
32
PORTDOCS=	*
29
30
OPTIONS_DEFINE=	DOCS
33
OPTIONS_DEFINE=	DOCS
31
34
32
post-configure:
35
post-configure:
(-)./pkg-plist (-2 / +8 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 130-135 include/wolfssl/openssl/ssl.h Link Here
130
include/wolfssl/openssl/ssl23.h
134
include/wolfssl/openssl/ssl23.h
131
include/wolfssl/openssl/stack.h
135
include/wolfssl/openssl/stack.h
132
include/wolfssl/openssl/ui.h
136
include/wolfssl/openssl/ui.h
137
include/wolfssl/openssl/x509_vfy.h
133
include/wolfssl/openssl/x509.h
138
include/wolfssl/openssl/x509.h
134
include/wolfssl/openssl/x509v3.h
139
include/wolfssl/openssl/x509v3.h
135
include/wolfssl/options.h
140
include/wolfssl/options.h
Lines 152-157 include/wolfssl/wolfcrypt/cmac.h Link Here
152
include/wolfssl/wolfcrypt/coding.h
157
include/wolfssl/wolfcrypt/coding.h
153
include/wolfssl/wolfcrypt/compress.h
158
include/wolfssl/wolfcrypt/compress.h
154
include/wolfssl/wolfcrypt/cpuid.h
159
include/wolfssl/wolfcrypt/cpuid.h
160
include/wolfssl/wolfcrypt/cryptocb.h
155
include/wolfssl/wolfcrypt/curve25519.h
161
include/wolfssl/wolfcrypt/curve25519.h
156
include/wolfssl/wolfcrypt/des3.h
162
include/wolfssl/wolfcrypt/des3.h
157
include/wolfssl/wolfcrypt/dh.h
163
include/wolfssl/wolfcrypt/dh.h
Lines 201-206 include/wolfssl/wolfcrypt/wolfmath.h Link Here
201
include/wolfssl/wolfio.h
207
include/wolfssl/wolfio.h
202
lib/libwolfssl.a
208
lib/libwolfssl.a
203
lib/libwolfssl.so
209
lib/libwolfssl.so
204
lib/libwolfssl.so.15
210
lib/libwolfssl.so.23
205
lib/libwolfssl.so.15.0.0
211
lib/libwolfssl.so.23.0.0
206
libdata/pkgconfig/wolfssl.pc
212
libdata/pkgconfig/wolfssl.pc

Return to bug 233190