Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2024 07:39:43 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c022f4a8c6eb - main - archivers/lzip: Update to 1.24
Message-ID:  <202405080739.4487dhSn021166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c022f4a8c6eb059e3f1b8217ca32c8fa6395bfde

commit c022f4a8c6eb059e3f1b8217ca32c8fa6395bfde
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-05-08 07:39:03 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-05-08 07:39:03 +0000

    archivers/lzip: Update to 1.24
    
    This includes the following changes:
     - New option --empty-error, which forces exit status 2 if any empty
       member is found.
     - New option -marking-error, which forces exit status 2 if the first
       LZMA byte is non-zero in any member.
     - Improved diagnostics.
     - The option -o / --output preserves dates, permissions, and ownership
       of the file when (de)compressing exactly one file.
     - It also creates missing intermediate directories when writing a file.
---
 archivers/lzip/Makefile | 3 +--
 archivers/lzip/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
index 33239863171c..9394571d235b 100644
--- a/archivers/lzip/Makefile
+++ b/archivers/lzip/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	lzip
-DISTVERSION=	1.23
-PORTREVISION=	1
+DISTVERSION=	1.24
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo
index bb48164693cd..4a69f3648066 100644
--- a/archivers/lzip/distinfo
+++ b/archivers/lzip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643974212
-SHA256 (lzip-1.23.tar.gz) = 4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d
-SIZE (lzip-1.23.tar.gz) = 121817
+TIMESTAMP = 1715097448
+SHA256 (lzip-1.24.tar.gz) = d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c
+SIZE (lzip-1.24.tar.gz) = 123850



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405080739.4487dhSn021166>