From nobody Fri Aug 7 19:37:45 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hGvZ13wcWz6ndtt for ; Fri, 07 Aug 2026 19:37:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hGvZ13LSJz4P4l for ; Fri, 07 Aug 2026 19:37:45 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786131465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=65QkA89HhsaNNbsNfbXfiWKEKDU2AA8xGQAYQQ+qNrY=; b=eUqZ6S0QrG1vIgsAaMss8tW9sFER621qXDYkz4V2qbbBdFQCvaHU6LiTD8kYYfRnAHxLns QNIwX7OEsJr/2IflD4HS8M4hKaiadHDFvthJBgO0rIuhlKPKyLWBE5aOQ9MwgCtf8xHuRx l1bqTqxilO0teBeGTRETDxJHvPGTRRK/Cte1TWbwOGYklS/Fhmhz7PCVtiTQePcyPB1nx/ 07dezw5hIWeKmc0wS51B38Nso0elKrdKS3EKHDC04W9ZuuV13jFy8mHFjw4/ODMDCOL4v+ d/3dmZ7R6xZM7Ce6gu2UMneJizRZv2KIToI0auG8opCBOeQCx+AjkeW8n6bnQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786131465; a=rsa-sha256; cv=none; b=poUyHB1JSqRkrNWjFgxq11sEzsl3vBZoqPAxwAeu0q9laqzbOKHDN0PnYLKFrEEcaJl3qK tAQthhlDdIv9GazjecewrV/+Sj+8WuYikkhD3O9P7MGvX7rel4yjpmQi+BiQJ5QUwM5UFs t1jk1Cx0Ee+YFFtO+LMxBWG5rFkVhm7L7isbQ8ggL2osyPS06JVx8ZeKQOPovGQimYN+k2 2Tq9JVKiwhALU99sh/YLagTn2yu1ykZvwT3wbJLl01q0/ul2cXK8J0ISCNOHMOSVY9SfKo GkoYxf8hZ4NQd0EOrYZwMoxViHhWkQWqKqix5Ilq8ACLlOb1qkCuNS0F6nFR3w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786131465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=65QkA89HhsaNNbsNfbXfiWKEKDU2AA8xGQAYQQ+qNrY=; b=CZZoGq0+0VtLJ0g3WjYx9h6pfCSzEYHa3Ll+BCGN2dJP/iwbP/T4WU+9AylzyEgINI+41q +h5wdPSY8tF5Mj6rKtR4hqxYPbhXoKwo3f/UFluS0UoEM246SWi3gCFNLRMrPHtaN4147P EwFjDRpdfpak4ToqrZ66h++b+0CthbxnZZ1DO9wbswnoHrfYsp59Om96Ak2opXRpm926KC QdXO5otQVukSk5t60+7v0yh/JYJUGi0Qy1fSBlTNHW7jp+NSjPIkPXuYUgAgdZnobuEiob /wTpZSgx+/dsOqN8nIS33iyy99Z5nX/sSE3ct6471Y+DaRcK0ZcSG4gaosCTRQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hGvZ11ljsz1K41 for ; Fri, 07 Aug 2026 19:37:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3d448 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 07 Aug 2026 19:37:45 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: 2e04d9868823 - stable/14 - crypto/openssl: correct version numbers for pkg-config files List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 2e04d98688230fecce228b4d32e1bbf7da6ef508 Auto-Submitted: auto-generated Date: Fri, 07 Aug 2026 19:37:45 +0000 Message-Id: <6a763409.3d448.5d669c61@gitrepo.freebsd.org> The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=2e04d98688230fecce228b4d32e1bbf7da6ef508 commit 2e04d98688230fecce228b4d32e1bbf7da6ef508 Author: Enji Cooper AuthorDate: 2026-08-07 04:58:28 +0000 Commit: Enji Cooper CommitDate: 2026-08-07 19:33:55 +0000 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. PR: 297144 Fixes: d03be8cf ("crypto/openssl: make vendor imports easier/less error prone") --- crypto/openssl/exporters/libcrypto.pc | 2 +- crypto/openssl/exporters/libssl.pc | 2 +- crypto/openssl/exporters/openssl.pc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/openssl/exporters/libcrypto.pc b/crypto/openssl/exporters/libcrypto.pc index e7f3953b7eae..cde5e05e3a3e 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.21 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..c3cedcb24216 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.21 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..d65d7a68bf35 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.21 Requires: libssl libcrypto