From 713675624b1c931745a7289805c39c4452844ead Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 9 Jul 2018 19:22:32 -0400 Subject: [PATCH] openvswitch: update to 2.9.2. --- srcpkgs/openvswitch/patches/musl-WAIT_ANY.patch | 11 ----------- srcpkgs/openvswitch/template | 8 ++++---- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/openvswitch/patches/musl-WAIT_ANY.patch diff --git a/srcpkgs/openvswitch/patches/musl-WAIT_ANY.patch b/srcpkgs/openvswitch/patches/musl-WAIT_ANY.patch deleted file mode 100644 index c6b27b6c8d1..00000000000 --- a/srcpkgs/openvswitch/patches/musl-WAIT_ANY.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/test-ovn.c.bck 2016-03-05 21:40:04.525571040 -0500 -+++ tests/test-ovn.c 2016-03-05 21:40:13.844101533 -0500 -@@ -1043,7 +1043,7 @@ - int status; - pid_t pid; - -- pid = waitpid(WAIT_ANY, &status, 0); -+ pid = waitpid(-1, &status, 0); - if (pid < 0) { - ovs_fatal(errno, "waitpid failed"); - } else if (WIFEXITED(status)) { diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template index f7954681ae6..8af1535afff 100644 --- a/srcpkgs/openvswitch/template +++ b/srcpkgs/openvswitch/template @@ -1,10 +1,10 @@ # Template file for 'openvswitch' pkgname=openvswitch -version=2.5.4 -revision=2 +version=2.9.2 +revision=1 build_style=gnu-configure configure_args="--with-rundir=/run/openvswitch" -hostmakedepends="python perl" +hostmakedepends="python perl python-six" makedepends="libressl-devel ${hostmakedepends}" depends="python" short_desc="Production quality, multilayer virtual switch" @@ -12,7 +12,7 @@ maintainer="Renato Aguiar " license="Apache-2.0" homepage="http://openvswitch.org/" distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz" -checksum=3bba0829268b5a1ad25a033499ba68709352c5fec109e01ac37494f4f84151d2 +checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113 only_for_archs="i686 i686-musl x86_64 x86_64-musl" _completiondir="/usr/share/bash-completion/completions" make_install_args+=" completiondir=${_completiondir}"