pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lzlib
Module Name: pkgsrc
Committed By: triaxx
Date: Tue Feb 24 15:16:28 UTC 2026
Modified Files:
pkgsrc/archivers/lzlib: Makefile distinfo
Log Message:
lzlib: Update to 1.15
changes upstream:
-----------------
1.15
* decoder.h (Rd_try_reload): Reject a nonzero first LZMA byte.
* minilzip.c (do_decompress): Reject empty member in multimember.
(Pp_free): New function.
* lzlib.h: Declare LZ_Errno, LZ_Encoder, and LZ_Decoder as typedef.
* Makefile.in: New target 'lib' which builds just the library.
New target 'bin' which builds the library and minilzip.
'lib' is now the default; minilzip is no longer built by default.
'install-bin' installs minilzip and its man page again.
* configure, Makefile.in: Use '--soname' conditionally.
(Reported by Michael Sullivan).
* INSTALL: Document use of 'make bin'.
* check.sh: Use 'cp' instead of 'cat'.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/lzlib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/lzlib/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/lzlib/Makefile
diff -u pkgsrc/archivers/lzlib/Makefile:1.4 pkgsrc/archivers/lzlib/Makefile:1.5
--- pkgsrc/archivers/lzlib/Makefile:1.4 Thu Jan 25 09:22:29 2024
+++ pkgsrc/archivers/lzlib/Makefile Tue Feb 24 15:16:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/01/25 09:22:29 nros Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/24 15:16:28 triaxx Exp $
-DISTNAME= lzlib-1.14
+DISTNAME= lzlib-1.15
CATEGORIES= archivers devel
MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/lzlib/
Index: pkgsrc/archivers/lzlib/distinfo
diff -u pkgsrc/archivers/lzlib/distinfo:1.2 pkgsrc/archivers/lzlib/distinfo:1.3
--- pkgsrc/archivers/lzlib/distinfo:1.2 Thu Jan 25 09:22:29 2024
+++ pkgsrc/archivers/lzlib/distinfo Tue Feb 24 15:16:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/25 09:22:29 nros Exp $
+$NetBSD: distinfo,v 1.3 2026/02/24 15:16:28 triaxx Exp $
-BLAKE2s (lzlib-1.14.tar.gz) = 51f71662cd998d2fdde190b1bbb7964ca233ffa0cabcb88588c5cbef0946a010
-SHA512 (lzlib-1.14.tar.gz) = 1582b99149af18ea119f015a9dbf224aa2ebc78240432415b2da20bd5a4e4dc3fdea2489789bc581bdccdba6f4eab13c69c5801e8a43ab9a829c2eb9b801797f
-Size (lzlib-1.14.tar.gz) = 131624 bytes
+BLAKE2s (lzlib-1.15.tar.gz) = 32f916974d176033a1a726158bf87ed4603e39d23cec73834679dc570ccfcd21
+SHA512 (lzlib-1.15.tar.gz) = 12dca273b3aa45507495bcca9d260cd0c7fcad0deb32e9b146e24d1cb3d65261e67e67e36da8012689cb0f28e6034e0a4f5129cee7d9c97d4e2c98c270e8bd49
+Size (lzlib-1.15.tar.gz) = 115185 bytes
Home |
Main Index |
Thread Index |
Old Index