aboutsummaryrefslogtreecommitdiffstats
path: root/main/opennhrp
Commit message (Collapse)AuthorAgeFilesLines
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-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 dashSören Tempel2015-10-031-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 fixesTimo Teräs2015-07-248-26/+169
|
* main/opennhrp: add linux-headersCarlo Landmeter2015-04-281-1/+1
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/opennhrp: fix apkbuildTimo Teräs2014-04-191-7/+17
|
* main/opennhrp: additional routing-table fixTimo Teräs2014-04-192-1/+49
|
* main/opennhrp: fix routing-table check with shortcut destination interfacesTimo Teräs2014-04-192-1/+18
|
* main/opennhrp: fix build on muslTimo Teräs2013-09-272-1/+67
|
* main/opennhrp: reset NAT after broken routingNatanael Copa2013-07-112-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.1Timo Teräs2013-01-301-2/+2
|
* main/opennhrp: upgrade to 0.14Natanael Copa2012-12-122-53/+3
|
* main/opennhrp: add the missing patchTimo Teräs2012-08-231-0/+48
|
* main/opennhrp: cherry-pick fixes from upstream gitTimo Teräs2012-08-231-1/+3
|
* main/opennhrp: upgrade to 0.13.1Natanael Copa2012-06-221-2/+2
|
* main/opennhrp: upgrade to 0.13Timo Teräs2011-12-252-44/+3
|
* main/opennhrp: apply shortcut-target holding-time bugfix from upstreamTimo Teräs2011-10-182-1/+42
|
* main/opennhrp: upgrade to 0.12.3Natanael Copa2011-08-192-59/+3
|
* main/opennhrp: add the forgotten patchTimo Teräs2011-03-301-0/+54
|
* main/opennhrp: add a bugfix from upstreamTimo Teräs2011-03-301-1/+3
| | | | fixes resolution request sending if dynamic-dns directive is not used.
* main/opennhrp: update to 0.12.1Timo Teräs2011-03-242-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 Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/opennhrp: holding-time fix from upstreamTimo Teräs2010-11-042-1/+34
|
* main/opennhrp: upgrade to 0.12Timo Teräs2010-11-012-18/+3
|
* main/opennhrp: increase timeout value for scriptsNatanael Copa2010-05-062-1/+20
| | | | helps when there are registration storms
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/opennhrp: upgrade to 0.11.5Natanael Copa2010-03-161-2/+2
|
* main/opennhrp: upgrade to 0.11.4Natanael Copa2010-03-041-2/+2
|
* main/opennhrp: upgrade to 0.11.3Natanael Copa2009-11-022-47/+3
|
* Revert "main/opennhrp: update to 0.11.3"Natanael Copa2009-11-021-3/+5
| | | | This reverts commit 3e4c7262b32a0723ab9a10842e6f531976b9e286.
* main/opennhrp: update to 0.11.3Timo Teras2009-10-301-5/+3
|
* main/opennhrp: handle dns lookup failure properlyNatanael Copa2009-10-142-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 dnsNatanael Copa2009-10-132-3/+3
| | | | we want opennhrp to be started after dnscache
* main/opennhrp: start after ipsecNatanael Copa2009-09-252-3/+3
|
* main/opennhrp: upgrade to 0.11.2Natanael Copa2009-09-252-63/+3
|
* main/opennhrp: start service after firewallNatanael Copa2009-09-152-2/+3
|
* main/opennhrp: 0.11.1-r1Timo Teras2009-09-143-14/+61
| | | | fix for opennhrp script event handling
* main/opennhrp: upgrade to 0.11.1Natanael Copa2009-08-311-3/+3
|
* main/opennhrp: fix cond.d to conf.dTimo Teras2009-08-301-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-245-0/+91
and fixed misc build issues