From b0aaf8fd891175c3f1a5f2aca156ec665667e163 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 24 Nov 2025 11:34:21 +0100 Subject: [PATCH 1/2] package/klish: fix integer size bug on 32-bit systems Signed-off-by: Joachim Wiberg --- package/klish/klish.hash | 2 +- package/klish/klish.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/klish/klish.hash b/package/klish/klish.hash index 18689f64..dbb7092f 100644 --- a/package/klish/klish.hash +++ b/package/klish/klish.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE -sha256 eff4cc740c6cfe2c03f7aeee2092f16616575d1462b1ad67d9f476463a6bf3fe klish-1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb-git4.tar.gz +sha256 d3148fd6d3fc106384c88efe5a4ce3c7b1d512bd919b864d84c13b7b9ad523f0 klish-4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0-git4.tar.gz diff --git a/package/klish/klish.mk b/package/klish/klish.mk index 81dacc14..0cf577ea 100644 --- a/package/klish/klish.mk +++ b/package/klish/klish.mk @@ -4,7 +4,7 @@ # ################################################################################ -KLISH_VERSION = 1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb +KLISH_VERSION = 4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0 KLISH_SITE = https://github.com/kernelkit/klish.git #KLISH_VERSION = tags/3.0.0 #KLISH_SITE = https://src.libcode.org/pkun/klish.git From a77ed01a5f5511de11ebda5ea58f5a5cf5dffeec Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 24 Nov 2025 13:58:38 +0100 Subject: [PATCH 2/2] doc: prepare fore v25.11 release Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 4fcef9d3..03016595 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,9 +3,16 @@ Change Log All notable changes to the project are documented in this file. -[v25.11.0][UNRELEASED] +[v25.11.0][] - 2025-11-28 ------------------------- +> [!NOTE] +> Noteworthy changes and additions in this release: +> +> - DHCPv6 client support +> - Configurable support for TTL in GRE/VXLAN tunnels +> - Extensive filtering support for syslog messages + ### Changes - Upgrade Buildroot to 2025.02.8 (LTS) @@ -38,7 +45,7 @@ All notable changes to the project are documented in this file. to `urn:infix:params:xml:ns:yang` to properly reflect custom implementation - Improvements to `sdcard.img` generation, useful for developers mostly: - The NanoPi R2S bootloader is now automatically built and uploaded to - the [`latest-boot` release][lastest-boot] tag + the [`latest-boot` release][latest-boot] tag - The `utils/mkimage.sh` script now supports fetching the bootloader - The raspberrypi-rpi64 board's bootloader is now aptly named rpi64 - Add support for configuring TTL, ToS/DSCP, and Path MTU Discovery on GRE and @@ -73,7 +80,7 @@ All notable changes to the project are documented in this file. boot step "Mounting filesystems ...", from 30 seconds up to five minutes! - Fix broken intra-document links in container and tunnel documentation -[lastest-boot]: https://github.com/kernelkit/infix/releases/latest-boot +[latest-boot]: https://github.com/kernelkit/infix/releases/latest-boot [bpi-r3-emmc-documentation]: https://github.com/kernelkit/infix/blob/main/board/aarch64/bananapi-bpi-r3/README.md [v25.10.0][] - 2025-10-31 @@ -1799,7 +1806,8 @@ Supported YANG models in addition to those used by sysrepo and netopeer: [buildroot]: https://buildroot.org/ [UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.10.0...HEAD -[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v26.11.0 +[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0 +[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0 [v25.10.0]: https://github.com/kernelkit/infix/compare/v25.09.0...v26.10.0 [v25.09.0]: https://github.com/kernelkit/infix/compare/v25.08.0...v26.09.0 [v25.08.0]: https://github.com/kernelkit/infix/compare/v25.06.1...v26.08.0