aboutsummaryrefslogtreecommitdiffstats
path: root/community/fwupd/fixes.patch
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-09 23:19:22 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 15:14:41 -0300
commit3d59341e662acfc945669bec947347a2358ba60c (patch)
tree1cb5c55a62f93fb4b54035b88d8b408cf607491e /community/fwupd/fixes.patch
parent918f3ec5e35f8ec13ee925d2e938ff01049b473c (diff)
downloadaports-3d59341e662acfc945669bec947347a2358ba60c.tar.bz2
aports-3d59341e662acfc945669bec947347a2358ba60c.tar.xz
community/fwupd: move from testing
Diffstat (limited to 'community/fwupd/fixes.patch')
-rw-r--r--community/fwupd/fixes.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/community/fwupd/fixes.patch b/community/fwupd/fixes.patch
new file mode 100644
index 0000000000..896c3d138b
--- /dev/null
+++ b/community/fwupd/fixes.patch
@@ -0,0 +1,18 @@
+diff -ru fwupd-1.2.9.orig/src/fu-common.c fwupd-1.2.9/src/fu-common.c
+--- fwupd-1.2.9.orig/src/fu-common.c 2019-05-20 13:17:42.000000000 +0300
++++ fwupd-1.2.9/src/fu-common.c 2019-06-09 13:48:00.861388043 +0300
+@@ -460,7 +460,6 @@
+ fu_common_add_argv (argv, "--die-with-parent");
+ fu_common_add_argv (argv, "--ro-bind /usr /usr");
+ fu_common_add_argv (argv, "--ro-bind /lib /lib");
+- fu_common_add_argv (argv, "--ro-bind /lib64 /lib64");
+ fu_common_add_argv (argv, "--ro-bind /bin /bin");
+ fu_common_add_argv (argv, "--ro-bind /sbin /sbin");
+ fu_common_add_argv (argv, "--dir /tmp");
+diff -ru fwupd-1.2.9.orig/data/tests/builder/startup.sh fwupd-1.2.9/data/tests/builder/startup.sh
+--- fwupd-1.2.9.orig/data/tests/builder/startup.sh 2019-05-20 13:17:42.000000000 +0300
++++ fwupd-1.2.9/data/tests/builder/startup.sh 2019-06-07 21:43:43.543150907 +0300
+@@ -1,2 +1,2 @@
+-#/bin/sh
++#!/bin/sh
+ cat source.bin | rev > firmware.bin