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 Feb 14 08:23:39 UTC 2024
Modified Files:
pkgsrc/archivers/lzip: Makefile distinfo
Log Message:
lzip: update to 1.24.
Changes in version 1.24:
The option '--empty-error', which forces exit status 2 if any empty member
is found, has been added.
The option '--marking-error', which forces exit status 2 if the first LZMA
byte is non-zero in any member, has been added.
File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
Diagnostics caused by invalid arguments to command-line options now show the
argument and the name of the option.
The option '-o, --output' now preserves dates, permissions, and ownership of
the file when (de)compressing exactly one file.
The option '-o, --output' now creates missing intermediate directories when
writing to a file.
The variable MAKEINFO has been added to configure and Makefile.in.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.16 -r1.17 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.20 pkgsrc/archivers/lzip/Makefile:1.21
--- pkgsrc/archivers/lzip/Makefile:1.20 Sat Nov 12 09:10:22 2022
+++ pkgsrc/archivers/lzip/Makefile Wed Feb 14 08:23:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/11/12 09:10:22 nikita Exp $
+# $NetBSD: Makefile,v 1.21 2024/02/14 08:23:39 wiz Exp $
-DISTNAME= lzip-1.23
+DISTNAME= lzip-1.24
CATEGORIES= archivers
MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/
Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.16 pkgsrc/archivers/lzip/distinfo:1.17
--- pkgsrc/archivers/lzip/distinfo:1.16 Wed Feb 9 11:32:41 2022
+++ pkgsrc/archivers/lzip/distinfo Wed Feb 14 08:23:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/02/09 11:32:41 fcambus Exp $
+$NetBSD: distinfo,v 1.17 2024/02/14 08:23:39 wiz Exp $
-BLAKE2s (lzip-1.23.tar.gz) = 70c879563aeba84aab86a5ffc71990f57395675c998ae636e0294ab72bd8cede
-SHA512 (lzip-1.23.tar.gz) = 482804205b6e92fdf9cb17fb9482df7987227c7b1bef9e42d78787acfabe73995f5b1a66f847d2176423f22dce56f1122c5b1c9670f0b778c0bdad2852369c85
-Size (lzip-1.23.tar.gz) = 121817 bytes
+BLAKE2s (lzip-1.24.tar.gz) = 798ad0c044c261ac930dafb3f3899fb227d59eef424a96e7c07b2bdf8e7bc664
+SHA512 (lzip-1.24.tar.gz) = 119de48deaedcbfdc0bf61c57ac54b463a3cf1ec064c70095b36d18784f59e5c80bb07ad69ad0e168443d6e73f7a506a65d80a2eeae111669b3194fa5dd0ca3c
+Size (lzip-1.24.tar.gz) = 123850 bytes
Home |
Main Index |
Thread Index |
Old Index