Update for go-siphash from 1.0.0 to 1.2.3. The only thing that depends on it is net/obfs4proxy which I'm working on.

Some PLIST changes.

I can take MAINTAINER since it's untouched in a very long time.

g
Index: go-siphash//Makefile
===================================================================
RCS file: /cvs/ports/security/go-siphash/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- go-siphash//Makefile	11 Mar 2022 19:53:25 -0000	1.4
+++ go-siphash//Makefile	21 May 2022 22:23:12 -0000
@@ -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
+HOMEPAGE =		https://github.com/dchest/siphash/
+
+MAINTAINER =		George Rosamond <geo...@nycbug.org>
 
-MAINTAINER =		Sean Levy <att...@stalphonsos.com>
 # CC0
 PERMIT_PACKAGE =	Yes
 
Index: go-siphash//distinfo
===================================================================
RCS file: /cvs/ports/security/go-siphash/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- go-siphash//distinfo	29 Aug 2017 16:59:02 -0000	1.1.1.1
+++ go-siphash//distinfo	21 May 2022 22:23:12 -0000
@@ -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
Index: go-siphash//pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/go-siphash/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- go-siphash//pkg/PLIST	11 Mar 2022 19:53:25 -0000	1.2
+++ go-siphash//pkg/PLIST	21 May 2022 22:23:12 -0000
@@ -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

Reply via email to