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: wiz
Date: Sun Apr 20 16:54:03 UTC 2025
Modified Files:
pkgsrc/security/xhash: Makefile PLIST distinfo
Log Message:
xhash: update to 3.6.3.
Based on diff by Ricardo Branco in PR 59322.
Now with man page!
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/xhash/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/xhash/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/xhash/distinfo
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/Makefile
diff -u pkgsrc/security/xhash/Makefile:1.12 pkgsrc/security/xhash/Makefile:1.13
--- pkgsrc/security/xhash/Makefile:1.12 Fri Apr 18 22:23:08 2025
+++ pkgsrc/security/xhash/Makefile Sun Apr 20 16:54:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/04/18 22:23:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/20 16:54:03 wiz Exp $
-DISTNAME= xhash-3.6.0
+DISTNAME= xhash-3.6.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=ricardobranco777/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,6 +12,11 @@ LICENSE= mit
GO_VERSION_REQD= 124
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/xhash.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
Index: pkgsrc/security/xhash/PLIST
diff -u pkgsrc/security/xhash/PLIST:1.1 pkgsrc/security/xhash/PLIST:1.2
--- pkgsrc/security/xhash/PLIST:1.1 Fri Mar 1 15:51:25 2024
+++ pkgsrc/security/xhash/PLIST Sun Apr 20 16:54:03 2025
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2024/03/01 15:51:25 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/20 16:54:03 wiz Exp $
bin/xhash
+man/man1/xhash.1
Index: pkgsrc/security/xhash/distinfo
diff -u pkgsrc/security/xhash/distinfo:1.4 pkgsrc/security/xhash/distinfo:1.5
--- pkgsrc/security/xhash/distinfo:1.4 Fri Apr 18 22:23:08 2025
+++ pkgsrc/security/xhash/distinfo Sun Apr 20 16:54:03 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2025/04/18 22:23:08 wiz Exp $
+$NetBSD: distinfo,v 1.5 2025/04/20 16:54:03 wiz 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
@@ -36,6 +36,6 @@ Size (golang.org_x_sys_@v_v0.32.0.mod) =
BLAKE2s (golang.org_x_sys_@v_v0.32.0.zip) = 91aa2748807a93fbf9a6dae90f72323419341a67bb52ccd5f7d416a469221c39
SHA512 (golang.org_x_sys_@v_v0.32.0.zip) = 9246a906c6f34f5ba117664e4bb8574b4e785903e8a32c62e272c08682f4df86da860eb4a519170eb509b8f0e72e4aebcf8ec5257410771b8ad74636accedf3f
Size (golang.org_x_sys_@v_v0.32.0.zip) = 1991164 bytes
-BLAKE2s (xhash-3.6.0.tar.gz) = d4b1343e246d5a07ac4be057b884456cb119693c08afbea9d7a9e51d845bde8f
-SHA512 (xhash-3.6.0.tar.gz) = 54d5faa20449e28834dc64a858344d1230c06bfd1064029df83f76d809d1f2a8ca71105f77e235c2e020fd685989b1821991b99fb4a178b5781c5d2a1dcf57bd
-Size (xhash-3.6.0.tar.gz) = 15156 bytes
+BLAKE2s (xhash-3.6.3.tar.gz) = 5da717e5ed457963adf36394173419da63e1bc6955486d3262ed0aa01ba40368
+SHA512 (xhash-3.6.3.tar.gz) = 63f44d1a6ce23eaf2a82e041254f01958db41860939ea3ed59785fa205e3777b368070e9a2803e43191f273b934994a791ac1abe5e8ff395d738d834117945ae
+Size (xhash-3.6.3.tar.gz) = 16157 bytes
Home |
Main Index |
Thread Index |
Old Index