mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
openvswitch: update to 2.14.2.
Fixes CVE-2020-35498.
This commit is contained in:
parent
201b99a8bd
commit
73673d5d0b
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openvswitch'
|
# Template file for 'openvswitch'
|
||||||
pkgname=openvswitch
|
pkgname=openvswitch
|
||||||
version=2.14.0
|
version=2.14.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64* ppc64*"
|
archs="i686* x86_64* ppc64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -14,11 +14,18 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
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=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260
|
checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
|
||||||
python_version=3
|
python_version=3
|
||||||
_completiondir="/usr/share/bash-completion/completions"
|
_completiondir="/usr/share/bash-completion/completions"
|
||||||
make_install_args+=" completiondir=${_completiondir}"
|
make_install_args+=" completiondir=${_completiondir}"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
|
# test can hang in containers
|
||||||
|
make check ${makejobs}
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for cmd in ovs-appctl ovs-vsctl; do
|
for cmd in ovs-appctl ovs-vsctl; do
|
||||||
chmod 0644 ${DESTDIR}${_completiondir}/$cmd-bashcomp.bash
|
chmod 0644 ${DESTDIR}${_completiondir}/$cmd-bashcomp.bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue