- update to 5.4.6:
* Fixed a bug involving internal function pointers in liblzma not being initialized to NULL. The bug can only be triggered if lzma_filters_update() is called on a LZMA1 encoder, so it does not affect xz or any application known to us that uses liblzma. * Fixed a regression introduced in 5.4.2 that caused encoding in the raw format to unnecessarily fail if --suffix was not used. For instance, the following command no longer reports that --suffix must be used: echo foo | xz --format=raw --lzma2 | wc -c * Fixed an issue on MinGW-w64 builds that prevented reading from or writing to non-terminal character devices like NUL. * Added a new test. - Build XZ with full RELRO. - Put libraries back in %{_libdir}, /usr merge project. - Fix build in armv5el doesnt like profiling * Polish translation was added. * Support for "xz --list" was added - remove static libraries, see bnc#509945 for details - added baselibs.conf (for rpm-32bit) OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=142
This commit is contained in:
parent
ca3e8c3ed5
commit
7d3b6939e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6
|
||||
size 2884510
|
Binary file not shown.
3
xz-5.4.6.tar.gz
Normal file
3
xz-5.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
|
||||
size 2889306
|
BIN
xz-5.4.6.tar.gz.sig
Normal file
BIN
xz-5.4.6.tar.gz.sig
Normal file
Binary file not shown.
19
xz.changes
19
xz.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 10:10:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.4.6:
|
||||
* Fixed a bug involving internal function pointers in liblzma
|
||||
not being initialized to NULL. The bug can only be
|
||||
triggered if lzma_filters_update() is called on a LZMA1
|
||||
encoder, so it does not affect xz or any application known
|
||||
to us that uses liblzma.
|
||||
* Fixed a regression introduced in 5.4.2 that caused
|
||||
encoding in the raw format to unnecessarily fail if --suffix
|
||||
was not used. For instance, the following command no longer
|
||||
reports that --suffix must be used:
|
||||
echo foo | xz --format=raw --lzma2 | wc -c
|
||||
* Fixed an issue on MinGW-w64 builds that prevented
|
||||
reading from or writing to non-terminal character devices
|
||||
like NUL.
|
||||
* Added a new test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 16:10:26 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
8
xz.spec
8
xz.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xz
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,14 +19,14 @@
|
||||
# avoid bootstrapping problem
|
||||
%define _binary_payload w9.bzdio
|
||||
Name: xz
|
||||
Version: 5.4.5
|
||||
Version: 5.4.6
|
||||
Release: 0
|
||||
Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm
|
||||
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: https://tukaani.org/xz/
|
||||
Source0: https://tukaani.org/xz/%{name}-%{version}.tar.gz
|
||||
Source1: https://tukaani.org/xz/%{name}-%{version}.tar.gz.sig
|
||||
Source0: https://github.com/tukaani-project/xz/releases/download/v%{version}/xz-%{version}.tar.gz
|
||||
Source1: https://github.com/tukaani-project/xz/releases/download/v%{version}/xz-%{version}.tar.gz.sig
|
||||
Source2: baselibs.conf
|
||||
Source3: https://tukaani.org/misc/jia_tan_pubkey.txt#/%{name}.keyring
|
||||
Source4: xznew
|
||||
|
Loading…
Reference in New Issue
Block a user