FreeBSD Bugzilla – Attachment 240060 Details for
Bug 269473
security/openssl, security/libressl: Use base system CA certificates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
LibreSSL patch
0002-security-libressl-Use-base-system-CA-certificates.patch (text/plain), 2.75 KB, created by
Tijl Coosemans
on 2023-02-10 21:35:30 UTC
(
hide
)
Description:
LibreSSL patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2023-02-10 21:35:30 UTC
Size:
2.75 KB
patch
obsolete
>From d8062fb8a3d67af5543975e66007075b54cf965d Mon Sep 17 00:00:00 2001 >From: Tijl Coosemans <tijl@FreeBSD.org> >Date: Fri, 3 Feb 2023 13:54:01 +0100 >Subject: [PATCH 2/2] security/libressl: Use base system CA certificates > >Link ${PREFIX}/etc/ssl/certs to /etc/ssl/certs so certificates can be >verified out of the box. > >PR: 269473 >--- > security/libressl-devel/Makefile | 3 +++ > security/libressl-devel/pkg-plist | 2 +- > security/libressl/Makefile | 3 +++ > security/libressl/pkg-plist | 2 +- > 4 files changed, 8 insertions(+), 2 deletions(-) > >diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile >index ffed6437b9f6..fc0951bbbdba 100644 >--- a/security/libressl-devel/Makefile >+++ b/security/libressl-devel/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= libressl > PORTVERSION= 3.6.2 >+PORTREVISION= 1 > CATEGORIES= security devel > MASTER_SITES= OPENBSD/LibreSSL > PKGNAMESUFFIX= -devel >@@ -56,6 +57,8 @@ post-patch-MAN3-off: > > post-install: > ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem >+ ${RMDIR} ${STAGEDIR}${PREFIX}/etc/ssl/certs >+ ${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs > > post-stage-MAN3-on: > (cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \ >diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist >index 1a7c120a1919..72b73ca8f813 100644 >--- a/security/libressl-devel/pkg-plist >+++ b/security/libressl-devel/pkg-plist >@@ -1,6 +1,7 @@ > %%NC%%bin/nc > bin/ocspcheck > bin/openssl >+etc/ssl/certs > etc/ssl/openssl.cnf > etc/ssl/x509v3.cnf > include/openssl/aes.h >@@ -100,5 +101,4 @@ man/man1/openssl.1.gz > man/man5/openssl.cnf.5.gz > man/man5/x509v3.cnf.5.gz > man/man8/ocspcheck.8.gz >-@dir etc/ssl/certs > @dir include/openssl >diff --git a/security/libressl/Makefile b/security/libressl/Makefile >index 574151ad0833..ab49040e8378 100644 >--- a/security/libressl/Makefile >+++ b/security/libressl/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= libressl > PORTVERSION= 3.5.4 >+PORTREVISION= 1 > CATEGORIES= security devel > MASTER_SITES= OPENBSD/LibreSSL > >@@ -56,6 +57,8 @@ post-patch-MAN3-off: > > post-install: > ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem >+ ${RMDIR} ${STAGEDIR}${PREFIX}/etc/ssl/certs >+ ${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs > > post-stage-MAN3-on: > (cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \ >diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist >index df28628fbba7..38b6cd97ade4 100644 >--- a/security/libressl/pkg-plist >+++ b/security/libressl/pkg-plist >@@ -1,6 +1,7 @@ > %%NC%%bin/nc > bin/ocspcheck > bin/openssl >+etc/ssl/certs > etc/ssl/openssl.cnf > etc/ssl/x509v3.cnf > include/openssl/aes.h >@@ -100,5 +101,4 @@ man/man1/openssl.1.gz > man/man5/openssl.cnf.5.gz > man/man5/x509v3.cnf.5.gz > man/man8/ocspcheck.8.gz >-@dir etc/ssl/certs > @dir include/openssl >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269473
:
240059
| 240060 |
245112