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 Sep 18 10:46:42 UTC 2024

Modified Files:
        pkgsrc/archivers/zlib-ng: Makefile distinfo

Log Message:
zlib-ng: updated to 2.2.2

2.2.2

This release fixes a corruption bug with the inflateback implementation, this was
detected by Docker using pigz w/zlib-ng to decompress a 25GB image file and failing CRC.
Since this is so far the only known way to trigger the bug, it seems to be hard to hit.

Most of the rest are minor changes to avoid triggering warnings in MSVC or optional
warnings in other compilers, as well as a few minor fixes to the buildsystem and CI.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/zlib-ng/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/archivers/zlib-ng/Makefile:1.6
--- pkgsrc/archivers/zlib-ng/Makefile:1.5       Thu Jul  4 10:56:37 2024
+++ pkgsrc/archivers/zlib-ng/Makefile   Wed Sep 18 10:46:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/07/04 10:56:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/09/18 10:46:42 adam Exp $
 
-DISTNAME=      zlib-ng-2.2.1
+DISTNAME=      zlib-ng-2.2.2
 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.4 pkgsrc/archivers/zlib-ng/distinfo:1.5
--- pkgsrc/archivers/zlib-ng/distinfo:1.4       Thu Jul  4 10:56:37 2024
+++ pkgsrc/archivers/zlib-ng/distinfo   Wed Sep 18 10:46:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/07/04 10:56:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/09/18 10:46:42 adam Exp $
 
-BLAKE2s (zlib-ng-2.2.1.tar.gz) = 6928a95c2aa5736f59567b768ae8e648242682769e740baac1dc36ab9f673335
-SHA512 (zlib-ng-2.2.1.tar.gz) = 6374a673852935468f23a74ce56db6afb27af3923fab2a0ba182a7a95acea93ff2c979612db6cd355d8bd1a44ebb0779900be78bdd05a89374b339d29339647c
-Size (zlib-ng-2.2.1.tar.gz) = 2412427 bytes
+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



Home | Main Index | Thread Index | Old Index