Skip to content

Commit

Permalink
security/libressl: REVERT: Use CA bundle from base
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed Jun 17, 2024
1 parent eddc07d commit f84841c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions security/libressl-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ 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}${PREFIX}; ${FIND} share/man/man3 -not -type d | \
Expand Down
2 changes: 1 addition & 1 deletion security/libressl-devel/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
%%NC%%bin/nc
bin/ocspcheck
bin/openssl
etc/ssl/certs
etc/ssl/openssl.cnf
etc/ssl/x509v3.cnf
include/openssl/aes.h
Expand Down Expand Up @@ -99,4 +98,5 @@ share/man/man1/openssl.1.gz
share/man/man5/openssl.cnf.5.gz
share/man/man5/x509v3.cnf.5.gz
share/man/man8/ocspcheck.8.gz
@dir etc/ssl/certs
@dir include/openssl
2 changes: 0 additions & 2 deletions security/libressl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ 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}${PREFIX}; ${FIND} share/man/man3 -not -type d | \
Expand Down
2 changes: 1 addition & 1 deletion security/libressl/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
%%NC%%bin/nc
bin/ocspcheck
bin/openssl
etc/ssl/certs
etc/ssl/openssl.cnf
etc/ssl/x509v3.cnf
include/openssl/aes.h
Expand Down Expand Up @@ -99,4 +98,5 @@ share/man/man1/openssl.1.gz
share/man/man5/openssl.cnf.5.gz
share/man/man5/x509v3.cnf.5.gz
share/man/man8/ocspcheck.8.gz
@dir etc/ssl/certs
@dir include/openssl

0 comments on commit f84841c

Please sign in to comment.