pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lzip
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 13 11:34:19 UTC 2021
Modified Files:
pkgsrc/archivers/lzip: Makefile distinfo
Log Message:
lzip: update to 1.22.
Changes in version 1.22:
Lzip now reports an error if a file name is empty (lzip -t "").
Option '-o, --output' now behaves like '-c, --stdout', but sending the
output unconditionally to a file instead of to standard output. See the new
description of '-o' in the manual. This change is backwards compatible only
when (de)compressing from standard input alone. Therefore commands like:
lzip -o foo.lz - bar < foo
must now be split into:
lzip -o foo.lz - < foo
lzip bar
or rewritten as:
lzip - bar < foo > foo.lz
When using '-c' or '-o', lzip now checks whether the output is a terminal
only once.
Lzip now does not even open the output file if the input file is a terminal.
Lzip can now be built, tested, and installed on systems lacking a 'make'
program. (Feature suggested by Mohammad Akhlaghi).
The words 'decompressed' and 'compressed' have been replaced with the
shorter 'out' and 'in' in the verbose output when decompressing or testing.
Option '--list' now reports corruption or truncation of the last header in a
multimenber file specifically instead of showing the generic message "Last
member in input file is truncated or corrupt."
The commands needed to extract files from a tar.lz archive have been
documented in the manual, in the output of '--help', and in the man page.
Plzip and tarlz are mentioned in the manual as alternatives for
multiprocessors.
Several fixes and improvements have been made to the manual.
9 new test files have been added to the testsuite.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/lzip/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/lzip/Makefile
diff -u pkgsrc/archivers/lzip/Makefile:1.17 pkgsrc/archivers/lzip/Makefile:1.18
--- pkgsrc/archivers/lzip/Makefile:1.17 Sat Jan 18 23:29:56 2020
+++ pkgsrc/archivers/lzip/Makefile Wed Jan 13 11:34:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:29:56 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2021/01/13 11:34:19 wiz Exp $
-DISTNAME= lzip-1.21
+DISTNAME= lzip-1.22
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/
Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.12 pkgsrc/archivers/lzip/distinfo:1.13
--- pkgsrc/archivers/lzip/distinfo:1.12 Fri Jan 18 10:03:40 2019
+++ pkgsrc/archivers/lzip/distinfo Wed Jan 13 11:34:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/01/18 10:03:40 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/01/13 11:34:19 wiz Exp $
-SHA1 (lzip-1.21.tar.gz) = 08bea2f275d639bfe85fe30887d269b96eac34e1
-RMD160 (lzip-1.21.tar.gz) = 5e37348c9061d14f7776b99ac816ad730c9fade4
-SHA512 (lzip-1.21.tar.gz) = 02e31a8fc9431e88edbb0fd467e9dd0947203e693e6581be1a8d25d96c74d9c3794f1fef9e4c993553ba74330c8f5851cad6315b49f263fe9cf2444225af4362
-Size (lzip-1.21.tar.gz) = 105558 bytes
+SHA1 (lzip-1.22.tar.gz) = 9614e7b2460b72a118ed77c8a8c56dc5f5d338bf
+RMD160 (lzip-1.22.tar.gz) = 3af3688b207666d6af640a7bec195c067cb28745
+SHA512 (lzip-1.22.tar.gz) = 318de74effdbdfa79070d28919459a85bf1efe662b818b8af2a3daa964b6c24e3386c37de360c6d5b8b624d549b5c9ed777c6234561129c477e03d92ac2db206
+Size (lzip-1.22.tar.gz) = 120769 bytes
Home |
Main Index |
Thread Index |
Old Index