pkgsrc-Bugs archive

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

pkg/58779: security/xhash: Update to v3.5.2



>Number:         58779
>Category:       pkg
>Synopsis:       security/xhash: Update to v3.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 26 18:15:00 +0000 2024
>Originator:     Ricardo Branco
>Release:        NetBSD 10.99.10
>Organization:
>Environment:
>Description:
security/xhash: Update to v3.5.2

- Fix -L option description
- Fix --size option when used with -s
- Drop 224 & 384 hashes
- Fix deep copy of chosen algorithm list
>How-To-Repeat:

>Fix:
From aea54a718fe7c861ac1af79d42b5f2876140e46f Mon Sep 17 00:00:00 2001
From: Ricardo Branco <rbranco%suse.de@localhost>
Date: Sat, 26 Oct 2024 20:08:07 +0200
Subject: [PATCH] security/xhash: Update to 5.3.2

---
 security/xhash/Makefile      | 4 ++--
 security/xhash/distinfo      | 6 +++---
 security/xhash/go-modules.mk | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/security/xhash/Makefile b/security/xhash/Makefile
index 09703e43708c..19d590393be4 100644
--- a/security/xhash/Makefile
+++ b/security/xhash/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/10/20 16:31:43 wiz Exp $
+# $NetBSD$
 
-DISTNAME=	xhash-3.5.1
+DISTNAME=	xhash-3.5.2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ricardobranco777/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/security/xhash/distinfo b/security/xhash/distinfo
index 392d22ea825b..c7e4976b5f96 100644
--- a/security/xhash/distinfo
+++ b/security/xhash/distinfo
@@ -36,6 +36,6 @@ Size (golang.org_x_sys_@v_v0.26.0.mod) = 33 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.26.0.zip) = e3ebcd7b58da981dc57aa3b59d6a3b896ec2d2fbc43ab39bee2228f48e6205c2
 SHA512 (golang.org_x_sys_@v_v0.26.0.zip) = e00a7315ae42ba096c8256a709f32249f6bdcfd9edee79fc11ac8d8d2438514e20aa06faacea3268afb90d53af39e5431ee3656ecb89b87f23f5a431be9b34d2
 Size (golang.org_x_sys_@v_v0.26.0.zip) = 1970363 bytes
-BLAKE2s (xhash-3.5.1.tar.gz) = f9ce006304cc23b553697e95516b074ad430fd3d704e12cd8c1d6d7a5eeb5eac
-SHA512 (xhash-3.5.1.tar.gz) = 53aea768704f6187882632ac36dc07ca9c50eb4b844311a32d11962fd5329c748b7e8e74400f139d8272ba3e483c4fd402fdd8d70f19c5aca6abae78694c9397
-Size (xhash-3.5.1.tar.gz) = 15028 bytes
+BLAKE2s (xhash-3.5.2.tar.gz) = e1ad0daa57ceed21f0b992afe82ff10d1432810b92811ced06228998d26ed73e
+SHA512 (xhash-3.5.2.tar.gz) = 25309509855390d386e1c30c7084ffba11c1a1513aeb9e7f51c6efea1b05e9ee88b0baf4f3ed4f89930d750aa6c864d7a90a3370db3de1db9e2f18ca049fa553
+Size (xhash-3.5.2.tar.gz) = 14740 bytes
diff --git a/security/xhash/go-modules.mk b/security/xhash/go-modules.mk
index 673052846217..5aadcd1e9ff0 100644
--- a/security/xhash/go-modules.mk
+++ b/security/xhash/go-modules.mk
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.3 2024/10/20 16:31:43 wiz Exp $
+# $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
-- 
2.46.1




Home | Main Index | Thread Index | Old Index