aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/ginger: disable til nginx buildsNatanael Copa2017-04-211-2/+2
|
* testing/kimchi: disable til nginx buildsNatanael Copa2017-04-211-1/+1
|
* main/aports-build: stop sending messages about build failureNatanael Copa2017-04-212-11/+2
| | | | the buildrepo script reports better information
* main/qemu: security fixes #6921Sergei Lukin2017-04-219-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 APKBUILDFrancesco Colista2017-04-211-11/+14
|
* community/zabbix: use php7Leonardo Arena2017-04-211-2/+2
|
* testing/etcd: upgrade to 3.1.6Francesco Colista2017-04-212-7/+6
|
* community/zabbix: upgrade to 3.2.5Leonardo Arena2017-04-211-3/+3
| | | | (cherry picked from commit 3417625c8e9487a8794b42a309d7cf1c47234587)
* main/imap: use http mirror for sourceNatanael Copa2017-04-211-1/+1
|
* community/yadifa: upgrade to 2.2.5Francesco Colista2017-04-211-4/+4
|
* main/py-pbr: upgrade to 3.0.0Francesco Colista2017-04-211-2/+2
|
* main/libbsd: fix build on s390xTuan M. Hoang2017-04-212-8/+9
|
* testing/creduce: upgrade to 2.6.0Jakub Jirutka2017-04-211-4/+2
|
* testing/afl: improve abuildJakub Jirutka2017-04-211-14/+10
|
* community/yarn: upgrade to 0.23.2Ed Robinson2017-04-211-6/+4
|
* testing/cargo: work properly with new Rust tripleShiz2017-04-211-5/+5
|
* testing/rust: add Alpine-specific target, move our local differences thereShiz2017-04-214-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 optionShiz2017-04-215-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 supportShiz2017-04-213-11/+75
|
* testing/rust: remove FileCheck removal patchShiz2017-04-212-21/+1
| | | | | This is no longer needed with our LLVM 3.9 package, as we ship FileCheck now.
* testing/rust: reorganize patchesShiz2017-04-2113-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 scriptJakub Jirutka2017-04-202-3/+3
|
* community/qt5-qtbase: big endian bug on s390xTuan M. Hoang2017-04-202-1/+97
| | | | | Ref https://code.qt.io/cgit/qt/qtbase.git/commit/?id=6f64bfa654fb7e20bb75ec3b0544b81482babb44
* main/kamailio: allow big endian on s390xTuan M. Hoang2017-04-202-1/+27
| | | | Ref : https://github.com/kamailio/kamailio/pull/1068
* community/certbot: added missing dependenciesFrancesco Colista2017-04-201-12/+15
|
* community/py-argparse: new aport. Fixes #7179Francesco Colista2017-04-201-0/+53
| | | | Directly on community since it's a new dependency for certbot package
* testing/py-testscenarios: changed descriptionFrancesco Colista2017-04-201-1/+1
|
* testing/py-fixtures: changed descriptionFrancesco Colista2017-04-201-1/+1
|
* testing/alsa-plugins: new aportTaner Tas2017-04-201-0/+55
| | | | | http://www.alsa-project.org Alsa Plugins
* main/zeromq: don't use libunwind since is not avail on x86Leonardo Arena2017-04-201-2/+2
|
* community/php7: upgrade to 7.0.18Valery Kartel2017-04-201-3/+3
|
* main/libuv: disable setuid/getuid testsNatanael Copa2017-04-202-2/+51
| | | | the fail in fakeroot
* testing/stardict: new aportTaner Tas2017-04-203-0/+113
|
* testing/flowd: fix broken prepare()Valery Kartel2017-04-202-4/+7
| | | | cosmetic update in init-script
* main/zeromq: upgrade to 4.2.2Valery Kartel2017-04-202-24/+28
| | | | | - add check() - cleanups
* community/pcre2: disable jit on s390xTuan M. Hoang2017-04-201-3/+3
|
* community/php7: disable jit on s390xTuan M. Hoang2017-04-201-1/+3
|
* community/[various]: no s390x support for openblas yetTuan M. Hoang2017-04-204-10/+8
|
* main/cmocka: __WORDSIZE definition on s390xTuan M. Hoang2017-04-202-1/+16
| | | | There should be a more elegant solution for this but it would work fine
* main/compiler-rt: no s390x support for llvm3.8Tuan M. Hoang2017-04-201-2/+2
| | | | s390x support for compiler-rt starts from llvm3.9
* main/openobex: no need update_config_subTuan M. Hoang2017-04-201-6/+1
|
* community/docker-registry: add basic check() functionJakub Jirutka2017-04-201-0/+6
|
* community/docker-registry: strip and add -dbg subpackageJakub Jirutka2017-04-201-1/+1
|
* community/docker-registry: upgrade to 2.6.1Jakub Jirutka2017-04-201-2/+11
|
* main/tmux: upgrade to 2.4Natanael Copa2017-04-201-5/+3
|
* main/alpine-keys: install key for s390xTuan M. Hoang2017-04-201-10/+16
|
* main/mupdf: upgrade to 1.11Daniel Sabogal2017-04-205-179/+31
| | | | Move muraster to mupdf-tools
* main/offlineimap: moderinze APKBUILDSören Tempel2017-04-201-6/+7
|
* main/offlineimap: upgrade to 7.1.0Ivan Tham2017-04-201-4/+3
|
* community/loksh: upgrade to 6.1, modernize APKBUILDSören Tempel2017-04-201-7/+6
|