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: Wed Feb 4 11:33:15 UTC 2026
Modified Files:
pkgsrc/archivers/zlib-ng: Makefile distinfo
Log Message:
zlib-ng: updated to 2.3.3
2.3.3
Bug fixes
Make deflate output deterministic if stream is reused after deflateReset
minigzip: Fix integer overflow in gz_compress_mmap
Use GCC's may_alias attribute for access to buffers in crc32_chorba
Fix false-positive infinite loop warning detected by GCC-14 static analyzer
Fix warning for potentially uninitialized local variable ft used.
Tests
Fixed casting warning in benchmark_uncompress on MSVC
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/zlib-ng/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/archivers/zlib-ng/Makefile:1.12
--- pkgsrc/archivers/zlib-ng/Makefile:1.11 Wed Dec 3 08:22:59 2025
+++ pkgsrc/archivers/zlib-ng/Makefile Wed Feb 4 11:33:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/12/03 08:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/04 11:33:15 adam Exp $
-DISTNAME= zlib-ng-2.3.2
+DISTNAME= zlib-ng-2.3.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.10 pkgsrc/archivers/zlib-ng/distinfo:1.11
--- pkgsrc/archivers/zlib-ng/distinfo:1.10 Wed Dec 3 08:22:59 2025
+++ pkgsrc/archivers/zlib-ng/distinfo Wed Feb 4 11:33:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/12/03 08:22:59 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/02/04 11:33:15 adam Exp $
-BLAKE2s (zlib-ng-2.3.2.tar.gz) = 9cdf5cd4a8df34f96cac5226db55a82ff2edb3a8535ee17f24d1b3e9c92a5ba4
-SHA512 (zlib-ng-2.3.2.tar.gz) = 8781ee4bfda7cb8c8c5150c2e6a067d699580616b61af2ea4cf03cbe14c6715b31a29a20b7c3dd97254a9e487c72c5228c9cfa817ff71aa765fe7043ab136f04
-Size (zlib-ng-2.3.2.tar.gz) = 2446623 bytes
+BLAKE2s (zlib-ng-2.3.3.tar.gz) = ca4d2c96e0c71482267c3b03834d2e80d87fcc92a74ad35e3d9190d6f089dfc5
+SHA512 (zlib-ng-2.3.3.tar.gz) = e2057c764f1d5aaee738edee7e977182c5b097e3c95489dcd8de813f237d92a05daaa86d68d44b331d9fec5d1802586a8f6cfb658ba849874aaa14e72a8107f5
+Size (zlib-ng-2.3.3.tar.gz) = 2447397 bytes
Home |
Main Index |
Thread Index |
Old Index