diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-08 07:39:03 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-08 07:39:03 +0000 |
| commit | c022f4a8c6eb059e3f1b8217ca32c8fa6395bfde (patch) | |
| tree | ea634f3926a735b1229a4de96f3b756944c3ab7a | |
| parent | ca82a79e569be03de4afca7509de11cec78607a4 (diff) | |
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.
| -rw-r--r-- | archivers/lzip/Makefile | 3 | ||||
| -rw-r--r-- | 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 |
