forked from ports/contrib
openvswitch: 2.17.2 -> 3.0.0
This commit is contained in:
parent
2f6c28106b
commit
c0eb45ee1a
@ -121,6 +121,7 @@ drwxr-xr-x root/root usr/share/man/man1/
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-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/ovsdb.local-config.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/ovs-fields.7.gz
|
||||
@ -145,6 +146,7 @@ drwxr-xr-x root/root usr/share/openvswitch/bugtool-plugins/system-configuration/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/bugtool-plugins/system-configuration/openvswitch.xml
|
||||
drwxr-xr-x root/root usr/share/openvswitch/bugtool-plugins/system-logs/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/bugtool-plugins/system-logs/openvswitch.xml
|
||||
-rw-r--r-- root/root usr/share/openvswitch/local-config.ovsschema
|
||||
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
|
||||
@ -168,6 +170,17 @@ drwxr-xr-x root/root usr/share/openvswitch/python/ovs/db/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/dirs.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/fatal_signal.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/fcntl_win.py
|
||||
drwxr-xr-x root/root usr/share/openvswitch/python/ovs/flow/
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/__init__.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/decoders.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/filter.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/flow.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/kv.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/list.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/odp.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/ofp.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/ofp_act.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/flow/ofp_fields.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/json.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/jsonrpc.py
|
||||
-rw-r--r-- root/root usr/share/openvswitch/python/ovs/ovsuuid.py
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34lpp9ox7P9y1ahJ8zju1tD0+c/Q79s966+ohouhvH94CJqasRBmMXeFVDrO+XqdNWY0iO41hu4CiLwccCMJ5Qw=
|
||||
SHA256 (Pkgfile) = a2b558c6f8c64d4a7e8440b61b120097054df4cc01f832690b42e1da5968a3ba
|
||||
SHA256 (.footprint) = 18289de1d0e6a655ccaa1b53f9633e6bb7bab6790717c16cb71a6cdbb54971a0
|
||||
SHA256 (openvswitch-2.17.2.tar.gz) = 6a2e0db42badb8cbcaf7f3bebd5b5e9a2701319df1d04294e9a7a79e94504d69
|
||||
RWSagIOpLGJF3/eUoYAb8tcihkze4aD8A2GDOiY4cTqWRyj24Pw++PcFo05TV62jT4YQAr7ASiymni8yjhMUGIfiPkC/tZSI4gU=
|
||||
SHA256 (Pkgfile) = c9d751b241150990bd3bd10dcecfeaed00accd0d22812b6bc106b8fc47fc339d
|
||||
SHA256 (.footprint) = 3deff8e6358e6f9c84a0e5edda614c29d09b814b2962f896297d8054a051711a
|
||||
SHA256 (openvswitch-3.0.0.tar.gz) = fa9da2c21c5fcb01f43e83ab55a5c80659bdc84e655f70eed4154215533f199e
|
||||
SHA256 (ovsd) = 90db323a867d936c9f533c0f912fadc6f1708a8e37eefb1022ce6354adf391eb
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: python3-six
|
||||
|
||||
name=openvswitch
|
||||
version=2.17.2
|
||||
version=3.0.0
|
||||
release=1
|
||||
source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user