pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xxhash xxhash: updated to 0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d6f4853cf1c
branches:  trunk
changeset: 770352:6d6f4853cf1c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 29 20:01:02 2021 +0000

description:
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

diffstat:

 devel/xxhash/Makefile |  4 ++--
 devel/xxhash/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2ee608104aa0 -r 6d6f4853cf1c devel/xxhash/Makefile
--- a/devel/xxhash/Makefile     Mon Nov 29 19:31:18 2021 +0000
+++ b/devel/xxhash/Makefile     Mon Nov 29 20:01:02 2021 +0000
@@ -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
diff -r 2ee608104aa0 -r 6d6f4853cf1c devel/xxhash/distinfo
--- a/devel/xxhash/distinfo     Mon Nov 29 19:31:18 2021 +0000
+++ b/devel/xxhash/distinfo     Mon Nov 29 20:01:02 2021 +0000
@@ -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