Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/augeas: rebuild against readline 8 | Natanael Copa | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | main/augeas: upgrade to 1.11.0 | David Lutterkort | 2018-11-06 | 2 | -151/+3 |
| | |||||
* | main/augeas: move autoreconf to prepare() | Jakub Jirutka | 2018-05-07 | 1 | -2/+5 |
| | |||||
* | main/augeas: use autoreconf to update automake version dependancy | Mike Sullivan | 2018-05-07 | 1 | -2/+4 |
| | | | | Added libtool to build dependancies | ||||
* | main/augeas: auto-load awall policies | Kaarle Ritvanen | 2018-03-06 | 2 | -4/+19 |
| | |||||
* | main/augeas: Strongswan lens | Kaarle Ritvanen | 2018-02-10 | 2 | -2/+150 |
| | |||||
* | main/augeas: upgrade to 1.10.1 | Jakub Jirutka | 2018-02-07 | 1 | -3/+3 |
| | |||||
* | main/augeas: modernize abuild | Jakub Jirutka | 2018-02-07 | 1 | -16/+14 |
| | |||||
* | [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/augeas: run tests without fakeroot | Natanael Copa | 2017-11-28 | 1 | -1/+2 |
| | |||||
* | main/augeas: fix test | Natanael Copa | 2017-11-28 | 2 | -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 -j1 | Roberto Oliveira | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | main/augeas: add check target | David Lutterkort | 2017-11-28 | 1 | -0/+6 |
| | |||||
* | main/augeas: upgrade to 1.9.0 | David Lutterkort | 2017-11-28 | 1 | -2/+4 |
| | |||||
* | main/augeas: add augeas-static subpackage | David Lutterkort | 2017-11-28 | 1 | -1/+10 |
| | |||||
* | main/augeas: security upgrade to 1.8.1 (CVE-2017-7555) | Natanael Copa | 2017-08-22 | 1 | -3/+3 |
| | | | | fixes #7719 | ||||
* | main/augeas: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | main/augeas: upgrade to 1.8.0 | Kaarle Ritvanen | 2017-03-21 | 1 | -6/+2 |
| | |||||
* | main/[various]: set proper arch | Timo Teräs | 2016-11-01 | 1 | -1/+1 |
| | | | | fixes commit "main/[various]: dont set arch in split function" | ||||
* | main/[various]: dont set arch in split function | Natanael Copa | 2016-10-26 | 1 | -1/+0 |
| | |||||
* | main/augeas: improve abuild | Jakub Jirutka | 2016-09-13 | 1 | -15/+8 |
| | |||||
* | main/augeas: upgrade to 1.6.0 | 7heo | 2016-09-13 | 2 | -34/+5 |
| | |||||
* | main/augeas: include lbu.conf | Kaarle Ritvanen | 2016-07-25 | 2 | -1/+30 |
| | |||||
* | main/augeas: upgrade to 1.5.0 | Kaarle Ritvanen | 2016-05-13 | 21 | -1423/+5 |
| | |||||
* | main/augeas: add paths to default filters | Kaarle Ritvanen | 2016-03-29 | 3 | -6/+94 |
| | |||||
* | main/augeas: align patch set with upstream | Kaarle Ritvanen | 2015-12-18 | 20 | -104/+112 |
| | | | | | 01-18: committed to upstream 19: GH #332 | ||||
* | main/augeas: align patch set with upstream | Kaarle Ritvanen | 2015-12-12 | 22 | -267/+657 |
| | | | | | | | 01-16: committed to upstream 17: GH #331 18: GH #332 19: GH #333 | ||||
* | main/augeas: move libxml2-dev to makedepends | Carlo Landmeter | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | main/augeas: fix build | Christian Kampka | 2015-11-10 | 1 | -2/+1 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/augeas: align patch set with upstream | Kaarle Ritvanen | 2015-07-13 | 17 | -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.0 | Natanael Copa | 2015-06-04 | 5 | -770/+5 |
| | |||||
* | main/augeas: Dns_Zone: allow whitespace at the end of line | Kaarle Ritvanen | 2015-03-25 | 2 | -1/+70 |
| | |||||
* | main/augeas: lens for parsing DNS zone files | Kaarle Ritvanen | 2015-03-11 | 2 | -1/+500 |
| | |||||
* | main/augeas: Shellvars: allow command-specific environment | Kaarle Ritvanen | 2014-12-26 | 2 | -5/+64 |
| | |||||
* | main/augeas: more fixes to Shellvars lense | Kaarle Ritvanen | 2014-12-08 | 11 | -56/+298 |
| | | | | parse e.g. main/ruby/APKBUILD | ||||
* | main/augeas: update to 1.3.0 | Kaarle Ritvanen | 2014-12-05 | 6 | -9/+315 |
| | | | | also fix the Shellvars lense to allow parsing of APKBUILD files | ||||
* | main/augeas: Dnsmasq lens update, include Xymon_Alerting lens | Kaarle Ritvanen | 2014-06-25 | 2 | -8/+141 |
| | |||||
* | main/augeas: remove xymon_alerting lense | Kaarle Ritvanen | 2014-02-28 | 1 | -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.0 | Natanael Copa | 2014-01-31 | 2 | -68/+6 |
| | |||||
* | main/augeas: interfaces.aug: parse bond-slaves and bridge-ports | Kaarle Ritvanen | 2013-11-01 | 2 | -5/+62 |
| | |||||
* | main/[various]: update config.sub (and remove charset.alias) | Timo Teräs | 2013-09-29 | 1 | -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.0 | Natanael Copa | 2013-08-19 | 1 | -5/+5 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/augeas: run tests | Fabian Affolter | 2013-03-11 | 1 | -6/+7 |
| | |||||
* | main/augeas: -libs package needs replaces | Natanael Copa | 2013-02-20 | 1 | -1/+2 |
| | |||||
* | main/augeas: upgrade to 1.0.0 and split out libs | Natanael Copa | 2013-02-20 | 3 | -44/+16 |
| | |||||
* | main/augeas: fix build on eglibc | Carlo Landmeter | 2013-01-04 | 1 | -0/+4 |
| | |||||
* | main/augeas: -dev needs libxml2-dev | Natanael Copa | 2012-09-11 | 1 | -2/+3 |
| | |||||
* | main/augeas: fix pkg-config file | Natanael Copa | 2012-09-11 | 2 | -3/+26 |
| | | | | fixes fatal error: libxml/tree.h: No such file or directory |