git: 9872968e7a07 - main - security/boringssl: update to the recent snapshot
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Apr 2025 18:55:22 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=9872968e7a07090da4ce90e23e186e88d79660a4 commit 9872968e7a07090da4ce90e23e186e88d79660a4 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2025-04-06 18:54:56 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2025-04-06 18:55:16 +0000 security/boringssl: update to the recent snapshot --- security/boringssl/Makefile | 5 ++--- security/boringssl/distinfo | 6 +++--- security/boringssl/files/patch-CMakeLists.txt | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index cf88c45b227d..85293098600f 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2025.03.27.01 -PORTREVISION= 1 +PORTVERSION= 0.0.0.0.2025.04.05.01 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -20,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= a999361 +GH_TAGNAME= d5440dd CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 80e0231971bf..404332ed29ed 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1743342632 +TIMESTAMP = 1743961248 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.30.0.zip) = f5214bfec98f00e5432da68bbece03e98600f SIZE (golang.org/x/sys/@v/v0.30.0.zip) = 1987982 SHA256 (golang.org/x/sys/@v/v0.30.0.mod) = d227b325f621f4ebe28d39ba773ea99b870f393b7c09c34592c365b16dd560de SIZE (golang.org/x/sys/@v/v0.30.0.mod) = 33 -SHA256 (google-boringssl-0.0.0.0.2025.03.27.01-a999361_GH0.tar.gz) = ee34edf313209f3270b3c4b26fc564ec951e5aafc25c78a6123444a1356b8659 -SIZE (google-boringssl-0.0.0.0.2025.03.27.01-a999361_GH0.tar.gz) = 46043348 +SHA256 (google-boringssl-0.0.0.0.2025.04.05.01-d5440dd_GH0.tar.gz) = 0fe987baa96cb735590e884f2ef9ef49a01473b9daf6527cbd9fe8028e5d0b06 +SIZE (google-boringssl-0.0.0.0.2025.04.05.01-d5440dd_GH0.tar.gz) = 46046101 diff --git a/security/boringssl/files/patch-CMakeLists.txt b/security/boringssl/files/patch-CMakeLists.txt index 1956026ebd71..5326f4acacfc 100644 --- a/security/boringssl/files/patch-CMakeLists.txt +++ b/security/boringssl/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2025-01-14 22:15:03 UTC +--- CMakeLists.txt.orig 2025-04-05 04:28:51 UTC +++ CMakeLists.txt -@@ -659,6 +659,8 @@ target_link_libraries(ssl crypto) +@@ -654,6 +654,8 @@ target_link_libraries(ssl crypto) # here. set_property(TARGET ssl PROPERTY EXPORT_NAME SSL) target_link_libraries(ssl crypto) @@ -8,4 +8,4 @@ +SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1) add_library(decrepit ${DECREPIT_SOURCES}) - target_link_libraries(decrepit crypto ssl) + target_link_libraries(decrepit ssl crypto)