aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2023-07-31 14:38:45 +0000
committerDoug Rabson <dfr@FreeBSD.org>2023-08-05 08:30:35 +0000
commit1d7ffb373c9d639c9645a6b09ae46b2b92adb2e3 (patch)
treefe52532344ca336dbdb72579aaf390899395d091 /secure
parent995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b (diff)
downloadsrc-1d7ffb373c9d639c9645a6b09ae46b2b92adb2e3.tar.gz
src-1d7ffb373c9d639c9645a6b09ae46b2b92adb2e3.zip
pkgbase: reorganise caroot and openssl packages
This splits out the certctl utility into a new certctl package and the openssl libs into an openssl-lib package. PR: 272816 Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D41321
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 89f330ca2800..6b2a1f3bd157 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -6,7 +6,7 @@ SUBDIR= engines modules
.include <bsd.own.mk>
.include <src.opts.mk>
-PACKAGE= openssl
+PACKAGE= openssl-lib
LIB= crypto
SHLIB_MAJOR= 30
VERSION_MAP= ${.CURDIR}/Version.map
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index 4cf17b8d5c51..dc308bcfb146 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -5,7 +5,7 @@
LIB= ssl
SHLIB_MAJOR= 30
VERSION_MAP= ${.CURDIR}/Version.map
-PACKAGE= openssl
+PACKAGE= openssl-lib
NO_LINT=