Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/handbrake: modernize APKBUILD | Leonardo Arena | 2017-04-12 | 1 | -23/+16 | |
| | ||||||
* | community/py-gst1: upgrade to 1.10.4 and moved to community | Carlo Landmeter | 2017-04-12 | 1 | -68/+0 | |
| | ||||||
* | testing/llvm-libunwind: remove unused patch | Jakub Jirutka | 2017-04-12 | 1 | -51/+0 | |
| | ||||||
* | testing/handbrake: upgrade to 1.0.7 | Leonardo Arena | 2017-04-12 | 1 | -2/+2 | |
| | ||||||
* | testing/cargo: add check(), but ignore test failures for now | Jakub Jirutka | 2017-04-12 | 1 | -4/+19 | |
| | ||||||
* | testing/cargo: upgrade to 0.17.0 | Jakub Jirutka | 2017-04-12 | 2 | -31/+24 | |
| | ||||||
* | testing/cargo: improve abuild | Jakub Jirutka | 2017-04-12 | 1 | -23/+18 | |
| | ||||||
* | testing/rust: build against llvm3.9 | Jakub Jirutka | 2017-04-12 | 1 | -2/+3 | |
| | ||||||
* | testing/rust: fix multiple issues with static/dynamic linking | Jakub Jirutka | 2017-04-12 | 5 | -12/+151 | |
| | ||||||
* | testing/llvm-libunwind: upgrade to 3.9.1 and build with llvm3.9 | Jakub Jirutka | 2017-04-12 | 1 | -7/+7 | |
| | ||||||
* | testing/llvm3.9: really disable failing FileSystemTest.CreateDir | Jakub Jirutka | 2017-04-12 | 2 | -8/+40 | |
| | ||||||
* | testing/llvm3.9: disable perms assert in FileSystemTest.CreateDir | Jakub Jirutka | 2017-04-12 | 2 | -0/+31 | |
| | | | | It fails, probably due to some specific setup of /tmp on build servers. | |||||
* | testing/llvm-libunwind: disable on x86, fails to build | Jakub Jirutka | 2017-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | cd /home/buildozer/aports/testing/llvm-libunwind/src/libunwind-3.8.1.src/build-1/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/unwind.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -Os -fomit-frame-pointer -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -Os -DNDEBUG -nodefaultlibs -Wl,--as-needed -Wl,-z,defs -shared -Wl,-soname,libunwind.so.1 -o ../lib/libunwind.so.1.0 CMakeFiles/unwind.dir/libunwind.cpp.o CMakeFiles/unwind.dir/Unwind-EHABI.cpp.o CMakeFiles/unwind.dir/UnwindLevel1.c.o CMakeFiles/unwind.dir/UnwindLevel1-gcc-ext.c.o CMakeFiles/unwind.dir/Unwind-sjlj.c.o CMakeFiles/unwind.dir/UnwindRegistersRestore.S.o CMakeFiles/unwind.dir/UnwindRegistersSave.S.o -lc -ldl -lpthread CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get8(unsigned int) [clone .isra.11]': libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace4get8Ej.isra.11+0x4c): undefined reference to `__stack_chk_fail_local' CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get16(unsigned int) [clone .isra.12]': libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get16Ej.isra.12+0x59): undefined reference to `__stack_chk_fail_local' CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get32(unsigned int) [clone .isra.13]': libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get32Ej.isra.13+0x58): undefined reference to `__stack_chk_fail_local' CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get64(unsigned int) [clone .isra.14]': libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get64Ej.isra.14+0x59): undefined reference to `__stack_chk_fail_local' CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86>::getFunctionName(char*, unsigned int, unsigned long long*)': libunwind.cpp:(.text._ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy[_ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy]+0x87): undefined reference to `__stack_chk_fail_local' CMakeFiles/unwind.dir/libunwind.cpp.o:libunwind.cpp:(.text._ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE[_ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE]+0xe0): more undefined references to `__stack_chk_fail_local' follow collect2: error: ld returned 1 exit status | |||||
* | testing/llvm3.9: install FileCheck | Jakub Jirutka | 2017-04-12 | 1 | -0/+5 | |
| | ||||||
* | testing/llvm3.9: add backported patches for Rust | Jakub Jirutka | 2017-04-12 | 6 | -1/+1480 | |
| | | | | | I've copied these patches from Fedora package: http://pkgs.fedoraproject.org/cgit/rpms/llvm3.9.git/ | |||||
* | testing/llvm3.9: new aport | Jakub Jirutka | 2017-04-12 | 4 | -0/+279 | |
| | | | | | http://llvm.org/ Low Level Virtual Machine compiler system (version 3.9) | |||||
* | testing/xorgxrdp: disable on x86 | Carlo Landmeter | 2017-04-12 | 1 | -1/+1 | |
| | | | | TEXTREL /home/buildozer/aports/testing/xorgxrdp/pkg/xorgxrdp/usr/lib/xorg/modules/libxorgxrdp.so | |||||
* | testing/py-gst1: add support for py3 | Carlo Landmeter | 2017-04-11 | 1 | -11/+41 | |
| | ||||||
* | testing/shairport-sync: don't start with --daemon | Jakub Jirutka | 2017-04-11 | 3 | -3/+52 | |
| | ||||||
* | testing/shairport-sync: fix and modernize abuild | Jakub Jirutka | 2017-04-11 | 1 | -22/+15 | |
| | ||||||
* | testing/shairport-sync: add init script | Henrik Nilsson | 2017-04-11 | 2 | -5/+15 | |
| | ||||||
* | testing/shairport-sync: upgrade to 3.0.2 | Henrik Nilsson | 2017-04-11 | 1 | -5/+5 | |
| | ||||||
* | testing/etcd: rename subpkg etcd-etcdctl to etcd-ctl | Jakub Jirutka | 2017-04-11 | 1 | -3/+3 | |
| | ||||||
* | testing/etcd: move etcdctl to subpackage | Ed Robinson | 2017-04-11 | 1 | -3/+8 | |
| | | | | | | | etcdctl can be a useful utility to have without etcd itself, when connecting to a remote cluster, or from within a container. Equaly it might not be needed when installing the server. | |||||
* | testing/ghc: improve and fix abuild | Jakub Jirutka | 2017-04-11 | 2 | -45/+63 | |
| | ||||||
* | testing/ghc: rearrange variables into conventional order | Jakub Jirutka | 2017-04-11 | 1 | -30/+26 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.9.21-r0 | Natanael Copa | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | testing/wireguard-grsec: rebuild against kernel 4.9.21-r0 | Natanael Copa | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.9.21-r0 | Natanael Copa | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | testing/sch-cake-grsec: rebuild against kernel 4.9.21-r0 | Natanael Copa | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.9.21-r0 | Natanael Copa | 2017-04-10 | 1 | -1/+1 | |
| | ||||||
* | testing/php7-ast: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -6/+5 | |
| | ||||||
* | testing/php7-stats: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -9/+7 | |
| | ||||||
* | testing/php7-timezonedb: Pacakge Update | Fabio Ribeiro | 2017-04-10 | 1 | -9/+7 | |
| | ||||||
* | testing/php7-oauth: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -9/+7 | |
| | ||||||
* | testing/php7-msgpack: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -9/+7 | |
| | ||||||
* | testing/php7-mailparse: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -9/+7 | |
| | ||||||
* | testing/php7-redis: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -16/+12 | |
| | ||||||
* | testing/php7-memcached: Pacakge update | Fabio Ribeiro | 2017-04-10 | 1 | -10/+12 | |
| | ||||||
* | testing/php7-mongodb: Package update | Fabio Ribeiro | 2017-04-10 | 1 | -8/+7 | |
| | ||||||
* | testing/php7-amqp: package update | Fabio Ribeiro | 2017-04-10 | 1 | -4/+4 | |
| | ||||||
* | testing/py-scipy: upgrade to 0.19.0 and modernize abuild | André Klitzing | 2017-04-10 | 1 | -19/+7 | |
| | ||||||
* | testing/py-h2: new aport | André Klitzing | 2017-04-10 | 1 | -0/+45 | |
| | ||||||
* | testing/perl-anyevent-influxdb: Upgrade to 1.0.2.0 | Nick Andrew | 2017-04-10 | 1 | -14/+16 | |
| | ||||||
* | testing/perl-anyevent-http: upgrade to 2.23 | Nick Andrew | 2017-04-10 | 1 | -16/+23 | |
| | ||||||
* | testing/wireguard-vanilla: update to 0.0.20170409 | Stuart Cardall | 2017-04-10 | 1 | -2/+2 | |
| | ||||||
* | testing/wireguard-grsec: update to 0.0.20170409 | Stuart Cardall | 2017-04-10 | 1 | -2/+2 | |
| | ||||||
* | testing/wireguard-tools: update to 0.0.20170409 | Stuart Cardall | 2017-04-10 | 1 | -2/+2 | |
| | ||||||
* | testing/lvm-libunwind: really add the patch | Jakub Jirutka | 2017-04-10 | 1 | -0/+51 | |
| | ||||||
* | testing/llvm-libunwind: fix build on aarch64 | Jakub Jirutka | 2017-04-10 | 1 | -2/+4 | |
| |