lxc: update to 4.0.5
authorRosen Penev <redacted>
Wed, 18 Nov 2020 06:02:01 +0000 (22:02 -0800)
committerRosen Penev <redacted>
Fri, 20 Nov 2020 00:16:43 +0000 (16:16 -0800)
Refreshed patches.

Signed-off-by: Rosen Penev <redacted>
utils/lxc/Makefile
utils/lxc/patches/015-getline.patch
utils/lxc/patches/025-remove-unsupported-option.patch

index 5963e027bfbd6262f71592bc29451cf1ba860f3e..6f4dd8fc66e9520fcf88ab16e58b0b4fc808ebb2 100644 (file)
@@ -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 <marko.ratkaj@sartura.hr>
 PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause GPL-2.0
index 4a35ff1d346bf04502cb9b1f78fc1e8102d8da57..f15aa90bddef1bbc91d82740fe03c371ae6523e9 100644 (file)
@@ -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
index 6f290d79987c6f6a008a64e62c7d55358b9ff4b2..2141c751448aa43177d5de0d3d2be4b133feac38 100644 (file)
@@ -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"
  
git clone https://git.99rst.org/PROJECT