Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87625d9798 | ||
|
|
a5de386e86 | ||
|
|
1e7c4721fe | ||
|
|
09ef8af0e6 | ||
|
|
4f82484f34 | ||
|
|
2f4be0bc64 | ||
|
|
4723843aaf | ||
|
|
f826bb8859 | ||
|
|
465acd2656 | ||
|
|
c837ae96c7 | ||
|
|
d2408dde87 | ||
|
|
2efe9bc3d7 | ||
|
|
2889ea1514 |
2 changed files with 5 additions and 9 deletions
|
|
@ -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}
|
||||
7
xz.spec
7
xz.spec
|
|
@ -5,13 +5,13 @@ Summary: LZMA compression utilities
|
|||
Name: xz
|
||||
Epoch: 1
|
||||
Version: 5.8.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
|
|
@ -180,6 +180,9 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 24 2025 Adam Williamson <awilliam@redhat.com> - 1:5.8.1-2
|
||||
- Rebuild without changes to fix gating problem
|
||||
|
||||
* 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