diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-15 10:16:32 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-15 10:16:32 +0000 |
commit | 126d76d50a08c9b8dc705c20cd2a5892643e54a4 (patch) | |
tree | 183952f9176e6e3c21fa66165d859b6173c14893 /openvswitch | |
parent | ea13c1e92336f4001cdac796bf9d0c4c740879e2 (diff) | |
download | contrib-126d76d50a08c9b8dc705c20cd2a5892643e54a4.tar.gz contrib-126d76d50a08c9b8dc705c20cd2a5892643e54a4.tar.xz |
openvswitch: 2.14.1 -> 2.14.2
Diffstat (limited to 'openvswitch')
-rw-r--r-- | openvswitch/.signature | 6 | ||||
-rw-r--r-- | openvswitch/Pkgfile | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/openvswitch/.signature b/openvswitch/.signature index 5f6cff778..9f24d660d 100644 --- a/openvswitch/.signature +++ b/openvswitch/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3z4svGeOo2q17uAWiZY4zbvLRzQ+YAxeUuKMZA2Bnz2nHS9Ku7OCDas4R7k54Pj9iV4UNTEEXS6sFr/y66PdLwI= -SHA256 (Pkgfile) = 63ee5c58394070aed2384913b0195589a6333a1ad06d0e1b50aa65c375c7671b +RWSagIOpLGJF373EnmrhgsMdIJdCIauqKqCcZno+Y/Y8BuBGsV6Qz0IdRRB3vV70q8bDl17eE6CkotGtYM6Yl2sc60BpQG9whwk= +SHA256 (Pkgfile) = 56189aa3bdbe37eac95630baf906fdbef3379280b542a4062e0fd4d90ef4d9ca SHA256 (.footprint) = 0ab024c9b7014cea8f9187a8ea4e51e821aaf87507d311c52629ce6ce3e7ecec -SHA256 (openvswitch-2.14.1.tar.gz) = 180b6d42c0ab4b26f21f58b8bf3b3376203d7475aa7a8ef151365514c35088fe +SHA256 (openvswitch-2.14.2.tar.gz) = 65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a SHA256 (ovsd) = 90db323a867d936c9f533c0f912fadc6f1708a8e37eefb1022ce6354adf391eb diff --git a/openvswitch/Pkgfile b/openvswitch/Pkgfile index 457a4aa14..b296fe407 100644 --- a/openvswitch/Pkgfile +++ b/openvswitch/Pkgfile @@ -1,19 +1,19 @@ # Description: multilayer virtual software switch -# URL: http://openvswitch.org/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: python3-six +# URL: http://openvswitch.org/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-six name=openvswitch -version=2.14.1 +version=2.14.2 release=1 source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd) build() { cd $name-$version ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - PYTHON=/usr/bin/python3 + --sysconfdir=/etc \ + --localstatedir=/var \ + PYTHON=/usr/bin/python3 make make install DESTDIR=$PKG |