lxc: update to 6.0.6
authorJohn Audia <redacted>
Fri, 27 Feb 2026 21:00:57 +0000 (16:00 -0500)
committerHannu Nyman <redacted>
Sat, 28 Feb 2026 15:21:08 +0000 (17:21 +0200)
6.0.5 is a bug fix release, see:
https://discuss.linuxcontainers.org/t/lxc-6-0-6-lts-has-been-released/26294

Full changelog: https://github.com/lxc/lxc/compare/v6.0.5...v6.0.6

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia <redacted>
utils/lxc/Makefile
utils/lxc/patches/030-start-re-introduce-first-SET_DUMPABLE-call.patch

index a7ebd23f479fa794a57a014da2cf42b132c00f59..50d0ce7888928ec041c6b3460a4fa2741a841cf5 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lxc
-PKG_VERSION:=6.0.5
-PKG_RELEASE:=2
+PKG_VERSION:=6.0.6
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/
-PKG_HASH:=2e540c60b9dd49e7ee1a4efa5e9c743b05df911b81b375ed5043d9dd7ee0b48a
+PKG_HASH:=b0ba4537258d2b848fd07dedb1044dab132de3fb3f1976d240da40a7dee1b8cf
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause GPL-2.0
index 00844717ecb6c608e5ab5b84a4a67cc18020b0f3..bbd47a87a2b7f51303455be4f1ec9ec70977f165 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
 
 --- a/src/lxc/start.c
 +++ b/src/lxc/start.c
-@@ -1130,6 +1130,11 @@ static int do_start(void *data)
+@@ -1127,6 +1127,11 @@ static int do_start(void *data)
                if (ret < 0)
                        goto out_warn_father;
  
git clone https://git.99rst.org/PROJECT