Skip to content

Commit

Permalink
security/boringssl: update to the recent snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
osokin committed Apr 3, 2024
1 parent c51f787 commit af0c266
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
5 changes: 2 additions & 3 deletions security/boringssl/Makefile
@@ -1,6 +1,5 @@
PORTNAME= boringssl
PORTVERSION= 0.0.0.0.2024.03.22.01
PORTREVISION= 1
PORTVERSION= 0.0.0.0.2024.04.01.01
CATEGORIES= security
MASTER_SITES+= https://proxy.golang.org/:gomods
DISTFILES+= golang.org/x/crypto/@v/v0.17.0.zip:gomods \
Expand Down Expand Up @@ -29,7 +28,7 @@ CPE_VENDOR= google

USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= 231510c
GH_TAGNAME= 077d4d2
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1

CFLAGS_i386= -msse2
Expand Down
6 changes: 3 additions & 3 deletions security/boringssl/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1711202760
TIMESTAMP = 1712076130
SHA256 (golang.org/x/crypto/@v/v0.17.0.zip) = 97ea91df712ac1ca39c122480489be532b437bf4aeb5d781465cb1cf39824083
SIZE (golang.org/x/crypto/@v/v0.17.0.zip) = 1798689
SHA256 (golang.org/x/crypto/@v/v0.17.0.mod) = dc40867bef3ca5179569cc2f8742bb618b8cc684b0d25a753250e81d6dc29442
Expand All @@ -15,5 +15,5 @@ SHA256 (golang.org/x/term/@v/v0.15.0.zip) = cb7fff77d2925dc0e4f5ac0ced38d1068382
SIZE (golang.org/x/term/@v/v0.15.0.zip) = 19883
SHA256 (golang.org/x/term/@v/v0.15.0.mod) = 4b86976f8c4efb87bbcbec283cbfb395a28177b4b8b83420b49d95728eb7a2f8
SIZE (golang.org/x/term/@v/v0.15.0.mod) = 68
SHA256 (google-boringssl-0.0.0.0.2024.03.22.01-231510c_GH0.tar.gz) = a8a75d7c75ff152cfec8eff70c88b431ea083c0778795800214293c4011d04a6
SIZE (google-boringssl-0.0.0.0.2024.03.22.01-231510c_GH0.tar.gz) = 36788739
SHA256 (google-boringssl-0.0.0.0.2024.04.01.01-077d4d2_GH0.tar.gz) = ae11481a80634787e5e6d6d73f4b9a62a23f31a338f68896ada5bd5170de47ee
SIZE (google-boringssl-0.0.0.0.2024.04.01.01-077d4d2_GH0.tar.gz) = 36794695
7 changes: 4 additions & 3 deletions security/boringssl/files/patch-CMakeLists.txt
@@ -1,10 +1,11 @@
--- CMakeLists.txt.orig 2024-03-23 14:15:05 UTC
--- CMakeLists.txt.orig 2024-04-01 22:15:28 UTC
+++ CMakeLists.txt
@@ -522,6 +522,7 @@ add_library(ssl ${SSL_SOURCES})
install_if_enabled(TARGETS ssl EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})
@@ -610,6 +610,8 @@ add_library(ssl ${SSL_SOURCES})
# here.
set_property(TARGET ssl PROPERTY EXPORT_NAME SSL)
target_link_libraries(ssl crypto)
+SET_TARGET_PROPERTIES(ssl PROPERTIES SOVERSION 1)
+SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1)

add_library(decrepit ${DECREPIT_SOURCES})
target_link_libraries(decrepit crypto ssl)
8 changes: 0 additions & 8 deletions security/boringssl/files/patch-crypto_CMakeLists.txt

This file was deleted.

0 comments on commit af0c266

Please sign in to comment.