pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/xz xz: updated to 5.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/65574b16071e
branches: trunk
changeset: 308966:65574b16071e
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 05 22:28:38 2018 +0000
description:
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.
diffstat:
archivers/xz/Makefile | 7 +++----
archivers/xz/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r 696a9a88172e -r 65574b16071e archivers/xz/Makefile
--- a/archivers/xz/Makefile Tue Jun 05 19:34:38 2018 +0000
+++ b/archivers/xz/Makefile Tue Jun 05 22:28:38 2018 +0000
@@ -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
diff -r 696a9a88172e -r 65574b16071e archivers/xz/distinfo
--- a/archivers/xz/distinfo Tue Jun 05 19:34:38 2018 +0000
+++ b/archivers/xz/distinfo Tue Jun 05 22:28:38 2018 +0000
@@ -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