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: Thu Jan 2 08:00:33 UTC 2025
Modified Files:
pkgsrc/archivers/zlib-ng: Makefile distinfo
Log Message:
zlib-ng: updated to 2.2.3
2.2.3
Fixes for potentially unsafe access
Compute the "safe" distance properly
Fix unaligned access in ACLE based crc32
Optimizations / Cleanups
Allow the compiler to inline chunkcopy_safe more readily
Misc inflate cleanup
Reorder variables in inflate functions to reduce padding holes
Improve chunkset_avx2 performance
Simplify inflate fast by dispatching to chunkmemset for all chunkcopy cases
Make an AVX512 inflate fast with low cost masked writes
Enable AVX2 functions to be built with BMI2 instructions
Improve pipeling for AVX512 chunking
Risc-V: adler32_rvv: Fix two overflow problems
Remove UNALIGNED_OK checks
Use GCC's may_alias attribute for unaligned memory access
Big Endian
Make big endians first class citizens again
Fix "RLE" compression with big endian architectures
Buildsys fixes / minor fixes
Fix build on aarch64 android.
Allow overridde CMAKE_CXX_* variables and fix overridde CMAKE_C_*
Use target include instead of raw include
Replace non-ascii characters to fix MSVC warning
Force Visual C++ to treat source files as UTF-8.
Explicitly set CMake policy 0169 to silence warning
configure: Fix linker flags for Haiku.
configure: add --mandir to override $mandir on command line.
Force use of latest Windows SDK with 32-bit ARM support
Fix casting warning/error in test_compress_bound.cc
Remove unused HAVE_CHUNKMEMSET_1 define
Fix native detection of ARM CRC instruction
Address deprecated cmake version warning.
Add a fallback to ALIGNED_ macro for other compilers
added in-tree build artifacts to .gitignore
Fix typos
CI
Don't try to use macOS 11 as it's no longer supported.
Bump codecov/codecov-action from 4 to 5
Update s390x actions-runner docker
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/zlib-ng/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/archivers/zlib-ng/Makefile:1.7
--- pkgsrc/archivers/zlib-ng/Makefile:1.6 Wed Sep 18 10:46:42 2024
+++ pkgsrc/archivers/zlib-ng/Makefile Thu Jan 2 08:00:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/09/18 10:46:42 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/01/02 08:00:33 adam Exp $
-DISTNAME= zlib-ng-2.2.2
+DISTNAME= zlib-ng-2.2.3
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.5 pkgsrc/archivers/zlib-ng/distinfo:1.6
--- pkgsrc/archivers/zlib-ng/distinfo:1.5 Wed Sep 18 10:46:42 2024
+++ pkgsrc/archivers/zlib-ng/distinfo Thu Jan 2 08:00:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/09/18 10:46:42 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/01/02 08:00:33 adam Exp $
-BLAKE2s (zlib-ng-2.2.2.tar.gz) = 7089c7ec4ec8d9d64c195ecf699928687941cd047e1fd38f47747ae0206ff2b9
-SHA512 (zlib-ng-2.2.2.tar.gz) = 3cb3e97ee1d20e1f3cdf0efcdf55aee0e3a192f9a2ae781cd209b1d37620c48f2ada345fb1f4357315b1cb5e09b7ea5fcdfa2fd54f7b4ac5dcb6e73860000aad
-Size (zlib-ng-2.2.2.tar.gz) = 2413349 bytes
+BLAKE2s (zlib-ng-2.2.3.tar.gz) = e4e61c723db42414139810418db54ec753a95757a982214fd37885a025a914e8
+SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d
+Size (zlib-ng-2.2.3.tar.gz) = 2413008 bytes
Home |
Main Index |
Thread Index |
Old Index