aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/notmuch: re-enable checkJakub Jirutka2017-10-291-2/+1
| | | | It was disabled by mistake in eace4ed225398c45aa576d165a8686038498cc2e.
* testing/mutter: upgrade to 3.27.1Roberto Oliveira2017-10-291-2/+2
|
* community/rust: prepare alpine targets for aarch64 and armhfJakub Jirutka2017-10-292-15/+102
|
* testing/linuxconsoletools: upgrade to 1.6.0 and modernizeRoberto Oliveira2017-10-292-39/+9
|
* community/cargo: upgrade to 0.22.0Jakub Jirutka2017-10-283-58/+47
| | | | | | | | | | | We don't download prebuilt cargo binary anymore, mainly because that URL on S3 doesn't work anymore. They have moved it *again* and https://static.rust-lang.org/dist/ still does not contain musl binaries. However, we need cargo to build rust, so when building cargo, we must already have cargo anyway. And cargo cannot be built without rust.
* community/xpra: disable on armhf due to build failureJakub Jirutka2017-10-281-1/+2
| | | | | | | | | | | | | | | | | | gcc -DNDEBUG -Os -fomit-frame-pointer -pipe -fPIC -g -Os -fomit-frame-pointer -pipe \ -fno-strict-aliasing -Os -fomit-frame-pointer -pipe -fPIC -I/usr/include/python2.7 \ -c xpra/codecs/dec_avcodec2/decoder.c \ -o build/temp.linux-armv8l-2.7/xpra/codecs/dec_avcodec2/decoder.o -Wl,--as-needed \ -Wall -Werror -fPIC xpra/codecs/dec_avcodec2/decoder.c: In function '__pyx_pf_4xpra_6codecs_12dec_avcodec2_7decoder_7Decoder_init_context': xpra/codecs/dec_avcodec2/decoder.c:5551:3: error: 'refcounted_frames' is deprecated [-Werror=deprecated-declarations] __pyx_v_self->codec_ctx->refcounted_frames = 1; ^~~~~~~~~~~~ In file included from xpra/codecs/dec_avcodec2/decoder.c:558:0: /usr/include/libavcodec/avcodec.h:2694:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors error: command 'gcc' failed with exit status
* main/check: disable forkingCarlo Landmeter2017-10-281-5/+6
| | | | https://github.com/libcheck/check/issues/138
* testing/harminv: add check functionRoberto Oliveira2017-10-281-1/+6
|
* testing/googler: add correct path to googler binary in checkRoberto Oliveira2017-10-281-1/+1
|
* testing/googler: bump pkgrelRoberto Oliveira2017-10-281-1/+1
|
* testing/googler: add check functionRoberto Oliveira2017-10-281-0/+5
| | | | | As upstream doesn't provide a suite test, run --help to test if the binary works.
* testing/googler: upgrade to 3.4Roberto Oliveira2017-10-281-2/+2
|
* testing/guake: upgrade to 0.8.11Roberto Oliveira2017-10-281-2/+2
|
* main/libxslt: upgrade to 1.1.31Jakub Jirutka2017-10-281-2/+2
| | | | This version fixes i.a. error in xslt-config.
* main/libxslt: modernize abuildJakub Jirutka2017-10-281-13/+9
|
* main/py-lxml: remove explicit return and try to rebuildJakub Jirutka2017-10-281-3/+2
| | | | It's stuck on armhf, probably for some temporary error.
* community/rust: upgrade to 1.21Marat Safin2017-10-287-549/+46
|
* testing/tcc: temporarily disable test suiteSören Tempel2017-10-281-0/+1
|
* testing/tcc: new aportHinata Yanagi2017-10-281-0/+38
|
* main/bash: upgrade to 4.4.12TBK2017-10-284-239/+35
| | | | Also modernize while being here.
* main/musl: fix glob regressionTimo Teräs2017-10-282-2/+47
| | | | likely fixes #8009
* testing/consul: upgrade to 1.0.0TBK2017-10-281-15/+15
| | | | Modernize the APKBUILD while being here.
* testing/fuse3: upgrade to 3.2.0Sören Tempel2017-10-281-16/+13
|
* main/chrony: enable ms-sntp signing, modernizeTimo Teräs2017-10-281-5/+5
| | | | fixes #8069
* community/php5: upgrade to 5.6.32Kaarle Ritvanen2017-10-281-3/+3
|
* community/caddy: upgrade to 0.10.10Carlo Landmeter2017-10-281-2/+2
|
* main/lftp: upgrade to 4.8.3Carlo Landmeter2017-10-281-2/+2
|
* community/domoticz: upgrade to 3.8153Carlo Landmeter2017-10-281-10/+10
|
* testing/gpg-remailer: ugrade to 3.04.01Carlo Landmeter2017-10-281-3/+3
|
* testing/filezilla: upgrade to 3.28.0TBK2017-10-271-2/+2
|
* testing/flatpak-builder: upgrade to 0.10.1TBK2017-10-271-2/+2
|
* testing/flatpak: upgrade to 0.10.0TBK2017-10-271-2/+2
|
* testing/idris: bump release, disable building of profiled objectsMitch Tishmack2017-10-271-1/+3
|
* testing/idris: Fix build of idris with newer pkg versionsMitch Tishmack2017-10-272-18/+59
| | | | | | | | | | | | | | | | | | | | | The use of cabal freeze only works for install/configure. cabal fetch does not honor the cabal.config. Ref: https://github.com/haskell/cabal/issues/4256 Change the build to still use the freeze file, however put the cabal directory to $srcdir/cabal, do not set CABAL_CONFIG so that constraints get shadowed if future packages are released, when installing libffi constrain libffi to version 0.1 and extract constraints from the cabal.config. Additionally, for cabal freeze add switch to ignore the base ghc packages as they're not relevant to cabal install/fetch/build. Finally, add any libffi transitive depdendencies missing from the cabal.config file for idris. For now only one applies. Also force constraints manually on cabal install libffi as cabal.config wasn't getting picked up.
* testing/idris: Remove incorrect comments re: cabal and validationMitch Tishmack2017-10-271-5/+0
|
* main/busybox: move udhpcd to -extrasSören Tempel2017-10-274-19/+20
|
* testing/openocd: claim maintainershipSören Tempel2017-10-271-2/+2
|
* community/wpan-tools: move from testingSören Tempel2017-10-271-0/+0
|
* testing/wpan-tools: disable checkSören Tempel2017-10-271-0/+1
|
* community/farbfeld: move from testingSören Tempel2017-10-272-0/+0
|
* testing/openocd: add checkSören Tempel2017-10-271-2/+5
|
* main/python3: fix cyclic dependency for tkinterNatanael Copa2017-10-275-12/+311
| | | | | | | Add a separate apkbuild for tkinter to avoid the cyclic buildtime dependency: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
* main/samba: trigger rebuild due to xsltproc failing to build manpages on armhfLeonardo Arena2017-10-271-1/+1
|
* main/docbook-xsl: fix bus error on some archesLeonardo Arena2017-10-272-5/+36
| | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750593
* main/spice-gtk: upgrade to 0.34; modernizeTBK2017-10-272-13/+64
|
* main/spice: disable a test failing on s390xLeonardo Arena2017-10-272-4/+93
|
* main/spice: upgrade to 0.14.0TBK2017-10-276-285/+22
|
* testing/py-jsonpatch: upgrade to 1.16TBK2017-10-271-25/+32
|
* testing/py-jsonpointer: upgrade to 1.13TBK2017-10-271-25/+31
|
* testing/consul-template: upgrade to 0.19.3TBK2017-10-271-3/+3
|