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 Nov 29 20:01:02 UTC 2021

Modified Files:
        pkgsrc/devel/xxhash: Makefile distinfo

Log Message:
xxhash: updated to 0.8.1

v0.8.1
- perf : much improved performance for XXH3 streaming variants, notably on gcc and msvc
- perf : improved XXH64 speed and latency on small inputs
- perf : small XXH32 speed and latency improvement on small inputs of random size
- perf : minor stack usage improvement for XXH32 and XXH64
- api  : new experimental variants XXH3_*_withSecretandSeed()
- api  : update XXH3_generateSecret(), can no generate secret of any size (>= XXH3_SECRET_SIZE_MIN)
- cli  : xxhsum can now generate and check XXH3 checksums, using command `-H3`
- build: can build xxhash without XXH3, with new build macro XXH_NO_XXH3
- build: fix xxh_x86dispatch build with MSVC, by @apankrat
- build: XXH_INLINE_ALL can always be used safely, even after XXH_NAMESPACE or a previous XXH_INLINE_ALL
- build: improved PPC64LE vector support, by @mpe
- install: fix pkgconfig, by @ellert
- install: compatibility with Haiku, by @Begasus
- doc  : code comments made compatible with doxygen, by @easyaspi314
- misc : XXH_ACCEPT_NULL_INPUT_POINTER is no longer necessary, all functions can accept NULL input pointers, as long as size == 0
- misc : complete refactor of CI tests on Github Actions, offering much larger coverage, by @t-mat
- misc : xxhsum code base split into multiple specialized units, within directory cli/, by @easyaspi314


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xxhash/Makefile
cvs rdiff -u -r1.6 -r1.7 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.5 pkgsrc/devel/xxhash/Makefile:1.6
--- pkgsrc/devel/xxhash/Makefile:1.5    Wed Jul 29 13:48:32 2020
+++ pkgsrc/devel/xxhash/Makefile        Mon Nov 29 20:01:02 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/07/29 13:48:32 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/29 20:01:02 adam Exp $
 
-DISTNAME=      xxhash-0.8.0
+DISTNAME=      xxhash-0.8.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Cyan4973/}
 GITHUB_PROJECT=        xxHash

Index: pkgsrc/devel/xxhash/distinfo
diff -u pkgsrc/devel/xxhash/distinfo:1.6 pkgsrc/devel/xxhash/distinfo:1.7
--- pkgsrc/devel/xxhash/distinfo:1.6    Tue Oct 26 10:20:10 2021
+++ pkgsrc/devel/xxhash/distinfo        Mon Nov 29 20:01:02 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:20:10 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/29 20:01:02 adam Exp $
 
-BLAKE2s (xxhash-0.8.0.tar.gz) = 99a41cf63b8215d374a21101a89c2eae00fdd160fcb0a6221b99b0a0c0d50fbe
-SHA512 (xxhash-0.8.0.tar.gz) = c3973b3c98bad44e1d8687ab4f9461aecd1c071bb3d320537a4c50fb7301edd13e990bab48cc6e5ca30536a814c8fa8cac24ceb1803a7e8eca30ef73d449373e
-Size (xxhash-0.8.0.tar.gz) = 145909 bytes
+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



Home | Main Index | Thread Index | Old Index