pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/xz
Module Name: pkgsrc
Committed By: adam
Date: Tue Jun 5 22:28:39 UTC 2018
Modified Files:
pkgsrc/archivers/xz: Makefile distinfo
Log Message:
xz: updated to 5.2.4
5.2.4:
* liblzma:
- Allow 0 as memory usage limit instead of returning
LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified,
which effectively is the same as 0.
- Use "noexcept" keyword instead of "throw()" in the public
headers when a C++11 (or newer standard) compiler is used.
- Added a portability fix for recent Intel C Compilers.
- Microsoft Visual Studio build files have been moved under
windows/vs2013 and windows/vs2017.
* xz:
- Fix "xz --list --robot missing_or_bad_file.xz" which would
try to print an unitialized string and thus produce garbage
output. Since the exit status is non-zero, most uses of such
a command won't try to interpret the garbage output.
- "xz --list foo.xz" could print "Internal error (bug)" in a
corner case where a specific memory usage limit had been set.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/xz/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/xz/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/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.26 pkgsrc/archivers/xz/Makefile:1.27
--- pkgsrc/archivers/xz/Makefile:1.26 Wed Sep 20 12:05:46 2017
+++ pkgsrc/archivers/xz/Makefile Tue Jun 5 22:28:38 2018
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.26 2017/09/20 12:05:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2018/06/05 22:28:38 adam Exp $
-DISTNAME= xz-5.2.3
-PKGREVISION= 1
+DISTNAME= xz-5.2.4
CATEGORIES= archivers
MASTER_SITES= https://tukaani.org/xz/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://tukaani.org/xz/
-COMMENT= XZ utilities
+COMMENT= General-purpose data compression software
LICENSE= public-domain AND gnu-gpl-v2
USE_LIBTOOL= yes
Index: pkgsrc/archivers/xz/distinfo
diff -u pkgsrc/archivers/xz/distinfo:1.17 pkgsrc/archivers/xz/distinfo:1.18
--- pkgsrc/archivers/xz/distinfo:1.17 Sun Jan 1 08:24:44 2017
+++ pkgsrc/archivers/xz/distinfo Tue Jun 5 22:28:38 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2017/01/01 08:24:44 mef Exp $
+$NetBSD: distinfo,v 1.18 2018/06/05 22:28:38 adam Exp $
-SHA1 (xz-5.2.3.tar.bz2) = 82c87a0d6241da0f7e07c7cc54fdae6e3c9abf26
-RMD160 (xz-5.2.3.tar.bz2) = 343c42e8485b874f8b797c703ee8d2edc8812090
-SHA512 (xz-5.2.3.tar.bz2) = 313af8a9eb919de1cd048482779c5ef4d8ebfad89e307f01732f77de4363db8f3cf48f4b737e02f233324d5da0ff7ddfe9a195673b84d0e29d4d456c34c78eef
-Size (xz-5.2.3.tar.bz2) = 1207242 bytes
+SHA1 (xz-5.2.4.tar.bz2) = 50ad451279404fb5206e23c7b1ba9c4aa858c994
+RMD160 (xz-5.2.4.tar.bz2) = 0c5a6ffd47d657fed0c7192f413422e503b79c69
+SHA512 (xz-5.2.4.tar.bz2) = 25a548c34a304ba51cdaa63813df0fa4ac2f3cf0ec6dc2d181ec5b62fe586090cd0f1c866ee7ba19e9b264ecabf9ca9f2f1dda7f95313546da4152f3cfaa7e6e
+Size (xz-5.2.4.tar.bz2) = 1287922 bytes
SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287
Home |
Main Index |
Thread Index |
Old Index