Date: Sat, 7 Dec 2024 14:58:13 GMT 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: a6d43e7bfa60 - main - security/boringssl: update to the recent snapshot Message-ID: <202412071458.4B7EwDKH014717@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6d43e7bfa6064973228f071d316b6ca21545cab commit a6d43e7bfa6064973228f071d316b6ca21545cab Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-12-07 14:57:56 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-12-07 14:57:56 +0000 security/boringssl: update to the recent snapshot --- security/boringssl/Makefile | 4 ++-- security/boringssl/distinfo | 6 +++--- security/boringssl/files/patch-CMakeLists.txt | 4 ++-- security/boringssl/pkg-plist | 2 -- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index c3ac77744dc8..f6abee043c77 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2024.11.23.01 +PORTVERSION= 0.0.0.0.2024.12.06.01 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -19,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= a351cc0 +GH_TAGNAME= 9559c45 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index a886b87b97e8..f19111ef86fb 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1732490715 +TIMESTAMP = 1733580254 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 @@ -23,5 +23,5 @@ SHA256 (golang.org/x/term/@v/v0.23.0.zip) = 2597a62b487b952c11c89b2001551af1fe1d SIZE (golang.org/x/term/@v/v0.23.0.zip) = 19866 SHA256 (golang.org/x/term/@v/v0.23.0.mod) = d44cfec368bf145eb7174b94307dbbf13d9ce881f03de797c3abf5731fba1eba SIZE (golang.org/x/term/@v/v0.23.0.mod) = 68 -SHA256 (google-boringssl-0.0.0.0.2024.11.23.01-a351cc0_GH0.tar.gz) = 52a535792f59f66d4bfcb5c97b568ef1cd1df1ff838595f0cce66afa761ca56a -SIZE (google-boringssl-0.0.0.0.2024.11.23.01-a351cc0_GH0.tar.gz) = 45545069 +SHA256 (google-boringssl-0.0.0.0.2024.12.06.01-9559c45_GH0.tar.gz) = 53064d70d62325ade624230347d1fd2cb4d98b4f2d02c3facc34769039668760 +SIZE (google-boringssl-0.0.0.0.2024.12.06.01-9559c45_GH0.tar.gz) = 42506094 diff --git a/security/boringssl/files/patch-CMakeLists.txt b/security/boringssl/files/patch-CMakeLists.txt index 6301ab05cc67..487baf4774b7 100644 --- a/security/boringssl/files/patch-CMakeLists.txt +++ b/security/boringssl/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2024-11-23 22:54:44 UTC +--- CMakeLists.txt.orig 2024-12-06 23:19:02 UTC +++ CMakeLists.txt -@@ -640,6 +640,8 @@ target_link_libraries(ssl crypto) +@@ -643,6 +643,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 baf8c42c9617..976a347bfe44 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -40,9 +40,7 @@ include/openssl/err.h include/openssl/evp.h include/openssl/evp_errors.h include/openssl/ex_data.h -include/openssl/experimental/dilithium.h include/openssl/experimental/kyber.h -include/openssl/experimental/spx.h include/openssl/hkdf.h include/openssl/hmac.h include/openssl/hpke.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412071458.4B7EwDKH014717>