about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2023-10-23 10:05:20 -0700
committerPhilip Taron <philip.taron@gmail.com>2023-10-23 10:05:20 -0700
commitc9defce801f32868d64a75fcc2b0b730a1a15ed7 (patch)
treee9ab9ad3141b7180c1a939ce6ee5c29d4b9bc26b /pkgs/os-specific
parentfc4325b62c13c4b570a50857815eed11a2a64d2d (diff)
downloadnixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar.gz
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar.bz2
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar.lz
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar.xz
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.tar.zst
nixlib-c9defce801f32868d64a75fcc2b0b730a1a15ed7.zip
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
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/batman-adv/version.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/batman-adv/version.nix b/pkgs/os-specific/linux/batman-adv/version.nix
index 82921dbf18d6..53a255fc2157 100644
--- a/pkgs/os-specific/linux/batman-adv/version.nix
+++ b/pkgs/os-specific/linux/batman-adv/version.nix
@@ -1,9 +1,9 @@
 {
-  version = "2023.1";
+  version = "2023.2";
 
   sha256 = {
-    batman-adv = lib.fakeSha256;
-    alfred = lib.fakeSha256;
-    batctl = lib.fakeSha256;
+    batman-adv = "sha256-OQfc1X4sW/2dQHE5YLlAK/HaT4DFm1/wN3ifu7vY+iU=";
+    alfred = "sha256-qSBgKFZPieW/t3FK4piDoWEPYr4+YcCW4f6zYgBxjg4=";
+    batctl = "sha256-cLX5MfpjYyVpe9829tE0oDxJBvTBfLdlCjxxSQFDbsg=";
   };
 }