pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zlib-ng
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 8 09:18:07 UTC 2025
Modified Files:
pkgsrc/archivers/zlib-ng: Makefile distinfo
Log Message:
zlib-ng: updated to 2.2.5
2.2.5
Important fixes
RiscV: chunkset_rvv: fix SIGSEGV in CHUNKCOPY
MSVC: Disable optimizations for AVX512 GET_CHUNK_MAG causing inflate failure
Fix building with runtime CPU detection disabled (native)
Also check for ZMM support when detecting VPCLMULQDQ support
Revert "Clean up insert_match() in deflate_medium" due to performance regression
Buildsystem
Pass POSIX_C_SOURCE for std::alligned_alloc try_compile checks
X86_AVX512VNNI: check for _mm256_dpbusd_epi32 too
CMake: Fix incorrect declaration of FORCE_SSE2
CMake: Fix CXXFLAGS when coverage enabled
CMake: Remove late enable_language calls
CMake: [FreeBSD] Define _XOPEN_SOURCE for gtest_zlib
CMake: Add bindir into zlib.pc.in for compatibility with Cygwin and Msys2
Configure: riscv: add bash configure script support for riscv 1904
Tests/Benchmarks
Test: Fix pointer type mismatch
Test: Add large 1mb buffer test for crc32 hashing
Changes to running benchmark during tests
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/zlib-ng/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/zlib-ng/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/zlib-ng/Makefile
diff -u pkgsrc/archivers/zlib-ng/Makefile:1.8 pkgsrc/archivers/zlib-ng/Makefile:1.9
--- pkgsrc/archivers/zlib-ng/Makefile:1.8 Tue Feb 11 09:29:34 2025
+++ pkgsrc/archivers/zlib-ng/Makefile Fri Aug 8 09:18:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/02/11 09:29:34 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/08 09:18:06 adam Exp $
-DISTNAME= zlib-ng-2.2.4
+DISTNAME= zlib-ng-2.2.5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=zlib-ng/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/archivers/zlib-ng/distinfo
diff -u pkgsrc/archivers/zlib-ng/distinfo:1.7 pkgsrc/archivers/zlib-ng/distinfo:1.8
--- pkgsrc/archivers/zlib-ng/distinfo:1.7 Tue Feb 11 09:29:34 2025
+++ pkgsrc/archivers/zlib-ng/distinfo Fri Aug 8 09:18:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/11 09:29:34 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/08/08 09:18:06 adam Exp $
-BLAKE2s (zlib-ng-2.2.4.tar.gz) = 880bf2b063d4e760ee0f1a9a2351ec02a8481008683956aa7eba77644b977ce2
-SHA512 (zlib-ng-2.2.4.tar.gz) = f49a89497988db55a2f2375f79443e7e2c57470dbd94b35ae38a39d988eb42f8ecc295a1bd68845fc273b59ea508d0e74b142585d85b7e869dd3c01cc6923d8d
-Size (zlib-ng-2.2.4.tar.gz) = 2415754 bytes
+BLAKE2s (zlib-ng-2.2.5.tar.gz) = f8c469a11b3db8b25ba51d12010108ab7638e18c4e2f98cb59ecd64e1e2ce219
+SHA512 (zlib-ng-2.2.5.tar.gz) = b599ea24375d08fa098ed7c3b14548e0d9731a155a024a0904b0ae4a6d3491a69f0c0574d66b6e4af1e40f10e38b6b555d4c4b1fe3589ca83a5f97fbd92f635f
+Size (zlib-ng-2.2.5.tar.gz) = 2417402 bytes
Home |
Main Index |
Thread Index |
Old Index