batman-adv: update to version 2025.3
authorSven Eckelmann <[email protected]>
Fri, 5 Sep 2025 14:07:05 +0000 (16:07 +0200)
committerSven Eckelmann <[email protected]>
Fri, 5 Sep 2025 15:50:05 +0000 (17:50 +0200)
* support latest kernels (5.4 - 6.17)
* coding style cleanups and refactoring
* bugs squashed:
  - fix OOB read/write in network-coding decode

Signed-off-by: Sven Eckelmann <[email protected]>
batman-adv/Makefile
batman-adv/patches/0002-Revert-batman-adv-Switch-to-linux-array_size.h.patch

index ab54f4345af986875ee565f90befd4a15cc9eac3..99900a0527bda6a9fd3a00b6e9a47b18d5c98cb9 100644 (file)
@@ -3,12 +3,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=batman-adv
-PKG_VERSION:=2025.2
+PKG_VERSION:=2025.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
-PKG_HASH:=16c45f8bb8f305371cd90e888630cfb251c2b189e5532a527a936fa35ba497f7
+PKG_HASH:=be0823a0936bf59e2af2d115a7e26317f8220b998f4833257465af2b6ffe1ce8
 PKG_EXTMOD_SUBDIRS:=net/batman-adv
 
 PKG_MAINTAINER:=Simon Wunderlich <[email protected]>
index f5e9d4201646502c7558594e374335a74f0c9a1b..bf3605cc787052ecc113b467ff5d442e39fcb570 100644 (file)
@@ -65,5 +65,5 @@ This reverts commit f33d7f724675544a36b24c77f8d4b95d41252ae2.
  #include <linux/init.h>
 +#include <linux/kernel.h>
  #include <linux/limits.h>
- #include <linux/list.h>
  #include <linux/minmax.h>
+ #include <linux/netdevice.h>