Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 14:21:55 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52182a455cfa - main - security/boringssl: update to the recent commit (+)
Message-ID:  <202308101421.37AELtOL022418@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52182a455cfaee98c3c42942cc34cd3efd40bbc6

commit 52182a455cfaee98c3c42942cc34cd3efd40bbc6
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2023-08-10 14:18:50 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2023-08-10 14:18:50 +0000

    security/boringssl: update to the recent commit (+)
    
    Safely remove CMAKE_BUILD_TYPE, it's already defined in
    Mk/Uses/cmake.mk, this helps to make a debug build if necessary.
    
    Reported by:    fluffy
---
 security/boringssl/Makefile | 8 +++-----
 security/boringssl/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 1de8a3f97cd3..1c17fd61c1d9 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	boringssl
-PORTVERSION=	0.0.0.0.2023.08.05.01
-PORTREVISION=	2
+PORTVERSION=	0.0.0.0.2023.08.09.01
 CATEGORIES=	security
 MASTER_SITES+=	https://proxy.golang.org/:gomods
 DISTFILES+=	golang.org/x/crypto/@v/v0.10.0.zip:gomods \
@@ -29,9 +28,8 @@ CPE_VENDOR=	google
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-GH_TAGNAME=	e28988e
-CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=1 \
-		-DCMAKE_BUILD_TYPE=Release
+GH_TAGNAME=	8d19c85
+CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=1
 
 USE_LDCONFIG=	yes
 LDFLAGS+=	-Wl,-rpath,${LOCALBASE}/lib
diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo
index 61960d2785f5..a6673ea3080c 100644
--- a/security/boringssl/distinfo
+++ b/security/boringssl/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1691432925
+TIMESTAMP = 1691676683
 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
@@ -15,5 +15,5 @@ SHA256 (golang.org/x/term/@v/v0.9.0.zip) = b4e6d2ac97732625eee581f47fe4a2125dd86
 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.08.05.01-e28988e_GH0.tar.gz) = aa27a8acd63a86f0841b341f4f7f0b447dc3c5079442da1e876f9c704f797397
-SIZE (google-boringssl-0.0.0.0.2023.08.05.01-e28988e_GH0.tar.gz) = 34973356
+SHA256 (google-boringssl-0.0.0.0.2023.08.09.01-8d19c85_GH0.tar.gz) = 038291ecaed8565bcbac383f6a25c19a848771315fe90fd7c0bc29f2d589afe3
+SIZE (google-boringssl-0.0.0.0.2023.08.09.01-8d19c85_GH0.tar.gz) = 34977072



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308101421.37AELtOL022418>