Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-30 | [various]: unify names of licenses according to SPDX | Jakub Jirutka | |
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/ | |||
2017-09-17 | main/iproute2: upgrade to 4.13.0 | tmpfile | |
2017-08-10 | main/iproute2: modernize APKBUILD | Sören Tempel | |
2017-08-10 | main/iproute2: upgrade to 4.12.0 | Sören Tempel | |
musl fixes have been copied from void linux. | |||
2017-04-05 | main/iproute2: rebuild against iptables-1.6.1 | Jakub Jirutka | |
2017-03-07 | main/iproute2: upgrade to 4.10 | André Klitzing | |
* Modernize abuild * Update musl-fixes.patch | |||
2016-12-29 | main/iproute2: upgrade to 4.9.0 | André Klitzing | |
Update musl-fixes.patch | |||
2016-11-01 | main/[various]: set proper arch | Timo Teräs | |
fixes commit "main/[various]: dont set arch in split function" | |||
2016-10-26 | main/[various]: dont set arch in split function | Natanael Copa | |
2016-08-12 | main/iproute2: upgrade to 4.7.0 | Natanael Copa | |
2016-06-08 | main/iproute2: depend on libelf | Sören Tempel | |
fixes #5673 | |||
2016-06-08 | main/iproute2: upgrade to 4.6.0 | Sören Tempel | |
2016-03-31 | main/iproute2: rebuild against new iptables | Timo Teräs | |
2016-03-24 | main/iproute2: new upstream version 4.4.0 | Christian Kampka | |
2015-10-06 | main/iproute2: upgrade to 4.2.0 | Sören Tempel | |
2015-02-03 | main/iproute2: upgrade to 3.18.0 | Natanael Copa | |
2014-10-02 | main/iproute2: upgrade to 3.15.0 | Natanael Copa | |
2014-05-27 | main/iproute2: upgrade to 3.14.0 | Natanael Copa | |
2014-01-16 | main/iproute2: upgrade to 3.12.0 | Bartłomiej Piotrowski | |
2013-10-16 | main/iproute2: upgrade to 3.11.0 | Bartłomiej Piotrowski | |
2013-09-29 | main/iproute2: fix musl build | Timo Teräs | |
2013-08-27 | main/iproute2: upgrade to 3.10.0 | Natanael Copa | |
2013-07-30 | [all autotools packages]: normalize ./configure | Timo Teräs | |
2013-05-15 | main/iproute2: upgrade to 3.9.0 | Natanael Copa | |
2013-02-17 | main/iproute2: upgrade to 3.7.0 | Natanael Copa | |
2012-11-16 | main/iproute2: upgrade to 3.6.0 | Natanael Copa | |
2012-09-04 | main/iproute2: upgrade to 3.5.1 | Natanael Copa | |
2012-07-24 | main/iproute2: upgrade to 3.4.0 | Natanael Copa | |
2012-04-25 | main/iproute2: upgrade to 3.3.0 | Natanael Copa | |
2012-03-22 | main/iproute2: upgrade to 3.2.0 | Natanael Copa | |
2011-10-13 | main/iproute2: remove unused script | Natanael Copa | |
2011-08-31 | main/iproute2: let trigger update busybox links | Natanael Copa | |
2011-05-23 | main/iproute2: upgrade to 2.6.38 | Natanael Copa | |
2011-02-04 | main/iproute2: upgrade to 2.6.37 | Natanael Copa | |
2011-01-13 | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | |
2010-12-13 | main/*: add arch | Natanael Copa | |
2010-11-30 | main/iproute2: support xfrm upper protocol gre key | Natanael Copa | |
2010-11-23 | main/iproute2: apply patches from upstream for 2.6.35.1 release | Timo Teräs | |
This fixes a nasty bug causing "ip route get" to not work properly. | |||
2010-09-29 | main/iproute2: really upgrade to 2.6.35 version | Natanael Copa | |
ref #435 | |||
2010-09-01 | main/iproute2: upgrade to 2.6.35 | Natanael Copa | |
2010-06-22 | main/iproute2: upgrade to 2.6.34 | Natanael Copa | |
2010-05-28 | main/iproute2: actually upgrade to 2.6.33 | Natanael Copa | |
_realver pointed to 2.6.31 so we didnt really have the 2.6.33 | |||
2010-05-06 | main/iproute2: upgrade to 2.6.33 | Natanael Copa | |
2010-05-04 | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | |
2010-01-13 | main/iproute2: upgrade to 2.6.31 | Natanael Copa | |
2009-07-24 | various: misc build fixes | Natanael Copa | |
2009-07-23 | move core/* to main/ | Natanael Copa | |
added maintainer to several packages as well |