Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/ppp: add openrc service | Ain | 2018-09-27 | 2 | -18/+20 |
| | |||||
* | [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/ppp: fix circular dep of ppp-chat | Natanael Copa | 2016-12-21 | 1 | -1/+2 |
| | |||||
* | main/ppp: daemon: do not pull in all modules | Kaarle Ritvanen | 2016-08-18 | 1 | -1/+2 |
| | |||||
* | main/ppp: fix location for connect errors and modified resolv.conf | Natanael Copa | 2015-05-11 | 2 | -3/+83 |
| | | | | Those files needs to be writeable so we move them to /var | ||||
* | main/ppp: fix source url | Natanael Copa | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | main/ppp: fix dependcies of subpackages | Natanael Copa | 2014-12-16 | 1 | -9/+9 |
| | |||||
* | main/ppp: build fix | Natanael Copa | 2014-12-15 | 1 | -1/+1 |
| | | | | include needed headers | ||||
* | main/ppp: fix backwards compat for upgraders | Natanael Copa | 2014-12-15 | 1 | -13/+40 |
| | | | | | | | | | | we let ppp be an empty meta package that pulls in all subpackages except -dev and -doc. This makes the ppp package compatible with previous releases and prevents breakage for upgraders. ref #3622 | ||||
* | main/ppp: merge ppp-chat-doc and ppp-radius-doc into ppp-doc | Natanael Copa | 2014-12-05 | 1 | -17/+3 |
| | | | | | keeps things simpler and is more consistent what we do with other packages | ||||
* | main/ppp: upgrade to 2.4.7, split to modules | Valery Kartel | 2014-12-05 | 7 | -661/+133 |
| | |||||
* | main/ppp: upgrade to 2.4.6 and ship net/ppp_defs.h | Natanael Copa | 2014-06-03 | 3 | -115/+142 |
| | |||||
* | main/ppp: fix musl build | Timo Teräs | 2014-01-13 | 2 | -1/+147 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+5 |
| | |||||
* | main/ppp: add patch that allows set defaultroute-metric | Natanael Copa | 2011-09-09 | 2 | -1/+142 |
| | | | | fixes #748 | ||||
* | main/ppp: ipv6 fix | Carlo Landmeter | 2011-03-29 | 1 | -2/+11 |
| | |||||
* | main/ppp: add support for ipv6 filter and CBCP in pppd | Carlo Landmeter | 2011-03-29 | 1 | -1/+9 |
| | |||||
* | 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/ppp: detach immediatly rather than wait for ppp0 to show up | Natanael Copa | 2010-12-09 | 2 | -3/+3 |
| | | | | | | Otherwise the box wont boot up if the ISP is down this reverts f607717d3e0fb302f86ffe9c80aae3485853e8c5 | ||||
* | main/ppp: we want pppoe to retry reconnect forever not only 10 timesv20101203v101203 | Natanael Copa | 2010-12-03 | 2 | -2/+3 |
| | |||||
* | main/ppp: wait til ppp interface is up by default | Natanael Copa | 2010-12-03 | 2 | -2/+5 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/ppp: upgrade to 2.4.5 | Natanael Copa | 2010-02-01 | 1 | -4/+9 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 8 | -0/+667 |
added maintainer to several packages as well |