diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-02-11 08:08:02 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-11 11:34:29 +0000 |
commit | c3d05d53cec27d572873d99f2746f79e0089bf69 (patch) | |
tree | 5482489a73cd5ba45ccef44da7d68a22d1232824 | |
parent | d033379439d31bb52a16c2f037307a800723f517 (diff) |
community/openvswitch: security upgrade to 2.12.3
fixes CVE-2020-35498
See: #12422
-rw-r--r-- | community/openvswitch/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/openvswitch/APKBUILD b/community/openvswitch/APKBUILD index cae397ee43f..ce6a0160a54 100644 --- a/community/openvswitch/APKBUILD +++ b/community/openvswitch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=openvswitch -pkgver=2.12.2 +pkgver=2.12.3 pkgrel=0 pkgdesc="production quality, multilayer virtual switch" url="http://openvswitch.org/" @@ -30,6 +30,8 @@ source="http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz " # secfixes: +# 2.12.3-r0: +# - CVE-2020-35498 # 2.12.2-r0: # - CVE-2020-27827 # - CVE-2015-8011 @@ -147,7 +149,7 @@ _ovn() { usr/bin/ovn-docker-overlay-driver } -sha512sums="a8435d5d1b326f77d9858d4f3c7ec6b6610a718228052ed20db7ef1142e5e25f044ab0088a625e1ae2adfe6286c20d439e77bc0534d3101042ef8d216993e843 openvswitch-2.12.2.tar.gz +sha512sums="0ca93b6af86828e60833f432fcd3244aa2199cd38b39d0f7cf6bb3177c89d6562543cc2fc8a1eb64063d46f91bbb81fb8b067699feca4e91be40e4cc1ca88947 openvswitch-2.12.3.tar.gz 097d4721a78fff749c534910d98543778474406bd61b469b88a0d981a2a380556444437ec44278cead6d8688c45a38b2acbf1551acb9ab38d048f413728e3b88 ovsdb-server.initd b1588d076bbfc7ef2dd46fce8e46186f40cbbc4667697f7ac13ddc68e34568fdab315fde47838de7f6d32916853190336cfe3735f672ad7cb624ae14dbff55a5 ovsdb-server.confd 4bff37f8bed32d5327b4b0433984ab8ffdce77f618034aa6ffd1ad4a7caa00703ea2bef312876dce5aafa4c17fe06dddd75e5c05c10e13bf8f5c3805a0654a96 ovs-vswitchd.initd |