From cbe4b726da6e2cbc072b7802d0f762152fea2114 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 17 Nov 2020 22:02:01 -0800 Subject: [PATCH] lxc: update to 4.0.5 Refreshed patches. Signed-off-by: Rosen Penev --- utils/lxc/Makefile | 6 +++--- utils/lxc/patches/015-getline.patch | 4 ++-- utils/lxc/patches/025-remove-unsupported-option.patch | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 5963e027b..6f4dd8fc6 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lxc -PKG_VERSION:=4.0.2 -PKG_RELEASE:=4 +PKG_VERSION:=4.0.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/ -PKG_HASH:=ca336dcdf303fea5ff231d89a9b6278b061c4cffb14f0db0a71a15bdd95a5cb0 +PKG_HASH:=af2cd616d5ab689e5d2305361c6571b5e632afd7eaab1754cca1670446a2e6a4 PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause GPL-2.0 diff --git a/utils/lxc/patches/015-getline.patch b/utils/lxc/patches/015-getline.patch index 4a35ff1d3..f15aa90bd 100644 --- a/utils/lxc/patches/015-getline.patch +++ b/utils/lxc/patches/015-getline.patch @@ -1,7 +1,7 @@ --- a/src/lxc/utils.h +++ b/src/lxc/utils.h -@@ -35,11 +35,7 @@ extern int mkdir_p(const char *dir, mode - extern char *get_rundir(void); +@@ -36,11 +36,7 @@ __hidden extern int mkdir_p(const char * + __hidden extern char *get_rundir(void); /* Define getline() if missing from the C library */ -#ifndef HAVE_GETLINE diff --git a/utils/lxc/patches/025-remove-unsupported-option.patch b/utils/lxc/patches/025-remove-unsupported-option.patch index 6f290d799..2141c7514 100644 --- a/utils/lxc/patches/025-remove-unsupported-option.patch +++ b/utils/lxc/patches/025-remove-unsupported-option.patch @@ -1,6 +1,6 @@ --- a/templates/lxc-download.in +++ b/templates/lxc-download.in -@@ -506,20 +506,7 @@ fi +@@ -505,20 +505,7 @@ fi # Unpack the rootfs echo "Unpacking the rootfs"