pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/xhash



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Aug 19 15:14:35 UTC 2024

Modified Files:
        pkgsrc/security/xhash: DESCR Makefile distinfo go-modules.mk

Log Message:
xhash: update to 3.4.4

- add --base64 and -b options
- re-enable 224 and 384 sized hashes

Patch from Ricardo Branco in PR pkg/58267.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/xhash/DESCR \
    pkgsrc/security/xhash/distinfo pkgsrc/security/xhash/go-modules.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/xhash/Makefile

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

Modified files:

Index: pkgsrc/security/xhash/DESCR
diff -u pkgsrc/security/xhash/DESCR:1.1 pkgsrc/security/xhash/DESCR:1.2
--- pkgsrc/security/xhash/DESCR:1.1     Fri Mar  1 15:51:25 2024
+++ pkgsrc/security/xhash/DESCR Mon Aug 19 15:14:35 2024
@@ -1,2 +1,11 @@
-This Go program uses goroutines to calculate multiple hashes on strings, files
-and directories. The output format is fully configurable.
+This Go program uses goroutines to calculate multiple hashes on strings & files.
+
+The output format is fully configurable.
+
+Supported hashes:
+- All Blake2b
+- Blake2s256
+- All SHA-3
+- All SHA-2
+- Legacy SHA-1, MD5
+- HMAC for some of the above.
Index: pkgsrc/security/xhash/distinfo
diff -u pkgsrc/security/xhash/distinfo:1.1 pkgsrc/security/xhash/distinfo:1.2
--- pkgsrc/security/xhash/distinfo:1.1  Fri Mar  1 15:51:25 2024
+++ pkgsrc/security/xhash/distinfo      Mon Aug 19 15:14:35 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2024/03/01 15:51:25 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2024/08/19 15:14:35 bsiegert Exp $
 
 BLAKE2s (github.com_klauspost_cpuid_v2_@v_v2.0.12.mod) = c8dbb87bd6708c91aeccc02a0d92aed495bbda06306462a24b178484a216efbd
 SHA512 (github.com_klauspost_cpuid_v2_@v_v2.0.12.mod) = ea6ebb6052f7fad38d19d3e149a40aeeb52f804388b0086ba22f83e5fcfcb8ea3af154f7fa35b667b38e9a0f95cbdf387a38ce04a82fc34025d72bbad68b2b8f
@@ -24,18 +24,18 @@ Size (github.com_zeebo_blake3_@v_v0.2.3.
 BLAKE2s (github.com_zeebo_pcg_@v_v1.0.1.mod) = c123203979ccb2074dc5c95253636365b649cc5bc1ec0726786d3c1562ed9f24
 SHA512 (github.com_zeebo_pcg_@v_v1.0.1.mod) = cc6efc8e1c47bb382fb0cc11deb5e7331e856bf691ae60a361114c6e704d70ad603089c86d93b362f19290f00e0ee8df07586bc822875f49560dc477deb0fc81
 Size (github.com_zeebo_pcg_@v_v1.0.1.mod) = 77 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.19.0.mod) = 58db0e3ca1e5e04344b4a570cf42442ff2e893a4ea7cdd5c1004f36efba0e0fc
-SHA512 (golang.org_x_crypto_@v_v0.19.0.mod) = 65043a9ae37d0d89caa5ca0d7894d1b636a84a3e409217591a0c32c23a76a8062d3900ef1b31bf32632e3e57eac90d364e10e45e7722a380a3013dde66c7be9a
-Size (golang.org_x_crypto_@v_v0.19.0.mod) = 190 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.19.0.zip) = d8b4dbe7743bf7350dbb7b5e595d62eff5a02ea34830fa10561342c16dbc68ce
-SHA512 (golang.org_x_crypto_@v_v0.19.0.zip) = 2dde3a47f673dc71951be4653def12ae856dbe108593553aa4af0b11d92046a9cd193c7fccb156960ad081eacee68e53841c96fd648741e3ec1453ed3e2ab354
-Size (golang.org_x_crypto_@v_v0.19.0.zip) = 1797936 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.17.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
-SHA512 (golang.org_x_sys_@v_v0.17.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
-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 (golang.org_x_crypto_@v_v0.24.0.mod) = c94802874e48b245b7a028d503d573ecc34ac9da5c107b972a8da31c4d3fd398
+SHA512 (golang.org_x_crypto_@v_v0.24.0.mod) = b25e68bf04b35b1261ba0918e282abf09557e3ba07977f05d64ec152838a39acf06d894d97301e06cdcbae2fed90c353afbc00947c08ce2e6f0e8baa4a77a66c
+Size (golang.org_x_crypto_@v_v0.24.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.24.0.zip) = 64aed078aa6c9493b2510061e580a90e1180a09e9db316985dd78a3df8381071
+SHA512 (golang.org_x_crypto_@v_v0.24.0.zip) = 2bfcd9c00984abb445329b67e7387c0a0912eda952ba685751694ca9f30c5b4b26bf91f9b243c7b514067ae79bfc875a5c82936fb9f03605465325c188f9f40e
+Size (golang.org_x_crypto_@v_v0.24.0.zip) = 1803483 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.21.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
+SHA512 (golang.org_x_sys_@v_v0.21.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
+Size (golang.org_x_sys_@v_v0.21.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.21.0.zip) = c02c5364ae977483bc313d843295e1d5ea18d3cf990597b541dc1d0ff7eb45bb
+SHA512 (golang.org_x_sys_@v_v0.21.0.zip) = acc0d81876170a437a5616af0b5be088c071f2dff6992cba8c368f1bfbfd45870b281bcacaab670e95816c8246acbf0b30b21a8cf2bb3ff179cdc804ef087f7e
+Size (golang.org_x_sys_@v_v0.21.0.zip) = 1957330 bytes
+BLAKE2s (xhash-3.4.4.tar.gz) = b977e2428d0932750bb997ab48dba197354938694750a7c52009260072f994f5
+SHA512 (xhash-3.4.4.tar.gz) = 410ef582944ef758a46977ca2e37f9cb90bf4e25ea4a9b970692f8f368b4555a8d768521cb5ca0154b2fff4f7660e96be2b17dc00ca036a98ea2eba72aa957e0
+Size (xhash-3.4.4.tar.gz) = 15208 bytes
Index: pkgsrc/security/xhash/go-modules.mk
diff -u pkgsrc/security/xhash/go-modules.mk:1.1 pkgsrc/security/xhash/go-modules.mk:1.2
--- pkgsrc/security/xhash/go-modules.mk:1.1     Fri Mar  1 15:51:25 2024
+++ pkgsrc/security/xhash/go-modules.mk Mon Aug 19 15:14:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.1 2024/03/01 15:51:25 bsiegert Exp $
+# $NetBSD: go-modules.mk,v 1.2 2024/08/19 15:14:35 bsiegert Exp $
 
 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
@@ -8,7 +8,7 @@ GO_MODULE_FILES+=       github.com/zeebo/asser
 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.24.0.mod
+GO_MODULE_FILES+=      golang.org/x/crypto/@v/v0.24.0.zip
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.21.0.mod
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.21.0.zip

Index: pkgsrc/security/xhash/Makefile
diff -u pkgsrc/security/xhash/Makefile:1.6 pkgsrc/security/xhash/Makefile:1.7
--- pkgsrc/security/xhash/Makefile:1.6  Sun Aug 11 15:57:10 2024
+++ pkgsrc/security/xhash/Makefile      Mon Aug 19 15:14:35 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/08/11 15:57:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/19 15:14:35 bsiegert Exp $
 
-DISTNAME=      xhash-3.3.2
-PKGREVISION=   5
+DISTNAME=      xhash-3.4.4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ricardobranco777/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index