[arch-commits] Commit in flatpak/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Oct 17 14:11:35 UTC 2016
Date: Monday, October 17, 2016 @ 14:11:34
Author: heftig
Revision: 278888
0.6.12-2
Modified:
flatpak/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-17 13:33:08 UTC (rev 278887)
+++ PKGBUILD 2016-10-17 14:11:34 UTC (rev 278888)
@@ -3,7 +3,7 @@
pkgname=flatpak
pkgver=0.6.12
-pkgrel=1
+pkgrel=2
pkgdesc="Application deployment framework for desktop apps"
url="http://flatpak.org"
arch=(i686 x86_64)
@@ -23,6 +23,9 @@
prepare() {
cd $pkgname
+ # CVE-2016-8659
+ git cherry-pick -n da0204f4c81e7cf66943ac07317a48cad28ecf95
+
git submodule init
git config --local submodule.libglnx.url "$srcdir/libglnx"
git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
More information about the arch-commits
mailing list