Date: Thu, 22 Aug 2024 14:49:42 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: f067b88f3de4 - main - security/boringssl: update to the recent snapshot Message-ID: <202408221449.47MEngh8041586@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=f067b88f3de4024c70c8671ed5bb43461e74bfa5 commit f067b88f3de4024c70c8671ed5bb43461e74bfa5 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-08-22 14:49:31 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-08-22 14:49:31 +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 d91c23db1544..095d0844560f 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2024.08.02.01 -PORTREVISION= 1 +PORTVERSION= 0.0.0.0.2024.08.21.01 CATEGORIES= security MASTER_SITES+= https://proxy.golang.org/:gomods DISTFILES+= golang.org/x/crypto/@v/v0.25.0.zip:gomods \ @@ -29,7 +28,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= e23fe9b +GH_TAGNAME= f1b043c CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index fc6f6482b7f1..5b1f3d6e44d3 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1722699004 +TIMESTAMP = 1724335462 SHA256 (golang.org/x/crypto/@v/v0.25.0.zip) = 5cd21f5fcb21845389eed13ad39186f57c86db70f3cc6cf8a4904633f07d1bdb SIZE (golang.org/x/crypto/@v/v0.25.0.zip) = 1783134 SHA256 (golang.org/x/crypto/@v/v0.25.0.mod) = 1fbb5033c267bcf60e4f981e0ab8f08148b1fdf14103c592bf781c805088ea23 @@ -15,5 +15,5 @@ SHA256 (golang.org/x/term/@v/v0.22.0.zip) = 0766e30db0cea597a7c87ad6a829df2a5389 SIZE (golang.org/x/term/@v/v0.22.0.zip) = 19883 SHA256 (golang.org/x/term/@v/v0.22.0.mod) = 5554d3f6d36b677248edc280bb560f396dbd8ab6b124f7ffa407977df7ce37b9 SIZE (golang.org/x/term/@v/v0.22.0.mod) = 68 -SHA256 (google-boringssl-0.0.0.0.2024.08.02.01-e23fe9b_GH0.tar.gz) = 2a77e83135819c52b5fd1818dce8eef67722fd44e9c9d0b5a2f656e3fd743c8a -SIZE (google-boringssl-0.0.0.0.2024.08.02.01-e23fe9b_GH0.tar.gz) = 38788135 +SHA256 (google-boringssl-0.0.0.0.2024.08.21.01-f1b043c_GH0.tar.gz) = 2623464e334f2ea09f9b1fb77350686ba264f880ca81a57286920c51349ca269 +SIZE (google-boringssl-0.0.0.0.2024.08.21.01-f1b043c_GH0.tar.gz) = 45113312 diff --git a/security/boringssl/pkg-plist b/security/boringssl/pkg-plist index bf9dbefc1646..ef6ae1e7da21 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -52,6 +52,8 @@ include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h include/openssl/mem.h +include/openssl/mldsa.h +include/openssl/mlkem.h include/openssl/nid.h include/openssl/obj.h include/openssl/obj_mac.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408221449.47MEngh8041586>