Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/ginger: disable til nginx builds | Natanael Copa | 2017-04-21 | 1 | -2/+2 |
| | |||||
* | testing/kimchi: disable til nginx builds | Natanael Copa | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | main/aports-build: stop sending messages about build failure | Natanael Copa | 2017-04-21 | 2 | -11/+2 |
| | | | | the buildrepo script reports better information | ||||
* | main/qemu: security fixes #6921 | Sergei Lukin | 2017-04-21 | 9 | -2/+386 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2016-7994: Qemu virtio-gpu: memory leak in virtio_gpu_resource_create_2d CVE-2016-7995: Qemu: usb: hcd-ehci: memory leak in ehci_process_itd CVE-2016-8576: Qemu: usb: xHCI: infinite loop vulnerability in xhci_ring_fetch CVE-2016-8577: Qemu: 9pfs: host memory leakage in v9fs_read CVE-2016-8578: Qemu: 9pfs: potential NULL dereferencein 9pfs routines CVE-2016-8668: Qemu: net: OOB buffer access in rocker switch emulation CVE-2016-8909: Qemu: audio: intel-hda: infinite loop in processing dma buffer stream CVE-2016-8910: Qemu: net: rtl8139: infinite loop while transmit in C+ mode CVE-2016-9101: Qemu: net: eepro100 memory leakage at device unplug CVE-2016-9102: Qemu: 9pfs: memory leakage when creating extended attribute CVE-2016-9103: Qemu: 9pfs: information leakage via xattribute CVE-2016-9104: Qemu: 9pfs: integer overflow leading to OOB access CVE-2016-9105: Qemu: memory leakage in v9fs_link CVE-2016-9106: Qemu: 9pfs: memory leakage in v9fs_write CVE-2017-5525: Qemu: audio: memory leakage in ac97 device CVE-2017-5552: Qemu: display: virtio-gpu-3d: memory leakage in virgl_resource_attach_backing CVE-2017-5578: Qemu: display: virtio-gpu: host memory leakage in virtio_gpu_resource_attach_backing CVE-2017-5579: Qemu: serial: host memory leakage in 16550A UART emulation CVE-2017-5667: Qemu: sd: sdhci OOB access during multi block SDMA transfer CVE-2017-5856: Qemu: scsi: megasas: host memory leakage in megasas_handle_dcmd CVE-2017-5857: display: virtio-gpu-3d: host memory leakage in virgl_cmd_resource_unref CVE-2017-5898: Qemu: usb: integer overflow in emulated_apdu_from_guest CVE-2017-5931: virtio: integer overflow in handling virtio-crypto requests CVE-2017-2615: Qemu: display: cirrus: oob access while doing bitblt copy backward mode CVE-2017-2620: Qemu: display: cirrus: potential arbitrary code execution via cirrus_bitblt_cputovideo CVE-2017-6505: usb: an infinite loop issue in ohci_service_ed_list | ||||
* | community/perl-extutils-pkgconfig: upgrade to 1.16, modernize APKBUILD | Francesco Colista | 2017-04-21 | 1 | -11/+14 |
| | |||||
* | community/zabbix: use php7 | Leonardo Arena | 2017-04-21 | 1 | -2/+2 |
| | |||||
* | testing/etcd: upgrade to 3.1.6 | Francesco Colista | 2017-04-21 | 2 | -7/+6 |
| | |||||
* | community/zabbix: upgrade to 3.2.5 | Leonardo Arena | 2017-04-21 | 1 | -3/+3 |
| | | | | (cherry picked from commit 3417625c8e9487a8794b42a309d7cf1c47234587) | ||||
* | main/imap: use http mirror for source | Natanael Copa | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | community/yadifa: upgrade to 2.2.5 | Francesco Colista | 2017-04-21 | 1 | -4/+4 |
| | |||||
* | main/py-pbr: upgrade to 3.0.0 | Francesco Colista | 2017-04-21 | 1 | -2/+2 |
| | |||||
* | main/libbsd: fix build on s390x | Tuan M. Hoang | 2017-04-21 | 2 | -8/+9 |
| | |||||
* | testing/creduce: upgrade to 2.6.0 | Jakub Jirutka | 2017-04-21 | 1 | -4/+2 |
| | |||||
* | testing/afl: improve abuild | Jakub Jirutka | 2017-04-21 | 1 | -14/+10 |
| | |||||
* | community/yarn: upgrade to 0.23.2 | Ed Robinson | 2017-04-21 | 1 | -6/+4 |
| | |||||
* | testing/cargo: work properly with new Rust triple | Shiz | 2017-04-21 | 1 | -5/+5 |
| | |||||
* | testing/rust: add Alpine-specific target, move our local differences there | Shiz | 2017-04-21 | 4 | -48/+185 |
| | | | | | | | This adds new Alpine targets to Rust, $arch-alpine-linux-musl that embed our toolchain and distribution differences. We also modify the APKBUILD to properly support (pseudo-)cross-compilation from the $arch-unknown-linux-musl bootstrap targets to this new target. | ||||
* | testing/rust: properly force RPATH with a new target option | Shiz | 2017-04-21 | 5 | -38/+181 |
| | | | | | | These patches add a new target option, `need_rpath`, to force RPATH embedding in appropriate situations. We also minimize the generated RPATH. | ||||
* | testing/rust: factor out fully static support from static PIE support | Shiz | 2017-04-21 | 3 | -11/+75 |
| | |||||
* | testing/rust: remove FileCheck removal patch | Shiz | 2017-04-21 | 2 | -21/+1 |
| | | | | | This is no longer needed with our LLVM 3.9 package, as we ship FileCheck now. | ||||
* | testing/rust: reorganize patches | Shiz | 2017-04-21 | 13 | -172/+161 |
| | | | | | | | This divides up the patches in three logical categories: - musl-*.patch: musl support patches intended for upstreaming; - alpine-*.patch: Alpine-specific patches that are likely not upstreamable; - *.patch: functionality patch that may make it upstream. | ||||
* | community/docker-registry: fix init script | Jakub Jirutka | 2017-04-20 | 2 | -3/+3 |
| | |||||
* | community/qt5-qtbase: big endian bug on s390x | Tuan M. Hoang | 2017-04-20 | 2 | -1/+97 |
| | | | | | Ref https://code.qt.io/cgit/qt/qtbase.git/commit/?id=6f64bfa654fb7e20bb75ec3b0544b81482babb44 | ||||
* | main/kamailio: allow big endian on s390x | Tuan M. Hoang | 2017-04-20 | 2 | -1/+27 |
| | | | | Ref : https://github.com/kamailio/kamailio/pull/1068 | ||||
* | community/certbot: added missing dependencies | Francesco Colista | 2017-04-20 | 1 | -12/+15 |
| | |||||
* | community/py-argparse: new aport. Fixes #7179 | Francesco Colista | 2017-04-20 | 1 | -0/+53 |
| | | | | Directly on community since it's a new dependency for certbot package | ||||
* | testing/py-testscenarios: changed description | Francesco Colista | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | testing/py-fixtures: changed description | Francesco Colista | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | testing/alsa-plugins: new aport | Taner Tas | 2017-04-20 | 1 | -0/+55 |
| | | | | | http://www.alsa-project.org Alsa Plugins | ||||
* | main/zeromq: don't use libunwind since is not avail on x86 | Leonardo Arena | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | community/php7: upgrade to 7.0.18 | Valery Kartel | 2017-04-20 | 1 | -3/+3 |
| | |||||
* | main/libuv: disable setuid/getuid tests | Natanael Copa | 2017-04-20 | 2 | -2/+51 |
| | | | | the fail in fakeroot | ||||
* | testing/stardict: new aport | Taner Tas | 2017-04-20 | 3 | -0/+113 |
| | |||||
* | testing/flowd: fix broken prepare() | Valery Kartel | 2017-04-20 | 2 | -4/+7 |
| | | | | cosmetic update in init-script | ||||
* | main/zeromq: upgrade to 4.2.2 | Valery Kartel | 2017-04-20 | 2 | -24/+28 |
| | | | | | - add check() - cleanups | ||||
* | community/pcre2: disable jit on s390x | Tuan M. Hoang | 2017-04-20 | 1 | -3/+3 |
| | |||||
* | community/php7: disable jit on s390x | Tuan M. Hoang | 2017-04-20 | 1 | -1/+3 |
| | |||||
* | community/[various]: no s390x support for openblas yet | Tuan M. Hoang | 2017-04-20 | 4 | -10/+8 |
| | |||||
* | main/cmocka: __WORDSIZE definition on s390x | Tuan M. Hoang | 2017-04-20 | 2 | -1/+16 |
| | | | | There should be a more elegant solution for this but it would work fine | ||||
* | main/compiler-rt: no s390x support for llvm3.8 | Tuan M. Hoang | 2017-04-20 | 1 | -2/+2 |
| | | | | s390x support for compiler-rt starts from llvm3.9 | ||||
* | main/openobex: no need update_config_sub | Tuan M. Hoang | 2017-04-20 | 1 | -6/+1 |
| | |||||
* | community/docker-registry: add basic check() function | Jakub Jirutka | 2017-04-20 | 1 | -0/+6 |
| | |||||
* | community/docker-registry: strip and add -dbg subpackage | Jakub Jirutka | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | community/docker-registry: upgrade to 2.6.1 | Jakub Jirutka | 2017-04-20 | 1 | -2/+11 |
| | |||||
* | main/tmux: upgrade to 2.4 | Natanael Copa | 2017-04-20 | 1 | -5/+3 |
| | |||||
* | main/alpine-keys: install key for s390x | Tuan M. Hoang | 2017-04-20 | 1 | -10/+16 |
| | |||||
* | main/mupdf: upgrade to 1.11 | Daniel Sabogal | 2017-04-20 | 5 | -179/+31 |
| | | | | Move muraster to mupdf-tools | ||||
* | main/offlineimap: moderinze APKBUILD | Sören Tempel | 2017-04-20 | 1 | -6/+7 |
| | |||||
* | main/offlineimap: upgrade to 7.1.0 | Ivan Tham | 2017-04-20 | 1 | -4/+3 |
| | |||||
* | community/loksh: upgrade to 6.1, modernize APKBUILD | Sören Tempel | 2017-04-20 | 1 | -7/+6 |
| |