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:   wiz
Date:           Sun Jul 30 02:26:16 UTC 2023

Modified Files:
        pkgsrc/devel/xxhash: Makefile distinfo
Removed Files:
        pkgsrc/devel/xxhash/patches: patch-Makefile patch-xxhash.h

Log Message:
xxhash: update to 0.8.2.

v0.8.2
- fix  : XXH3 S390x vector implementation (@hzhuang1)
- fix  : PowerPC vector compilation with IBM XL compiler (@MaxiBoether)
- perf : improved WASM speed by x2/x3 using SIMD128 (@easyaspi314)
- perf : improved speed (+20%) for XXH3 on ARM NEON (@easyaspi314)
- cli  : Fix filename contain /LF character (@t-mat)
- cli  : Support # comment lines in --check files (@t-mat)
- cli  : Support commands --binary and --ignore-missing (@t-mat)
- build: fix -Og compilation (@easyaspi314, @t-mat)
- build: fix pkgconfig generation with cmake (@ilya-fedin)
- build: fix icc compilation
- build: fix cmake install directories
- build: new build options XXH_NO_XXH3, XXH_SIZE_OPT and XXH_NO_STREAM to reduce binary size (@easyaspi314)
- build: dedicated install targets (@ffontaine)
- build: support DISPATCH mode in cmake (@hzhuang1)
- portability: fix x86dispatch when building with Visual + clang-cl (@t-mat)
- portability: SVE vector implementation of XXH3 (@hzhuang1)
- portability: compatibility with freestanding environments, using XXH_NO_STDLIB
- portability: can build on Haiku (@Begasus)
- portability: validated on m68k and risc-v
- doc  : XXH3 specification (@Adrien1018)
- doc  : improved doxygen documentation (@easyaspi314, @t-mat)
- misc : dedicated sanity test binary (@t-mat)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/xxhash/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/xxhash/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/xxhash/patches/patch-Makefile \
    pkgsrc/devel/xxhash/patches/patch-xxhash.h

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.6 pkgsrc/devel/xxhash/Makefile:1.7
--- pkgsrc/devel/xxhash/Makefile:1.6    Mon Nov 29 20:01:02 2021
+++ pkgsrc/devel/xxhash/Makefile        Sun Jul 30 02:26:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/11/29 20:01:02 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/30 02:26:16 wiz Exp $
 
-DISTNAME=      xxhash-0.8.1
+DISTNAME=      xxhash-0.8.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Cyan4973/}
 GITHUB_PROJECT=        xxHash

Index: pkgsrc/devel/xxhash/distinfo
diff -u pkgsrc/devel/xxhash/distinfo:1.9 pkgsrc/devel/xxhash/distinfo:1.10
--- pkgsrc/devel/xxhash/distinfo:1.9    Thu Mar 31 15:36:08 2022
+++ pkgsrc/devel/xxhash/distinfo        Sun Jul 30 02:26:16 2023
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/03/31 15:36:08 sborrill Exp $
+$NetBSD: distinfo,v 1.10 2023/07/30 02:26:16 wiz Exp $
 
-BLAKE2s (xxhash-0.8.1.tar.gz) = b12deeb6870753b0ed70b745142c64155252501b813ae0874d5df5a4ee2e677b
-SHA512 (xxhash-0.8.1.tar.gz) = 12feedd6a1859ef55e27218dbd6dcceccbb5a4da34cd80240d2f7d44cd246c7afdeb59830c2d5b90189bb5159293532208bf5bb622250102e12d6e1bad14a193
-Size (xxhash-0.8.1.tar.gz) = 171552 bytes
-SHA1 (patch-Makefile) = 05aec11dadf1a909e3aaa44d77dad9f42927b6b9
-SHA1 (patch-xxhash.h) = 7f1bf20961c7ec61a326a280277bf6fbf5deda1e
+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



Home | Main Index | Thread Index | Old Index