batman-adv: 2023.1 -> 2023.2

From https://www.open-mesh.org/news/113:

batman-adv

support latest kernels (4.14 - 6.5)
bugs squashed:
avoid potential invalid memory access when processing ELP/OGM2 packets
drop pending DAT worker when interface shuts down
inform network stack about automatically adjusted MTUs
keep user defined MTU limit when MTU is recalculated
fix packet memory leak when sending OGM2 via inactive interfaces
fix TT memory leak for roamed back clients

alfred

receive data with valid source on unix sock without active interface

Happy routing,

The B.A.T.M.A.N. team

+4 -4
+4 -4
pkgs/os-specific/linux/batman-adv/version.nix
··· 1 { 2 - version = "2023.1"; 3 4 sha256 = { 5 - batman-adv = lib.fakeSha256; 6 - alfred = lib.fakeSha256; 7 - batctl = lib.fakeSha256; 8 }; 9 }
··· 1 { 2 + version = "2023.2"; 3 4 sha256 = { 5 + batman-adv = "sha256-OQfc1X4sW/2dQHE5YLlAK/HaT4DFm1/wN3ifu7vY+iU="; 6 + alfred = "sha256-qSBgKFZPieW/t3FK4piDoWEPYr4+YcCW4f6zYgBxjg4="; 7 + batctl = "sha256-cLX5MfpjYyVpe9829tE0oDxJBvTBfLdlCjxxSQFDbsg="; 8 }; 9 }