Skip to content

Commit

Permalink
security/xhash: Bump to v3.3.3, go122 and latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed May 19, 2024
1 parent 90e7815 commit 42c2adb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion security/xhash/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2024/04/05 19:14:09 bsiegert Exp $

DISTNAME= xhash-3.3.2
DISTNAME= xhash-3.3.3
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=ricardobranco777/}
Expand Down
6 changes: 3 additions & 3 deletions security/xhash/distinfo
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Size (golang.org_x_sys_@v_v0.17.0.mod) = 33 bytes
BLAKE2s (golang.org_x_sys_@v_v0.17.0.zip) = 767d1c3bee81bc64d2215b09e8444a83013af31616cb4c2678467155c452b53a
SHA512 (golang.org_x_sys_@v_v0.17.0.zip) = 543aa067b9418be517e5d01f7f9d37e9dfaac1244872a74157f18501af52e97893a2d4850f49586d3100d8dcce0891663cdf609348a733e633ea7dffc6e340b5
Size (golang.org_x_sys_@v_v0.17.0.zip) = 1905235 bytes
BLAKE2s (xhash-3.3.2.tar.gz) = 753e687673f5dd1f391a121c9ecd26e4e0a47bc1d9fa12219b0ad36c48da4f3e
SHA512 (xhash-3.3.2.tar.gz) = 524932ee251f5d1d7b258172c65884eb4a94a16d2f839f206cea702b7b3e60619e6b25c7c009940d11ac4907184f9dc1044e74b153aa1ef0df9c9353cf645a48
Size (xhash-3.3.2.tar.gz) = 14889 bytes
BLAKE2s (xhash-3.3.3.tar.gz) = 653324277cd866ee9904c6fc0c14e5609699ed57ab4e0f78ae5e4a62519fd172
SHA512 (xhash-3.3.3.tar.gz) = dd860ee797568c479ca240909b50bea3e7b289b7876ed8959c2a6cde8eb021f6f952d3df70b6217ab0e4cfdf8422af66528288548874167a96860974126fb284
Size (xhash-3.3.3.tar.gz) = 14963 bytes
11 changes: 6 additions & 5 deletions security/xhash/go-modules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# $NetBSD: go-modules.mk,v 1.1 2024/03/01 15:51:25 bsiegert Exp $
===> Extracting for xhash-3.3.3nb1
# $NetBSD$

GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.12.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.12.zip
Expand All @@ -8,7 +9,7 @@ GO_MODULE_FILES+= github.com/zeebo/assert/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/zeebo/blake3/@v/v0.2.3.mod
GO_MODULE_FILES+= github.com/zeebo/blake3/@v/v0.2.3.zip
GO_MODULE_FILES+= github.com/zeebo/pcg/@v/v1.0.1.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.19.0.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.19.0.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.17.0.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.17.0.zip
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.23.0.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.23.0.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.20.0.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.20.0.zip

0 comments on commit 42c2adb

Please sign in to comment.