openvswitch: update to 2.9.2.

This commit is contained in:
Toyam Cox 2018-07-09 19:22:32 -04:00
parent 6f396ffd8b
commit 713675624b
2 changed files with 4 additions and 15 deletions

View file

@ -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)) {

View file

@ -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 <contact@renatoaguiar.org>"
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}"