diff --git a/_service b/_service
index 3eb9367..d96d73d 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/1.2.3
+ refs/tags/1.2.4
*.tar
diff --git a/_servicedata b/_servicedata
index 39ac01b..0dc2196 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/flatpak.git
- 428c7bf8566d1cdb9f5eafccde1a19a41aeab144
\ No newline at end of file
+ 2bfa0060b089a20de5fbf18d018f8f1b108d2480
diff --git a/flatpak-1.2.3.tar.xz b/flatpak-1.2.3.tar.xz
deleted file mode 100644
index 672b008..0000000
--- a/flatpak-1.2.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:50201d99a77bb1968971ee96bf543b656d50024fad6d9251070b47316cfae2f0
-size 799440
diff --git a/flatpak-1.2.4.tar.xz b/flatpak-1.2.4.tar.xz
new file mode 100644
index 0000000..50f6dc9
--- /dev/null
+++ b/flatpak-1.2.4.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cc09fc42e84955cecd6e5812b2159bd84bb0ab10425c4df6b5228e9a410d048c
+size 799924
diff --git a/flatpak.changes b/flatpak.changes
index f59895a..835dcae 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Thu Mar 28 13:05:50 UTC 2019 - Andrei Dziahel
+
+- Update to verson 1.2.4 (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.
+ + Updated translations.
+
-------------------------------------------------------------------
Wed Feb 13 08:06:06 UTC 2019 - alarrosa@suse.com
diff --git a/flatpak.spec b/flatpak.spec
index d954057..8897eee 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 1.2.3
+Version: 1.2.4
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later