Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/php7-pecl-event: upgrade to 2.4.4 | Andy Postnikov | 2019-04-20 | 1 | -2/+2 |
| | |||||
* | testing/php7-pecl-swoole: upgrade to 4.3.3 | Andy Postnikov | 2019-04-20 | 1 | -2/+2 |
| | |||||
* | community/pdns-recursor: disable on s390x | tcely | 2019-04-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | build step failed on s390x with undefined references to: - jump_fcontext - make_fcontext ``` CXXLD testrunner /usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function `pdns_swapcontext(pdns_ucontext_t&, pdns_ucontext_t const&)': mtasker_context.cc:(.text+0xe8): undefined reference to `jump_fcontext' /usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function `pdns_makecontext(pdns_ucontext_t&, boost::function<void ()>&)': mtasker_context.cc:(.text+0x1ea): undefined reference to `make_fcontext' /usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.cc:(.text+0x20e): undefined reference to `jump_fcontext' /usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function `threadWrapper': mtasker_context.cc:(.text+0x27e): undefined reference to `jump_fcontext' /usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.cc:(.text+0x382): undefined reference to `jump_fcontext' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:1210: testrunner] Error 1 ``` | ||||
* | community/go: upgrade to 1.12.4 | Andy Postnikov | 2019-04-20 | 1 | -2/+2 |
| | |||||
* | community/salt: disable on s390x | Kevin Daudt | 2019-04-20 | 1 | -1/+1 |
| | | | | | | py-zmq has an issue on s390x and has been disabled on that architecture. As a concequence, salt won't be able to build on that arch as well, so disable it. | ||||
* | community/iwd: add fixes for FT connect and EAP-PEAP | Milan P. Stanić | 2019-04-20 | 3 | -1/+173 |
| | |||||
* | community/mtd-utils: disable checks | Kevin Daudt | 2019-04-20 | 1 | -0/+1 |
| | | | | | | | | | | | The checks currently fail on the builders with: > [ ERROR ] --- 0x6 != 0x3 > tests/unittests/test_lib.h:37: error: Check of parameter fd, function __wrap_close failed > tests/unittests/libubi_test.c:25: note: Expected parameter declared here > [ LINE ] --- tests/unittests/test_lib.h:37: error: Failure! Disable the test suite for now until this is fixed. | ||||
* | community/mtd-utils: make find invocations compliant | Kevin Daudt | 2019-04-20 | 1 | -7/+8 |
| | | | | | | | | | The Busybox version of find allows parameters to be specified between '{}' and '+' as argument to -exec. This however is not according to the posix specification, and the GNU version of find doesn't accept it. Use the coreutils version of 'mv' with the '-t' arguement to be able to specify the filenames as last. | ||||
* | community/mtd-utils: add missing findutils to checkepdends | Kevin Daudt | 2019-04-20 | 1 | -0/+1 |
| | | | | | The cat_found_file function uses functionality from coreutils find. Add that as a checkdepend. | ||||
* | main/asterisk: upgrade to 16.3.0 | Timo Teräs | 2019-04-20 | 3 | -3/+451 |
| | |||||
* | community/mtd-utils: log output of test-suite on fail | Kevin Daudt | 2019-04-19 | 1 | -1/+7 |
| | |||||
* | community/mtd-utils: adhere to aports code style | Kevin Daudt | 2019-04-19 | 1 | -53/+44 |
| | | | | | | - No braces in variables when not required - Opening brace of function definition on the same line - Close quote of multiline string on the same column as data | ||||
* | community/mtd-utils: Split into smaller subpackages | Olliver Schinagl | 2019-04-19 | 1 | -2/+76 |
| | | | | | | | | | | To stay in the alpine spirit, split mtd-utils into smaller targetted packages. E.g. if I have raw NAND flash, I don't care about the NOR tools. And depending on the filesystem, I may not care about ubi. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | community/mtd-utils: Enable check | Olliver Schinagl | 2019-04-19 | 2 | -0/+33 |
| | | | | | | Enable self-sets by using `make check`. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | community/mtd-utils: Version bump to 2.1.0 | Olliver Schinagl | 2019-04-19 | 4 | -5/+98 |
| | | | | | | | 2.1.0 was released 4 weeks ago, so lets bump the version while we're here. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | community/mtd-utils: Minor cleanups | Olliver Schinagl | 2019-04-19 | 1 | -21/+23 |
| | | | | | | | Use proper variable and strings as per shell scripting general recommendations. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | community/mtd-utils: Move from testing | Olliver Schinagl | 2019-04-19 | 1 | -1/+1 |
| | | | | | | | The mtd-utils seem use, updates and are in a good shape. Lets put them in the community repo. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | testing/py3-hbmqtt: disable tests to unblock the builders | Natanael Copa | 2019-04-19 | 1 | -0/+1 |
| | |||||
* | main/py-phonenumbers: upgrade to 8.10.10 | Kaarle Ritvanen | 2019-04-19 | 1 | -3/+3 |
| | |||||
* | community/pdns-recursor: enable s390x | tcely | 2019-04-19 | 1 | -3/+2 |
| | | | | boost-context is now available | ||||
* | testing/php7-pecl-uuid: moved from testing/php7-uuid | Andy Postnikov | 2019-04-19 | 1 | -2/+4 |
| | |||||
* | testing/php7-pecl-stats: moved from testing/php7-stats | Andy Postnikov | 2019-04-19 | 1 | -2/+4 |
| | |||||
* | testing/php7-pecl-inotify: moved from testing/php7-inotify | Andy Postnikov | 2019-04-19 | 1 | -2/+4 |
| | |||||
* | testing/php7-pecl-solr: moved from testing/php7-solr and added check() | Andy Postnikov | 2019-04-19 | 2 | -3/+9 |
| | |||||
* | testing/php7-pecl-varnish: moved from testing/php7-varnish | Andy Postnikov | 2019-04-19 | 1 | -2/+4 |
| | |||||
* | testing/nlohmann-json: upgrade to 3.6.1 | nick black | 2019-04-19 | 1 | -3/+3 |
| | |||||
* | testing/git-secret: update to 0.2.5 | Mateusz Gozdek | 2019-04-19 | 4 | -57/+16 |
| | | | | | | | * drop passhprase input patch, since it's included in upstream * rebase remaining patches Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com> | ||||
* | testing/ssh-cert-authority: new aport | Carlo Landmeter | 2019-04-18 | 1 | -0/+41 |
| | |||||
* | community/lua-resty-http: upgrade to 0.13 | Franck Nijhof | 2019-04-18 | 1 | -3/+3 |
| | |||||
* | main/py-lxml: added check() | Francesco Colista | 2019-04-18 | 1 | -0/+6 |
| | |||||
* | community/php7-pecl-couchbase: add check() | Andy Postnikov | 2019-04-18 | 1 | -2/+6 |
| | |||||
* | non-free/php7-pecl-mongodb: add check() | Andy Postnikov | 2019-04-18 | 1 | -2/+6 |
| | |||||
* | community/php7-pecl-redis: add check() | Andy Postnikov | 2019-04-18 | 1 | -2/+6 |
| | |||||
* | community/php7-pecl-timezonedb: format check() | Andy Postnikov | 2019-04-18 | 1 | -3/+3 |
| | |||||
* | community/php7-phalcon: add check() | Andy Postnikov | 2019-04-18 | 1 | -2/+6 |
| | |||||
* | community/borgbackup: disable on s390x due to py3-zmq | Natanael Copa | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | community/rippled: upgrade to 1.2.4 | André Klitzing | 2019-04-18 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.27 | André Klitzing | 2019-04-18 | 1 | -2/+2 |
| | |||||
* | community/py-factory-boy: fix tests for python 3.7 | Natanael Copa | 2019-04-18 | 2 | -3/+73 |
| | |||||
* | main/gc: upgrade to 8.0.4 | Julien Reichardt | 2019-04-18 | 1 | -2/+2 |
| | |||||
* | main/gc: build static libs (again) | Julien Reichardt | 2019-04-18 | 1 | -0/+1 |
| | |||||
* | main/unbound: improve build | tcely | 2019-04-18 | 1 | -2/+12 |
| | | | | | | - add -openrc subpackage - cleanup depends for subpackages - switch to python3 | ||||
* | main/unbound: use dns-root-hints | tcely | 2019-04-18 | 5 | -144/+9 |
| | |||||
* | community/syncthing: bump to 1.0.1 | opal hart | 2019-04-18 | 1 | -5/+5 |
| | |||||
* | main/py-filelock: move from community | Natanael Copa | 2019-04-18 | 1 | -0/+0 |
| | | | | needed by main/py-tox | ||||
* | community/py3-openzwave: update py3-pydispatcher dependency | Natanael Copa | 2019-04-18 | 1 | -2/+2 |
| | |||||
* | community/py3-pydispatcher: move from testing | Natanael Copa | 2019-04-18 | 1 | -0/+0 |
| | | | | needed by py3-openzwave | ||||
* | testing/py3-pydispatcher: enable tests | Natanael Copa | 2019-04-18 | 1 | -3/+6 |
| | |||||
* | testing/py-dispatcher -> testing/py3-pydispatcher rename | Natanael Copa | 2019-04-18 | 1 | -28/+5 |
| | |||||
* | main/gpsd: disable tests to unblock the builder | Natanael Copa | 2019-04-18 | 1 | -0/+1 |
| |