diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:41:03 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:47:16 +0100 |
commit | 7c14b2014d4efc0a395eb103c6bf008c5b063de5 (patch) | |
tree | 0206ec415a26d5ad33f5785f72d0d1bfa04166d5 /community/fwupd/fixes.patch | |
parent | e19075e344003d6d91b816795583bdfb4b86424b (diff) | |
download | aports-7c14b2014d4efc0a395eb103c6bf008c5b063de5.tar.bz2 aports-7c14b2014d4efc0a395eb103c6bf008c5b063de5.tar.xz |
community/fwupd: upgrade to 1.3.5
Diffstat (limited to 'community/fwupd/fixes.patch')
-rw-r--r-- | community/fwupd/fixes.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/community/fwupd/fixes.patch b/community/fwupd/fixes.patch deleted file mode 100644 index 896c3d138b..0000000000 --- a/community/fwupd/fixes.patch +++ /dev/null @@ -1,18 +0,0 @@ -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 |