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:   nros
Date:           Thu Jan 25 09:22:29 UTC 2024

Modified Files:
        pkgsrc/archivers/lzlib: Makefile distinfo

Log Message:
Update lzlib to version 1.14

Changes from changelog:
* minilzip.c: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
  (show_option_error): New function showing argument and option name.
  (main): Make -o preserve date/mode/owner if 1 input file.
* lzip.h: Rename verify_* to check_*.
* lzlib.texi: Document the need to declare uint8_t before lzlib.h.
  (Reported by Michal G�rny).
* configure, Makefile.in: New variable 'MAKEINFO'.
* INSTALL: Document use of CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/lzlib/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/archivers/lzlib/Makefile:1.4
--- pkgsrc/archivers/lzlib/Makefile:1.3 Mon Nov 21 18:20:40 2022
+++ pkgsrc/archivers/lzlib/Makefile     Thu Jan 25 09:22:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/11/21 18:20:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/25 09:22:29 nros Exp $
 
-DISTNAME=      lzlib-1.13
+DISTNAME=      lzlib-1.14
 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.1 pkgsrc/archivers/lzlib/distinfo:1.2
--- pkgsrc/archivers/lzlib/distinfo:1.1 Mon Oct 24 07:46:20 2022
+++ pkgsrc/archivers/lzlib/distinfo     Thu Jan 25 09:22:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+$NetBSD: distinfo,v 1.2 2024/01/25 09:22:29 nros Exp $
 
-BLAKE2s (lzlib-1.13.tar.gz) = f9c370d1ff20d113299ddeb68cbfb31c817918185ab2622b97257af820051a71
-SHA512 (lzlib-1.13.tar.gz) = b9c4e5a9aca982984b497d1da2e1f0439b37b19acaf88a02f5af114b0a65a828c5ae235b3bd4f419ce001963de38a4d03445a6a1bd93f37e783e799abd75578d
-Size (lzlib-1.13.tar.gz) = 130005 bytes
+BLAKE2s (lzlib-1.14.tar.gz) = 51f71662cd998d2fdde190b1bbb7964ca233ffa0cabcb88588c5cbef0946a010
+SHA512 (lzlib-1.14.tar.gz) = 1582b99149af18ea119f015a9dbf224aa2ebc78240432415b2da20bd5a4e4dc3fdea2489789bc581bdccdba6f4eab13c69c5801e8a43ab9a829c2eb9b801797f
+Size (lzlib-1.14.tar.gz) = 131624 bytes



Home | Main Index | Thread Index | Old Index