aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/gearmand: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/exim: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/ejabberd: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/dnssec-tools: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/dma: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/cassandra-cpp-driver: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/cargo: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/asio: rebuild against libresslNatanael Copa2016-10-102-5/+36
|
* testing/android-tools: rebuild against libresslNatanael Copa2016-10-101-2/+3
|
* testing/discount: upgrade to 2.2.1Daniel Sabogal2016-10-101-5/+5
|
* testing/gwsocket: new aportJakub Jirutka2016-10-091-0/+43
| | | | | http://gwsocket.io/ A simple, standalone, language-agnostic, RFC6455 compliant WebSocket Server
* main/libressl: move to main and add version to subpackagesNatanael Copa2016-10-061-57/+0
| | | | | we want be able to have multiple versions of libs installed in parallel to make upgrades easier in future.
* testing/libressl: upgrade to 2.4.3Natanael Copa2016-10-061-4/+4
|
* testing/mumudvb: new aport. Fixes #6269Francesco Colista2016-10-065-0/+126
|
* community/lua-fun: move from testingJakub Jirutka2016-10-061-38/+0
|
* testing/lua-fun: improve abuildJakub Jirutka2016-10-061-18/+14
|
* testing/php-couchbase: merge php5/php7-couchbase into single abuildJakub Jirutka2016-10-053-70/+63
|
* testing/esptool: add -doc subpackageSören Tempel2016-10-051-2/+6
|
* testing/keystone: new aportFrancesco Colista2016-10-051-0/+52
|
* testing/apk-readme: new aportNatanael Copa2016-10-052-0/+43
| | | | display README.alpine after install/upgrade
* community/liblangtag: moved from testingTimo Teräs2016-10-051-32/+0
|
* testing/php7-couchbase: fix conf.d pathJakub Jirutka2016-10-051-2/+2
|
* testing/php7-couchbase: update to version 2.2.3Nathan Johnson2016-10-051-4/+4
|
* testing/php5-couchbase: update to 2.2.3Nathan Johnson2016-10-051-4/+4
|
* testing/rabbitmq-server: update to 3.6.5Nathan Johnson2016-10-042-34/+8
|
* testing/composer: update to 1.2.1Nathan Johnson2016-10-041-4/+4
|
* testing/libcouchbase: update to 2.6.3Nathan Johnson2016-10-041-4/+4
|
* testing/opensubdiv: improve abuild and fix some issuesJakub Jirutka2016-10-031-7/+20
|
* testing/opensubdiv: new aportMark Riedesel2016-10-031-0/+51
| | | | | http://graphics.pixar.com/opensubdiv An Open-Source subdivision surface library
* testing/ssh-ldap-pubkey: new aportJakub Jirutka2016-10-033-0/+76
| | | | | https://github.com/jirutka/ssh-ldap-pubkey Utility to manage SSH public keys stored in LDAP
* testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.23-r0Natanael Copa2016-10-031-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.4.23-r0Natanael Copa2016-10-031-1/+1
|
* testing/sch-cake-grsec: rebuild against kernel 4.4.23-r0Natanael Copa2016-10-031-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 4.4.23-r0Natanael Copa2016-10-031-1/+1
|
* testing/lxd: upgrade to 2.3Francesco Colista2016-10-031-5/+5
|
* testing/liblangtag: upgrade to 0.6.2Francesco Colista2016-10-031-4/+4
|
* community/lua-copas: move from testingJakub Jirutka2016-10-031-41/+0
|
* community/java-postgresql-jdbc: move from testingJakub Jirutka2016-10-031-35/+0
|
* testing/cmocka: disable on aarch64 due to build errorJakub Jirutka2016-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ 1%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o [ 3%] Building C object src/CMakeFiles/cmocka_static.dir/cmocka.c.o In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t;
* testing/cmocka: remove unused cmake variablesJakub Jirutka2016-10-021-2/+0
|
* testing/cmocka: new aportJakub Jirutka2016-10-021-0/+39
| | | | | https://cmocka.org/ An elegant unit testing framework for C with support for mock objects
* testing/knot-resolver: new aportJakub Jirutka2016-10-027-0/+156
| | | | | https://www.knot-resolver.cz/ A minimalistic caching resolver implementation
* testing/sbcl: upgrade to 1.3.10Sören Tempel2016-10-011-4/+4
|
* testing/xf86-input-libinput: upgrade to 0.20.0Sören Tempel2016-10-011-4/+4
|
* Revert "community/neovim: move from testing"Jakub Jirutka2016-10-011-0/+36
| | | | | | | This reverts commit 0e96c0868c0a9214766cee3b9878079a8a67ed1a. Some dependencies are still in testing. Sorry for that, I should rather go sleep now.
* community/neovim: move from testingJakub Jirutka2016-10-011-36/+0
|
* testing/php7-rdkafka: new aportGennady Feldman2016-09-291-0/+34
| | | | | http://pecl.php.net/package/ A librdkafka bindings for PHP7 providing a working client for Kafka 0.8-0.10
* testing/detenc: new aportEd Robinson2016-09-291-0/+27
| | | | | https://github.com/reevoo/detenc A lightweight, low-memory character encoding detector
* testing/pdfcrack: new aportFrancesco Colista2016-09-291-0/+25
|
* testing/php7-cassandra: new aportGennady Feldman2016-09-291-0/+34
| | | | | http://pecl.php.net/package/ PHP7 extension: cassandra