aboutsummaryrefslogtreecommitdiffstats
path: root/main/augeas
Commit message (Collapse)AuthorAgeFilesLines
* main/augeas: auto-load awall policiesKaarle Ritvanen2018-03-062-4/+19
|
* main/augeas: Strongswan lensKaarle Ritvanen2018-02-102-2/+150
|
* main/augeas: upgrade to 1.10.1Jakub Jirutka2018-02-071-3/+3
|
* main/augeas: modernize abuildJakub Jirutka2018-02-071-16/+14
|
* [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/augeas: run tests without fakerootNatanael Copa2017-11-281-1/+2
|
* main/augeas: fix testNatanael Copa2017-11-282-2/+17
| | | | | | | | | problem with test/test-preserve.sh was that it compared the group column from out put of ls. If the group name was longer than 8 the test would fail because busybox' ls truncate the groupname. We solve this by using stat -c %G instead, which does not truncate the group name.
* main/augeas: run tests with -j1Roberto Oliveira2017-11-281-2/+2
|
* main/augeas: add check targetDavid Lutterkort2017-11-281-0/+6
|
* main/augeas: upgrade to 1.9.0David Lutterkort2017-11-281-2/+4
|
* main/augeas: add augeas-static subpackageDavid Lutterkort2017-11-281-1/+10
|
* main/augeas: security upgrade to 1.8.1 (CVE-2017-7555)Natanael Copa2017-08-221-3/+3
| | | | fixes #7719
* main/augeas: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/augeas: upgrade to 1.8.0Kaarle Ritvanen2017-03-211-6/+2
|
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-1/+0
|
* main/augeas: improve abuildJakub Jirutka2016-09-131-15/+8
|
* main/augeas: upgrade to 1.6.07heo2016-09-132-34/+5
|
* main/augeas: include lbu.confKaarle Ritvanen2016-07-252-1/+30
|
* main/augeas: upgrade to 1.5.0Kaarle Ritvanen2016-05-1321-1423/+5
|
* main/augeas: add paths to default filtersKaarle Ritvanen2016-03-293-6/+94
|
* main/augeas: align patch set with upstreamKaarle Ritvanen2015-12-1820-104/+112
| | | | | 01-18: committed to upstream 19: GH #332
* main/augeas: align patch set with upstreamKaarle Ritvanen2015-12-1222-267/+657
| | | | | | | 01-16: committed to upstream 17: GH #331 18: GH #332 19: GH #333
* main/augeas: move libxml2-dev to makedependsCarlo Landmeter2015-11-101-2/+2
|
* main/augeas: fix buildChristian Kampka2015-11-101-2/+1
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/augeas: align patch set with upstreamKaarle Ritvanen2015-07-1317-157/+555
| | | | | | | | 01-08: committed to upstream 09-11: GH #265 12: GH #119 13-14: dependency to 12 15: dependency to 09-12
* main/augeas: upgrade to 1.4.0Natanael Copa2015-06-045-770/+5
|
* main/augeas: Dns_Zone: allow whitespace at the end of lineKaarle Ritvanen2015-03-252-1/+70
|
* main/augeas: lens for parsing DNS zone filesKaarle Ritvanen2015-03-112-1/+500
|
* main/augeas: Shellvars: allow command-specific environmentKaarle Ritvanen2014-12-262-5/+64
|
* main/augeas: more fixes to Shellvars lenseKaarle Ritvanen2014-12-0811-56/+298
| | | | parse e.g. main/ruby/APKBUILD
* main/augeas: update to 1.3.0Kaarle Ritvanen2014-12-056-9/+315
| | | | also fix the Shellvars lense to allow parsing of APKBUILD files
* main/augeas: Dnsmasq lens update, include Xymon_Alerting lensKaarle Ritvanen2014-06-252-8/+141
|
* main/augeas: remove xymon_alerting lenseKaarle Ritvanen2014-02-281-1/+4
| | | | | The lense prevents initialization of the library. For details, see https://github.com/hercules-team/augeas/issues/89
* main/augeas: upgrade to 1.2.0Natanael Copa2014-01-312-68/+6
|
* main/augeas: interfaces.aug: parse bond-slaves and bridge-portsKaarle Ritvanen2013-11-012-5/+62
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+3
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* main/augeas: upgrade to 1.1.0Natanael Copa2013-08-191-5/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/augeas: run testsFabian Affolter2013-03-111-6/+7
|
* main/augeas: -libs package needs replacesNatanael Copa2013-02-201-1/+2
|
* main/augeas: upgrade to 1.0.0 and split out libsNatanael Copa2013-02-203-44/+16
|
* main/augeas: fix build on eglibcCarlo Landmeter2013-01-041-0/+4
|
* main/augeas: -dev needs libxml2-devNatanael Copa2012-09-111-2/+3
|
* main/augeas: fix pkg-config fileNatanael Copa2012-09-112-3/+26
| | | | fixes fatal error: libxml/tree.h: No such file or directory
* main/augeas: upgrade to 0.10.0Natanael Copa2011-12-192-5/+26
|
* main/augeas: upgrade to 0.9.0Natanael Copa2011-11-251-3/+3
|
* main/augeas: remove *.laNatanael Copa2011-07-011-2/+3
|
* main/augeas: upgrade to 0.8.0Natanael Copa2011-05-201-2/+2
|