From cbd03efdecc36eeeede515b7de5c8803a1956338 Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 21 Nov 2024 16:40:01 +0100 Subject: [PATCH] main/passt: update to 2024.11.21 --- main/passt/patches/__sum16.patch | 10 ---------- main/passt/template.py | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 main/passt/patches/__sum16.patch diff --git a/main/passt/patches/__sum16.patch b/main/passt/patches/__sum16.patch deleted file mode 100644 index 0f73298ce5..0000000000 --- a/main/passt/patches/__sum16.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tcp.c -+++ b/tcp.c -@@ -286,6 +286,7 @@ - #include - #include - #include -+#include - - #include "checksum.h" - #include "util.h" diff --git a/main/passt/template.py b/main/passt/template.py index b229582490..fcef164243 100644 --- a/main/passt/template.py +++ b/main/passt/template.py @@ -1,5 +1,5 @@ pkgname = "passt" -_pkgver = "2024_10_30.ee7d0b6" +_pkgver = "2024_11_21.238c69f" # yeardate only pkgver = _pkgver.split(".")[0].replace("_", ".") pkgrel = 0 @@ -13,7 +13,7 @@ license = "BSD-3-Clause AND GPL-2.0-or-later" url = "https://passt.top/passt/about" source = f"https://passt.top/passt/snapshot/passt-{_pkgver}.tar.zst" -sha256 = "f35147d1473d44bb06cd1b77c57f4691a3a2ddc6d64f93d127d2d9732b8e85e9" +sha256 = "c2dff5632407af9b4b82c9b4937e11f253ebf9fba65d79e75f7ef3315f1ff641" # tries to pass this via __attribute(optimise) for some stuff but that is ignored tool_flags = {"CFLAGS": ["-fno-strict-aliasing"]} hardening = ["vis", "cfi"]