Date: Thu, 19 Feb 2026 01:04:41 +0000 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: b26ea95fed4c - main - security/boringssl: fix build on arm64 by applying a vendor's fix Message-ID: <699661a9.40a5d.50b60ab3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=b26ea95fed4c670d3caa7ba63b8a076f17f248d4 commit b26ea95fed4c670d3caa7ba63b8a076f17f248d4 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2026-02-19 01:02:56 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2026-02-19 01:02:56 +0000 security/boringssl: fix build on arm64 by applying a vendor's fix Bump PORTREVISION. Reported by: pkg-fallout Tested by: fluffy Sponsored by: tipi.work --- security/boringssl/Makefile | 4 ++++ security/boringssl/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 838de3ac64f4..200bc2ce9445 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,8 +1,12 @@ PORTNAME= boringssl PORTVERSION= 0.20260211.0 +PORTREVISION= 1 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}_GH0.tar.gz +PATCH_SITES= https://github.com/google/boringssl/commit/ +PATCHFILES= 100a6181500bb6d4e4d4ff299ca420d919aa764c.patch:-p1 + MAINTAINER= osa@FreeBSD.org COMMENT= Fork of OpenSSL WWW= https://boringssl.googlesource.com/boringssl/ diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 489e7bc50801..10b367fa4948 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1770913773 +TIMESTAMP = 1771434048 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -13,3 +13,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 SHA256 (google-boringssl-0.20260211.0_GH0.tar.gz) = 52e2d96759d483e384e3964a2513781ea05cb6b2d677f1f8f5a4049aea30535d SIZE (google-boringssl-0.20260211.0_GH0.tar.gz) = 61785382 +SHA256 (100a6181500bb6d4e4d4ff299ca420d919aa764c.patch) = 5a2ad76892631c98df3d22de2037b778c3d6daea9268654203a860e80f707973 +SIZE (100a6181500bb6d4e4d4ff299ca420d919aa764c.patch) = 2912home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699661a9.40a5d.50b60ab3>
