aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvswitch
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/openvswitch: fix ovs-modules initdStuart Cardall2017-11-302-12/+7
| | | | | * openvswitch module cannot be removed without a reboot so do not unload it
* main/openvswitch: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/openvswitch: upgrade to 2.8.1Stuart Cardall2017-10-011-2/+2
| | | | https://github.com/openvswitch/ovs/blob/master/NEWS
* main/openvswitch: upgrade to 2.8.0Stuart Cardall2017-09-112-5/+19
| | | | http://openvswitch.org/releases/NEWS-2.8.0
* main/openvswitch: upgrade to 2.7.2, ignore test failures for nowStuart Cardall2017-07-212-49/+28
| | | | | http://openvswitch.org/releases/NEWS-2.7.2 https://mail.openvswitch.org/pipermail/ovs-discuss/2017-July/044894.html
* main/openvswitch: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/openvswitch: update to 2.7.0Stuart Cardall2017-02-261-22/+2
| | | | http://openvswitch.org/releases/NEWS-2.7.0
* main/openvswitch: update to 2.6.1Stuart Cardall2017-02-071-5/+5
|
* main/[various]: set proper archTimo Teräs2016-11-011-1/+2
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-2/+0
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* main/openvswitch: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/openvswitch: update to 2.6.0Stuart Cardall2016-09-283-100/+24
| | | | | | | the stack size in lib/ovs-thread.c is now set to 512 bytes by ovs so the patch is no longer needed. http://openvswitch.org/releases/NEWS-2.6.0
* main/openvswitch: update to 2.5.0Stuart Cardall2016-03-072-6/+31
| | | | | | changelog: https://github.com/openvswitch/ovs/blob/master/NEWS
* main/openvswitch: bash-completion install_if fixEivind Uggedal2015-09-291-2/+2
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/openvswitch: update to 2.4.0Stuart Cardall2015-09-073-28/+43
| | | | | | | | | | | | | | | *** NB: please move openvswitch-2.3.2-r1.apk in edge ---> stable *** Changes in 2.4.0: https://github.com/openvswitch/ovs/blob/master/NEWS Added bash-completions ovs 2.3.2 & 2.4.0 both have partial support for LXC: see: https://github.com/itoffshore/lxc-scripts ovsup / ovsdown stop LXC containers losing connectivity when networking is restarted.
* main/openvswitch: fix ifupdown scriptStuart Cardall2015-09-073-19/+23
| | | | | | | | starting ovs-vswitchd from the ifupdown script did not start the depends during boot. ovs will now start correctly with networking if it is stopped or if none of the ovs services have been configured.
* main/openvswitch: fix network script / improve docs / integrate LXCStuart Cardall2015-07-134-4/+96
| | | | | | | | | | | | | | | | small fix for /etc/network/if-pre-up.d/openvswitch. When networking is started now ovs-vswitchd will be started if stopped. added /usr/share/doc/openvswitch/README.alpine which provides instructions on how to use /etc/network/pre-up.d/openvswitch. You can now configure bridges / ports / bonds in /etc/network/interfaces. You can also integrate LXC into OVS / ifupdown easily via 'ovsup' & 'ovsdown': https://github.com/itoffshore/lxc-scripts If you install 'apk-post-messages' & 'openvswitch-doc' detailed instructions are printed.
* main/openvswitch: update to 2.3.2Stuart Cardall2015-06-211-5/+5
| | | | | | | | | Notes for anyone using ovs with lxc & updating from Alpine 3.1 --> 3.2 In LXC 1.1.2 the mount entries in container/config have changed a little & need to be modified (create a new container to find the new config format). Changing these & rebooting with the new ovs worked without issue. Not doing this broke the networking.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-284-13/+13
|
* main/openvswitch: upgrade to 2.3.1Natanael Copa2014-12-251-6/+6
|
* main/openvswitch: move from testingNatanael Copa2014-10-0910-0/+455