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: Wed Nov 1 20:28:49 UTC 2023
Modified Files:
pkgsrc/archivers/xz: Makefile distinfo
Log Message:
xz: updated to 5.4.5
5.4.5
* liblzma:
- Use __attribute__((__no_sanitize_address__)) to avoid address
sanitization with CRC64 CLMUL. It uses 16-byte-aligned reads
which can extend past the bounds of the input buffer and
inherently trigger address sanitization errors. This isn't
a bug.
- Fixed an assertion failure that could be triggered by a large
unpadded_size argument. It was verified that there was no
other bug than the assertion failure.
- Fixed a bug that prevented building with Windows Vista
threading when __attribute__((__constructor__)) is not
supported.
* xz now properly handles special files such as "con" or "nul" on
Windows. Before this fix, the following wrote "foo" to the
console and deleted the input file "con_xz":
echo foo | xz > con_xz
xz --suffix=_xz --decompress con_xz
* Build systems:
- Allow builds with Windows win95 threading and small mode when
__attribute__((__constructor__)) is supported.
- Added a new line to liblzma.pc for MSYS2 (Windows):
Cflags.private: -DLZMA_API_STATIC
When compiling code that will link against static liblzma,
the LZMA_API_STATIC macro needs to be defined on Windows.
- CMake specific changes:
* Fixed a bug that allowed CLOCK_MONOTONIC to be used even
if the check for it failed.
* Fixed a bug where configuring CMake multiple times
resulted in HAVE_CLOCK_GETTIME and HAVE_CLOCK_MONOTONIC
not being set.
* Fixed the build with MinGW-w64-based Clang/LLVM 17.
llvm-windres now has more accurate GNU windres emulation
so the GNU windres workaround from 5.4.1 is needed with
llvm-windres version 17 too.
* The import library on Windows is now properly named
"liblzma.dll.a" instead of "libliblzma.dll.a"
* Fixed a bug causing the Ninja Generator to fail on
UNIX-like systems. This bug was introduced in 5.4.0.
* Added a new option to disable CLMUL CRC64.
* A module-definition (.def) file is now created when
building liblzma.dll with MinGW-w64.
* The pkg-config liblzma.pc file is now installed on all
builds except when using MSVC on Windows.
* Added large file support by default for platforms that
need it to handle files larger than 2 GiB. This includes
MinGW-w64, even 64-bit builds.
* Small fixes and improvements to the tests.
* Updated translations: Chinese (simplified) and Esperanto.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/archivers/xz/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/archivers/xz/Makefile:1.40
--- pkgsrc/archivers/xz/Makefile:1.39 Tue Aug 8 08:32:48 2023
+++ pkgsrc/archivers/xz/Makefile Wed Nov 1 20:28:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2023/08/08 08:32:48 adam Exp $
+# $NetBSD: Makefile,v 1.40 2023/11/01 20:28:49 adam Exp $
-DISTNAME= xz-5.4.4
+DISTNAME= xz-5.4.5
CATEGORIES= archivers
MASTER_SITES= https://tukaani.org/xz/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/archivers/xz/distinfo
diff -u pkgsrc/archivers/xz/distinfo:1.31 pkgsrc/archivers/xz/distinfo:1.32
--- pkgsrc/archivers/xz/distinfo:1.31 Tue Aug 8 08:32:48 2023
+++ pkgsrc/archivers/xz/distinfo Wed Nov 1 20:28:49 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/08/08 08:32:48 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/11/01 20:28:49 adam Exp $
-BLAKE2s (xz-5.4.4.tar.bz2) = 06c9ae520c109c72ac6fad9f0b866ea6667533e23610016205eda430954a6f05
-SHA512 (xz-5.4.4.tar.bz2) = f49c1054feec2f6fa5a164b5135995d71779e6aa58c9e07cbb7ea3cf93cfd24615a1e1999508b291f4af3cb1bc0fb84faaae0b21f403db731585c3d00d7572c4
-Size (xz-5.4.4.tar.bz2) = 2166261 bytes
+BLAKE2s (xz-5.4.5.tar.bz2) = eb95e55c8f0bc49ed371e34456cf2844af92d67c54f7f1ead4f301bfba8e71d2
+SHA512 (xz-5.4.5.tar.bz2) = 64176f1426ca046d76294ef9a801933f3c8ef9abd90785669bd39ecb222ed9fab1dbab6bf0909d61637cd28758c91be6cbec63e5841be32accd79ba329e50397
+Size (xz-5.4.5.tar.bz2) = 2178771 bytes
SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287
Home |
Main Index |
Thread Index |
Old Index