From patchwork Tue Sep 22 17:24:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10270 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hq6R8560vz3x2t for ; Tue, 22 Sep 2026 17:24:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hq6R60nQ6z8JF for ; Tue, 22 Sep 2026 17:24:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hq6R319m0z377H for ; Tue, 22 Sep 2026 17:24:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hq6Qw1Kdbz3613 for ; Tue, 22 Sep 2026 17:24:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hq6Qv5bf6z6km; Tue, 22 Sep 2026 17:24:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1790097863; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=thDzQ4zSkEAzyf4owCaPbmoBenjQhVuRc8ygTBB12ys=; b=SPJcZw+nc/N8HWpBPEoofCob21hKE26dPO0mzoDqgbSGPqEx2kZBdESgBdlKWHx51lRxH2 YS6xKCEuvzkVg7Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1790097863; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=thDzQ4zSkEAzyf4owCaPbmoBenjQhVuRc8ygTBB12ys=; b=QNTBsGh0gig9SWJXQpiWcSVv0RStt7wTbva7hYGkg6lEDnCmmCUxRPdUFv6MKku5IllyZn iKf+8SVUWi6U/S3eB38Q0jGPF8eUPKwI60UhXSK2NccQZK8GcOwfRInjfTBktjf+tyLXQr 1UT3USjTPfasgjKbx93s3SFxSvUZWI0zIeat1+2rcaUUVpsVCcDqU2ZzEkaaaii5eCBy4V ySbZN3z1xuJHbwW/+JpL15g24b1c+UAiW7xNFhGbVYt6Tw3P2lGJhelp1dSJiPVJOZmTnK zNSStL5UAtubqu40n9FFtWjvdFpZLM3Z5Imu2zSysMx/xPWsFzRXl/QX+80GOQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libxxhash: Update to version 0.8.4 Date: Tue, 22 Sep 2026 19:24:10 +0200 Message-ID: <20260922172417.3447503-9-adolf.belka@ipfire.org> In-Reply-To: <20260922172417.3447503-1-adolf.belka@ipfire.org> References: <20260922172417.3447503-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.8.3 to 0.8.4 - Update of rootfile - Changelog 0.8.4 - perf : added RISC-V Vector extension (RVV) implementation, by @zijianli1234, @BoBoDai and @camel-cdr - perf : added LoongArch LASX implementation and improved LSX, by @24bit-xjkp - perf : prefer NEON over SVE on AArch64, improving XXH3 speed by 25-40%, by @Nicoshev - perf : improved XXH3 streaming speed for very small updates, suggested by @aleksazr - api : `XXH_memcpy()`, `XXH_memset()` and `XXH_memcmp()` can be redirected at compile time - api : new `XXH_NO_EXTERNC_GUARD` build macro for complex C++ integration - cli : added 64-bit seed support (`-s`, `--seed`), by @d06i - cli : options can appear after filenames; `--` terminates option parsing, (#1098) reported by @unterkomplex - cli : continue processing subsequent files after read errors, #1064 reported by @ZoomRmc - cli : support long and special Windows paths, #1060, based on #1061 by @t-mat - cli : improved benchmark accuracy, error handling and unit labels, #1051 reported by @calgray - fix : unaligned reads could be miscompiled by GCC under strict aliasing, (#1013) by @lassipulkkinen - fix : `XXH_INLINE_ALL` compatibility with `XXH_NAMESPACE` and x86 runtime dispatch, by @pps83, #1071 reported by @Dr-Hex - fix : avoid including system headers inside an `extern "C"` block, #1122 reported by @andreas-schwab - fix : compilation with MSVC link-time optimization and warnings as errors, #1038 reported by @mi2think - build: improved runtime dispatch detection for cross-compilation and non-x86 targets, with help from @eworm-de, #1081 reported by @PotMJ - build: `LIBXXH_DISPATCH=1` now applies to static and dynamic libraries, (#1058) reported by @xiota - build: Make builds now isolate objects by configuration and support parallel test builds - build: moved CMake integration to `build/cmake` and improved cross-compilation detection - install: improved package metadata and installation paths on Windows and FreeBSD, by @iwamatsu, @chitao1234 and @sunpoet - portability: fixed compilation on ARM with GCC < 8, by @mstorsjo - portability: fixed C++ compilation on Solaris and illumos, by @luqmana - portability: AVX-512 implementation no longer requires AVX-512BW, by @NexusXe - doc : expanded `xxhsum` documentation and clarified the algorithm specification files - doc : document non-cryptographic collision properties, notably for XXH3's mid-size path (#1127 by @thomasahle) Signed-off-by: Adolf Belka --- config/rootfiles/packages/libxxhash | 2 +- lfs/libxxhash | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/libxxhash b/config/rootfiles/packages/libxxhash index a50cae5ff..3cfacc95d 100644 --- a/config/rootfiles/packages/libxxhash +++ b/config/rootfiles/packages/libxxhash @@ -8,7 +8,7 @@ usr/bin/xxhsum #usr/lib/libxxhash.a #usr/lib/libxxhash.so usr/lib/libxxhash.so.0 -usr/lib/libxxhash.so.0.8.3 +usr/lib/libxxhash.so.0.8.4 #usr/lib/pkgconfig/libxxhash.pc #usr/share/man/man1/xxh128sum.1 #usr/share/man/man1/xxh32sum.1 diff --git a/lfs/libxxhash b/lfs/libxxhash index 3b1c6d6ea..238a8418d 100644 --- a/lfs/libxxhash +++ b/lfs/libxxhash @@ -24,7 +24,7 @@ include Config -VER = 0.8.3 +VER = 0.8.4 SUMMARY = Extremely fast non-cryptographic hash algorithm, working at RAM speed limit THISAPP = xxHash-$(VER) @@ -32,7 +32,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = libxxhash -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 75923c7c5df3490062791fa02ccddfb7281b3646e2b3e4b4a0c0d611c339e07c8d9cb656777fd0fcec9cda484f7b33edf080116bb011f70d6b8299cda63afa4e +$(DL_FILE)_BLAKE2 = 73d6a98a8ca43897808b6bacc1fa44201933170028a8321f4794e71226748cfb472f1b1a4dbceb70306838c11856c41107949660242b776e9f5bc3222e5ad7bc install : $(TARGET)