Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/gigolo: move from main | Natanael Copa | 2018-11-28 | 1 | -36/+0 |
| | |||||
* | main/cabextract: security upgrade to 1.9 (CVE-2018-18584) | Natanael Copa | 2018-11-27 | 1 | -2/+6 |
| | |||||
* | main/clamav: security upgrade to 0.100.2 - CVE-2018-15378 - CVE-2018-14680 - ↵ | J0WI | 2018-11-27 | 1 | -4/+9 |
| | | | | | | CVE-2018-14681 - CVE-2018-14682 fixes #9685 | ||||
* | main/py-typing: upgrade to 3.6.6 | Fabian Affolter | 2018-11-27 | 1 | -2/+4 |
| | |||||
* | main/uriparser: upgrade to 0.9.0 | Fabian Affolter | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | main/lvm2: upgrade to 2.02.182 | Natanael Copa | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | main/libmspack: security upgrade to 0.8_alpha | Natanael Copa | 2018-11-27 | 1 | -5/+6 |
| | | | | | | CVE-2018-18584, CVE-2018-18585, CVE-2018-18586 fixes #9663 | ||||
* | main/py-django-haystack: fix dependencies | Kaarle Ritvanen | 2018-11-26 | 1 | -3/+2 |
| | |||||
* | main/arpon: disable werror fixing ppc64le strncpy build error | Mike Sullivan | 2018-11-26 | 2 | -1/+20 |
| | |||||
* | main/apr: upgrade to 1.6.5 | Natanael Copa | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | main/acf-core: update lua-json4 depends | Natanael Copa | 2018-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | commit 66573786035d (main/lua-json4: install into lua/common, remove subpkgs, add rock_manifest) renamed the lua5.x-json4 packages and added a provides for backwards compatibility. But the build time dependencies does not resolve the provides so builder will fail figure out the build time order. We work aorund this by adding an explicit depend of lua-json4, without the lua version, so we no longer depend on proper provides resolving. | ||||
* | main/u-boot: update license | Leonardo Arena | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | main/u-boot: add odroidc2 (aarch64) support | He Yangxuan | 2018-11-26 | 1 | -1/+2 |
| | |||||
* | main/sdl2: upgrade to 2.0.9 | Alexandre Oliveira | 2018-11-26 | 3 | -66/+4 |
| | | | | The previously required patches were added upstream | ||||
* | main/orc: disable tests on mips* | info@mobile-stream.com | 2018-11-26 | 1 | -1/+2 |
| | | | | | | ORC generates MIPS DSP Module Rev2 code which is not supported by Alpine mips* definitions. Keep pkgrel intact since other architectures are unaffected by this change. | ||||
* | main/boost: enable build on mips* | info@mobile-stream.com | 2018-11-26 | 1 | -0/+1 |
| | | | | | | Keep pkgrel intact cause this change 1) does not affect other architectures in any way; 2) follows the existing practice (e.g. commit 790837..) | ||||
* | main/cgdb: fix build on mips* (name collision) | info@mobile-stream.com | 2018-11-26 | 1 | -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 build | info@mobile-stream.com | 2018-11-26 | 1 | -2/+3 |
| | | | | This enables the RELEASE mode as documented in cmake/ConkyBuildOptions.cmake | ||||
* | main/graphviz: fix build | info@mobile-stream.com | 2018-11-26 | 1 | -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.com | 2018-11-26 | 2 | -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 test | info@mobile-stream.com | 2018-11-26 | 3 | -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 gcc8 | info@mobile-stream.com | 2018-11-26 | 2 | -2/+34 |
| | | | | The patch is taken from Fedora. | ||||
* | main/valgrind: upgrade to 3.14.0 | Henrik Riomar | 2018-11-23 | 2 | -98/+3 |
| | | | | valgrind-3.13.0-ld-separate-code.patch now in upstream | ||||
* | community/open-vm-tools: move from main | Natanael Copa | 2018-11-23 | 19 | -1037/+0 |
| | |||||
* | main/open-vm-tools: fix reboot and halt | Henrik Riomar | 2018-11-23 | 2 | -1/+39 |
| | |||||
* | main/open-vm-tools: upgrade 10.3.5 | Henrik Riomar | 2018-11-23 | 16 | -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.com | 2018-11-23 | 1 | -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.1 | Sören Tempel | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | main/openjpeg: security fix for CVE-2017-17480 | Natanael Copa | 2018-11-22 | 12 | -594/+86 |
| | | | | | | also remove unused patches fixes #9679 | ||||
* | main/memcached: upgrade to 1.5.12 | André Klitzing | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | main/uwsgi: upgrade to 2.0.17.1 | André Klitzing | 2018-11-22 | 1 | -3/+3 |
| | |||||
* | main/encfs: rebuild against tinyxml2 7 | Natanael Copa | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | main/tinyxml2: upgrade to 7.0.1 | André Klitzing | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | main/distcc: upgrade to 3.3.2 | André Klitzing | 2018-11-22 | 1 | -3/+10 |
| | |||||
* | main/libmaa: fix ppc64le bld break for sprintf Werror | Mike Sullivan | 2018-11-22 | 2 | -5/+16 |
| | |||||
* | main/mercurial: upgrade to 4.8 | Mathias De Maré | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | main/gdb: upgrade to 8.2 | Natanael Copa | 2018-11-22 | 2 | -25/+19 |
| | |||||
* | main/dtc: update to 1.4.7 | Timo Teräs | 2018-11-21 | 2 | -35/+7 |
| | |||||
* | main/db: build fix for gcc8 | Natanael Copa | 2018-11-21 | 2 | -21/+33 |
| | |||||
* | main/py-cryptography: upgrade to 2.4.2 | Francesco Colista | 2018-11-21 | 1 | -3/+3 |
| | |||||
* | main/py-cffi: ugprade to 1.11.5 | Francesco Colista | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | main/linux-vanilla: fix config for aarch64 | Natanael Copa | 2018-11-21 | 2 | -2/+7 |
| | |||||
* | main/linux-rpi: upgrade to 4.19.3 | Carlo Landmeter | 2018-11-21 | 2 | -15/+33 |
| | |||||
* | main/cmake: upgrade to 3.13.0 | Andy Postnikov | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | main/zfs-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.82-r0 | Natanael Copa | 2018-11-21 | 1 | -1/+1 |
| |