openvswitch: 2.9.0 -> 2.9.2
This commit is contained in:
parent
a5c2f88be9
commit
5b7eb0fd6c
@ -123,6 +123,7 @@ drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/ovn-nb.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/ovn-sb.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/ovsdb-server.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/vtep.5.gz
|
||||
drwxr-xr-x root/root usr/share/man/man7/
|
||||
-rw-r--r-- root/root usr/share/man/man7/ovn-architecture.7.gz
|
||||
@ -167,9 +168,17 @@ drwxr-xr-x root/root usr/share/openvswitch/bugtool-plugins/system-logs/
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/ovs/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/__init__.py
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/ovs/compat/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/compat/__init__.py (EMPTY)
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/ovs/compat/sortedcontainers/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/compat/sortedcontainers/__init__.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/compat/sortedcontainers/sorteddict.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/compat/sortedcontainers/sortedlist.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/compat/sortedcontainers/sortedset.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/daemon.py
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/ovs/db/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/db/__init__.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/db/custom_index.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/db/data.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/db/error.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/db/idl.py
|
||||
|
@ -1,2 +1,2 @@
|
||||
f5ccefdde7a183247150e8059f65cbc1 openvswitch-2.9.0.tar.gz
|
||||
11f6ffd0ec958dd59adad402ae596478 openvswitch-2.9.2.tar.gz
|
||||
a39713e450024fc67ce14e51dda1e6ea ovsd
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34mvLYos+gtiEzjE52sZf0NYilu5H2ww6iNsUcv9W42GZazDGQorb2svIj7xclvq9Iq5lDJqh6Kj/U7IloIOYwM=
|
||||
SHA256 (Pkgfile) = 7f9a81f7279368037bcea7b32c278999da2b1dd4c5f147fa2f1a667d4b66a7c1
|
||||
SHA256 (.footprint) = 4381f0819055a676121d284bca64c0849c1e1db54d9f89a74fe445112ba61265
|
||||
SHA256 (openvswitch-2.9.0.tar.gz) = 3699ce579acd346e9aa2fba89514cdcc79b231f6227659eea6714917b398419d
|
||||
RWSagIOpLGJF32UxGxZhgeXjavZINlattJQFbXqtO1sM3QWLHH51JQPelayiDWL66qLcvD/EhaphDfKnV5LDteavuxFh+anEiAc=
|
||||
SHA256 (Pkgfile) = 3593e90a34daa62ec94e98d4b5eaf51e078dc13cf235d4f811beb125fcf17330
|
||||
SHA256 (.footprint) = 1f3331f20bc3f4805adb9574b962ad9d25bf297f6248ddd0c669194e5603cda9
|
||||
SHA256 (openvswitch-2.9.2.tar.gz) = 90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
|
||||
SHA256 (ovsd) = 90db323a867d936c9f533c0f912fadc6f1708a8e37eefb1022ce6354adf391eb
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: python
|
||||
|
||||
name=openvswitch
|
||||
version=2.9.0
|
||||
version=2.9.2
|
||||
release=1
|
||||
source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user