aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* community/openvas-manager: upgrade to 7.0.2, added check() functionFrancesco Colista2017-06-221-4/+9
|
* community/py-websocket-client: upgrade to 0.43.0Francesco Colista2017-06-221-2/+2
|
* community/py3-multidict: upgrade to 3.0.0Francesco Colista2017-06-221-2/+2
|
* community/arpack: enable build on ppc64leRoberto Oliveira2017-06-221-1/+1
| | | | Enable build on ppc64le as openblas is available.
* community/rust: build w/o external prebuilt rustc/cargoJakub Jirutka2017-06-221-40/+13
|
* community/webkit2gtk: more poking on armhfWilliam Pitcock2017-06-211-1/+1
|
* community/webkit2gtk: try to enable building on armhfWilliam Pitcock2017-06-211-1/+2
|
* community/jruby: upgrade to 9.1.12.0Jakub Jirutka2017-06-211-2/+2
|
* community/ttyd: upgrade to 1.3.3Jakub Jirutka2017-06-211-2/+2
|
* community/py-pyldap: upgrade to 2.4.36Jakub Jirutka2017-06-211-2/+2
|
* community/xterm: upgrade to 330Jakub Jirutka2017-06-211-2/+2
|
* community/binaryen: fix build on aarch64, armhf and ppc64leJakub Jirutka2017-06-212-2/+15
| | | | | This fix is just a temporary workaround! See https://github.com/WebAssembly/binaryen/issues/1059
* community/binaryen: upgrade to 1.37.14Jakub Jirutka2017-06-213-35/+40
|
* community/py-paho-mqtt: upgrade to 1.3.0Fabian Affolter2017-06-211-7/+5
|
* community/py-sqlalchemy: upgrade to 1.1.11Fabian Affolter2017-06-211-2/+2
|
* community/py3-aiohttp: upgrade to 2.2.0Fabian Affolter2017-06-211-2/+2
|
* community/py-graphviz: fix project's urlJakub Jirutka2017-06-211-1/+1
|
* community/virtualbricks: remove dead urlJakub Jirutka2017-06-211-1/+1
|
* community/py-lz4: correct test typoLeonardo Arena2017-06-201-2/+2
|
* community/bam: disable on s390xLeonardo Arena2017-06-201-3/+2
|
* community/py-lz4: disable check() on s390xLeonardo Arena2017-06-201-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.8Stuart Cardall2017-06-201-2/+2
|
* community/suitesparse: build at -O3tmpfile2017-06-201-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.0Leonardo Arena2017-06-201-1/+1
|
* community/mesa-demos: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/kodi: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/gource: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/logstalgia: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/[various]: remove trailing whitespace in pkgdesctmpfile2017-06-205-5/+5
|
* community/upx: moved from testingMitch Tishmack2017-06-202-0/+54
|
* community/pcc: fix url typoLeonardo Arena2017-06-201-2/+2
|
* community/pcc-libs: update to the latest snapshotCág2017-06-201-8/+4
| | | | I messed it up
* community/pcc: update to the latest snapshotCág2017-06-203-48/+6
| | | | | Once again, please ignore the previous patch, the checksums didn't match. Sorry for the inconvenience.
* community/bitcoin: disable on armhfTimo Teräs2017-06-191-1/+1
| | | | | | | FAIL: test/test_bitcoin ============================================================================ Testsuite summary for Bitcoin Core 0.14.2 ============================================================================
* community/py2-typing: moved from testingFrancesco Colista2017-06-191-0/+31
|
* community/xapian-bindings: upgrade to 1.4.4. Modernized APKBUILD, upgraded ↵Francesco Colista2017-06-191-28/+39
| | | | lua bindings from 5.2 to 5.3
* community/xapian-omega: upgrade to 1.4.4Francesco Colista2017-06-191-4/+2
|
* community/xapian-core: upgrade to 1.4.4Francesco Colista2017-06-191-6/+2
|
* community/go: fix subpkgdir vs. pkgdirTimo Teräs2017-06-191-5/+5
|
* community/go: upgrade to 1.8.3, modernize aportTimo Teräs2017-06-191-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() functionFrancesco Colista2017-06-191-18/+8
|
* community/py-websocket-client: upgrade to 0.42.1Francesco Colista2017-06-191-9/+10
|
* Revert "community/mktorrent: upgrade to 1.1"Francesco Colista2017-06-161-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.1Stuart Cardall2017-06-161-2/+2
|
* community/openjdk8: Bug #7404 TLS negotiation error in OpenJDK 8 u131Shatil Rafiullah2017-06-162-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.4Francesco Colista2017-06-161-4/+5
|
* community/dnscrypt-proxy: upgrade to 1.9.5Francesco Colista2017-06-161-20/+14
|
* community/bitcoin: bump to 0.14.2Stuart Cardall2017-06-161-2/+2
|
* community/py-snmp: upgrade to 4.3.8Fabian Affolter2017-06-161-2/+2
|
* community/knot: rebuild against userspace-rcu 0.10Natanael Copa2017-06-161-1/+1
|