From 0a3277caf2f81f4a3380bce1b33f2998f928a48d Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 22 Jun 2025 21:33:02 +0200 Subject: [PATCH] package/curious-*: bump to v25.06.0 - Buildroot updated to v25.02.3 - Tefactor of nftables container The nftables container now includes BusyBox, a shell with vi and some basic filesystem tools, as well as nsenter and unshare, suitable for testing and other more advanced tasks. Signed-off-by: Joachim Wiberg --- package/curios-httpd/curios-httpd.hash | 4 ++-- package/curios-httpd/curios-httpd.mk | 2 +- package/curios-nftables/curios-nftables.hash | 4 ++-- package/curios-nftables/curios-nftables.mk | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/curios-httpd/curios-httpd.hash b/package/curios-httpd/curios-httpd.hash index 193fbeee..1ad7020d 100644 --- a/package/curios-httpd/curios-httpd.hash +++ b/package/curios-httpd/curios-httpd.hash @@ -1,4 +1,4 @@ # Locally computed sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING -sha256 3e7f777a054fbc29173bcdafe50ca096a8abf9e556bec9f52617c9881c9ce3e3 curios-httpd-oci-arm64-v24.11.0.tar.gz -sha256 bfa52f712301427a21b89cfee31ca315e1404973affaf34b23978a70a3ec4f63 curios-httpd-oci-amd64-v24.11.0.tar.gz +sha256 c4995c0a7a96d5273c97c7c026c03ff5e2a42cade6d66808fdeba0fae9a343d8 curios-httpd-oci-arm64-v25.06.0.tar.gz +sha256 4d48a03b38eabe558052ecbab7560e6d9f995311eb91b90ddaac336b5f001a5e curios-httpd-oci-amd64-v25.06.0.tar.gz diff --git a/package/curios-httpd/curios-httpd.mk b/package/curios-httpd/curios-httpd.mk index 1ed0afba..7460edf3 100644 --- a/package/curios-httpd/curios-httpd.mk +++ b/package/curios-httpd/curios-httpd.mk @@ -4,7 +4,7 @@ # ################################################################################ -CURIOS_HTTPD_VERSION = v24.11.0 +CURIOS_HTTPD_VERSION = v25.06.0 CURIOS_HTTPD_SOURCE = curios-httpd-oci-$(GO_GOARCH)-$(CURIOS_HTTPD_VERSION).tar.gz CURIOS_HTTPD_SITE = https://github.com/kernelkit/curiOS/releases/download/$(CURIOS_HTTPD_VERSION) CURIOS_HTTPD_LICENSE = GPL diff --git a/package/curios-nftables/curios-nftables.hash b/package/curios-nftables/curios-nftables.hash index d21e6360..b88471f4 100644 --- a/package/curios-nftables/curios-nftables.hash +++ b/package/curios-nftables/curios-nftables.hash @@ -1,4 +1,4 @@ # Locally computed sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING -sha256 95b3625587738cb0a8cc6e9eb41d10a0b2f77ae99dbb1d9b213148d35268eb75 curios-nftables-oci-arm64-v24.11.0.tar.gz -sha256 4f61ccef90721b8f95a5c7b77b69ccccb5dbd215b9c38986d20e5b245244e902 curios-nftables-oci-amd64-v24.11.0.tar.gz +sha256 94c7173fe4b8e64dcb1e0f67b974c23753ccce73bc07212a87e35f41a41ae5b8 curios-nftables-oci-arm64-v25.06.0.tar.gz +sha256 feceb82327cccb4433db63e469f6ed115c10c0266242f0171b85ae1a88472757 curios-nftables-oci-amd64-v25.06.0.tar.gz diff --git a/package/curios-nftables/curios-nftables.mk b/package/curios-nftables/curios-nftables.mk index bec570fb..bf1c3b62 100644 --- a/package/curios-nftables/curios-nftables.mk +++ b/package/curios-nftables/curios-nftables.mk @@ -4,7 +4,7 @@ # ################################################################################ -CURIOS_NFTABLES_VERSION = v24.11.0 +CURIOS_NFTABLES_VERSION = v25.06.0 CURIOS_NFTABLES_SOURCE = curios-nftables-oci-$(GO_GOARCH)-$(CURIOS_NFTABLES_VERSION).tar.gz CURIOS_NFTABLES_SITE = https://github.com/kernelkit/curiOS/releases/download/$(CURIOS_NFTABLES_VERSION) CURIOS_NFTABLES_LICENSE = GPL