aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-08-07 04:58:28 +0000
committerMark Johnston <markj@FreeBSD.org>2026-08-24 14:45:11 +0000
commit357aa8af5304bc7abe9191da3cbe9852f72eeee2 (patch)
tree701f83a1c650f8ef973501a4ae1352d6ba509047
parentc905b341204e92ce18c84b9ac33b643222c36d65 (diff)
crypto/openssl: correct version numbers for pkg-config files
The files were incorrectly reporting 3.5.1 instead of 3.0.21. This is a direct commit to stable/14 as stable/15 and later are on OpenSSL 3.5. Approved by: so Security: FreeBSD-26:21.openssl PR: 297144 Fixes: d03be8cf ("crypto/openssl: make vendor imports easier/less error prone") For releng/14.4 the version was updated to 3.0.20. (cherry picked from commit 2e04d98688230fecce228b4d32e1bbf7da6ef508)
-rw-r--r--crypto/openssl/exporters/libcrypto.pc2
-rw-r--r--crypto/openssl/exporters/libssl.pc2
-rw-r--r--crypto/openssl/exporters/openssl.pc2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/exporters/libcrypto.pc b/crypto/openssl/exporters/libcrypto.pc
index e7f3953b7eae..70e5d20834b9 100644
--- a/crypto/openssl/exporters/libcrypto.pc
+++ b/crypto/openssl/exporters/libcrypto.pc
@@ -7,7 +7,7 @@ modulesdir=${libdir}/ossl-modules
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
-Version: 3.5.1
+Version: 3.0.20
Libs: -L${libdir} -lcrypto
Libs.private: -pthread
Cflags: -I${includedir}
diff --git a/crypto/openssl/exporters/libssl.pc b/crypto/openssl/exporters/libssl.pc
index ed6fd275ca26..ae8334a54dd2 100644
--- a/crypto/openssl/exporters/libssl.pc
+++ b/crypto/openssl/exporters/libssl.pc
@@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
-Version: 3.5.1
+Version: 3.0.20
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}
diff --git a/crypto/openssl/exporters/openssl.pc b/crypto/openssl/exporters/openssl.pc
index 892ef113ca0f..6d228b19b5cb 100644
--- a/crypto/openssl/exporters/openssl.pc
+++ b/crypto/openssl/exporters/openssl.pc
@@ -5,5 +5,5 @@ includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
-Version: 3.5.1
+Version: 3.0.20
Requires: libssl libcrypto