pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lziprecover
Module Name: pkgsrc
Committed By: adam
Date: Tue Jun 30 06:55:29 UTC 2026
Modified Files:
pkgsrc/archivers/lziprecover: Makefile distinfo
Log Message:
lziprecover: updated to 1.26
Changes in version 1.26:
'--fec=create' can now process efficiently input files larger than RAM.
If the size of the input file is larger than half the system's RAM,
'--fec=create' now creates all the packets of the fec file concurrently to
avoid reading the input file more than once.
'--fec=repair' and '--fec=test' can now process input files larger than RAM.
'--fec=repair/test/list' now exit immediately with a diagnostic if the
protected file is passed by mistake as the fec file.
'--fec=repair' now inserts '_fixed' before '.tar' instead of after.
The new option '--append=<file>', which appends the contents of <file> as
trailing data to another file(s) in a safe way, has been added.
'-dvv' and '-tvv' now print (de)compressed sizes instead of compression
ratio. (Sizes are more informative than compression ratio).
Large numbers in option arguments are now accepted with underscore
separators (-b 123_456_789).
Large numbers are now printed with underscore separators (123_456_789).
'--list' now can safely skip any trailing data added to a lzip file by the
option '--append'.
'--list' now prints '+t' after the number of members to indicate the
presence of trailing data, and prints the size of the trailing data below
the size of the last member.
'-lvv' now prints a blank line between the list of members of each
multimember file and the next file.
Diagnostics for protected file size mismatch in '--fec=repair/test' have
been improved.
It has been documented in the manual how to append a fec recovery record to
a tar.lz archive, and how to use it to test and repair the archive.
'EXIT STATUS' now has its own section in the man page.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/archivers/lziprecover/Makefile \
pkgsrc/archivers/lziprecover/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/lziprecover/Makefile
diff -u pkgsrc/archivers/lziprecover/Makefile:1.14 pkgsrc/archivers/lziprecover/Makefile:1.15
--- pkgsrc/archivers/lziprecover/Makefile:1.14 Sun Aug 10 13:03:35 2025
+++ pkgsrc/archivers/lziprecover/Makefile Tue Jun 30 06:55:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/08/10 13:03:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2026/06/30 06:55:29 adam Exp $
-DISTNAME= lziprecover-1.25
+DISTNAME= lziprecover-1.26
CATEGORIES= archivers
MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/lziprecover/
@@ -10,13 +10,13 @@ COMMENT= Recovery tool for lossless data
LICENSE= gnu-gpl-v2 # or later
USE_LANGUAGES= c++
+USE_TOOLS+= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= yes
TEST_TARGET= check
-USE_TOOLS+= gmake
MAKE_FLAGS+= CXX=${CXX:Q}
MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
Index: pkgsrc/archivers/lziprecover/distinfo
diff -u pkgsrc/archivers/lziprecover/distinfo:1.14 pkgsrc/archivers/lziprecover/distinfo:1.15
--- pkgsrc/archivers/lziprecover/distinfo:1.14 Sun Aug 10 13:03:35 2025
+++ pkgsrc/archivers/lziprecover/distinfo Tue Jun 30 06:55:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/08/10 13:03:35 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2026/06/30 06:55:29 adam Exp $
-BLAKE2s (lziprecover-1.25.tar.gz) = c94fa0075f9d33011add95250bc8c3f30cbed50e60e4835203d4bc5b2d2946c9
-SHA512 (lziprecover-1.25.tar.gz) = ed75642fcd7b50b5d58f31b1525a433fb462f2c2b2e9a7988ff8dea6f1c2195a905d0e00946b186c1459e1bb06c1b1294f4be2f3796bcf4cb52da7a4aaadf0e5
-Size (lziprecover-1.25.tar.gz) = 198358 bytes
+BLAKE2s (lziprecover-1.26.tar.gz) = 25107791ac6d67fbfc9b144048ebf62fec472c2859b3de31458c04d0046dc4ad
+SHA512 (lziprecover-1.26.tar.gz) = ac7fac761cec6982bd3b21da805eb3002ae5d12a6db596837dfe9b348c3bd9d557549bcfd14ff77098a1b67dd45f4b658c26cffa9b461978caf69d47885e81c3
+Size (lziprecover-1.26.tar.gz) = 205713 bytes
Home |
Main Index |
Thread Index |
Old Index