pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lziprecover lziprecover: update to 1.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7143ac14d1c6
branches:  trunk
changeset: 372285:7143ac14d1c6
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Jan 22 18:26:52 2022 +0000

description:
lziprecover: update to 1.23.

2022-01-21  Antonio Diaz Diaz  <antonio%gnu.org@localhost>

        * Version 1.23 released.
        * Decompression time has been reduced by 5-12% depending on the file.
        * main_common.cc (getnum): Show option name and valid range if error.
        * dump_remove.cc (dump_members): Check tty except for --dump=tdata.
        * Option '-U, --unzcrash' now takes an argument ('1' or 'B<size>').
        * mtester.cc (duplicate_buffer): Use an external buffer.
        * repair.cc (debug_decompress): Continue decoding on CRC mismatch.
        * unzcrash.cc: Make zcmp_command a string of unlimited size.
          Use execvp instead of popen to avoid invoking /bin/sh.
          Print byte or block position in messages.
        * New file common.h.
        * Improve several descriptions in manual, '--help', and man page.
        * lziprecover.texi: Change GNU Texinfo category to 'Compression'.
          (Reported by Alfred M. Szmidt).

diffstat:

 archivers/lziprecover/Makefile |  4 ++--
 archivers/lziprecover/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r b1cece756111 -r 7143ac14d1c6 archivers/lziprecover/Makefile
--- a/archivers/lziprecover/Makefile    Sat Jan 22 18:23:43 2022 +0000
+++ b/archivers/lziprecover/Makefile    Sat Jan 22 18:26:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/02/01 10:48:26 fcambus Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/22 18:26:52 fcambus Exp $
 
-DISTNAME=      lziprecover-1.22
+DISTNAME=      lziprecover-1.23
 CATEGORIES=    archivers
 MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/lziprecover/
 
diff -r b1cece756111 -r 7143ac14d1c6 archivers/lziprecover/distinfo
--- a/archivers/lziprecover/distinfo    Sat Jan 22 18:23:43 2022 +0000
+++ b/archivers/lziprecover/distinfo    Sat Jan 22 18:26:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 09:57:10 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/01/22 18:26:52 fcambus Exp $
 
-BLAKE2s (lziprecover-1.22.tar.gz) = 73a63eefba1aba6f35760d2615a6976000ecc0495533ff751fca3b00e2e9ff2f
-SHA512 (lziprecover-1.22.tar.gz) = 5fa209f6a80314ba7db45effc2546be660b6a31133570abf2e37a4d570910757fc4241e2496e63a95fadb66cffbca59976a8568659f4e8562baeb16517599e96
-Size (lziprecover-1.22.tar.gz) = 152840 bytes
+BLAKE2s (lziprecover-1.23.tar.gz) = cfe0f3002744a39656f7fdb2e1c8f423f9357954aab39da57d0039ec65451e1c
+SHA512 (lziprecover-1.23.tar.gz) = 9f2d40311f901c2c00fa6b106a2363dfcd7b6c73ae86282733d7c3451237ee30f6d5cce035ab5ba63300eea637eeb3ac5db7e7571bdef1bef259b801b10f1c7a
+Size (lziprecover-1.23.tar.gz) = 156147 bytes



Home | Main Index | Thread Index | Old Index