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.
This commit is contained in:
parent
826710d3c6
commit
6c6232d978
3 changed files with 15 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue