pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/trrntzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 22 12:46:06 UTC 2024

Modified Files:
        pkgsrc/archivers/trrntzip: Makefile distinfo

Log Message:
trrntzip: update to 1.2.

# 1.2 [2024-02-22]

* fix a build error on windows
* improve log file handling
* add -e and -l options to set (or disable) error log file and logging directory
* revert zip64 format changes from last release
* update included source for minizip to version from zlib-1.3.1
* various fixes and code cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/trrntzip/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/trrntzip/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/trrntzip/Makefile
diff -u pkgsrc/archivers/trrntzip/Makefile:1.3 pkgsrc/archivers/trrntzip/Makefile:1.4
--- pkgsrc/archivers/trrntzip/Makefile:1.3      Tue Jan 16 21:47:09 2024
+++ pkgsrc/archivers/trrntzip/Makefile  Thu Feb 22 12:46:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/01/16 21:47:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/22 12:46:06 wiz Exp $
 
-DISTNAME=      trrntzip-1.1
+DISTNAME=      trrntzip-1.2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=0-wiz-0/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/trrntzip/distinfo
diff -u pkgsrc/archivers/trrntzip/distinfo:1.2 pkgsrc/archivers/trrntzip/distinfo:1.3
--- pkgsrc/archivers/trrntzip/distinfo:1.2      Tue Jan 16 21:47:09 2024
+++ pkgsrc/archivers/trrntzip/distinfo  Thu Feb 22 12:46:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/16 21:47:09 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/02/22 12:46:06 wiz Exp $
 
-BLAKE2s (trrntzip-1.1.tar.gz) = 0d1b61523dd6c51a87927e812af5e1fcaaf2c1850093f27d5a0fbb44a1f7c85a
-SHA512 (trrntzip-1.1.tar.gz) = 18f2ed14b66a67aa31da6dd2b32ff601c4189d8646143a5c72850ad711cccf2f67c920687ea4e876ddeba1e316889ba2ca9aa81350c43bb8deb4989222946091
-Size (trrntzip-1.1.tar.gz) = 60073 bytes
+BLAKE2s (trrntzip-1.2.tar.gz) = 9437855f9a0f07a8486c919159ccd3b06c53ac8412d476da652d6bccce0de1af
+SHA512 (trrntzip-1.2.tar.gz) = 90c853efde1d077c741206362bc14fe779627f1b20571246e99ed29980840e78c0377110431c59c35596a0d209e612f6fe77b385707eb4bdb1ea47bb797c9272
+Size (trrntzip-1.2.tar.gz) = 62707 bytes



Home | Main Index | Thread Index | Old Index