openvswitch: 3.3.0 -> 3.4.0

https://github.com/openvswitch/ovs/blob/v3.4.0/NEWS
This commit is contained in:
Adam Stephens
2024-08-24 08:41:14 -04:00
parent 018de6e013
commit c2c1aaa22a
2 changed files with 2 additions and 17 deletions
+2 -5
View File
@@ -31,7 +31,7 @@ let
in
stdenv.mkDerivation rec {
pname = if withDPDK then "openvswitch-dpdk" else "openvswitch";
version = "3.3.0";
version = "3.4.0";
kernel = lib.optional (_kernel != null) _kernel.dev;
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
owner = "openvswitch";
repo = "ovs";
rev = "refs/tags/v${version}";
hash = "sha256-ZO5qECVpsJ4lqFbGqD4eokHzkBQ3mawDVUBNdva76lo=";
hash = "sha256-oe6RnSEaK/mFPzTLfsyyd7wijKbv2/tlNUlXZYrb+ko=";
};
outputs = [
@@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
patches = [
# 8: vsctl-bashcomp - argument completion FAILED (completion.at:664)
./patches/disable-bash-arg-completion-test.patch
# https://github.com/openvswitch/ovs/commit/9185793e75435d890f18d391eaaeab0ade6f1415
./patches/fix-python313.patch
];
nativeBuildInputs = [
@@ -1,12 +0,0 @@
diff --git a/tests/vlog.at b/tests/vlog.at
index 785014956e7..efe91479a63 100644
--- a/tests/vlog.at
+++ b/tests/vlog.at
@@ -8,6 +8,7 @@ AT_CHECK([$PYTHON3 $srcdir/test-vlog.py --log-file log_file \
AT_CHECK([sed -e 's/.*-.*-.*T..:..:..Z |//' \
-e 's/File ".*", line [[0-9]][[0-9]]*,/File <name>, line <number>,/' \
+-e '/\^\+/d' \
stderr_log], [0], [dnl
0 | module_0 | EMER | emergency
1 | module_0 | ERR | error