pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xxhash



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 30 06:03:25 UTC 2024

Modified Files:
        pkgsrc/devel/xxhash: Makefile distinfo

Log Message:
xxhash: updated to 0.8.3

v0.8.3
- fix: variant `XXH3_128bits_withSecretandSeed()` could produce an invalid result in some specific set of conditions
- cli: vector extension detected at runtime on x86/x64, enabled by default
- cli: new commands `--filelist` and `--files-from`
- cli: XXH3 64-bits GNU format can now be generated and checked (command `-H3`)
- portability: LoongArch SX SIMD extension
- portability: can build on AIX, suggeste


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/xxhash/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/xxhash/distinfo

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

Modified files:

Index: pkgsrc/devel/xxhash/Makefile
diff -u pkgsrc/devel/xxhash/Makefile:1.9 pkgsrc/devel/xxhash/Makefile:1.10
--- pkgsrc/devel/xxhash/Makefile:1.9    Mon May 20 11:45:55 2024
+++ pkgsrc/devel/xxhash/Makefile        Mon Dec 30 06:03:24 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/05/20 11:45:55 nia Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/30 06:03:24 adam Exp $
 
-DISTNAME=      xxhash-0.8.2
-PKGREVISION=   2
+DISTNAME=      xxhash-0.8.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Cyan4973/}
 GITHUB_PROJECT=        xxHash
@@ -21,7 +20,7 @@ PKGCONFIG_OVERRIDE+=  libxxhash.pc.in
 pre-configure:
        ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
 
-test:
+do-test:
        cd ${WRKSRC} && ./xxhsum -b
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/xxhash/distinfo
diff -u pkgsrc/devel/xxhash/distinfo:1.10 pkgsrc/devel/xxhash/distinfo:1.11
--- pkgsrc/devel/xxhash/distinfo:1.10   Sun Jul 30 02:26:16 2023
+++ pkgsrc/devel/xxhash/distinfo        Mon Dec 30 06:03:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/07/30 02:26:16 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/12/30 06:03:24 adam Exp $
 
-BLAKE2s (xxhash-0.8.2.tar.gz) = 64059992df00fd0c307c7cd5ad38a9af91409899aed3f91cc057fb3721a15505
-SHA512 (xxhash-0.8.2.tar.gz) = 3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78
-Size (xxhash-0.8.2.tar.gz) = 1141188 bytes
+BLAKE2s (xxhash-0.8.3.tar.gz) = 34c7e84841db85886bfa46aac90c006e76de3649c2a028138c97e222f1ca503b
+SHA512 (xxhash-0.8.3.tar.gz) = 8b5c8b9aad4e869f28310b12cc314037feda81d92f26c23eaecdb35dc65042ca2e65f2e9606033e62a31bcc737a9a950500ffcbdb8677d6ab20e820ea14f2b79
+Size (xxhash-0.8.3.tar.gz) = 1147630 bytes



Home | Main Index | Thread Index | Old Index