aboutsummaryrefslogtreecommitdiffstats
path: root/main/ppp
Commit message (Collapse)AuthorAgeFilesLines
* main/ppp: secfix for radius and EAPMilan P. Stanić2020-03-104-15/+149
| | | | | | | | backported security fixes from upstream: radius: Prevent buffer overflow in rc_mksid() pppd: Fix bounds check in EAP code pppd: Ignore received EAP messages when not doing EAP add 'secfixes'
* [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/ppp: fix circular dep of ppp-chatNatanael Copa2016-12-211-1/+2
|
* main/ppp: daemon: do not pull in all modulesKaarle Ritvanen2016-08-181-1/+2
|
* main/ppp: fix location for connect errors and modified resolv.confNatanael Copa2015-05-112-3/+83
| | | | Those files needs to be writeable so we move them to /var
* main/ppp: fix source urlNatanael Copa2015-04-271-1/+1
|
* main/ppp: fix dependcies of subpackagesNatanael Copa2014-12-161-9/+9
|
* main/ppp: build fixNatanael Copa2014-12-151-1/+1
| | | | include needed headers
* main/ppp: fix backwards compat for upgradersNatanael Copa2014-12-151-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-docNatanael Copa2014-12-051-17/+3
| | | | | keeps things simpler and is more consistent what we do with other packages
* main/ppp: upgrade to 2.4.7, split to modulesValery Kartel2014-12-057-661/+133
|
* main/ppp: upgrade to 2.4.6 and ship net/ppp_defs.hNatanael Copa2014-06-033-115/+142
|
* main/ppp: fix musl buildTimo Teräs2014-01-132-1/+147
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+5
|
* main/ppp: add patch that allows set defaultroute-metricNatanael Copa2011-09-092-1/+142
| | | | fixes #748
* main/ppp: ipv6 fixCarlo Landmeter2011-03-291-2/+11
|
* main/ppp: add support for ipv6 filter and CBCP in pppdCarlo Landmeter2011-03-291-1/+9
|
* 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/ppp: detach immediatly rather than wait for ppp0 to show upNatanael Copa2010-12-092-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 timesv20101203v101203Natanael Copa2010-12-032-2/+3
|
* main/ppp: wait til ppp interface is up by defaultNatanael Copa2010-12-032-2/+5
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/ppp: upgrade to 2.4.5Natanael Copa2010-02-011-4/+9
|
* move core/* to main/Natanael Copa2009-07-238-0/+667
added maintainer to several packages as well