aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/patchelf: Disable tests for ppc64leBreno Leitao2017-03-281-1/+6
| | | | | | | | | Currently patchelf tries to execut tests that are not aimed for ppc64le, thus, failing the whole build. This patch just disable the tests on ppc64le. Tested on both x86 and ppc64le
* main/imagemagick: upgrade to 7.0.5.47heo2017-03-281-2/+2
|
* community/*: move php5 and dependent pkgs from mainJakub Jirutka2017-03-2858-0/+0
| | | | | | | | | | | | | | | | There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.
* main/owncloud: fix sedding of nonexistent fileJakub Jirutka2017-03-282-5/+6
|
* main/php5: fix seding of nonexistent file /etc/php/php.iniJakub Jirutka2017-03-281-3/+6
|
* main/libgsasl: update config guess before buildRoberto Oliveira2017-03-281-0/+5
| | | | Update configure guess file before build to fix build break on ppc64le.
* main/opensmtpd: update config guessRoberto Oliveira2017-03-281-0/+9
| | | | | Update config guess before build and change config.guess permission to allow update.
* main/zabbix: fix mdepends, APKBUILD package() fixesLeonardo Arena2017-03-281-6/+2
|
* testing/x11vnc: modernize APKBUILD, add check()Leonardo Arena2017-03-281-14/+12
|
* main/mosquitto: upgrade to 1.4.11Natanael Copa2017-03-282-10/+65
|
* main/strongswan: upgrade to 5.5.2Timo Teräs2017-03-284-73/+54
|
* testing/mergerfs: upgrade to 2.20.0Nathan Caldwell2017-03-281-5/+5
|
* testing/x11vnc: move from unmaintained, take maintainershipTuan M. Hoang2017-03-282-10/+26
|
* testing/pptpclient: point to the correct ip binaryMikhail Ivko2017-03-281-2/+2
|
* testing/keyfinder-cli: new aportJean-Louis Fuchs2017-03-281-0/+29
|
* testing/libkeyfinder: new aportJean-Louis Fuchs2017-03-283-0/+141
|
* testing/aws-cli: rename testing/awscli to its real nameValery Kartel2017-03-281-7/+8
|
* testing/awscli: upgrade to 1.11.65Valery Kartel2017-03-281-21/+18
|
* main/py-docutils: upgrade to 0.13.1Valery Kartel2017-03-281-5/+3
|
* testing/py-botocore: upgrade to 1.5.28Valery Kartel2017-03-281-11/+9
|
* testing/py-jmespath: upgrade to 0.9.2Valery Kartel2017-03-281-10/+9
|
* testing/zathura-pdf-poppler: bump, rem. returns, no checkJean-Louis Fuchs2017-03-281-7/+9
|
* testing/zathura-ps: remove returns, no checkJean-Louis Fuchs2017-03-281-4/+6
|
* community/py-netifaces: moved from testingFrancesco Colista2017-03-281-7/+11
|
* community/py3-netifaces: package removedFrancesco Colista2017-03-281-32/+0
| | | | | | | | | This package is a duplicate of py-netifaces in testing. It was a fork due to a python3 bug described here: * https://bitbucket.org/al45tair/netifaces/issues/13/0104-install-is-broken-on-python-3x Since this has been fixed, there's no reason to kept it. So this package is removed, and py-netifaces will be promoted to community from testin
* community/librdkafka: move from testing, cleanupsValery Kartel2017-03-281-14/+10
| | | | add check()
* main/nghttp2: upgrade to 1.21.0, modernize APKBUILDFrancesco Colista2017-03-281-8/+10
|
* community/py3-aiohttp: upgrade to 2.0.4Francesco Colista2017-03-281-2/+2
|
* main/dtc: disable -Werror because flex generates warningsWilliam Pitcock2017-03-281-0/+5
|
* main/dtc: Bump to version 1.4.4Breno Leitao2017-03-282-21/+13
| | | | | Upgrade dtc package to version 1.4.4 and rebasing the patch to fit this new version.
* main/exiv2: Fix build with -fpermissiveBreno Leitao2017-03-283-33/+14
| | | | | | | | | Currently exiv2 does not build with -fpermissive. I just need to fix the return type of a function. Other than that, the script was not applying the patches, ie., calling default_prepare(). I am also removing the patch for CVE-2014-9449 since it is already applied upstream.
* main/mesa: dricore is no longer a built library of mesa, move /etc/drirc ↵William Pitcock2017-03-281-10/+4
| | | | | | back to main package. this fixes rebuilding the package under set -e
* community/nodejs-current: fix compilation on PPC with muslJakub Jirutka2017-03-282-2/+36
| | | | Port @gromero's patch from main/nodejs.
* main/nodejs: fix build on PPC when musl is used instead of glibcGustavo Romero2017-03-282-2/+31
| | | | | Musl on Power does not define regs member as a pt_regs pointer type, hence it's necessary to use member gp_regs instead.
* main/libquvi-scripts: modernize abuildJakub Jirutka2017-03-281-16/+6
|
* main/libquvi-scripts: update config.guessBreno Leitao2017-03-281-0/+1
| | | | | Libquvi-scripts does not have reference for ppc64le. Updating it before build, otherwise it fails to build on ppc64le.
* community/{bitcoin,entr,firejail}: add cd $builddir to check()William Pitcock2017-03-273-0/+3
|
* main/apk-tools: add missing cd $builddir in check()William Pitcock2017-03-271-0/+1
|
* main/abuild: add the actual patchWilliam Pitcock2017-03-271-0/+39
|
* main/abuild: wrap check() with fakeroot, pointed out by @jirutkaWilliam Pitcock2017-03-271-2/+4
|
* main/pkgconf: add missing cd $builddir step, caught by new fakeroot tests patchWilliam Pitcock2017-03-271-0/+1
|
* main/ser2net: Update version to 3.4Roberto Oliveira2017-03-271-5/+5
| | | | | Update ser2net to version 3.4 that is the last available version.
* main/py-cffi: upgrade to 0.10.0André Klitzing2017-03-271-2/+2
|
* main/libpng: upgrade to 1.6.29André Klitzing2017-03-271-10/+4
|
* main/py-babel: upgrade to 2.4.0Kaarle Ritvanen2017-03-271-5/+3
|
* main/pkgconf: upgrade to 1.3.3William Pitcock2017-03-271-2/+2
|
* main/abuild: checksums of courseWilliam Pitcock2017-03-271-1/+2
|
* main/abuild: hint to pkgconf that we are a dependency generator and don't ↵William Pitcock2017-03-272-1/+28
| | | | want full SAT when generating dependencies
* community/rdfind: moved from testingFrancesco Colista2017-03-271-0/+0
|
* testing/py-distro: upgrade to 1.0.3Carlo Landmeter2017-03-271-4/+2
|