aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/abuild: add !checkroot optionJakub Jirutka2017-06-222-2/+33
|
* main/abuild: modernize abuildJakub Jirutka2017-06-221-14/+12
|
* main/expat: security fixes (CVE-2017-9233)Francesco Colista2017-06-222-5/+37
|
* main/py-pbr: upgrade to 3.1.1Francesco Colista2017-06-221-2/+2
|
* main/perl-test-simple: upgrade to 1.302086Francesco Colista2017-06-221-2/+2
|
* main/unbound: upgrade to 1.6.3TBK2017-06-221-2/+2
|
* main/musl: cherry-pick upstream fixesTimo Teräs2017-06-219-1/+312
|
* main/py-boto: upgrade to 2.47.0Fabian Affolter2017-06-211-2/+2
|
* main/font-alias: modernize APKBUILD, fixes #7446Francesco Colista2017-06-211-6/+10
|
* main/opus: upgrade to 1.2Francesco Colista2017-06-211-2/+2
|
* main/py-pbr: upgrade to 3.1.0Francesco Colista2017-06-211-2/+2
|
* main/varnish: improve stack overflow handlingCarlo Landmeter2017-06-202-3/+3
|
* main/nasm: upgrade to 2.13.01tmpfile2017-06-202-41/+5
|
* main/seabios: update checksumsLeonardo Arena2017-06-201-2/+2
|
* main/seabios: disable some features due to size constraintsLeonardo Arena2017-06-202-10/+6
|
* main/seabios: upgrade to 1.10.2tmpfile2017-06-202-64/+16
|
* main/isl: upgrade to 0.18tmpfile2017-06-201-21/+9
|
* main/drbd-utils: upgrade to 9.0.0tmpfile2017-06-201-18/+7
|
* main/cegui06: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* main/glew: upgrade to 2.0.0tmpfile2017-06-201-11/+8
|
* main/varnish: upgrade to 5.1.2Carlo Landmeter2017-06-204-91/+21
|
* main/[various]: remove trailing whitespace in pkgdesctmpfile2017-06-205-5/+5
|
* main/gcalcli: upgrade to 3.4.0tmpfile2017-06-201-11/+6
|
* main/gigolo: upgrade to 0.4.2tmpfile2017-06-201-14/+8
|
* main/c-ares: security upgrade to 1.13.0Timo Teräs2017-06-201-4/+2
| | | | CVE-2017-1000381: c-ares NAPTR parser out of bounds access
* main/ldb: cmocka not avail on aarch64Leonardo Arena2017-06-201-2/+2
|
* main/cmocka: disable on aarch64 due to failing testsJakub Jirutka2017-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following tests FAILED: 38 - calculator_test (Failed) 42 - customer_database_test (Failed) 44 - product_database_test (Failed) 45 - waiter_test_wrap (Failed) test 38 Start 38: calculator_test 38: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/calculator_test 38: Test timeout computed to be: 1500 38: [==========] Running 22 test(s). 38: [ RUN ] test_add 38: [ OK ] test_add 38: [ RUN ] test_subtract 38: [ OK ] test_subtract 38: [ RUN ] test_multiply 38: [ OK ] test_multiply 38: [ RUN ] test_divide 38: [ OK ] test_divide 38: [ RUN ] test_divide_by_zero 38: Expected assertion b occurred 38: [ OK ] test_divide_by_zero 38: [ RUN ] test_find_operator_function_by_string_null_functions 38: Expected assertion !number_of_operator_functions || operator_functions occurred 38: [ OK ] test_find_operator_function_by_string_null_functions 38: [ RUN ] test_find_operator_function_by_string_null_string 38: Expected assertion operator_string != NULL occurred 38: [ OK ] test_find_operator_function_by_string_null_string 38: [ RUN ] test_find_operator_function_by_string_valid_null_functions 38: [ OK ] test_find_operator_function_by_string_valid_null_functions 38: [ RUN ] test_find_operator_function_by_string_not_found 38: [ OK ] test_find_operator_function_by_string_not_found 38: [ RUN ] test_find_operator_function_by_string_found 38: [ OK ] test_find_operator_function_by_string_found 38: [ RUN ] test_perform_operation_null_args 38: Expected assertion !number_of_arguments || arguments occurred 38: [ OK ] test_perform_operation_null_args 38: [ RUN ] test_perform_operation_null_operator_functions 38: Expected assertion !number_of_operator_functions || operator_functions occurred 38: [ OK ] test_perform_operation_null_operator_functions 38: [ RUN ] test_perform_operation_null_number_of_intermediate_values 38: Expected assertion number_of_intermediate_values != NULL occurred 38: [ OK ] test_perform_operation_null_number_of_intermediate_values 38: [ RUN ] test_perform_operation_null_intermediate_values 38: Expected assertion intermediate_values != NULL occurred 38: [ OK ] test_perform_operation_null_intermediate_values 38: [ RUN ] test_perform_operation_no_arguments 38: [ OK ] test_perform_operation_no_arguments 38: [ RUN ] test_perform_operation_first_arg_not_integer 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_first_arg_not_integer 38: [ RUN ] test_perform_operation_unknown_operator 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_unknown_operator 38: [ RUN ] test_perform_operation_missing_argument 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_missing_argument 38: [ RUN ] test_perform_operation_no_integer_after_operator 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_no_integer_after_operator 38: [ RUN ] test_perform_operation 38: [ OK ] test_perform_operation 38: [ RUN ] test_example_main_no_args 38: [ OK ] test_example_main_no_args 38: [ RUN ] test_example_main 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_example_main 38: [==========] 22 test(s) run. 38: [ PASSED ] 17 test(s). 38: [ FAILED ] 5 test(s), listed below: 38: [ FAILED ] test_perform_operation_first_arg_not_integer 38: [ FAILED ] test_perform_operation_unknown_operator 38: [ FAILED ] test_perform_operation_missing_argument 38: [ FAILED ] test_perform_operation_no_integer_after_operator 38: [ FAILED ] test_example_main 38: 38: 5 FAILED TEST(S) 1/4 Test #38: calculator_test ..................***Failed 0.00 sec test 42 Start 42: customer_database_test 42: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/customer_database_test 42: Test timeout computed to be: 1500 42: [==========] Running 2 test(s). 42: [ RUN ] test_connect_to_customer_database 42: [ OK ] test_connect_to_customer_database 42: [ RUN ] test_get_customer_id_by_name 42: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 42: [ FAILED ] test_get_customer_id_by_name 42: [==========] 2 test(s) run. 42: [ PASSED ] 1 test(s). 42: [ FAILED ] 1 test(s), listed below: 42: [ FAILED ] test_get_customer_id_by_name 42: 42: 1 FAILED TEST(S) 2/4 Test #42: customer_database_test ...........***Failed 0.00 sec test 44 Start 44: product_database_test 44: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/product_database_test 44: Test timeout computed to be: 1500 44: [==========] Running 3 test(s). 44: [ RUN ] test_connect_to_product_database 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database 44: [ RUN ] test_connect_to_product_database_bad_url 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database_bad_url 44: [ RUN ] test_connect_to_product_database_missing_parameter 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database_missing_parameter 44: [==========] 3 test(s) run. 44: [ PASSED ] 0 test(s). 44: [ FAILED ] 3 test(s), listed below: 44: [ FAILED ] test_connect_to_product_database 44: [ FAILED ] test_connect_to_product_database_bad_url 44: [ FAILED ] test_connect_to_product_database_missing_parameter 44: 44: 3 FAILED TEST(S) 3/4 Test #44: product_database_test ............***Failed Required regular expression not found.Regex=[\[ FAILED \] 2 test ] 0.00 sec test 45 Start 45: waiter_test_wrap 45: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/chef_wrap/waiter_test_wrap 45: Test timeout computed to be: 1500 45: [==========] Running 2 test(s). 45: [ RUN ] test_order_hotdog 45: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 45: [ FAILED ] test_order_hotdog 45: [ RUN ] test_bad_dish 45: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 45: [ FAILED ] test_bad_dish 45: [==========] 2 test(s) run. 45: [ PASSED ] 0 test(s). 45: [ FAILED ] 2 test(s), listed below: 45: [ FAILED ] test_order_hotdog 45: [ FAILED ] test_bad_dish 45: 45: 2 FAILED TEST(S) 4/4 Test #45: waiter_test_wrap .................***Failed 0.00 sec
* main/cmocka: rerun failed tests again in extra-verbose modeJakub Jirutka2017-06-191-1/+4
|
* main/cmocka: enable on aarch64Jakub Jirutka2017-06-191-1/+1
| | | | | I hope that patch musl_uintptr.patch fixes build error (see bcbcb71d7a89675f89e1de484bcd96319ef999aa) even for aarch64.
* main/pcsc-lite: upgrade to 1.8.22Timo Teräs2017-06-191-3/+3
|
* main/vte: enabled python bindings as subpackageFrancesco Colista2017-06-191-6/+13
|
* main/libunwind: does not build on x86 or ppc64leTimo Teräs2017-06-191-1/+1
|
* main/libunwind: upgrade to 1.2.1tmpfile2017-06-192-65/+8
|
* main/py-requests: upgrade to 2.18.1Fabian Affolter2017-06-191-2/+2
|
* main/ghi: upgrade to 1.2.0tmpfile2017-06-191-11/+6
|
* main/fftw: upgrade to 3.3.6p2tmpfile2017-06-191-19/+12
|
* main/darkice: upgrade to 1.3tmpfile2017-06-191-23/+12
|
* main/cython: upgrade to 0.25.2tmpfile2017-06-191-6/+4
|
* main/jasper: upgrade to 2.0.12tmpfile2017-06-191-17/+7
|
* main/ldb: upgrade to 1.1.31tmpfile2017-06-191-27/+11
|
* main/pango: upgrade to 1.40.6tmpfile2017-06-191-8/+5
|
* main/abiword: add patch from upstream to fix black-screen regressiontmpfile2017-06-192-1/+57
|
* main/strace: fix s390x buildTimo Teräs2017-06-192-20/+13
| | | | | instead of patching the missing variable, provide it via CFLAGS so it is available in all files
* main/intltool: fixes #7450Francesco Colista2017-06-192-3/+49
|
* main/cmocka: upgrade to 1.1.1tmpfile2017-06-181-7/+6
|
* main/mkinitfs: upgrade to 3.1.0Natanael Copa2017-06-161-2/+2
|
* main/libxml2: fix secfix commentNatanael Copa2017-06-161-1/+1
|
* main/libxml2: fix for CVE-2017-5969Natanael Copa2017-06-162-2/+69
| | | | ref #6851
* main/alpine-conf: upgrade to 3.6.0Natanael Copa2017-06-161-2/+2
|
* main/bind: security upgrade to 9.11.1_p1 (CVE-2017-3140)Natanael Copa2017-06-161-2/+2
| | | | fixes #7437