git: 02121ef086f8 - main - security/boringssl: update to the recent commit

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Wed, 12 Jul 2023 23:54:46 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02121ef086f82d7743badf5277e0da92ad114ea6

commit 02121ef086f82d7743badf5277e0da92ad114ea6
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2023-07-12 23:54:25 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2023-07-12 23:54:25 +0000

    security/boringssl: update to the recent commit
---
 security/boringssl/Makefile                        | 20 ++++++------
 security/boringssl/distinfo                        | 38 +++++++++++-----------
 .../boringssl/files/patch-crypto_CMakeLists.txt    | 10 +++---
 security/boringssl/files/patch-ssl_CMakeLists.txt  | 10 +++---
 4 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 4b509d8aa838..2737428b8709 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,15 +1,15 @@
 PORTNAME=	boringssl
-PORTVERSION=	0.0.0.0.2023.06.30.01
+PORTVERSION=	0.0.0.0.2023.07.10.01
 CATEGORIES=	security
 MASTER_SITES+=	https://proxy.golang.org/:gomods
-DISTFILES+=	golang.org/x/crypto/@v/v0.6.0.zip:gomods \
-		golang.org/x/crypto/@v/v0.6.0.mod:gomods \
-		golang.org/x/net/@v/v0.7.0.zip:gomods \
-		golang.org/x/net/@v/v0.7.0.mod:gomods \
-		golang.org/x/sys/@v/v0.5.0.zip:gomods \
-		golang.org/x/sys/@v/v0.5.0.mod:gomods \
-		golang.org/x/term/@v/v0.5.0.zip:gomods \
-		golang.org/x/term/@v/v0.5.0.mod:gomods
+DISTFILES+=	golang.org/x/crypto/@v/v0.10.0.zip:gomods \
+		golang.org/x/crypto/@v/v0.10.0.mod:gomods \
+		golang.org/x/net/@v/v0.11.0.zip:gomods \
+		golang.org/x/net/@v/v0.11.0.mod:gomods \
+		golang.org/x/sys/@v/v0.9.0.zip:gomods \
+		golang.org/x/sys/@v/v0.9.0.mod:gomods \
+		golang.org/x/term/@v/v0.9.0.zip:gomods \
+		golang.org/x/term/@v/v0.9.0.mod:gomods
 EXTRACT_ONLY=	${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz
 
 MAINTAINER=	osa@FreeBSD.org
@@ -28,7 +28,7 @@ CPE_VENDOR=	google
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-GH_TAGNAME=	5eab868
+GH_TAGNAME=	9fc1c33
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=1 \
 		-DCMAKE_BUILD_TYPE=Release
 USE_LDCONFIG=	yes
diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo
index 054986f2c191..2a035bf83acf 100644
--- a/security/boringssl/distinfo
+++ b/security/boringssl/distinfo
@@ -1,19 +1,19 @@
-TIMESTAMP = 1688159442
-SHA256 (golang.org/x/crypto/@v/v0.6.0.zip) = 81ca88af371cff5a84442ba28e23d8f42ccc1387c8fe152e55e87ba4af9e1ac7
-SIZE (golang.org/x/crypto/@v/v0.6.0.zip) = 1761232
-SHA256 (golang.org/x/crypto/@v/v0.6.0.mod) = 1b6a683455a3b882b6ac53f22752960e87bd91040a94d6f2c5cb61261e2389d8
-SIZE (golang.org/x/crypto/@v/v0.6.0.mod) = 171
-SHA256 (golang.org/x/net/@v/v0.7.0.zip) = 060552064526a90ac9b0bdce2ba0ab34592decc9428d1441c3c9722f853cd290
-SIZE (golang.org/x/net/@v/v0.7.0.zip) = 1559354
-SHA256 (golang.org/x/net/@v/v0.7.0.mod) = 41ec76ea2172f3ee3031e38f9a535939a584d6bb35ef480854fdcb8c2026701b
-SIZE (golang.org/x/net/@v/v0.7.0.mod) = 123
-SHA256 (golang.org/x/sys/@v/v0.5.0.zip) = cf47336ac1bf675fa6d6dd5ac5399b0143c513404c449fa3f3380a58123c7908
-SIZE (golang.org/x/sys/@v/v0.5.0.zip) = 1886681
-SHA256 (golang.org/x/sys/@v/v0.5.0.mod) = f033333096fe198f3151deed93f2deba74e50bbfe7739134045bc3b7ce4a5024
-SIZE (golang.org/x/sys/@v/v0.5.0.mod) = 33
-SHA256 (golang.org/x/term/@v/v0.5.0.zip) = 7d89c49ab41306950128a0f4b7c67fb8e2d2f637ece8e024e6cf38d17a33193b
-SIZE (golang.org/x/term/@v/v0.5.0.zip) = 19924
-SHA256 (golang.org/x/term/@v/v0.5.0.mod) = 0d6f58228aadc1a6528e6755da018516566e3ae5c5201f7ade1773f56fa8d934
-SIZE (golang.org/x/term/@v/v0.5.0.mod) = 67
-SHA256 (google-boringssl-0.0.0.0.2023.06.30.01-5eab868_GH0.tar.gz) = 0146d945aeb513152d000406ed95ce51358b9ef2fde25a780af36f7c45bcf4a2
-SIZE (google-boringssl-0.0.0.0.2023.06.30.01-5eab868_GH0.tar.gz) = 35066868
+TIMESTAMP = 1689181133
+SHA256 (golang.org/x/crypto/@v/v0.10.0.zip) = 2e4f9b72df6f480a744483b14d6b8cbad98ff066399979ac74ff1dc5b74e9bec
+SIZE (golang.org/x/crypto/@v/v0.10.0.zip) = 1780916
+SHA256 (golang.org/x/crypto/@v/v0.10.0.mod) = 2c00b91b1a3838b4e5b8016dc7ee8010bee908af84ad51f7d1b82cf79e9facdd
+SIZE (golang.org/x/crypto/@v/v0.10.0.mod) = 188
+SHA256 (golang.org/x/net/@v/v0.11.0.zip) = 5d97db0b34367452949b1b04194b47a663cbb0852f40d119ba5d910ccc124657
+SIZE (golang.org/x/net/@v/v0.11.0.zip) = 1618900
+SHA256 (golang.org/x/net/@v/v0.11.0.mod) = 0d6bb25db2efc40bcdbccb716684f58a15402f22b3429098d7cb850f2222ad61
+SIZE (golang.org/x/net/@v/v0.11.0.mod) = 153
+SHA256 (golang.org/x/sys/@v/v0.9.0.zip) = 3b37c87534ebabf9d1a60ef03da16805f1293408bcaf8b7cbba9d646eda07d7f
+SIZE (golang.org/x/sys/@v/v0.9.0.zip) = 1898437
+SHA256 (golang.org/x/sys/@v/v0.9.0.mod) = f033333096fe198f3151deed93f2deba74e50bbfe7739134045bc3b7ce4a5024
+SIZE (golang.org/x/sys/@v/v0.9.0.mod) = 33
+SHA256 (golang.org/x/term/@v/v0.9.0.zip) = b4e6d2ac97732625eee581f47fe4a2125dd8668fe285794bac1a9a1a7fd3f1e3
+SIZE (golang.org/x/term/@v/v0.9.0.zip) = 19924
+SHA256 (golang.org/x/term/@v/v0.9.0.mod) = 5a2d9769d9712f0de7e833ca0cee625a26e1f2fbedfaca7486e141cecf7e094c
+SIZE (golang.org/x/term/@v/v0.9.0.mod) = 67
+SHA256 (google-boringssl-0.0.0.0.2023.07.10.01-9fc1c33_GH0.tar.gz) = 20e7cc4cdba7da5675f25461b287b9a395909fb599dc135dc2832e83f947742c
+SIZE (google-boringssl-0.0.0.0.2023.07.10.01-9fc1c33_GH0.tar.gz) = 35070640
diff --git a/security/boringssl/files/patch-crypto_CMakeLists.txt b/security/boringssl/files/patch-crypto_CMakeLists.txt
index 6af61b5e7a9e..060926aef389 100644
--- a/security/boringssl/files/patch-crypto_CMakeLists.txt
+++ b/security/boringssl/files/patch-crypto_CMakeLists.txt
@@ -1,8 +1,8 @@
---- crypto/CMakeLists.txt.orig	2023-04-26 21:06:18 UTC
+--- crypto/CMakeLists.txt.orig	2023-07-12 16:40:43 UTC
 +++ crypto/CMakeLists.txt
-@@ -426,3 +426,5 @@ add_executable(
- )
- target_link_libraries(crypto_test test_support_lib boringssl_gtest_main crypto)
- add_dependencies(all_tests crypto_test)
+@@ -345,3 +345,5 @@ endif()
+ if(USE_CUSTOM_LIBCXX)
+   target_link_libraries(crypto libcxx)
+ endif()
 +
 +SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1)
diff --git a/security/boringssl/files/patch-ssl_CMakeLists.txt b/security/boringssl/files/patch-ssl_CMakeLists.txt
index e87e3fb40496..d8c91acbddb2 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	2023-04-26 21:06:18 UTC
+--- ssl/CMakeLists.txt.orig	2023-07-12 16:42:06 UTC
 +++ ssl/CMakeLists.txt
-@@ -55,3 +55,5 @@ add_executable(
- )
- target_link_libraries(ssl_test test_support_lib boringssl_gtest_main ssl crypto)
- add_dependencies(all_tests ssl_test)
+@@ -45,3 +45,5 @@ add_library(
+ install_if_enabled(TARGETS ssl EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})
+ set_property(TARGET ssl PROPERTY EXPORT_NAME SSL)
+ target_link_libraries(ssl crypto)
 +
 +SET_TARGET_PROPERTIES(ssl PROPERTIES SOVERSION 1)