Date: Thu, 05 Feb 2026 23:33:25 +0000 From: Sergey A. Osokin <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 36632bcabd59 - main - security/boringssl: update to the recent snapshot Message-ID: <698528c5.24bb6.4db84271@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=36632bcabd59c784e74719cc2385b875f61dcc8a commit 36632bcabd59c784e74719cc2385b875f61dcc8a Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2026-02-05 23:32:48 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2026-02-05 23:33:18 +0000 security/boringssl: update to the recent snapshot Sponsored by: tipi.work --- security/boringssl/Makefile | 6 +++--- security/boringssl/distinfo | 6 +++--- security/boringssl/files/patch-CMakeLists.txt | 4 ++-- security/boringssl/pkg-plist | 4 ++++ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index d5a968e5edec..07c95766ace5 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,8 +1,7 @@ PORTNAME= boringssl -PORTVERSION= 0.20251124.0 -PORTREVISION= 3 +PORTVERSION= 0.20260204.0 CATEGORIES= security -EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}_GH0.tar.gz +EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz MAINTAINER= osa@FreeBSD.org COMMENT= Fork of OpenSSL @@ -20,6 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google +GH_TAGNAME= a35389e CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index f7758c9e2f2f..d03607077db0 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764254478 +TIMESTAMP = 1770333072 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -11,5 +11,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.zip) = 85d47075d21fd7ef35d9a47fc73f2356fb3cd SIZE (golang.org/x/sys/@v/v0.32.0.zip) = 1991164 SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea5b81ae1c696ff64caf518bcfe3d SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 -SHA256 (google-boringssl-0.20251124.0_GH0.tar.gz) = d47f89b894bf534c82071d7426c5abf1e5bd044fee242def53cd5d3d0f656c09 -SIZE (google-boringssl-0.20251124.0_GH0.tar.gz) = 61203534 +SHA256 (google-boringssl-0.20260204.0-a35389e_GH0.tar.gz) = 654c05d559c4c560869416f3da1cffd5709183b2de357f9c2ac4abdf43ba4f40 +SIZE (google-boringssl-0.20260204.0-a35389e_GH0.tar.gz) = 61725926 diff --git a/security/boringssl/files/patch-CMakeLists.txt b/security/boringssl/files/patch-CMakeLists.txt index c6d7859a8b12..c507c0d84c7c 100644 --- a/security/boringssl/files/patch-CMakeLists.txt +++ b/security/boringssl/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2025-10-02 17:17:00 UTC +--- CMakeLists.txt.orig 2026-02-04 10:43:46 UTC +++ CMakeLists.txt -@@ -648,6 +648,8 @@ target_link_libraries(ssl crypto) +@@ -681,6 +681,8 @@ target_link_libraries(ssl crypto) # here. set_property(TARGET ssl PROPERTY EXPORT_NAME SSL) target_link_libraries(ssl crypto) diff --git a/security/boringssl/pkg-plist b/security/boringssl/pkg-plist index 39a0f9ac3721..1dae21c81f76 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -71,6 +71,9 @@ include/openssl/pki/verify_error.h include/openssl/poly1305.h include/openssl/pool.h include/openssl/posix_time.h +include/openssl/prefix_symbols.h +include/openssl/prefix_symbols_internal_S.h +include/openssl/prefix_symbols_internal_c.h include/openssl/rand.h include/openssl/rc4.h include/openssl/ripemd.h @@ -90,6 +93,7 @@ include/openssl/target.h include/openssl/thread.h include/openssl/time.h include/openssl/tls1.h +include/openssl/tls_prf.h include/openssl/trust_token.h include/openssl/type_check.h include/openssl/x509.hhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698528c5.24bb6.4db84271>
