Update to 1.15.10 (CVE-2024-42472)
Resolves: RHEL-54552
This commit is contained in:
parent
0ee51a336e
commit
3999d9986a
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@
|
||||
/flatpak-1.15.4.tar.xz
|
||||
/flatpak-1.15.6.tar.xz
|
||||
/flatpak-1.15.8.tar.xz
|
||||
/flatpak-1.15.10.tar.xz
|
||||
|
10
flatpak.spec
10
flatpak.spec
@ -1,5 +1,5 @@
|
||||
%global appstream_version 1.0.0~
|
||||
%global bubblewrap_version 0.8.0
|
||||
%global bubblewrap_version 0.10.0
|
||||
%global glib_version 2.46.0
|
||||
%global gpgme_version 1.8.0
|
||||
%global libcurl_version 7.29.0
|
||||
@ -11,8 +11,8 @@
|
||||
%bcond malcontent %[!0%{?rhel}]
|
||||
|
||||
Name: flatpak
|
||||
Version: 1.15.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.15.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -253,6 +253,7 @@ fi
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
||||
%dir %{_sysconfdir}/flatpak
|
||||
%{_sysconfdir}/flatpak/remotes.d
|
||||
%{_sysconfdir}/profile.d/flatpak.csh
|
||||
%{_sysconfdir}/profile.d/flatpak.sh
|
||||
%{_sysusersdir}/%{name}.conf
|
||||
%{_unitdir}/flatpak-system-helper.service
|
||||
@ -295,6 +296,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 30 2024 Kalev Lember <klember@redhat.com> - 1.15.10-1
|
||||
- Update to 1.15.10 (CVE-2024-42472)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.8-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-1.15.8.tar.xz) = 76374fa1334d1ffca05a4309975c4f19ac15c23585d0a90772195ee850d4da54a232bd557a5ec4d579c50204c8d1d651e58372312013668dc6d79c2376391606
|
||||
SHA512 (flatpak-1.15.10.tar.xz) = 0786aab6818304513056918a17843a3bce321a0d6464c8bfaeaa4df9c660c5b4f711bc19e9fd419722e70899e17152e11f21806eb99a6c466336f52138c0b9a0
|
||||
|
Loading…
Reference in New Issue
Block a user