aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-05-02 15:46:17 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-05-13 15:42:29 +0000
commitca179c4d74f2ce1e458bae1826bd77d17f28aab2 (patch)
tree0e5a2762663cf3e24dd026b9da1ee6477413324d /secure/lib
parent6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5 (diff)
downloadsrc-ca179c4d74f2ce1e458bae1826bd77d17f28aab2.tar.gz
src-ca179c4d74f2ce1e458bae1826bd77d17f28aab2.zip
pkgbase: Put openssl in its own package
This is useful for upgrade and also to make tiny jail so they won't depend on FreeBSD-utilities (where openssl was packaged before). MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D30081
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssl/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index b82b5c8d84b1..ff9303c9edae 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -6,7 +6,7 @@ SUBDIR= engines
.include <bsd.own.mk>
.include <src.opts.mk>
-PACKAGE= runtime
+PACKAGE= openssl
LIB= crypto
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index 74856aaa3b1f..893ea6ebed79 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -5,6 +5,7 @@
LIB= ssl
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
+PACKAGE= openssl
NO_LINT=