flatpak/_service
Bjørn Lie 1f7ca4c66a Accepting request 689356 from home:develop7:branches:GNOME:Factory
- Update to verson 1.2.4
  
  This release fixes CVE-2019-10063.
  It has been discovered that the previous fix for CVE-2017-5226, which uses
  seccomp to prevent sandboxed apps from using the (dangerous) TIOCSTI ioctl
  was only incomplete on 64bit arches. This is now fixed.
  + seccomp: Only compare the low 32bit of the TIOCSTI ioctl args.
  + Support multiple nvidia cards on the machine
  + Fix support for systems where XDG_RUNTIME_DIR is /var/run which is a 
    symlink like gentoo.
  + Fix potential crash when updating apps.
  + flatpak list --arch now works correctly again.
  + Update translations

OBS-URL: https://build.opensuse.org/request/show/689356
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=71
2019-03-28 13:30:48 +00:00

16 lines
521 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/flatpak/flatpak.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/1.2.4</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>