git: 44966089b66a - main - security/boringssl: set SONAME for the library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 21:23:46 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44966089b66a870c08ea1d70e2d018b57b9d3c51
commit 44966089b66a870c08ea1d70e2d018b57b9d3c51
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2022-01-08 21:08:02 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2022-01-08 21:23:34 +0000
security/boringssl: set SONAME for the library
Bump PORTREVISION.
Found by: pluknet
---
security/boringssl/Makefile | 1 +
security/boringssl/files/patch-crypto_CMakeLists.txt | 10 ++++++++++
2 files changed, 11 insertions(+)
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 3de7280cd4d7..7a5720cd06b2 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= boringssl
PORTVERSION= 0.0.0.0.2022.01.05.01
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= osa@FreeBSD.org
diff --git a/security/boringssl/files/patch-crypto_CMakeLists.txt b/security/boringssl/files/patch-crypto_CMakeLists.txt
new file mode 100644
index 000000000000..dd5cd124c5ed
--- /dev/null
+++ b/security/boringssl/files/patch-crypto_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- crypto/CMakeLists.txt.orig 2022-01-08 15:58:38.096291000 -0500
++++ crypto/CMakeLists.txt 2022-01-08 15:28:07.210470000 -0500
+@@ -462,6 +462,7 @@
+ endif()
+
+ SET_TARGET_PROPERTIES(crypto PROPERTIES LINKER_LANGUAGE C)
++SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1)
+
+ if(NOT WIN32 AND NOT ANDROID)
+ target_link_libraries(crypto pthread)