Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/iptables: rebuild against libnftnl-1.0.8 | Jakub Jirutka | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | main/iptables: upgrade to 1.6.1 | André Klitzing | 2017-04-05 | 1 | -27/+11 |
| | |||||
* | main/iptables: Does not install libiptc.a that does not exists | Breno Leitao | 2017-03-24 | 1 | -1/+0 |
| | | | | | | | | Currently iptables is not being built on ppc64le because it tries to install libiptc.a, that was not generated. This is breaking only on abuild version 3. On version 2, it is still working fine. | ||||
* | main/iptables: new upstream verison 1.6.0 | Christian Kampka | 2016-03-29 | 3 | -139/+56 |
| | |||||
* | Revert "main/iptables: new upstream verison 1.6.0" | Timo Teräs | 2016-03-26 | 3 | -55/+138 |
| | | | | This reverts commit 00efbea7aa2a383c4f3a7322a6a669bdea5c04bb. | ||||
* | main/iptables: new upstream verison 1.6.0 | Christian Kampka | 2016-03-26 | 3 | -138/+55 |
| | |||||
* | main/iptables: Increased pkgrel | Daniele Coli | 2015-11-12 | 1 | -1/+1 |
| | | | | | Increased pkgrel after having added description to init.d script in previous commit. | ||||
* | main/iptables: Added description to init.d script | Daniele Coli | 2015-11-04 | 2 | -3/+8 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/iptables: add linux-headers to -dev subpackage | Natanael Copa | 2014-12-25 | 1 | -2/+3 |
| | |||||
* | main/iptables: specify license | Fabian Affolter | 2014-03-03 | 1 | -5/+6 |
| | |||||
* | main/iptables: upgrade to 1.4.21 | Natanael Copa | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | main/iptables: upgrade to 1.4.20 | Bartłomiej Piotrowski | 2013-10-16 | 1 | -4/+4 |
| | |||||
* | main/iptables: fix musl build | Timo Teräs | 2013-09-29 | 2 | -0/+133 |
| | | | | patch from sabotage. | ||||
* | main/[various]: fix build against musl (add update_config_sub) | Timo Teräs | 2013-09-27 | 1 | -0/+1 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -4/+7 |
| | |||||
* | main/iptables: upgrade to 1.4.19.1 | Bartłomiej Piotrowski | 2013-06-01 | 1 | -4/+4 |
| | |||||
* | main/iptables: upgrade to 1.4.18 | Natanael Copa | 2013-04-12 | 1 | -4/+15 |
| | |||||
* | main/iptables: upgrade to 1.4.16.3 | Natanael Copa | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.16.2 | Natanael Copa | 2012-10-09 | 2 | -16/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.15 | Natanael Copa | 2012-08-01 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.14 | Natanael Copa | 2012-05-30 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.13 | Natanael Copa | 2012-04-25 | 1 | -3/+3 |
| | |||||
* | main/iptables: fix checksum for previous commit | Natanael Copa | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | main/iptables: use yesno | Natanael Copa | 2012-02-23 | 2 | -4/+4 |
| | | | | see man runscript | ||||
* | main/iptables: optionally enable/disable forwarding in init script | Kaarle Ritvanen | 2012-02-23 | 4 | -5/+24 |
| | |||||
* | main/iptables: ip6tables rules moved to /etc/iptables | Kaarle Ritvanen | 2012-02-23 | 2 | -2/+2 |
| | |||||
* | main/iptables: fixed the packaging of ip6tables files | Kaarle Ritvanen | 2012-02-23 | 1 | -4/+5 |
| | | | | | /etc/conf.d/ip6tables file moved to ip6tables package ip6tables modules moved back to the package (install dir changed) | ||||
* | main/iptables: fix provides -> provide in init.d | Natanael Copa | 2012-02-23 | 2 | -3/+5 |
| | |||||
* | main/iptables: replace opts in init.d script | Natanael Copa | 2012-01-19 | 2 | -6/+10 |
| | | | | ref #943 | ||||
* | main/iptables: upgrade to 1.4.12.2 | Natanael Copa | 2012-01-04 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.12.1 | Natanael Copa | 2011-09-06 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.12 | Natanael Copa | 2011-07-24 | 1 | -3/+3 |
| | |||||
* | main/iptables: change default location for rules-save to /etc/iptables | Natanael Copa | 2011-07-20 | 2 | -6/+7 |
| | | | | fixes #499 | ||||
* | main/iptables: remove *.la | Natanael Copa | 2011-07-01 | 1 | -2/+3 |
| | |||||
* | main/iptables: upgrade to 1.4.11.1 | Natanael Copa | 2011-06-09 | 2 | -34/+3 |
| | |||||
* | main/iptables: fix broken iptables-multi link | Natanael Copa | 2011-06-02 | 2 | -8/+45 |
| | |||||
* | main/iptables: upgrade to 1.4.11 | Natanael Copa | 2011-05-27 | 1 | -3/+3 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/ioptables: upgrade to 1.4.10 | Natanael Copa | 2010-11-01 | 1 | -3/+3 |
| | |||||
* | main/iptables: /etc/init.d/ip6tables unable to save rules | Matt Smith | 2010-09-02 | 2 | -2/+16 |
| | | | | | This fixes #420: http://redmine.alpinelinux.org/issues/420 | ||||
* | main/iptables: upgrade to 1.4.9.1 | Natanael Copa | 2010-08-10 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.9 | Natanael Copa | 2010-08-09 | 1 | -2/+2 |
| | |||||
* | main/iptables: upgrade to 1.4.8 | Natanael Copa | 2010-06-22 | 1 | -3/+3 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/iptables: upgrade to 1.4.7 | Natanael Copa | 2010-03-12 | 1 | -2/+2 |
| |