aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/rawtherapee: upgrade to 5.6TBK2019-04-211-5/+7
|
* community/gitea: upgrade to 1.8.0TBK2019-04-212-5/+5
|
* testing/perl-moosex-types: new aportTimothy Legge2019-04-211-0/+37
|
* testing/perl-devel-overloadinfo: new aportTimothy Legge2019-04-211-0/+37
|
* testing/perl-html-form: new aportTimothy Legge2019-04-211-0/+37
|
* testing/perl-xml-canonicalizexml: new aportTimothy Legge2019-04-211-0/+33
|
* testing/perl-xml-generator: new aportTimothy Legge2019-04-211-0/+33
|
* testing/perl-sub-exporter-formethods: new aportTimothy Legge2019-04-211-0/+37
|
* testing/perl-moosex: new aportTimothy Legge2019-04-211-0/+33
|
* testing/perl-crypt-openssl-x509: new aportTimothy Legge2019-04-211-0/+34
|
* testing/py3-unoconv: disable on s390xKevin Daudt2019-04-211-1/+2
| | | | Package depends on libreoffice, which is not built for s390x.
* testing/nginx-ultimate-bad-bot-blocker: upgrade to 3.2019.04.1374J0WI2019-04-211-2/+2
|
* community/py-execnet: enabled testsDmitry Romanenko2019-04-211-3/+4
|
* main/iwlwifi-6000-ucode: remove aportJ0WI2019-04-211-32/+0
|
* main/iwlwifi-5150-ucode: remove aportJ0WI2019-04-211-32/+0
|
* main/iwlwifi-5000-ucode: remove aportJ0WI2019-04-211-33/+0
|
* main/iwlwifi-1000-ucode: remove aportJ0WI2019-04-211-32/+0
|
* main/rpcbind: upgrade to 1.2.5Henrik Riomar2019-04-215-353/+76
|
* community/py-execnet: upgrade to 1.6.0Dmitry Romanenko2019-04-201-3/+3
|
* testing/php7-rdkafka: upgrade to 3.1.0Andy Postnikov2019-04-201-3/+3
|
* community/php7-pecl-event: upgrade to 2.4.4Andy Postnikov2019-04-201-2/+2
|
* testing/php7-pecl-swoole: upgrade to 4.3.3Andy Postnikov2019-04-201-2/+2
|
* community/pdns-recursor: disable on s390xtcely2019-04-201-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.4Andy Postnikov2019-04-201-2/+2
|
* community/salt: disable on s390xKevin Daudt2019-04-201-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-PEAPMilan P. Stanić2019-04-203-1/+173
|
* community/mtd-utils: disable checksKevin Daudt2019-04-201-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 compliantKevin Daudt2019-04-201-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 checkepdendsKevin Daudt2019-04-201-0/+1
| | | | | The cat_found_file function uses functionality from coreutils find. Add that as a checkdepend.
* main/asterisk: upgrade to 16.3.0Timo Teräs2019-04-203-3/+451
|
* community/mtd-utils: log output of test-suite on failKevin Daudt2019-04-191-1/+7
|
* community/mtd-utils: adhere to aports code styleKevin Daudt2019-04-191-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 subpackagesOlliver Schinagl2019-04-191-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 checkOlliver Schinagl2019-04-192-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.0Olliver Schinagl2019-04-194-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 cleanupsOlliver Schinagl2019-04-191-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 testingOlliver Schinagl2019-04-191-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 buildersNatanael Copa2019-04-191-0/+1
|
* main/py-phonenumbers: upgrade to 8.10.10Kaarle Ritvanen2019-04-191-3/+3
|
* community/pdns-recursor: enable s390xtcely2019-04-191-3/+2
| | | | boost-context is now available
* testing/php7-pecl-uuid: moved from testing/php7-uuidAndy Postnikov2019-04-191-2/+4
|
* testing/php7-pecl-stats: moved from testing/php7-statsAndy Postnikov2019-04-191-2/+4
|
* testing/php7-pecl-inotify: moved from testing/php7-inotifyAndy Postnikov2019-04-191-2/+4
|
* testing/php7-pecl-solr: moved from testing/php7-solr and added check()Andy Postnikov2019-04-192-3/+9
|
* testing/php7-pecl-varnish: moved from testing/php7-varnishAndy Postnikov2019-04-191-2/+4
|
* testing/nlohmann-json: upgrade to 3.6.1nick black2019-04-191-3/+3
|
* testing/git-secret: update to 0.2.5Mateusz Gozdek2019-04-194-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 aportCarlo Landmeter2019-04-181-0/+41
|
* community/lua-resty-http: upgrade to 0.13Franck Nijhof2019-04-181-3/+3
|
* main/py-lxml: added check()Francesco Colista2019-04-181-0/+6
|