Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | main/font-alias: modernize APKBUILD, fixes #7446 | Francesco Colista | 2017-06-21 | 1 | -6/+10 |
| | |||||
* | main/opus: upgrade to 1.2 | Francesco Colista | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | main/py-pbr: upgrade to 3.1.0 | Francesco Colista | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | testing/libnsl: keep only single project's url | Jakub Jirutka | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | testing/auditd: bump audit version to 2.7.2 | Tycho Andersen | 2017-06-20 | 6 | -50/+51 |
| | | | | | | | | * update all the patches * swap out the 4th patch for a proper include of limits.h * reset package version to -r1 Signed-off-by: Tycho Andersen <tycho@docker.com> | ||||
* | testing/audit: use / prefix instead of /usr | Tycho Andersen | 2017-06-20 | 1 | -3/+3 |
| | | | | | | | | | The config files we're using have / as the prefix and every other distro has /, so let's just use that instead (also, the paths to e.g. audispd seem to be hardcoded to /, so auditd as currently packaged fails without this anyway). Signed-off-by: Tycho Andersen <tycho@docker.com> | ||||
* | testing/audit: spaces to tabs | Tycho Andersen | 2017-06-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Tycho Andersen <tycho@docker.com> | ||||
* | community/py-lz4: correct test typo | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | main/varnish: improve stack overflow handling | Carlo Landmeter | 2017-06-20 | 2 | -3/+3 |
| | |||||
* | 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 | ||||
* | main/nasm: upgrade to 2.13.01 | tmpfile | 2017-06-20 | 2 | -41/+5 |
| | |||||
* | main/seabios: update checksums | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | main/seabios: disable some features due to size constraints | Leonardo Arena | 2017-06-20 | 2 | -10/+6 |
| | |||||
* | main/seabios: upgrade to 1.10.2 | tmpfile | 2017-06-20 | 2 | -64/+16 |
| | |||||
* | community/modemmanager: bump to 1.6.8 | Stuart Cardall | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | main/isl: upgrade to 0.18 | tmpfile | 2017-06-20 | 1 | -21/+9 |
| | |||||
* | main/drbd-utils: upgrade to 9.0.0 | tmpfile | 2017-06-20 | 1 | -18/+7 |
| | |||||
* | 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 | ||||
* | testing/tsung: disable on armhf | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =ERROR REPORT==== 20-Jun-2017::09:57:18 === ** Generic server ts_config_server terminating ** Last message in was {'EXIT',<0.354.0>,killed} ** When Server state == {state, {config,undefined,0,5,none,text,undefined, [{client,client10,1.0,800,[],undefined}, {client,client9,1.0,800,[],undefined}, {client,client8,1.0,800,[],undefined}, {client,client7,1.0,800,[],undefined}, {client,client6,1.0,800,[],undefined}, {client,client5,1.0,800,[],undefined}, {client,client4,1.0,800,[],undefined}, {client,client3,1.0,800,[],undefined}, {client,client2,1.0,800,[],undefined}, {client,client1,1.0,800,[],undefined}], [{server,127.0.0.1,5222,ts_tcp,1}], {10000,65534}, [{foo, {snmp,{{undef_var,snmp_port},public,v2,[]}}}], [{arrivalphase,1,60000,undefined,0.001,5,5,[], false,1}, {arrivalphase,2,60000,undefined,0.001,15,15,[], false,2}], undefined,false,[],[],ts_http, [{session,3,5,ts_http,foo,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}, {session,2,5,ts_http,example2,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}], [{1000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {2000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {4000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {10000, {session,2,5,ts_http,example2,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}}, {10000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}], 1896495,false,[],1,1,[],0,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[],true, true}, now,none,none,[],undefined,dd,false,1,undefined, 20,[]}, [/tmp], 12,9,[],undefined,10, {1497,953631,272209}, nohost,0,0,undefined,10.0} ** Reason for termination == ** killed *timed out* undefined ======================================================= Failed: 0. Skipped: 0. Passed: 215. One or more tests were cancelled. =ERROR REPORT==== 20-Jun-2017::09:57:19 === ** Generic server ts_user_server_sup terminating ** Last message in was {'EXIT',<0.354.0>,killed} ** When Server state == {state, {global,ts_user_server_sup}, simple_one_for_one, [{child,undefined,ts_user_server, {ts_user_server,start,[]}, temporary,2000,worker, [ts_user_server]}], {set, {set,2,16,16,8,80,48, {[],[],[],[],[],[],[],[],[],[],[],[],[], [],[],[]}, {{[],[],[],[],[],[], [<0.564.0>], [],[], [<0.368.0>], [],[],[],[],[],[]}}}}, 1,1,[],0,ts_user_server_sup,[]} ** Reason for termination == ** killed Total test coverage: 20 % make[1]: *** [Makefile:170: dotest] Error 1 | ||||
* | community/libreoffice: rebuild against glew 2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | testing/openimageio: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | testing/opencolorio: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | testing/opensubdiv: 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 |
| | |||||
* | main/cegui06: rebuild against glew-2.0.0 | Leonardo Arena | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | main/glew: upgrade to 2.0.0 | tmpfile | 2017-06-20 | 1 | -11/+8 |
| | |||||
* | main/varnish: upgrade to 5.1.2 | Carlo Landmeter | 2017-06-20 | 4 | -91/+21 |
| | |||||
* | testing/tsung: don't slow down build servers | Leonardo Arena | 2017-06-20 | 1 | -4/+4 |
| | |||||
* | testing/tsung: new aport | Michael Truog | 2017-06-20 | 2 | -0/+96 |
| | | | | | http://www.process-one.net/en/tsung/ Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc. | ||||
* | testing/keychain: add dummy build() | Leonardo Arena | 2017-06-20 | 1 | -1/+5 |
| | |||||
* | testing/keychain: new aport | François Chavant | 2017-06-20 | 1 | -0/+22 |
| | |||||
* | testing/reptyr: disable on aarch64 and ppc64l | Timo Teräs | 2017-06-20 | 1 | -1/+1 |
| | | | | | platform/linux/linux_ptrace.c:82:2: error: #error Unsupported architecture. #error Unsupported architecture. | ||||
* | testing/monero: libunwind not avail on excluded arches | Leonardo Arena | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | testing/gearmand: fix system user name | Marcel Hernandez | 2017-06-20 | 4 | -7/+7 |
| | |||||
* | main/[various]: remove trailing whitespace in pkgdesc | tmpfile | 2017-06-20 | 5 | -5/+5 |
| | |||||
* | community/[various]: remove trailing whitespace in pkgdesc | tmpfile | 2017-06-20 | 5 | -5/+5 |
| | |||||
* | testing/monero: new aport | André Klitzing | 2017-06-20 | 2 | -0/+41 |
| | |||||
* | testing/reptyr: new aport | André Klitzing | 2017-06-20 | 1 | -0/+28 |
| | |||||
* | testing/texlive: upgrade to 20170524 | tmpfile | 2017-06-20 | 1 | -31/+27 |
| | |||||
* | main/gcalcli: upgrade to 3.4.0 | tmpfile | 2017-06-20 | 1 | -11/+6 |
| | |||||
* | main/gigolo: upgrade to 0.4.2 | tmpfile | 2017-06-20 | 1 | -14/+8 |
| |