Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | [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/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. | ||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/opennhrp: cherry-pick upstream fixes | Timo Teräs | 2015-07-24 | 8 | -26/+169 |
| | |||||
* | main/opennhrp: add linux-headers | Carlo Landmeter | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/opennhrp: fix apkbuild | Timo Teräs | 2014-04-19 | 1 | -7/+17 |
| | |||||
* | main/opennhrp: additional routing-table fix | Timo Teräs | 2014-04-19 | 2 | -1/+49 |
| | |||||
* | main/opennhrp: fix routing-table check with shortcut destination interfaces | Timo Teräs | 2014-04-19 | 2 | -1/+18 |
| | |||||
* | main/opennhrp: fix build on musl | Timo Teräs | 2013-09-27 | 2 | -1/+67 |
| | |||||
* | main/opennhrp: reset NAT after broken routing | Natanael Copa | 2013-07-11 | 2 | -1/+38 |
| | | | | | fixes a corner case that system had broken routing (typically due to dual ISP), it gets fixed without changing gre interface. | ||||
* | main/opennhrp: upgrade to 0.14.1 | Timo Teräs | 2013-01-30 | 1 | -2/+2 |
| | |||||
* | main/opennhrp: upgrade to 0.14 | Natanael Copa | 2012-12-12 | 2 | -53/+3 |
| | |||||
* | main/opennhrp: add the missing patch | Timo Teräs | 2012-08-23 | 1 | -0/+48 |
| | |||||
* | main/opennhrp: cherry-pick fixes from upstream git | Timo Teräs | 2012-08-23 | 1 | -1/+3 |
| | |||||
* | main/opennhrp: upgrade to 0.13.1 | Natanael Copa | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | main/opennhrp: upgrade to 0.13 | Timo Teräs | 2011-12-25 | 2 | -44/+3 |
| | |||||
* | main/opennhrp: apply shortcut-target holding-time bugfix from upstream | Timo Teräs | 2011-10-18 | 2 | -1/+42 |
| | |||||
* | main/opennhrp: upgrade to 0.12.3 | Natanael Copa | 2011-08-19 | 2 | -59/+3 |
| | |||||
* | main/opennhrp: add the forgotten patch | Timo Teräs | 2011-03-30 | 1 | -0/+54 |
| | |||||
* | main/opennhrp: add a bugfix from upstream | Timo Teräs | 2011-03-30 | 1 | -1/+3 |
| | | | | fixes resolution request sending if dynamic-dns directive is not used. | ||||
* | main/opennhrp: update to 0.12.1 | Timo Teräs | 2011-03-24 | 2 | -37/+4 |
| | | | | | | * remove patch found in upstream * update license to GPL-2, it was changed quite some time ago in upstream from GPL-3 to "GPL-2 or later" | ||||
* | 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/opennhrp: holding-time fix from upstream | Timo Teräs | 2010-11-04 | 2 | -1/+34 |
| | |||||
* | main/opennhrp: upgrade to 0.12 | Timo Teräs | 2010-11-01 | 2 | -18/+3 |
| | |||||
* | main/opennhrp: increase timeout value for scripts | Natanael Copa | 2010-05-06 | 2 | -1/+20 |
| | | | | helps when there are registration storms | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/opennhrp: upgrade to 0.11.5 | Natanael Copa | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | main/opennhrp: upgrade to 0.11.4 | Natanael Copa | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | main/opennhrp: upgrade to 0.11.3 | Natanael Copa | 2009-11-02 | 2 | -47/+3 |
| | |||||
* | Revert "main/opennhrp: update to 0.11.3" | Natanael Copa | 2009-11-02 | 1 | -3/+5 |
| | | | | This reverts commit 3e4c7262b32a0723ab9a10842e6f531976b9e286. | ||||
* | main/opennhrp: update to 0.11.3 | Timo Teras | 2009-10-30 | 1 | -5/+3 |
| | |||||
* | main/opennhrp: handle dns lookup failure properly | Natanael Copa | 2009-10-14 | 2 | -1/+45 |
| | | | | | backport fix from upstream http://opennhrp.git.sourceforge.net/git/gitweb.cgi?p=opennhrp/opennhrp;a=commit;h=10a70c0fabdc3a90840a3ede5ef47480b82ce425 | ||||
* | main/opennhrp: init script uses dns | Natanael Copa | 2009-10-13 | 2 | -3/+3 |
| | | | | we want opennhrp to be started after dnscache | ||||
* | main/opennhrp: start after ipsec | Natanael Copa | 2009-09-25 | 2 | -3/+3 |
| | |||||
* | main/opennhrp: upgrade to 0.11.2 | Natanael Copa | 2009-09-25 | 2 | -63/+3 |
| | |||||
* | main/opennhrp: start service after firewall | Natanael Copa | 2009-09-15 | 2 | -2/+3 |
| | |||||
* | main/opennhrp: 0.11.1-r1 | Timo Teras | 2009-09-14 | 3 | -14/+61 |
| | | | | fix for opennhrp script event handling | ||||
* | main/opennhrp: upgrade to 0.11.1 | Natanael Copa | 2009-08-31 | 1 | -3/+3 |
| | |||||
* | main/opennhrp: fix cond.d to conf.d | Timo Teras | 2009-08-30 | 1 | -2/+2 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 5 | -0/+91 |
and fixed misc build issues |