aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* community/perl-cpan-meta-check: upgrade to 0.014Natanael Copa2017-10-311-2/+0
|
* community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.59-r0Natanael Copa2017-10-301-1/+1
|
* community/lua-hiredis: modernize, compile all in build stepTimo Teräs2017-10-301-24/+14
|
* Revert "community/cargo: upgrade to 0.22.0"William Pitcock2017-10-303-47/+58
| | | | | | | | | | This change causes the package to be unbuildable without manual intervention, which violates policy. Reverting the change is theoretically harmless, as the old cargo has not been removed from the archive. This reverts commit c6e8dbdbd42fc99d297045cf6bd0e3d9474e53ad.
* community/luasrcdiet: upgrade to 1.0.0Jakub Jirutka2017-10-291-3/+3
|
* community/lua-srcdiet: rename to luasrcdietJakub Jirutka2017-10-291-9/+10
|
* community/notmuch: use python3 for building and fix testsJakub Jirutka2017-10-292-4/+27
| | | | This may also hopefully fix build on armhf...
* community/notmuch: re-enable checkJakub Jirutka2017-10-291-2/+1
| | | | It was disabled by mistake in eace4ed225398c45aa576d165a8686038498cc2e.
* community/rust: prepare alpine targets for aarch64 and armhfJakub Jirutka2017-10-292-15/+102
|
* 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
* community/rust: upgrade to 1.21Marat Safin2017-10-287-549/+46
|
* community/php5: upgrade to 5.6.32Kaarle Ritvanen2017-10-281-3/+3
|
* community/caddy: upgrade to 0.10.10Carlo Landmeter2017-10-281-2/+2
|
* community/domoticz: upgrade to 3.8153Carlo Landmeter2017-10-281-10/+10
|
* community/wpan-tools: move from testingSören Tempel2017-10-271-0/+36
|
* community/farbfeld: move from testingSören Tempel2017-10-272-0/+54
|
* main/python3: fix cyclic dependency for tkinterNatanael Copa2017-10-274-0/+307
| | | | | | | Add a separate apkbuild for tkinter to avoid the cyclic buildtime dependency: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
* community/modemmanager: upgrade to 1.6.10Stuart Cardall2017-10-271-2/+2
|
* community/tini: upgrade to 0.16.1TBK2017-10-271-2/+2
|
* community/cacti: upgrade to 1.1.26 + some fixesValery Kartel2017-10-272-13/+18
| | | | | | | | - minor fixes in APKBUILD - remove executable bit from scripts and images - add mariadb-client as dependency for cacti-setup - add missing php modules to cacti-php* subpackages - fix error in php-fpm pool definition
* community/suricata: New upstream release 4.0.1Steve McMaster2017-10-271-4/+3
|
* community/py-snmp: upgrade to 4.4.1Fabian Affolter2017-10-271-2/+2
|
* community/rspamd: upgrade to 1.6.5TBK2017-10-271-3/+3
|
* community/gnome-bluetooth: upgrade to 3.26.1TBK2017-10-271-2/+2
|
* community/tor: upgrade to 0.3.1.8; modernizeTBK2017-10-271-10/+15
|
* community/imagemagick6: upgrade to 6.9.9.20TBK2017-10-271-2/+2
|
* community/gdnsd: test suite does not work in fakerootTimo Teräs2017-10-271-0/+1
|
* community/wireshark: enable luaJean-Louis Fuchs2017-10-271-3/+4
|
* community/girara: run test with xvfb, disable tputJean-Louis Fuchs2017-10-272-7/+21
| | | | * COLOR=0 (disabling tput) wasn't set for all make calls
* community/gdnsd: moved from mainTimo Teräs2017-10-273-0/+110
|
* community/libvisio: upgrade to 0.1.6Timo Teräs2017-10-271-5/+8
|
* community/greenbone-security-assistant: updated upstream urlFrancesco Colista2017-10-261-3/+2
|
* community/py3-aiohttp: fix build in not x86 architecturesRoberto Oliveira2017-10-261-0/+7
| | | | | | | | Manually remove _http_parser.cpython-36m-x86_64-linux-gnu.so shared object that is shipped in source code and make strip fails in not x86 architectures. Bug opened upstream: https://github.com/aio-libs/aiohttp/issues/2414
* community/lastpass-cli: fix tests on various architecturesNatanael Copa2017-10-262-3/+41
| | | | upstream report: https://github.com/lastpass/lastpass-cli/issues/345
* community/go: upgrade to 1.9.2Roberto Oliveira2017-10-262-706/+4
| | | | | Removed a ppc64le patch that was backported from upstream and is now part of go 1.9.2
* community/elasticsearch: upgrade to 5.6.3Lyndon2017-10-261-3/+3
|
* community/bubblewrap: upgrade to 0.2.0 and modernize abuildAndré Klitzing2017-10-262-9/+26
|
* community/php7-ssh2: move from testingAndy Postnikov2017-10-261-0/+34
|
* community/rust: upgrade to 1.20Marat Safin2017-10-253-16/+14
| | | | Signed-off-by: Marat Safin <jeizsm@gmail.com>
* community/pgbadger: upgrade to 9.2Leonardo Arena2017-10-251-2/+2
|
* community/mpv: rebuild against ffmpeg-3.4Sören Tempel2017-10-251-1/+1
|
* community/notmuch: upgrade to 0.25.1Natanael Copa2017-10-251-3/+3
|
* community/py-gevent: upgrade to 1.2.2Natanael Copa2017-10-251-2/+2
|
* community/libcouchbase: upgrade to 2.8.2Natanael Copa2017-10-251-2/+2
|
* community/salt: upgrade to 2017.7.2Natanael Copa2017-10-251-3/+3
|
* community/libwnck3: upgrade to 3.24.1Natanael Copa2017-10-251-4/+2
|
* community/perl-xml-xpath: upgrade to 1.40Natanael Copa2017-10-251-4/+2
|
* community/perl-crypt-openssl-bignum: upgrade to 0.08Natanael Copa2017-10-251-5/+3
|
* community/perl-try-tiny: upgrade to 0.28Natanael Copa2017-10-251-2/+0
|