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

Collapse All | Expand All

(-)b/security/openssl-devel/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	openssl
1
PORTNAME=	openssl
2
DISTVERSION=	3.0.8
2
DISTVERSION=	3.0.8
3
PORTREVISION=	1
3
CATEGORIES=	security devel
4
CATEGORIES=	security devel
4
MASTER_SITES=	https://www.openssl.org/source/ \
5
MASTER_SITES=	https://www.openssl.org/source/ \
5
		ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
6
		ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
Lines 185-190 post-install-SHARED-off: Link Here
185
186
186
post-install:
187
post-install:
187
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
188
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
189
	${RMDIR} ${STAGEDIR}${OPENSSLDIR}/certs
190
	${LN} -s /etc/ssl/certs ${STAGEDIR}${OPENSSLDIR}/certs
188
191
189
post-install-MAN3-on:
192
post-install-MAN3-on:
190
	( cd ${STAGEDIR}/${PREFIX} ; find man/man3 -not -type d ; \
193
	( cd ${STAGEDIR}/${PREFIX} ; find man/man3 -not -type d ; \
(-)b/security/openssl-devel/pkg-plist (-1 / +1 lines)
Lines 264-269 man/man1/x509.1ossl.gz Link Here
264
man/man5/config.5ossl.gz
264
man/man5/config.5ossl.gz
265
man/man5/fips_config.5ossl.gz
265
man/man5/fips_config.5ossl.gz
266
man/man5/x509v3_config.5ossl.gz
266
man/man5/x509v3_config.5ossl.gz
267
%%OPENSSLDIR%%/certs
267
%%OPENSSLDIR%%/misc/CA.pl
268
%%OPENSSLDIR%%/misc/CA.pl
268
@comment %%OPENSSLDIR%%/misc/tsget.pl
269
@comment %%OPENSSLDIR%%/misc/tsget.pl
269
%%OPENSSLDIR%%/misc/tsget
270
%%OPENSSLDIR%%/misc/tsget
Lines 271-274 man/man5/x509v3_config.5ossl.gz Link Here
271
%%OPENSSLDIR%%/fipsmodule.cnf
272
%%OPENSSLDIR%%/fipsmodule.cnf
272
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
273
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
273
@dir %%OPENSSLDIR%%/private
274
@dir %%OPENSSLDIR%%/private
274
@dir %%OPENSSLDIR%%/certs
(-)b/security/openssl-quictls/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	openssl
1
PORTNAME=	openssl
2
PORTVERSION=	3.0.8
2
PORTVERSION=	3.0.8
3
PORTREVISION=	1
3
CATEGORIES=	security devel
4
CATEGORIES=	security devel
4
PKGNAMESUFFIX=	-quictls
5
PKGNAMESUFFIX=	-quictls
5
6
Lines 179-184 post-install-SHARED-off: Link Here
179
180
180
post-install:
181
post-install:
181
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
182
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
183
	${RMDIR} ${STAGEDIR}${OPENSSLDIR}/certs
184
	${LN} -s /etc/ssl/certs ${STAGEDIR}${OPENSSLDIR}/certs
182
185
183
post-install-MAN3-on:
186
post-install-MAN3-on:
184
	( cd ${STAGEDIR}/${PREFIX} ; find man/man3 -not -type d ; \
187
	( cd ${STAGEDIR}/${PREFIX} ; find man/man3 -not -type d ; \
(-)b/security/openssl-quictls/pkg-plist (-1 / +1 lines)
Lines 265-270 man/man1/x509.1ossl.gz Link Here
265
man/man5/config.5ossl.gz
265
man/man5/config.5ossl.gz
266
man/man5/fips_config.5ossl.gz
266
man/man5/fips_config.5ossl.gz
267
man/man5/x509v3_config.5ossl.gz
267
man/man5/x509v3_config.5ossl.gz
268
%%OPENSSLDIR%%/certs
268
%%OPENSSLDIR%%/misc/CA.pl
269
%%OPENSSLDIR%%/misc/CA.pl
269
@comment %%OPENSSLDIR%%/misc/tsget.pl
270
@comment %%OPENSSLDIR%%/misc/tsget.pl
270
%%OPENSSLDIR%%/misc/tsget
271
%%OPENSSLDIR%%/misc/tsget
Lines 273-276 man/man5/x509v3_config.5ossl.gz Link Here
273
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
274
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
274
@dir lib/ossl-modules
275
@dir lib/ossl-modules
275
@dir %%OPENSSLDIR%%/private
276
@dir %%OPENSSLDIR%%/private
276
@dir %%OPENSSLDIR%%/certs
(-)b/security/openssl-unsafe/Makefile (+2 lines)
Lines 72-77 post-install: Link Here
72
.for i in ubsec gost capi gmp atalla sureware nuron cswift 4758cca padlock aep chil
72
.for i in ubsec gost capi gmp atalla sureware nuron cswift 4758cca padlock aep chil
73
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/openssl-unsafe/lib/engines/lib${i}.so
73
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/openssl-unsafe/lib/engines/lib${i}.so
74
.endfor
74
.endfor
75
	${RMDIR} ${STAGEDIR}${OPENSSLDIR}/certs
76
	${LN} -s /etc/ssl/certs ${STAGEDIR}${OPENSSLDIR}/certs
75
77
76
test: build
78
test: build
77
	cd ${WRKSRC} && ${MAKE} test
79
	cd ${WRKSRC} && ${MAKE} test
(-)b/security/openssl-unsafe/pkg-plist (-1 / +1 lines)
Lines 101-109 openssl-unsafe/lib/libssl.so.%%SHLIBVER%% Link Here
101
openssl-unsafe/libdata/pkgconfig/libcrypto.pc
101
openssl-unsafe/libdata/pkgconfig/libcrypto.pc
102
openssl-unsafe/libdata/pkgconfig/libssl.pc
102
openssl-unsafe/libdata/pkgconfig/libssl.pc
103
openssl-unsafe/libdata/pkgconfig/openssl.pc
103
openssl-unsafe/libdata/pkgconfig/openssl.pc
104
%%OPENSSLDIR%%/certs
104
%%OPENSSLDIR%%/misc/CA.pl
105
%%OPENSSLDIR%%/misc/CA.pl
105
%%OPENSSLDIR%%/misc/CA.sh
106
%%OPENSSLDIR%%/misc/CA.sh
106
%%OPENSSLDIR%%/misc/tsget
107
%%OPENSSLDIR%%/misc/tsget
107
@sample %%OPENSSLDIR%%/openssl.cnf.sample
108
@sample %%OPENSSLDIR%%/openssl.cnf.sample
108
@dir %%OPENSSLDIR%%/private
109
@dir %%OPENSSLDIR%%/private
109
@dir %%OPENSSLDIR%%/certs
(-)b/security/openssl/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	openssl
1
PORTNAME=	openssl
2
PORTVERSION=	1.1.1t
2
PORTVERSION=	1.1.1t
3
PORTREVISION=	1
3
PORTEPOCH=	1
4
PORTEPOCH=	1
4
CATEGORIES=	security devel
5
CATEGORIES=	security devel
5
MASTER_SITES=	https://www.openssl.org/source/ \
6
MASTER_SITES=	https://www.openssl.org/source/ \
Lines 161-166 post-install-SHARED-on: Link Here
161
162
162
post-install:
163
post-install:
163
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
164
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl
165
	${RMDIR} ${STAGEDIR}${OPENSSLDIR}/certs
166
	${LN} -s /etc/ssl/certs ${STAGEDIR}${OPENSSLDIR}/certs
164
167
165
post-install-MAN3-on:
168
post-install-MAN3-on:
166
	( cd ${STAGEDIR}/${PREFIX} ; ${FIND} man/man3 man/man7 -not -type d ) | \
169
	( cd ${STAGEDIR}/${PREFIX} ; ${FIND} man/man3 man/man7 -not -type d ) | \
(-)b/security/openssl/pkg-plist (-2 / +1 lines)
Lines 217-226 man/man1/version.1.gz Link Here
217
man/man1/x509.1.gz
217
man/man1/x509.1.gz
218
man/man5/config.5.gz
218
man/man5/config.5.gz
219
man/man5/x509v3_config.5.gz
219
man/man5/x509v3_config.5.gz
220
%%OPENSSLDIR%%/certs
220
%%OPENSSLDIR%%/misc/CA.pl
221
%%OPENSSLDIR%%/misc/CA.pl
221
%%OPENSSLDIR%%/misc/tsget
222
%%OPENSSLDIR%%/misc/tsget
222
@comment %%OPENSSLDIR%%/misc/tsget.pl
223
@comment %%OPENSSLDIR%%/misc/tsget.pl
223
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
224
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
224
@sample %%OPENSSLDIR%%/ct_log_list.cnf.dist %%OPENSSLDIR%%/ct_log_list.cnf
225
@sample %%OPENSSLDIR%%/ct_log_list.cnf.dist %%OPENSSLDIR%%/ct_log_list.cnf
225
@dir %%OPENSSLDIR%%/private
226
@dir %%OPENSSLDIR%%/private
226
@dir %%OPENSSLDIR%%/certs
227
- 

Return to bug 269473