Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8829c783ae | ||
|
|
b3257761cf | ||
|
|
4dbfb6665e | ||
|
|
6b51ecaa47 | ||
|
|
b7202e8874 | ||
|
|
93e837ea6d | ||
|
|
781e3e45cd | ||
|
|
c19b7d7f71 |
4 changed files with 28 additions and 19 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=sh
|
||||
/usr/libexec/grepconf.sh -c || return
|
||||
alias xzgrep='xzgrep --color=auto' 2>/dev/null
|
||||
alias xzegrep='xzegrep --color=auto' 2>/dev/null
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (xz-5.8.1.tar.gz) = 151b2a47fdf00274c4fd71ceada8fb6c892bdac44070847ebf3259e602b97c95ee5ee88974e03d7aa821ab4f16d5c38e50dfb2baf660cf39c199878a666e19ad
|
||||
SHA512 (xz-5.8.1.tar.gz.sig) = 4a67ed623841d64a5826cef1d5e21f3567ba275ee8f725a1217f76ce2ba25a41c6e22e62f8c7cca74d0d6e8398e8ee8926eab722cc8c1b10c42e990c32765efd
|
||||
SHA512 (xz-5.8.2.tar.gz) = 0b808fc8407e7c50da3a7b2db05be732c2fcd41850b92c7f5647181443483848ff359e176c816ce2038c115273f51575877c14f1356417cc9d53845841acb063
|
||||
SHA512 (xz-5.8.2.tar.gz.sig) = 91c8d49d8ad0eb1e128203cf2c051fb200ec0e2b5eebea10a39945a998d24f11652a000faefa688d129327593043271314cbf115d78c21eeed738476dd2defb6
|
||||
|
|
|
|||
35
xz.spec
35
xz.spec
|
|
@ -4,14 +4,14 @@
|
|||
Summary: LZMA compression utilities
|
||||
Name: xz
|
||||
Epoch: 1
|
||||
Version: 5.8.1
|
||||
Version: 5.8.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
# liblzma - 0BSD
|
||||
# xz{,dec}, lzma{dec,info} - 0BSD
|
||||
# - getopt_long - LGPL-2.1-or-later - not built in Fedora
|
||||
# xz{grep,diff,less,more} - GPL-2.0-or-later
|
||||
# docs - BS[OD0 AND LicenseRef-Fedora-Public-Domain
|
||||
# docs - BSD0 AND LicenseRef-Fedora-Public-Domain
|
||||
# man pages and translations - 0BSD AND LicenseRef-Fedora-Public-Domain
|
||||
# See: https://gitlab.com/fedora/legal/fedora-license-data/-/issues/547
|
||||
License: 0BSD AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
||||
|
|
@ -138,12 +138,13 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|||
%{_mandir}/man1/*xz*
|
||||
%lang(de) %{_mandir}/de/man1/*xz*
|
||||
%lang(fr) %{_mandir}/fr/man1/*xz*
|
||||
%lang(ko) %{_mandir}/ko/man1/*xz*
|
||||
%lang(ro) %{_mandir}/ro/man1/*xz*
|
||||
%lang(uk) %{_mandir}/uk/man1/*xz*
|
||||
%lang(it) %{_mandir}/it/man1/*xz*
|
||||
%lang(sr) %{_mandir}/sr/man1/*xz*
|
||||
%lang(ko) %{_mandir}/ko/man1/*xz*
|
||||
%lang(pt_BR) %{_mandir}/pt_BR/man1/*xz*
|
||||
%lang(ro) %{_mandir}/ro/man1/*xz*
|
||||
%lang(sr) %{_mandir}/sr/man1/*xz*
|
||||
%lang(sv) %{_mandir}/sv/man1/*xz*
|
||||
%lang(uk) %{_mandir}/uk/man1/*xz*
|
||||
%{profiledir}/*
|
||||
|
||||
|
||||
|
|
@ -171,15 +172,29 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|||
%{_mandir}/man1/*lz*
|
||||
%lang(de) %{_mandir}/de/man1/*lz*
|
||||
%lang(fr) %{_mandir}/fr/man1/*lz*
|
||||
%lang(ko) %{_mandir}/ko/man1/*lz*
|
||||
%lang(ro) %{_mandir}/ro/man1/*lz*
|
||||
%lang(uk) %{_mandir}/uk/man1/*lz*
|
||||
%lang(it) %{_mandir}/it/man1/*lz*
|
||||
%lang(sr) %{_mandir}/sr/man1/*lz*
|
||||
%lang(ko) %{_mandir}/ko/man1/*lz*
|
||||
%lang(pt_BR) %{_mandir}/pt_BR/man1/*lz*
|
||||
%lang(ro) %{_mandir}/ro/man1/*lz*
|
||||
%lang(sr) %{_mandir}/sr/man1/*lz*
|
||||
%lang(sv) %{_mandir}/sv/man1/*lz*
|
||||
%lang(uk) %{_mandir}/uk/man1/*lz*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 05 2026 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.2-1
|
||||
- New upstream version 5.8.2 (RHBZ#2423317)
|
||||
- Remove patches which are included in this release.
|
||||
|
||||
* Sun Nov 23 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-4
|
||||
- Add final workaround for "Failed to enable the sandbox" (RHEL-125143)
|
||||
|
||||
* Sat Nov 22 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-3
|
||||
- Add workaround for "Failed to enable the sandbox" (RHEL-125143)
|
||||
|
||||
* Thu Apr 24 2025 Adam Williamson <awilliam@redhat.com> - 1:5.8.1-2
|
||||
- Empty rebuild to try and fix gating issue
|
||||
|
||||
* Thu Apr 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-1
|
||||
- New upstream version 5.8.1
|
||||
- Fixes CVE-2025-31115 heap-use-after-free bug in threaded .xz decoder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue