Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/openvas-manager: upgrade to 7.0.2, added check() function | Francesco Colista | 2017-06-22 | 1 | -4/+9 |
| | |||||
* | community/py-websocket-client: upgrade to 0.43.0 | Francesco Colista | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | community/py3-multidict: upgrade to 3.0.0 | Francesco Colista | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | community/arpack: enable build on ppc64le | Roberto Oliveira | 2017-06-22 | 1 | -1/+1 |
| | | | | Enable build on ppc64le as openblas is available. | ||||
* | community/rust: build w/o external prebuilt rustc/cargo | Jakub Jirutka | 2017-06-22 | 1 | -40/+13 |
| | |||||
* | community/webkit2gtk: more poking on armhf | William Pitcock | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | community/webkit2gtk: try to enable building on armhf | William Pitcock | 2017-06-21 | 1 | -1/+2 |
| | |||||
* | community/jruby: upgrade to 9.1.12.0 | Jakub Jirutka | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/ttyd: upgrade to 1.3.3 | Jakub Jirutka | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/py-pyldap: upgrade to 2.4.36 | Jakub Jirutka | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/xterm: upgrade to 330 | Jakub Jirutka | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/binaryen: fix build on aarch64, armhf and ppc64le | Jakub Jirutka | 2017-06-21 | 2 | -2/+15 |
| | | | | | This fix is just a temporary workaround! See https://github.com/WebAssembly/binaryen/issues/1059 | ||||
* | community/binaryen: upgrade to 1.37.14 | Jakub Jirutka | 2017-06-21 | 3 | -35/+40 |
| | |||||
* | community/py-paho-mqtt: upgrade to 1.3.0 | Fabian Affolter | 2017-06-21 | 1 | -7/+5 |
| | |||||
* | community/py-sqlalchemy: upgrade to 1.1.11 | Fabian Affolter | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/py3-aiohttp: upgrade to 2.2.0 | Fabian Affolter | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | community/py-graphviz: fix project's url | Jakub Jirutka | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | community/virtualbricks: remove dead url | Jakub Jirutka | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | community/py-lz4: correct test typo | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | community/bam: disable on s390x | Leonardo Arena | 2017-06-20 | 1 | -3/+2 |
| | |||||
* | community/py-lz4: disable check() on s390x | Leonardo Arena | 2017-06-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ====================================================================== ERROR: test_LZ4FrameCompressor (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 218, in test_LZ4FrameCompressor compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_LZ4FrameCompressor_reset (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 227, in test_LZ4FrameCompressor_reset compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_compress_begin_update_end (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 26, in test_compress_begin_update_end compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 108, in test_compress_begin_update_end_no_auto_flush compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush_2 (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 124, in test_compress_begin_update_end_no_auto_flush_2 compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush_not_defaults (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 172, in test_compress_begin_update_end_no_auto_flush_not_defaults compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_not_defaults (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 148, in test_compress_begin_update_end_not_defaults compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_huge_with_size (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 37, in test_compress_huge_with_size compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_huge_without_size (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 48, in test_compress_huge_without_size compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_LZ4FrameCompressor_fails (test_frame.TestLZ4FrameModern) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 281, in test_LZ4FrameCompressor_fails compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_decompress_truncated (test_frame.TestLZ4FrameModern) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 251, in test_decompress_truncated compressed += lz4frame.compress_update(context, input_data) MemoryError | ||||
* | community/modemmanager: bump to 1.6.8 | Stuart Cardall | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | community/suitesparse: build at -O3 | tmpfile | 2017-06-20 | 1 | -4/+1 |
| | | | | | The bug that prevented this has been fixed upstream. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71505 | ||||
* | community/libreoffice: rebuild against glew 2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/mesa-demos: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/kodi: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/gource: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/logstalgia: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/[various]: remove trailing whitespace in pkgdesc | tmpfile | 2017-06-20 | 5 | -5/+5 |
| | |||||
* | community/upx: moved from testing | Mitch Tishmack | 2017-06-20 | 2 | -0/+54 |
| | |||||
* | community/pcc: fix url typo | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | community/pcc-libs: update to the latest snapshot | Cág | 2017-06-20 | 1 | -8/+4 |
| | | | | I messed it up | ||||
* | community/pcc: update to the latest snapshot | Cág | 2017-06-20 | 3 | -48/+6 |
| | | | | | Once again, please ignore the previous patch, the checksums didn't match. Sorry for the inconvenience. | ||||
* | community/bitcoin: disable on armhf | Timo Teräs | 2017-06-19 | 1 | -1/+1 |
| | | | | | | | FAIL: test/test_bitcoin ============================================================================ Testsuite summary for Bitcoin Core 0.14.2 ============================================================================ | ||||
* | community/py2-typing: moved from testing | Francesco Colista | 2017-06-19 | 1 | -0/+31 |
| | |||||
* | community/xapian-bindings: upgrade to 1.4.4. Modernized APKBUILD, upgraded ↵ | Francesco Colista | 2017-06-19 | 1 | -28/+39 |
| | | | | lua bindings from 5.2 to 5.3 | ||||
* | community/xapian-omega: upgrade to 1.4.4 | Francesco Colista | 2017-06-19 | 1 | -4/+2 |
| | |||||
* | community/xapian-core: upgrade to 1.4.4 | Francesco Colista | 2017-06-19 | 1 | -6/+2 |
| | |||||
* | community/go: fix subpkgdir vs. pkgdir | Timo Teräs | 2017-06-19 | 1 | -5/+5 |
| | |||||
* | community/go: upgrade to 1.8.3, modernize aport | Timo Teräs | 2017-06-19 | 1 | -47/+44 |
| | | | | | | | | - remove unneeded "|| return 1" - make copying sources as separate step - fix 'rootpkg' to be invokable as individual step multiple times (fix environment, and not moving things out of $builddir) - do not ship cross-built tools in 'go-tools' package | ||||
* | community/tilda: clean up APKBUILD, added check() function | Francesco Colista | 2017-06-19 | 1 | -18/+8 |
| | |||||
* | community/py-websocket-client: upgrade to 0.42.1 | Francesco Colista | 2017-06-19 | 1 | -9/+10 |
| | |||||
* | Revert "community/mktorrent: upgrade to 1.1" | Francesco Colista | 2017-06-16 | 1 | -9/+11 |
| | | | | | | This reverts commit ee42bade3779b97334643c2d7379c0de9a01b55f. Revert because it is actually another project with the same name, not an upgrade. | ||||
* | community/psmisc: bump to 23.1 | Stuart Cardall | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | community/openjdk8: Bug #7404 TLS negotiation error in OpenJDK 8 u131 | Shatil Rafiullah | 2017-06-16 | 2 | -2/+51 |
| | | | | | | | | | | | | | | | | | | | | | Fixes an OpenJDK 8 regression discovered in docker-library/openjdk#115 on Alpine Linux 3.5 (u121) and 3.6 (u131) that causes TLS negotiation errors for some clients. Root cause appears to be OpenJDK announcing support for NIST curves the underlying NSS library does doesn't. This patch limits OpenJDK's announcement to elliptic curves 23 (secp256r1), 24 (secp384r1), and 25 (secp521r1). Related issues: * https://github.com/docker-library/openjdk/issues/115 * https://bugs.alpinelinux.org/issues/7404 * https://access.redhat.com/discussions/2339811 * https://bugzilla.redhat.com/show_bug.cgi?id=1022017 * https://bugzilla.redhat.com/show_bug.cgi?id=1348525 ref #7404 | ||||
* | community/elixir: upgrade to 1.4.4 | Francesco Colista | 2017-06-16 | 1 | -4/+5 |
| | |||||
* | community/dnscrypt-proxy: upgrade to 1.9.5 | Francesco Colista | 2017-06-16 | 1 | -20/+14 |
| | |||||
* | community/bitcoin: bump to 0.14.2 | Stuart Cardall | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | community/py-snmp: upgrade to 4.3.8 | Fabian Affolter | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | community/knot: rebuild against userspace-rcu 0.10 | Natanael Copa | 2017-06-16 | 1 | -1/+1 |
| |