pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/minizip-ng



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  5 08:26:11 UTC 2025

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

Log Message:
minizip-ng: updated to 4.0.10

4.0.10

gitgnore build folders
fix: unzipping with backslashes in the name on UNIX
cleanup pathwfs
Make pattern in mz_zip_reader dynamically assigned
Support star in filename
updating github actions for ubuntu-22.04
fix: unzipping with backslash at the end of the filename
Support any character encoding
free up writer memory when failing to open archive for reading
fix copy encrypted file info


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/minizip-ng/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/minizip-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/minizip-ng/Makefile
diff -u pkgsrc/archivers/minizip-ng/Makefile:1.7 pkgsrc/archivers/minizip-ng/Makefile:1.8
--- pkgsrc/archivers/minizip-ng/Makefile:1.7    Mon Apr  7 11:49:17 2025
+++ pkgsrc/archivers/minizip-ng/Makefile        Mon May  5 08:26:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/04/07 11:49:17 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/05 08:26:10 adam Exp $
 
-DISTNAME=      minizip-ng-4.0.9
+DISTNAME=      minizip-ng-4.0.10
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zlib-ng/}
 GITHUB_PROJECT=        minizip-ng

Index: pkgsrc/archivers/minizip-ng/distinfo
diff -u pkgsrc/archivers/minizip-ng/distinfo:1.5 pkgsrc/archivers/minizip-ng/distinfo:1.6
--- pkgsrc/archivers/minizip-ng/distinfo:1.5    Mon Apr  7 11:49:17 2025
+++ pkgsrc/archivers/minizip-ng/distinfo        Mon May  5 08:26:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/04/07 11:49:17 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/05/05 08:26:10 adam Exp $
 
-BLAKE2s (minizip-ng-4.0.9.tar.gz) = c8a00e352174ba25a1da33a17b9f9689d547c0248581464d92019a65eabf0259
-SHA512 (minizip-ng-4.0.9.tar.gz) = edea824f786189436ac16f68e9317dee4e1c24c83cf842db5902f13671bae584fa7f4c71d64fd3b1ee9982c5700024609628905594d022ae4db65d3dd29e89bc
-Size (minizip-ng-4.0.9.tar.gz) = 772117 bytes
+BLAKE2s (minizip-ng-4.0.10.tar.gz) = 62910dec9074545e69d9c8c50fab6222e57cf1d3f51540d2be0f199fb1b4e1cd
+SHA512 (minizip-ng-4.0.10.tar.gz) = a74386e2cf89f63d7fc9bf53527c8203ac78c46f2511e4883d17d949ec4e7d1b6c3707bcb13c3fc7cc4db8255b5f50ddb61bedba10e683acb18d112470676f62
+Size (minizip-ng-4.0.10.tar.gz) = 773269 bytes



Home | Main Index | Thread Index | Old Index