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

Modified Files:
        pkgsrc/archivers/lzip: Makefile distinfo

Log Message:
archivers/lzip: Update to 1.25

Changelog:
Changes in version 1.25:

lzip now exits with error status 2 if any empty member is found in a
multimember file.

lzip now exits with error status 2 if the first byte of the LZMA stream is
not 0.

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.18 -r1.19 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.23 pkgsrc/archivers/lzip/Makefile:1.24
--- pkgsrc/archivers/lzip/Makefile:1.23 Sun Mar 30 09:58:40 2025
+++ pkgsrc/archivers/lzip/Makefile      Sun Aug 10 13:02:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/03/30 09:58:40 nia Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/10 13:02:56 ryoon Exp $
 
-DISTNAME=      lzip-1.24.1
+DISTNAME=      lzip-1.25
 CATEGORIES=    archivers
 MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/
 
@@ -16,6 +16,7 @@ CONFIGURE_ARGS+=      --infodir=${PREFIX}/${P
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 INFO_FILES=            yes
 TEST_TARGET=           check
+USE_TOOLS+=            gmake
 
 CPPFLAGS.SCO_SV+=      -Dstrtoull=strtoul -DS_ISSOCK=S_ISBLK
 

Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.18 pkgsrc/archivers/lzip/distinfo:1.19
--- pkgsrc/archivers/lzip/distinfo:1.18 Sun Mar  3 11:29:09 2024
+++ pkgsrc/archivers/lzip/distinfo      Sun Aug 10 13:02:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/03/03 11:29:09 wiz Exp $
+$NetBSD: distinfo,v 1.19 2025/08/10 13:02:56 ryoon Exp $
 
-BLAKE2s (lzip-1.24.1.tar.gz) = e56a6fab09dc5cb72e6d2f1f918f75a63b25e98d23cf47b72dafd0cf26bd691f
-SHA512 (lzip-1.24.1.tar.gz) = b67b3b8ab594306dd863b6f51525ab80e90cbff3af1faf190fd7a35eac895ef869e6a1f8f503d623c16ad5c1496816c8f851abf0be5983d53052bea80afc34bd
-Size (lzip-1.24.1.tar.gz) = 123899 bytes
+BLAKE2s (lzip-1.25.tar.gz) = ee579cbb34a63da65bfdfe6cbe47e839721751f66dbebf6bdd435969eabfd8bf
+SHA512 (lzip-1.25.tar.gz) = 6dec5625d5668d2f6f93816b0f2d7050ef357b5ce9a9af100bde45dddc21171341c2bcb623acdde8146b7eaed2248f8e0f5f32e64f57ecc6fe6cb9a0e187b796
+Size (lzip-1.25.tar.gz) = 115640 bytes



Home | Main Index | Thread Index | Old Index