From 10fa3ca57a2407e474ec0d44dd0a58164c8d989c Mon Sep 17 00:00:00 2001 From: danj Date: Sun, 29 May 2022 15:41:20 +0000 Subject: [PATCH] Update to go-siphash-1.2.3 From George Rosamond who becomes maintainer. Previous maintainer timeout (unsurprisingly). --- security/go-siphash/Makefile | 6 +++--- security/go-siphash/distinfo | 4 ++-- security/go-siphash/pkg/PLIST | 13 ++++++++++++- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/security/go-siphash/Makefile b/security/go-siphash/Makefile index 2637c549600..08088c09a12 100644 --- a/security/go-siphash/Makefile +++ b/security/go-siphash/Makefile @@ -2,16 +2,16 @@ COMMENT = SipHash-2-4 in go GH_ACCOUNT = dchest GH_PROJECT = siphash -GH_TAGNAME = v1.0.0 +GH_TAGNAME = v1.2.3 DISTNAME = go-siphash PKGNAME = ${DISTNAME}-${GH_TAGNAME:S/^v//} -REVISION = 0 CATEGORIES = security HOMEPAGE = https://github.com/dchest/siphash -MAINTAINER = Sean Levy +MAINTAINER = George Rosamond + # CC0 PERMIT_PACKAGE = Yes diff --git a/security/go-siphash/distinfo b/security/go-siphash/distinfo index 449f4a33718..eba035452c8 100644 --- a/security/go-siphash/distinfo +++ b/security/go-siphash/distinfo @@ -1,2 +1,2 @@ -SHA256 (go-siphash.tar.gz) = CgUm4aCZCOGFeLbzRkgz4DIY8vKnQt5YEy8ptmIuM5s= -SIZE (go-siphash.tar.gz) = 4462 +SHA256 (go-siphash.tar.gz) = q8NUlEh03XYaviIFjnkvptRU+tZr9qqthN3Ykqur9a8= +SIZE (go-siphash.tar.gz) = 13579 diff --git a/security/go-siphash/pkg/PLIST b/security/go-siphash/pkg/PLIST index dc512163c5b..6b9fdba519f 100644 --- a/security/go-siphash/pkg/PLIST +++ b/security/go-siphash/pkg/PLIST @@ -8,7 +8,18 @@ ${MODGO_SOURCES}/ ${MODGO_SOURCES}/github.com/ ${MODGO_SOURCES}/github.com/dchest/ ${MODGO_SOURCES}/github.com/dchest/siphash/ -${MODGO_SOURCES}/github.com/dchest/siphash/README +${MODGO_SOURCES}/github.com/dchest/siphash/LICENSE +${MODGO_SOURCES}/github.com/dchest/siphash/README.md +${MODGO_SOURCES}/github.com/dchest/siphash/blocks.go +${MODGO_SOURCES}/github.com/dchest/siphash/blocks_amd64.s +${MODGO_SOURCES}/github.com/dchest/siphash/blocks_arm.s +${MODGO_SOURCES}/github.com/dchest/siphash/blocks_asm.go +${MODGO_SOURCES}/github.com/dchest/siphash/go.mod ${MODGO_SOURCES}/github.com/dchest/siphash/hash.go +${MODGO_SOURCES}/github.com/dchest/siphash/hash128.go +${MODGO_SOURCES}/github.com/dchest/siphash/hash128_amd64.s +${MODGO_SOURCES}/github.com/dchest/siphash/hash_amd64.s +${MODGO_SOURCES}/github.com/dchest/siphash/hash_arm.go +${MODGO_SOURCES}/github.com/dchest/siphash/hash_asm.go ${MODGO_SOURCES}/github.com/dchest/siphash/siphash.go ${MODGO_SOURCES}/github.com/dchest/siphash/siphash_test.go