openvswitch: 2.17.0 -> 2.17.1

This commit is contained in:
Tim Biermann 2022-04-11 16:27:14 +02:00
parent 0c925217cf
commit 730d18e007
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xPmG1S/EzbzH8nQyxDAlDHtE0BILiHnq4+0PNZqGoZNgRiBwrAipnOgvgqHP6j3n6hOz6th4vrf3mcwbtSbgwY=
SHA256 (Pkgfile) = 8fbaabd53b1fb9fa0b35e8e48feda75580a1117c3dc102de5adfa96b38e0005a
RWSagIOpLGJF39gXwCTlQNaqJxK322wvRBxsE2vp+oe2Xjbe1GEY747vTqCd8PXYt/h7z4N5LvSiS4GDQ/0CBcVAeA1vqHnb4ws=
SHA256 (Pkgfile) = a6c34ded6910840068263fa3763cb7eb33216f3b77685a23cb9e0d6d4800def4
SHA256 (.footprint) = 18289de1d0e6a655ccaa1b53f9633e6bb7bab6790717c16cb71a6cdbb54971a0
SHA256 (openvswitch-2.17.0.tar.gz) = e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73
SHA256 (openvswitch-2.17.1.tar.gz) = d801f3bd555c51d5e78bdae6bf586c0e0961d56a87e7ce5048ac69baf5c61e5c
SHA256 (ovsd) = 90db323a867d936c9f533c0f912fadc6f1708a8e37eefb1022ce6354adf391eb

View File

@ -4,7 +4,7 @@
# Depends on: python3-six
name=openvswitch
version=2.17.0
version=2.17.1
release=1
source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd)

View File

@ -1,3 +1,6 @@
#!/bin/sh
ovsdb-tool create /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
if [ ! -e /etc/openvswitch/conf.db ]; then
ovsdb-tool create \
/etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
fi