[packages/passt] up to 2026_05_26
atler
atler at pld-linux.org
Fri Jun 5 14:01:35 CEST 2026
commit ceeb00fdb2812ae0854b530d2cd84ed610d95134
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jun 5 14:00:22 2026 +0200
up to 2026_05_26
no-assert.patch | 12 ------------
passt.spec | 8 +++-----
2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/passt.spec b/passt.spec
index e3ef90f..0fba796 100644
--- a/passt.spec
+++ b/passt.spec
@@ -1,14 +1,13 @@
-%define gitref 1afd4ed
+%define gitref 038c51e
Summary: User-mode networking for virtual machines and namespaces
Name: passt
-Version: 2026_05_07
+Version: 2026_05_26
Release: 1
License: GPL v2+, BSD
Group: Applications/System
Source0: https://passt.top/passt/snapshot/%{name}-%{version}.%{gitref}.tar.xz
-# Source0-md5: b8c3551de78d4302a2caa98f868fe7b1
-Patch0: no-assert.patch
+# Source0-md5: 86536076a7ac4352422e04242710e248
URL: https://passt.top/
BuildRequires: tar >= 1:1.22
BuildRequires: xz
@@ -19,7 +18,6 @@ User-mode networking for virtual machines and namespaces.
%prep
%setup -q -n %{name}-%{version}.%{gitref}
-%patch -P0 -p1
%build
%{__make} \
diff --git a/no-assert.patch b/no-assert.patch
deleted file mode 100644
index 6f67cb5..0000000
--- a/no-assert.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- passt-2026_05_07.1afd4ed/util.h.orig 2026-05-07 08:06:30.000000000 +0200
-+++ passt-2026_05_07.1afd4ed/util.h 2026-05-14 19:40:59.651537981 +0200
-@@ -59,8 +59,7 @@
- assert_with_msg((expr), "ASSERTION FAILED in %s (%s:%d): %s", \
- __func__, __FILE__, __LINE__, STRINGIFY(expr))
- #else
--#define assert_with_msg(expr, ...) \
-- ((void)(expr), 0 ? (void)0 : abort_with_msg(__VA_ARGS__))
-+#define assert_with_msg(expr, ...) ((void) 0)
- #endif
-
- #ifdef P_tmpdir
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/passt.git/commitdiff/ceeb00fdb2812ae0854b530d2cd84ed610d95134
More information about the pld-cvs-commit
mailing list