summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-04-14 15:57:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-04-14 15:57:19 -0400
commita24ce339fdd1fcd70032680515d067697895496f (patch)
tree7543f23d7ab0ad2e7dc815b899d486e9b4203e39 /recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
parent660ffa675e6d2a6157bde5677816916ddb822630 (diff)
downloadmeta-virtualization-a24ce339fdd1fcd70032680515d067697895496f.tar.gz
lxc: refresh patches to remove fuzz
The recent uprev of lxc left some fuzz in a patches. devtool refresh cleans this up, and no runtime issues have been detected. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch')
-rw-r--r--recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
index 4b185bf0..156df82f 100644
--- a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
+++ b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
@@ -1,4 +1,4 @@
1From dd7b0a2e4542c352456747a45d7eeb11e9fdec26 Mon Sep 17 00:00:00 2001 1From 07890dd8ffdcd08b7be1ddbd9f56ac55482c76bb Mon Sep 17 00:00:00 2001
2From: Joakim Roubert <joakimr@axis.com> 2From: Joakim Roubert <joakimr@axis.com>
3Date: Fri, 16 Aug 2019 07:52:48 +0200 3Date: Fri, 16 Aug 2019 07:52:48 +0200
4Subject: [PATCH] Use curl instead of wget 4Subject: [PATCH] Use curl instead of wget
@@ -7,12 +7,13 @@ When curl's MIT license is preferable to wget's GPLv3.
7 7
8Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8 8Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8
9Signed-off-by: Joakim Roubert <joakimr@axis.com> 9Signed-off-by: Joakim Roubert <joakimr@axis.com>
10
10--- 11---
11 templates/lxc-download.in | 10 +++++----- 12 templates/lxc-download.in | 10 +++++-----
12 1 file changed, 5 insertions(+), 5 deletions(-) 13 1 file changed, 5 insertions(+), 5 deletions(-)
13 14
14diff --git a/templates/lxc-download.in b/templates/lxc-download.in 15diff --git a/templates/lxc-download.in b/templates/lxc-download.in
15index b70daaf..9526eae 100644 16index d7e6128..8a4b567 100644
16--- a/templates/lxc-download.in 17--- a/templates/lxc-download.in
17+++ b/templates/lxc-download.in 18+++ b/templates/lxc-download.in
18@@ -74,9 +74,9 @@ cleanup() { 19@@ -74,9 +74,9 @@ cleanup() {
@@ -38,7 +39,7 @@ index b70daaf..9526eae 100644
38 if [ "$3" = "noexit" ]; then 39 if [ "$3" = "noexit" ]; then
39 return 1 40 return 1
40 else 41 else
41@@ -266,7 +266,7 @@ while :; do 42@@ -271,7 +271,7 @@ while :; do
42 done 43 done
43 44
44 # Check for required binaries 45 # Check for required binaries