From c27c057a1dbf16f8eb44d79bcf747681179e0d17 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 18 Aug 2017 17:48:18 -0400
Subject: [PATCH] make-libvirt upgraded to zesty backport

---
 helpers/make-libvirt | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/helpers/make-libvirt b/helpers/make-libvirt
index 965577df..1d08d6d6 100644
--- a/helpers/make-libvirt
+++ b/helpers/make-libvirt
@@ -18,30 +18,13 @@
 #
 
 VERSION=2
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu zesty-updates main'
 
 . ./config
 
-#https://www.redhat.com/archives/libvir-list/2016-August/msg00749.html
-patch -p1 << EOF
-diff --git a/tools/virsh-secret.c b/tools/virsh-secret.c
-index 8588f4c..537bdd7 100644
---- a/tools/virsh-secret.c
-+++ b/tools/virsh-secret.c
-@@ -253,7 +253,7 @@ static bool
- cmdSecretGetValue(vshControl *ctl, const vshCmd *cmd)
- {
-     virSecretPtr secret;
--    char *base64;
-+    char *base64 = NULL;
-     unsigned char *value;
-     size_t value_size;
-     bool ret = false;
-EOF
-
 sed '/zfsutils/d' -i debian/control
 sed 's/with-storage-zfs/without-storage-zfs/' -i debian/rules
 
-changelog "Backported from yakkety, disabled zfs integration" 
+changelog "Backported from zesty, disabled zfs integration" 
 
 compile
-- 
GitLab