mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
openvswitch: update to 2.9.2.
This commit is contained in:
parent
6f396ffd8b
commit
713675624b
2 changed files with 4 additions and 15 deletions
|
@ -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)) {
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'openvswitch'
|
# Template file for 'openvswitch'
|
||||||
pkgname=openvswitch
|
pkgname=openvswitch
|
||||||
version=2.5.4
|
version=2.9.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-rundir=/run/openvswitch"
|
configure_args="--with-rundir=/run/openvswitch"
|
||||||
hostmakedepends="python perl"
|
hostmakedepends="python perl python-six"
|
||||||
makedepends="libressl-devel ${hostmakedepends}"
|
makedepends="libressl-devel ${hostmakedepends}"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Production quality, multilayer virtual switch"
|
short_desc="Production quality, multilayer virtual switch"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://openvswitch.org/"
|
homepage="http://openvswitch.org/"
|
||||||
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3bba0829268b5a1ad25a033499ba68709352c5fec109e01ac37494f4f84151d2
|
checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
_completiondir="/usr/share/bash-completion/completions"
|
_completiondir="/usr/share/bash-completion/completions"
|
||||||
make_install_args+=" completiondir=${_completiondir}"
|
make_install_args+=" completiondir=${_completiondir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue