git: 67605574798b - main - security/boringssl: update to the recent commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Feb 2023 23:25:03 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=67605574798b26990ab108795e184f850596e349 commit 67605574798b26990ab108795e184f850596e349 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2023-02-10 23:23:50 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2023-02-10 23:23:50 +0000 security/boringssl: update to the recent commit Regenerate the patches. --- security/boringssl/Makefile | 5 ++--- security/boringssl/distinfo | 6 +++--- security/boringssl/files/patch-crypto_CMakeLists.txt | 14 ++++++-------- security/boringssl/files/patch-ssl_CMakeLists.txt | 8 ++++---- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 053d55e373ad..56d29c8ab14c 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2023.02.02.01 -PORTREVISION= 1 +PORTVERSION= 0.0.0.0.2023.02.10.01 CATEGORIES= security MAINTAINER= osa@FreeBSD.org @@ -20,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 50de086 +GH_TAGNAME= ace3316 GH_TUPLE= golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ golang:sys:04245dca01da:golang_sys/vendor/golang.org/x/sys \ diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 845ff82bf56e..585d9d216876 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1675374862 -SHA256 (google-boringssl-0.0.0.0.2023.02.02.01-50de086_GH0.tar.gz) = 415531885972634fb6433523e76a85b8e52b27b064926bf3472bb1d77ba19182 -SIZE (google-boringssl-0.0.0.0.2023.02.02.01-50de086_GH0.tar.gz) = 30990471 +TIMESTAMP = 1676069825 +SHA256 (google-boringssl-0.0.0.0.2023.02.10.01-ace3316_GH0.tar.gz) = e62181db35cd40e2ed253f27a69bb7075b286d0daac4587fe29f593e3a7d9b84 +SIZE (google-boringssl-0.0.0.0.2023.02.10.01-ace3316_GH0.tar.gz) = 31018368 SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4 SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023 SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d diff --git a/security/boringssl/files/patch-crypto_CMakeLists.txt b/security/boringssl/files/patch-crypto_CMakeLists.txt index 06002b4a1b35..472bba3a0f6e 100644 --- a/security/boringssl/files/patch-crypto_CMakeLists.txt +++ b/security/boringssl/files/patch-crypto_CMakeLists.txt @@ -1,10 +1,8 @@ ---- crypto/CMakeLists.txt.orig 2022-07-25 14:53:51.000000000 -0400 -+++ crypto/CMakeLists.txt 2022-07-26 12:18:36.169803000 -0400 -@@ -464,6 +466,7 @@ - endif() +--- crypto/CMakeLists.txt.orig 2023-02-10 18:50:34 UTC ++++ crypto/CMakeLists.txt +@@ -438,3 +438,5 @@ add_dependencies(crypto_test global_target) - SET_TARGET_PROPERTIES(crypto PROPERTIES LINKER_LANGUAGE C) + target_link_libraries(crypto_test test_support_lib boringssl_gtest crypto) + add_dependencies(all_tests crypto_test) ++ +SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1) - - if(NOT WIN32 AND NOT ANDROID) - target_link_libraries(crypto pthread) diff --git a/security/boringssl/files/patch-ssl_CMakeLists.txt b/security/boringssl/files/patch-ssl_CMakeLists.txt index 8738202801f9..9fab61a542e1 100644 --- a/security/boringssl/files/patch-ssl_CMakeLists.txt +++ b/security/boringssl/files/patch-ssl_CMakeLists.txt @@ -1,8 +1,8 @@ ---- ssl/CMakeLists.txt.orig 2022-01-18 16:46:15 UTC +--- ssl/CMakeLists.txt.orig 2023-02-10 18:50:34 UTC +++ ssl/CMakeLists.txt -@@ -63,3 +63,5 @@ if(WIN32) - target_link_libraries(ssl_test ws2_32) - endif() +@@ -70,3 +70,5 @@ add_dependencies(ssl_test global_target) + + target_link_libraries(ssl_test test_support_lib boringssl_gtest ssl crypto) add_dependencies(all_tests ssl_test) + +SET_TARGET_PROPERTIES(ssl PROPERTIES SOVERSION 1)