aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/py3-sqlalchemy-utils: upgrade to 0.35.0Leo2019-11-141-3/+3
|
* testing/qt-creator: upgrade to 4.10.2Leo2019-11-142-17/+5
|
* community/kde-plasma: upgrade to 5.17.3Bart Ribbers2019-11-1444-89/+89
|
* community/cage: move from testingBart Ribbers2019-11-141-0/+0
|
* community/librdkafka: upgrade to 1.2.2Gennady Feldman2019-11-141-3/+3
| | | | * Adding rapidjson-dev as dependency.
* community/tpm2-tss: reenable for s390xKevin Daudt2019-11-142-3/+110
| | | | A patch has been made available to fix the failing test.
* main/gdb: fix compatibility with python 3.8Sören Tempel2019-11-142-2/+37
|
* testing/openscad: new aportMarian Buschsieweke2019-11-141-0/+59
|
* testing/dzonegit: new aportJakub Jirutka2019-11-141-0/+27
|
* testing/cdist: upgrade to 6.0.3Lucas Ramage2019-11-141-3/+3
|
* ==== snapshot 20191114 ====v20191114Natanael Copa2019-11-141-1/+1
|
* testing/libkml: disable on s390x due to openjdk11Natanael Copa2019-11-141-1/+1
|
* testing/phoronix-test-suite: upgrade to 9.0.1Lucas Ramage2019-11-141-2/+2
|
* main/libseccomp: skip tests on ppc64le and s390xNatanael Copa2019-11-141-0/+3
| | | | tests fails on those architectures. disable for now to unblock the builders.
* main/libseccomp: backport patch to fix aarch64 buildNatanael Copa2019-11-142-3/+42
|
* main/libseccomp: upgrade to 2.4.2Leo2019-11-141-3/+2
|
* main/vim: upgrade to 8.1.2300Natanael Copa2019-11-141-3/+3
|
* main/vim: Provide xxd as individual binaryOlliver Schinagl2019-11-141-2/+13
| | | | | | | | | Vim's 'xxd' binary is more or less the only reliable and easy way to reverse hex to binary. As busybox's xxd does not support the '-r' parameter yet, it makes sense to package xxd individually in true alpine fashion. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/py3-astor: fix packaging with setuptools>=41.4Natanael Copa2019-11-142-2/+101
| | | | patch from https://github.com/berkerpeksag/astor/pull/163
* testing/py3-intervals: fix testsNatanael Copa2019-11-142-3/+26
| | | | patch from Arch Linux. Thanks!
* testing/py3-srsly: worka round floating point issue in ujson testsNatanael Copa2019-11-142-3/+27
| | | | | | | | | | | | | | | | | | | | Works around the error: ____________ UltraJSONTests.test_decodeFloatingPointAdditionalTests ____________ self = <srsly.tests.ujson.test_ujson.UltraJSONTests testMethod=test_decodeFloatingPointAdditionalTests> def test_decodeFloatingPointAdditionalTests(self): self.assertEqual(-1.1234567893, ujson.loads("-1.1234567893")) self.assertEqual(-1.234567893, ujson.loads("-1.234567893")) self.assertEqual(-1.34567893, ujson.loads("-1.34567893")) self.assertEqual(-1.4567893, ujson.loads("-1.4567893")) self.assertEqual(-1.567893, ujson.loads("-1.567893")) self.assertEqual(-1.67893, ujson.loads("-1.67893")) > self.assertEqual(-1.7893, ujson.loads("-1.7893")) E AssertionError: -1.7893 != -1.7893000000000001 srsly/tests/ujson/test_ujson.py:761: AssertionError
* main/perl: fix procps circular dependencyNatanael Copa2019-11-142-3/+26
| | | | drop tests that needs procps so we avoid circluar dependency
* testing/qownnotes: upgrade to 19.11.12Francesco Colista2019-11-141-2/+2
|
* main/knot: upgrade to 2.9.1Jakub Jirutka2019-11-141-2/+2
|
* main/libedit: backport fix for segfault in one-line terminalsSören Tempel2019-11-142-3/+35
| | | | See: https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54654
* main/abuild: fix abuild rootbldSören Tempel2019-11-142-2/+75
| | | | See https://gitlab.alpinelinux.org/alpine/abuild/issues/9978
* main/amavis: upgrade to 2.12.0 and rename from amavisd-newMilan P. Stanić2019-11-144-12/+10
| | | | | | | renamed upstream to amavis development moved to gitlab.com add perl-mail-spamassassin to depends add -openrc subpackage
* main/curl: upgrade to 7.67.0prspkt2019-11-141-2/+2
|
* main/duplicity: upgrade to 0.8.06Leo2019-11-141-5/+4
|
* community/gource: upgrade to 0.50Francesco Colista2019-11-141-3/+3
|
* main/samba: security upgrade to 4.11.2Leonardo Arena2019-11-141-2/+5
| | | | | | CVE-2019-10218, CVE-2019-14833 ref #10921
* main/mariadb: security upgrade to 10.4.10J0WI2019-11-141-2/+5
| | | | | CVE-2019-2974 CVE-2019-2938
* main/libmaxminddb: upgrade to 1.4.2Leo2019-11-141-2/+2
|
* main/texinfo: modernizeprspkt2019-11-141-4/+1
|
* main/texinfo: upgrade to 6.7prspkt2019-11-142-5/+32
| | | | Add patch to avoid including libintl.h with --disable-nls.
* main/zstd: upgrade to 1.4.4, use httpsprspkt2019-11-141-4/+4
|
* main/tiff: upgrade to 4.1.0Leo2019-11-143-540/+6
|
* main/nss-pam-ldapd: upgrade to 0.9.11Leo2019-11-141-2/+2
|
* main/git: upgrade to 2.24.0prspkt2019-11-141-3/+3
|
* testing/grpc-java: upgrade to 1.25.0wener2019-11-141-2/+2
|
* testing/py3-grpcio: upgrade to 1.25.0wener2019-11-141-2/+2
|
* community/grpc: upgrade to 1.25.0wener2019-11-142-62/+3
|
* testing/py3-botocore: upgrade to 1.13.17Natanael Copa2019-11-141-3/+3
| | | | | | | dont cap the dateutil on 2.8.1. It seems that it comes from expectation that only older setuptools is availabe. https://github.com/boto/botocore/commit/e87e7a745fd972815b235a9ee685232745aa94f9
* main/uwsgi: allow to override retry from confd fileJakub Jirutka2019-11-132-2/+2
|
* main/uwsgi: set --wait for start-stop-daemon to 200 by defaultJakub Jirutka2019-11-132-3/+4
| | | | | To fix problem when uWSGI immediatelly after the start fails, but OpenRC doesn't recognize it.
* community/tmp2-tss: disable on s390xKevin Daudt2019-11-131-1/+1
| | | | | | | | | | Test is faling: ``` FAIL: test/unit/tctildr ``` This is a known issue: https://github.com/tpm2-software/tpm2-tss/issues/1547
* community/libcoap: upgrade to 4.2.1Sören Tempel2019-11-131-2/+2
|
* main/py3-dateutil: upgrade to 2.8.1Leo2019-11-131-3/+3
|
* main/hunspell-en: remove custom build() functionSören Tempel2019-11-131-4/+0
| | | | This is the default implementation.
* main/hunspell-en: quote $pkgdir variableSören Tempel2019-11-131-11/+11
| | | | Might contain spaces.