pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/go-siphash



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sat Nov  3 17:36:48 UTC 2018

Modified Files:
        pkgsrc/devel/go-siphash: Makefile PLIST distinfo

Log Message:
Update devel/go-siphash to v1.2.0.

Changelog:

Removed ARM assembly implementation (ARM will use pure Go implementation now) because it had a bug #15.
While there was no changes regarding compiler versions, it doesn't make sense to support Go 1.1.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/go-siphash/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/go-siphash/PLIST \
    pkgsrc/devel/go-siphash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-siphash/Makefile
diff -u pkgsrc/devel/go-siphash/Makefile:1.4 pkgsrc/devel/go-siphash/Makefile:1.5
--- pkgsrc/devel/go-siphash/Makefile:1.4        Tue Jun 12 17:50:23 2018
+++ pkgsrc/devel/go-siphash/Makefile    Sat Nov  3 17:36:48 2018
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/06/12 17:50:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/03 17:36:48 alnsn Exp $
 
-GITHUB_TAG=    v1.0.0
+GITHUB_TAG=    v1.2.0
 DISTNAME=      ${GITHUB_TAG}
 DIST_SUBDIR=   go-siphash
 PKGNAME=       ${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
-PKGREVISION=   3
 CATEGORIES=    devel security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dchest/}
 GITHUB_PROJECT=        siphash

Index: pkgsrc/devel/go-siphash/PLIST
diff -u pkgsrc/devel/go-siphash/PLIST:1.1.1.1 pkgsrc/devel/go-siphash/PLIST:1.2
--- pkgsrc/devel/go-siphash/PLIST:1.1.1.1       Fri Sep 29 06:14:39 2017
+++ pkgsrc/devel/go-siphash/PLIST       Sat Nov  3 17:36:48 2018
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2017/09/29 06:14:39 alnsn Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/03 17:36:48 alnsn Exp $
 gopkg/pkg/${GO_PLATFORM}/github.com/dchest/siphash.a
-gopkg/src/github.com/dchest/siphash/README
+gopkg/src/github.com/dchest/siphash/README.md
+gopkg/src/github.com/dchest/siphash/blocks.go
+gopkg/src/github.com/dchest/siphash/blocks_amd64.s
 gopkg/src/github.com/dchest/siphash/hash.go
+gopkg/src/github.com/dchest/siphash/hash128.go
+gopkg/src/github.com/dchest/siphash/hash128_amd64.s
+gopkg/src/github.com/dchest/siphash/hash_amd64.s
+gopkg/src/github.com/dchest/siphash/hash_asm.go
 gopkg/src/github.com/dchest/siphash/siphash.go
 gopkg/src/github.com/dchest/siphash/siphash_test.go
-@pkgdir bin
Index: pkgsrc/devel/go-siphash/distinfo
diff -u pkgsrc/devel/go-siphash/distinfo:1.1.1.1 pkgsrc/devel/go-siphash/distinfo:1.2
--- pkgsrc/devel/go-siphash/distinfo:1.1.1.1    Fri Sep 29 06:14:39 2017
+++ pkgsrc/devel/go-siphash/distinfo    Sat Nov  3 17:36:48 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2017/09/29 06:14:39 alnsn Exp $
+$NetBSD: distinfo,v 1.2 2018/11/03 17:36:48 alnsn Exp $
 
-SHA1 (go-siphash/v1.0.0.tar.gz) = 961bb9cc91903c7961e5b164c58e118aa1336513
-RMD160 (go-siphash/v1.0.0.tar.gz) = 16eb6fe61ecb2da042ce7376e528bc507c879675
-SHA512 (go-siphash/v1.0.0.tar.gz) = e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
-Size (go-siphash/v1.0.0.tar.gz) = 4462 bytes
+SHA1 (go-siphash/v1.2.0.tar.gz) = e3918d74439c7c91b474d05285e07214d99ad6be
+RMD160 (go-siphash/v1.2.0.tar.gz) = ee111052b6de28939cd36a37d0079a0ff39650ff
+SHA512 (go-siphash/v1.2.0.tar.gz) = 204097314d1eae313ba60e7527d7cefaf89884f9186e4d423c45d36ecf4e9fb3ff55dcf4be4f115cc41aa3cd299d48958e0df02d386f740b2066fe7584f28ad8
+Size (go-siphash/v1.2.0.tar.gz) = 9441 bytes



Home | Main Index | Thread Index | Old Index