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:           Tue Jan 16 21:47:10 UTC 2024

Modified Files:
        pkgsrc/archivers/trrntzip: Makefile distinfo

Log Message:
trrntzip: update to 1.1.

    zip64 format: zip64 EOCD was missing in some cases
    add -q flag to reduce log output
    update included source for minizip to version from zlib-1.2.13
    fix -g description
    canonicalize sort order
    fix memory leak
    improve temporary file handling
    do not follow symlinks, only handle regular files
    various other fixes

Thanks to our new contributor: @miller-alex


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/trrntzip/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/archivers/trrntzip/Makefile:1.3
--- pkgsrc/archivers/trrntzip/Makefile:1.2      Mon Jan 23 18:32:30 2023
+++ pkgsrc/archivers/trrntzip/Makefile  Tue Jan 16 21:47:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/01/23 18:32:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/16 21:47:09 wiz Exp $
 
-DISTNAME=      trrntzip-1.0
+DISTNAME=      trrntzip-1.1
 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.1 pkgsrc/archivers/trrntzip/distinfo:1.2
--- pkgsrc/archivers/trrntzip/distinfo:1.1      Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/distinfo  Tue Jan 16 21:47:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/06/17 23:05:04 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/16 21:47:09 wiz Exp $
 
-BLAKE2s (trrntzip-1.0.tar.gz) = 01ec908ed654371b7dbff409794db7c4428751b1239fbba655131d9b3bcc3155
-SHA512 (trrntzip-1.0.tar.gz) = 4624697528385cb85c9688dbfe56e039ca2d87e28dfdc9b299cb88fb2c7c34c664b58e473a7519ee4ecd89baea5f1369cd719c289e884ad19569d4c69d9a40ab
-Size (trrntzip-1.0.tar.gz) = 57643 bytes
+BLAKE2s (trrntzip-1.1.tar.gz) = 0d1b61523dd6c51a87927e812af5e1fcaaf2c1850093f27d5a0fbb44a1f7c85a
+SHA512 (trrntzip-1.1.tar.gz) = 18f2ed14b66a67aa31da6dd2b32ff601c4189d8646143a5c72850ad711cccf2f67c920687ea4e876ddeba1e316889ba2ca9aa81350c43bb8deb4989222946091
+Size (trrntzip-1.1.tar.gz) = 60073 bytes



Home | Main Index | Thread Index | Old Index