Date: Sun, 25 Feb 2024 15:37:24 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: 82cb3bc55f4d - main - security/boringssl: update to the recent snapshot Message-ID: <202402251537.41PFbOcF080497@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=82cb3bc55f4d62984374b4dc477bf087499d0a0e commit 82cb3bc55f4d62984374b4dc477bf087499d0a0e Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-02-25 15:36:59 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-02-25 15:36:59 +0000 security/boringssl: update to the recent snapshot --- security/boringssl/Makefile | 5 ++--- security/boringssl/distinfo | 6 +++--- security/boringssl/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index d3030996e901..f41ae1cc7109 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2024.02.03.01 -PORTREVISION= 1 +PORTVERSION= 0.0.0.0.2024.02.16.01 CATEGORIES= security MASTER_SITES+= https://proxy.golang.org/:gomods DISTFILES+= golang.org/x/crypto/@v/v0.17.0.zip:gomods \ @@ -29,7 +28,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 79123ca +GH_TAGNAME= 99e8c6e CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 07acb6c41eef..800ce2adc0e3 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1707068060 +TIMESTAMP = 1708441243 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 @@ -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.02.03.01-79123ca_GH0.tar.gz) = 9129f531fee611648d502c15b91cc34a7694fb6c05f57419e765c486b28ae699 -SIZE (google-boringssl-0.0.0.0.2024.02.03.01-79123ca_GH0.tar.gz) = 36112626 +SHA256 (google-boringssl-0.0.0.0.2024.02.16.01-99e8c6e_GH0.tar.gz) = ae739240fd15f27464f34f7debb692a205566efb9209ced5c290395dbc1f59b1 +SIZE (google-boringssl-0.0.0.0.2024.02.16.01-99e8c6e_GH0.tar.gz) = 36125360 diff --git a/security/boringssl/pkg-plist b/security/boringssl/pkg-plist index 306c52073876..48026cf79b6b 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -61,6 +61,8 @@ include/openssl/pem.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/pkcs8.h +include/openssl/pki/certificate.h +include/openssl/pki/signature_verify_cache.h include/openssl/poly1305.h include/openssl/pool.h include/openssl/posix_time.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251537.41PFbOcF080497>