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:           Thu Mar 14 23:22:26 UTC 2019

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

Log Message:
Update devel/go-siphash to version 1.2.1.

Changes since v1.2.0:

Brought back some ARM assembly.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/go-siphash/Makefile
cvs rdiff -u -r1.2 -r1.3 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.9 pkgsrc/devel/go-siphash/Makefile:1.10
--- pkgsrc/devel/go-siphash/Makefile:1.9        Sat Mar  9 10:05:07 2019
+++ pkgsrc/devel/go-siphash/Makefile    Thu Mar 14 23:22:26 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2019/03/09 10:05:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/14 23:22:26 alnsn Exp $
 
-GITHUB_TAG=    v1.2.0
+GITHUB_TAG=    v1.2.1
 DISTNAME=      ${GITHUB_TAG}
 DIST_SUBDIR=   go-siphash
 PKGNAME=       ${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
-PKGREVISION=   4
 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.2 pkgsrc/devel/go-siphash/PLIST:1.3
--- pkgsrc/devel/go-siphash/PLIST:1.2   Sat Nov  3 17:36:48 2018
+++ pkgsrc/devel/go-siphash/PLIST       Thu Mar 14 23:22:26 2019
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/03 17:36:48 alnsn Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/14 23:22:26 alnsn Exp $
 gopkg/pkg/${GO_PLATFORM}/github.com/dchest/siphash.a
 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/blocks_arm.s
+gopkg/src/github.com/dchest/siphash/blocks_asm.go
 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_arm.go
 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
Index: pkgsrc/devel/go-siphash/distinfo
diff -u pkgsrc/devel/go-siphash/distinfo:1.2 pkgsrc/devel/go-siphash/distinfo:1.3
--- pkgsrc/devel/go-siphash/distinfo:1.2        Sat Nov  3 17:36:48 2018
+++ pkgsrc/devel/go-siphash/distinfo    Thu Mar 14 23:22:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/11/03 17:36:48 alnsn Exp $
+$NetBSD: distinfo,v 1.3 2019/03/14 23:22:26 alnsn Exp $
 
-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
+SHA1 (go-siphash/v1.2.1.tar.gz) = 82bac91296a027cf62c2d422d7ae341d170239a9
+RMD160 (go-siphash/v1.2.1.tar.gz) = ab44965b73348ee2000199f592be702dc18267f6
+SHA512 (go-siphash/v1.2.1.tar.gz) = bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
+Size (go-siphash/v1.2.1.tar.gz) = 10729 bytes



Home | Main Index | Thread Index | Old Index