aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/cgdb: fix build on mips* (name collision)info@mobile-stream.com2018-11-261-1/+3
| | | | | | | There is a variable called "mips" in the code that conflicts with the predefined "mips" macro. Add -std=c11 / -std=c++11 to CFLAGS / CXXFLAGS to force removal of all the non-underscored predefined macros. This is safe because README.md says the project is officially C11/C++11.
* main/conky: do not use git during buildinfo@mobile-stream.com2018-11-261-2/+3
| | | | This enables the RELEASE mode as documented in cmake/ConkyBuildOptions.cmake
* main/graphviz: fix buildinfo@mobile-stream.com2018-11-261-1/+2
| | | | | | | | graphviz uses custom feature-testing tool written in shell, ./iffe. On recent edge iffe generates somewhat incomplete ./FEATURE/sfio thus causing build to fail. Work-around this by using /bin/bash for the build time only.
* main/arpon: fix build with gcc8 (useful -Werror)info@mobile-stream.com2018-11-262-7/+40
| | | | | gcc8 reports one -Werror=pointer-compare case with the actual problem and several harmless -Werror=implicit-fallthrough so fix everything with a patch.
* main/libsrtp: modernize, enable testinfo@mobile-stream.com2018-11-263-11/+92
| | | | | | - use cracklib-words for test since there is no /usr/share/dict/words in Alpine (really?); - built-in test passes on x86_64 and mipsel at least; - the real motivation was to fix build on mips* (fix-name-collision.patch -- could be safely dropped);
* main/llvm5: build fix for gcc8info@mobile-stream.com2018-11-262-2/+34
| | | | The patch is taken from Fedora.
* main/valgrind: upgrade to 3.14.0Henrik Riomar2018-11-232-98/+3
| | | | valgrind-3.13.0-ld-separate-code.patch now in upstream
* community/open-vm-tools: move from mainNatanael Copa2018-11-2319-1037/+0
|
* main/open-vm-tools: fix reboot and haltHenrik Riomar2018-11-232-1/+39
|
* main/open-vm-tools: upgrade 10.3.5Henrik Riomar2018-11-2316-8405/+191
| | | | | | Rebased the patches and skiped the ones that was fixed by upstream Added check()
* main/gnu-efi: disable build on mips*info@mobile-stream.com2018-11-231-1/+1
| | | | | | Explicitly list supported architectures instead of using the bulky "all !..." logic (and assuming !armel was omitted by accident). Do not bump pkgrel since this change does not affect the produced apk in any way.
* main/feh: upgrade to 3.1Sören Tempel2018-11-221-2/+2
|
* main/openjpeg: security fix for CVE-2017-17480Natanael Copa2018-11-2212-594/+86
| | | | | | also remove unused patches fixes #9679
* main/memcached: upgrade to 1.5.12André Klitzing2018-11-221-2/+2
|
* main/uwsgi: upgrade to 2.0.17.1André Klitzing2018-11-221-3/+3
|
* main/encfs: rebuild against tinyxml2 7Natanael Copa2018-11-221-1/+1
|
* main/tinyxml2: upgrade to 7.0.1André Klitzing2018-11-221-2/+2
|
* main/distcc: upgrade to 3.3.2André Klitzing2018-11-221-3/+10
|
* main/libmaa: fix ppc64le bld break for sprintf WerrorMike Sullivan2018-11-222-5/+16
|
* main/mercurial: upgrade to 4.8Mathias De Maré2018-11-221-2/+2
|
* main/gdb: upgrade to 8.2Natanael Copa2018-11-222-25/+19
|
* main/dtc: update to 1.4.7Timo Teräs2018-11-212-35/+7
|
* main/db: build fix for gcc8Natanael Copa2018-11-212-21/+33
|
* main/py-cryptography: upgrade to 2.4.2Francesco Colista2018-11-211-3/+3
|
* main/py-cffi: ugprade to 1.11.5Francesco Colista2018-11-211-2/+2
|
* main/linux-vanilla: fix config for aarch64Natanael Copa2018-11-212-2/+7
|
* main/linux-rpi: upgrade to 4.19.3Carlo Landmeter2018-11-212-15/+33
|
* main/cmake: upgrade to 3.13.0Andy Postnikov2018-11-211-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.82-r0Natanael Copa2018-11-211-1/+1
|
* main/linux-vanilla: upgrade to 4.14.82Natanael Copa2018-11-211-2/+2
|
* main/busybox: fix ssl_client's install_ifNatanael Copa2018-11-211-2/+2
| | | | should be installed if libssl1.1 is installed, not libressl-libssl.
* main/sdl2_mixer: upgrade to 2.0.4Francesco Colista2018-11-211-2/+2
|
* main/sdl2_image: upgrade to 2.0.4Francesco Colista2018-11-211-2/+2
|
* main/nghttp2: upgrade to 1.34.0Francesco Colista2018-11-211-3/+3
|
* main/pixman: fix ppc64le build failure by including vmx patchMike Sullivan2018-11-202-2/+16
|
* main/openssl: security upgrade to 1.1.1a - CVE-2018-0734 - CVE-2018-0735J0WI2018-11-202-267/+9
|
* main/aspell: fix build with gcc8alpine-mips-patches2018-11-202-5/+46
| | | | | | This pulls upstream commit that fixes the real bug in the code. Details are at http://github.com/GNUAspell/aspell/issues/519
* main/libmemcached: fix ppc64le build break due to null pointer comparisonMike Sullivan2018-11-202-5/+23
| | | | | | | fixes compile error: clients/memflush.cc:42:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if (opt_servers == false)
* main/email: add check and openssl dependencyJ0WI2018-11-201-7/+9
|
* main/py-attrs: fix testsCarlo Landmeter2018-11-171-5/+8
|
* main/chrpath: update src urlCarlo Landmeter2018-11-171-1/+1
|
* main/cairo: upgrade to 1.16.0Carlo Landmeter2018-11-161-19/+3
|
* main/libtls-standalone: fix src urlCarlo Landmeter2018-11-161-1/+1
|
* main/dnsmasq: update checksumsCarlo Landmeter2018-11-161-1/+1
|
* main/ansible: add option to change shell in lxc moduleCarlo Landmeter2018-11-162-3/+101
| | | | https://github.com/ansible/ansible/pull/40924