Update to 1.15.8 (CVE-2024-32462)
Resolves: RHEL-33422
This commit is contained in:
parent
533c54e11b
commit
fca18d41c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@
|
||||
/flatpak-1.15.3.tar.xz
|
||||
/flatpak-1.15.4.tar.xz
|
||||
/flatpak-1.15.6.tar.xz
|
||||
/flatpak-1.15.8.tar.xz
|
||||
|
12
flatpak.spec
12
flatpak.spec
@ -11,8 +11,8 @@
|
||||
%bcond malcontent %[!0%{?rhel}]
|
||||
|
||||
Name: flatpak
|
||||
Version: 1.15.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.15.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -68,6 +68,7 @@ BuildRequires: meson
|
||||
BuildRequires: python3-pyparsing
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: /usr/bin/fusermount3
|
||||
BuildRequires: /usr/bin/pkcheck
|
||||
BuildRequires: /usr/bin/socat
|
||||
BuildRequires: /usr/bin/xdg-dbus-proxy
|
||||
@ -82,7 +83,7 @@ Requires: glib2%{?_isa} >= %{glib_version}
|
||||
Requires: libcurl%{?_isa} >= %{libcurl_version}
|
||||
Requires: librsvg2%{?_isa}
|
||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||
Requires: /usr/bin/fusermount
|
||||
Requires: /usr/bin/fusermount3
|
||||
Requires: /usr/bin/xdg-dbus-proxy
|
||||
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
|
||||
Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
||||
@ -247,6 +248,8 @@ fi
|
||||
%{_mandir}/man5/flatpak-flatpakrepo.5*
|
||||
%{_mandir}/man5/flatpak-installation.5*
|
||||
%{_mandir}/man5/flatpak-remote.5*
|
||||
%{_mandir}/man5/flatpakref.5*
|
||||
%{_mandir}/man5/flatpakrepo.5*
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
||||
%dir %{_sysconfdir}/flatpak
|
||||
%{_sysconfdir}/flatpak/remotes.d
|
||||
@ -292,6 +295,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2024 Kalev Lember <klember@redhat.com> - 1.15.8-1
|
||||
- Update to 1.15.8 (CVE-2024-32462)
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-1.15.6.tar.xz) = 580ce6c36a14f009da4152801a6d5802198085108ee16d7f8bb3fe21af25ccd84ef3888b794869d4752c2a2f1ae4a331e21ca0d554b965f5f775d19ee8466234
|
||||
SHA512 (flatpak-1.15.8.tar.xz) = 76374fa1334d1ffca05a4309975c4f19ac15c23585d0a90772195ee850d4da54a232bd557a5ec4d579c50204c8d1d651e58372312013668dc6d79c2376391606
|
||||
|
Loading…
Reference in New Issue
Block a user