openvswitch: update to 2.14.2.
Fixes CVE-2020-35498.
This commit is contained in:
parent
201b99a8bd
commit
73673d5d0b
@ -1,6 +1,6 @@
|
||||
# Template file for 'openvswitch'
|
||||
pkgname=openvswitch
|
||||
version=2.14.0
|
||||
version=2.14.2
|
||||
revision=1
|
||||
archs="i686* x86_64* ppc64*"
|
||||
build_style=gnu-configure
|
||||
@ -14,11 +14,18 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://openvswitch.org/"
|
||||
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260
|
||||
checksum=65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a
|
||||
python_version=3
|
||||
_completiondir="/usr/share/bash-completion/completions"
|
||||
make_install_args+=" completiondir=${_completiondir}"
|
||||
|
||||
do_check() {
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
# test can hang in containers
|
||||
make check ${makejobs}
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for cmd in ovs-appctl ovs-vsctl; do
|
||||
chmod 0644 ${DESTDIR}${_completiondir}/$cmd-bashcomp.bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user