Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2022 20:21:48 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eec9ee622163 - main - devel/highway: backport crashfix for old CPUs
Message-ID:  <202202212021.21LKLmOe030445@gitrepo.freebsd.org>

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

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

commit eec9ee622163d81127dd0841113c7c55e3cc0a85
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-21 20:17:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-21 20:20:38 +0000

    devel/highway: backport crashfix for old CPUs
    
    PR:             262104
    Reported by:    VVD
---
 devel/highway/Makefile | 5 ++++-
 devel/highway/distinfo | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/devel/highway/Makefile b/devel/highway/Makefile
index 7840ed567517..6ba87829a5bd 100644
--- a/devel/highway/Makefile
+++ b/devel/highway/Makefile
@@ -1,8 +1,11 @@
 PORTNAME=	highway
 DISTVERSION=	0.16.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	1ac50ad83d8c.patch:-p1 # https://github.com/google/highway/pull/561
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Performance-portable, length-agnostic SIMD with runtime dispatch
 
diff --git a/devel/highway/distinfo b/devel/highway/distinfo
index e14f59760bcf..00918351a3cc 100644
--- a/devel/highway/distinfo
+++ b/devel/highway/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1645106719
 SHA256 (google-highway-0.16.0_GH0.tar.gz) = 746c9578446be6c5286e8846c5f0d4118c0c1f04219c401abadcb8a5f2051893
 SIZE (google-highway-0.16.0_GH0.tar.gz) = 1639388
+SHA256 (1ac50ad83d8c.patch) = bcd5bfbab6783708cf71eb64d20afc459ef46f9fd3adf25a65bd933521553524
+SIZE (1ac50ad83d8c.patch) = 3207



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