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:   ryoon
Date:           Sun Aug 10 13:03:35 UTC 2025

Modified Files:
        pkgsrc/archivers/lziprecover: Makefile distinfo

Log Message:
archivers/lziprecover: Update to 1.25

Changelog:
Changes in version 1.25:

The option '-F, --fec', which implements Forward Error Correction (FEC), has
been added.

The options '-0' to '-9' (FEC fragmentation level) have been added.

The option '-b, --block-size', which sets the FEC block size, has been added.

The option '--fec-file', which sets the fec file to be used, has been added.

The options '-r, --recursive' and '-R, --dereference-recursive' have been
added for recursive creation and reading of fec files.

The short name of option '--byte-repair' has been changed to '-B'.

The option '--byte-repair' now repairs a nonzero first LZMA byte.

When decompressing, testing, or listing, lziprecover now exits with error
status 2 if any empty member is found in a regular multimember file unless
'-i' is given.

When decompressing or testing, lziprecover now exits with error status 2 if
the first byte of the LZMA stream is not 0 unless '-i' is given.

The option '--clear-marking' has been renamed to '--nonzero-repair'.

Options '--empty-error' and '--marking-error' have been removed.

The chapter 'Syntax of command-line arguments' has been added to the manual.

Lzip 1.16 (or clzip 1.6) or newer is required to run the tests.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/archivers/lziprecover/Makefile:1.14
--- pkgsrc/archivers/lziprecover/Makefile:1.13  Wed Feb 14 21:42:38 2024
+++ pkgsrc/archivers/lziprecover/Makefile       Sun Aug 10 13:03:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/02/14 21:42:38 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/10 13:03:35 ryoon Exp $
 
-DISTNAME=      lziprecover-1.24
+DISTNAME=      lziprecover-1.25
 CATEGORIES=    archivers
 MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/lziprecover/
 
@@ -16,6 +16,7 @@ CONFIGURE_ARGS+=      --infodir=${PREFIX}/${P
 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.13 pkgsrc/archivers/lziprecover/distinfo:1.14
--- pkgsrc/archivers/lziprecover/distinfo:1.13  Wed Feb 14 21:42:38 2024
+++ pkgsrc/archivers/lziprecover/distinfo       Sun Aug 10 13:03:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/02/14 21:42:38 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/08/10 13:03:35 ryoon Exp $
 
-BLAKE2s (lziprecover-1.24.tar.gz) = 485f09b5c2502c8be47f09ca50be756f76790688a41a686a7811aabf187ebe3e
-SHA512 (lziprecover-1.24.tar.gz) = b1f126fa24b1627c6e98ba8fa4fc30dac248f81f92be12f1063db6e40fd9c6f9f8b5a2306bde72f30623a64de5befec28b34073309f393317b56a38527947466
-Size (lziprecover-1.24.tar.gz) = 161471 bytes
+BLAKE2s (lziprecover-1.25.tar.gz) = c94fa0075f9d33011add95250bc8c3f30cbed50e60e4835203d4bc5b2d2946c9
+SHA512 (lziprecover-1.25.tar.gz) = ed75642fcd7b50b5d58f31b1525a433fb462f2c2b2e9a7988ff8dea6f1c2195a905d0e00946b186c1459e1bb06c1b1294f4be2f3796bcf4cb52da7a4aaadf0e5
+Size (lziprecover-1.25.tar.gz) = 198358 bytes



Home | Main Index | Thread Index | Old Index