aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/py-django: upgrade to 1.11.9, fix dependsLeonardo Arena2018-01-031-6/+12
|
* main/doxygen: drop test that need texHenrik Riomar2018-01-021-1/+3
| | | | The cite test uses bibtex, drop that test as texlive is only in testing.
* main/doxygen: upgrade to 1.8.14Henrik Riomar2018-01-022-16/+10
|
* main/fakeroot: modernize abuildHenrik Riomar2018-01-021-19/+8
|
* main/fakeroot: add check()Henrik Riomar2018-01-021-0/+7
|
* main/fakeroot: upgrade to 1.22Henrik Riomar2018-01-022-34/+4
| | | | | Drop fakeroot-msgrcv-signal.patch replaced by upstream: https://anonscm.debian.org/cgit/users/clint/fakeroot.git/commit/communicate.c?id=16b032c682851e27cc975542891c1e74364caec2
* main/cython: upgrade to 0.27.3Stuart Cardall2018-01-021-2/+2
| | | | https://github.com/cython/cython/blob/master/CHANGES.rst
* main/gnupg: add --enable-tofu and bump pkgrelNatanael Copa2018-01-021-2/+3
| | | | this makes it more visible that tofu is supposed to be enabled
* main/gnupg: enable tofutcely2018-01-021-1/+2
| | | When sqlite-dev isn't present tofu gets disabled.
* main/zfs-vanilla: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/linux-vanilla: upgrade to 4.9.73Natanael Copa2018-01-021-2/+2
|
* main/linux-rpi: upgrade to 4.9.73Natanael Copa2018-01-021-2/+2
|
* main/zfs-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/xtables-addons-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/spl-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/drbd9-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/devicemaster-linux-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/dahdi-linux-hardened: rebuild against kernel 4.9.73-r0Natanael Copa2018-01-021-1/+1
|
* main/linux-hardened: upgrade to 4.9.73Natanael Copa2018-01-021-3/+3
|
* main/checkbashisms: new version 2.17.11Henrik Riomar2018-01-022-36/+11
| | | | | | | | Change to Debian devscripts as upstream. Drop patch included in upstream Package the manpage as well
* main/tar: upgrade to 1.30Andy Postnikov2018-01-022-48/+3
|
* main/coreutils: upgrade to 8.29Andy Postnikov2018-01-021-2/+2
|
* main/lua5.1: set replaces=lua and replaces=lua-docJakub Jirutka2018-01-021-3/+5
|
* main/usb-modeswitch: upgrade to 2.5.2, modernize APKBUILDLeonardo Arena2018-01-021-23/+22
|
* main/lua-stdlib-normalize: install into lua/common, remove subpkgsJakub Jirutka2018-01-011-15/+6
|
* main/lua-stdlib-debug: install into lua/common, remove subpkgsJakub Jirutka2018-01-011-14/+5
|
* main/lua{5.2,5.3,jit}: add provides=luaJakub Jirutka2018-01-013-3/+6
|
* main/lua5.1: set provider_priority=100Jakub Jirutka2018-01-011-0/+1
|
* main/lua: merge into main/lua5.1Jakub Jirutka2018-01-012-39/+16
|
* main/kyua: rebuildJakub Jirutka2017-12-311-1/+1
|
* main/lutok: build with lua5.3 instead of lua5.2Jakub Jirutka2017-12-311-13/+12
|
* main/kyua: rebuildJakub Jirutka2017-12-311-1/+1
|
* main/uwsgi: build with lua5.3 instead of lua5.2Jakub Jirutka2017-12-311-3/+3
|
* main/uwsgi: remove explicit return 1Jakub Jirutka2017-12-311-13/+9
|
* main/conky: build with lua5.3 instead of lua5.2Jakub Jirutka2017-12-311-2/+2
|
* main/vim: build with lua5.3 instead of lua5.2Jakub Jirutka2017-12-311-3/+3
|
* main/vim: remove explicit return 1Jakub Jirutka2017-12-311-6/+5
|
* main/imagemagick: fix licenseJakub Jirutka2017-12-311-1/+1
| | | | | | | | | https://www.imagemagick.org/script/index.php: > It is distributed under the Apache 2.0 license. The LICENSE file contains a preface, but that just explains the following text of Apache-2.0 license in simple terms.
* main/imagemagick: upgrade to 7.0.7.18Jakub Jirutka2017-12-311-2/+2
|
* main/nginx: fix licenseJakub Jirutka2017-12-301-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-30669-669/+669
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/lua-dbi: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | It seems that this project has never been licensed under GPL, see https://github.com/mwild1/luadbi/commits/master/COPYING.
* main/postgresql-bdr-extension: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT
* main/postgresql-bdr: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT
* main/postgresql: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html
* main/protobuf-c: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | It doesn't look like this project has ever been licensed under GPL license (see [1]). [1]: https://github.com/protobuf-c/protobuf-c/commit/2689e0625719bc529018bea1215f027b92b78500#diff-04c6e90faac2675aa89e2176d2eec7d8
* main/py-configshell: fix licenseJakub Jirutka2017-12-301-2/+2
| | | | Current version is licensed under Apache-2.0 (since 2013).
* main/py-uritemplate: fix name of subpackagesJakub Jirutka2017-12-301-4/+7
| | | | pyX-uritemplate.py -> pyX-uritemplate
* main/perl-dbi: upgrade to 1.639Leonardo Arena2017-12-301-2/+2
|