aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu
Commit message (Collapse)AuthorAgeFilesLines
* main/qemu: rebuild against libnfs-2.0.0Natanael Copa2017-07-101-1/+1
|
* main/qemu: modernize abuild, remove explicit returnsJakub Jirutka2017-07-041-26/+21
|
* main/qemu: move qemu-nbd to -img subpackageJakub Jirutka2017-07-041-1/+2
|
* main/qemu. upgrade to 2.9.0Natanael Copa2017-06-1610-361/+21
|
* 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
* main/qemu: upgrade to 2.8.1Francesco Colista2017-04-171-3/+3
|
* community/qemu: fix build on PPC when musl is used instead of glibcRoberto Oliveira2017-03-312-26/+69
| | | | | Musl on Power does not define regs member as a pt_regs pointer type, so need to use gp_regs member instead.
* main/qemu: remove strip action from APKBUILDRoberto Oliveira2017-03-311-1/+1
| | | | | | APKBUILD was stripping qemu binaries and also a .img file and this was making the build fail. As qemu Makefile already strip the generated binaries, APKBUILD does not need to strip them again, so this patch removes the strip from APKBUILD.
* main/qemu: fix dependencies for linux-user qemusNatanael Copa2017-01-171-3/+7
|
* main/qemu: add patch that makes golang work in linux-userNatanael Copa2017-01-172-1/+61
|
* main/qemu: build the linux-user targets staticNatanael Copa2017-01-171-20/+37
| | | | | The linux-user emulators makes more sense as static binaries so we build them all static.
* main/qemu: enable ncurses againNatanael Copa2016-12-242-1/+19
|
* main/qemu: upgrade to 2.8.0Natanael Copa2016-12-215-46/+35
|
* main/qemu: fix build on aarch64Natanael Copa2016-12-152-0/+38
|
* main/qemu: upgrade to 2.7.0Natanael Copa2016-12-132-18/+15
|
* main/qemu: Upgrade to 2.6.2.Przemyslaw Pawelczyk2016-12-021-4/+4
|
* main/qemu: upgrade to 2.6.1Natanael Copa2016-09-121-5/+5
|
* main/qemu: rebuild against gettext-0.19.8.1Natanael Copa2016-07-181-1/+1
|
* main/qemu: rebuild against gettext 0.19.8Francesco Colista2016-07-181-1/+1
|
* main/qemu: add subpackage -docJakub Jirutka2016-06-271-8/+7
|
* main/qemu: install /etc/qemu/bridge.confJakub Jirutka2016-06-272-4/+20
|
* main/qemu: improve abuild, simplify splitting of subsystems etc.Jakub Jirutka2016-06-271-15/+19
|
* main/qemu: fix chown/chmod for qemu-bridge-helper and gid of qemu groupJakub Jirutka2016-06-272-4/+4
| | | | gid 35 is already reserved for group "games"
* main/qemu: fix configure ifunc checkNatanael Copa2016-06-242-1/+19
| | | | | | compiler and linker supports ifunc but musl dynamic linker does not. fixes #5768
* main/qemu: upgrade to 2.6.0Natanael Copa2016-06-211-5/+5
|
* main/qemu: fix qemu-bridge-helper - set suid, chmod 04710, info msgJakub Jirutka2016-05-113-2/+25
|
* main/qemu: improve abuild, DRYJakub Jirutka2016-05-111-158/+98
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+3
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Reorder options passed to addgroup in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/qemu: upgrade to 2.5.1Natanael Copa2016-04-083-101/+8
|
* main/qemu: security fix (CVE-2015-8550, xsa-155). Fixes #5159Leonardo Arena2016-02-243-5/+101
|
* main/qemu: upgrade to 2.5.0Valery Kartel2015-12-228-1471/+35
| | | | | remove unused patches made simple & clean init script for guest-agent
* main/qemu: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/qemu: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/qemu: add snappy, libnfs support and use upstream CFLAGSNatanael Copa2015-12-021-14/+43
| | | | | we disable our custom CFLAGS in an attempt to try catch a bug reported by pluesh on irc.
* main/qemu: fix build on armNatanael Copa2015-11-191-2/+6
|
* main/qemu: upgrade to 2.4.1Natanael Copa2015-11-091-5/+5
|
* main/qemu: rebuild against ncurses-6.0Natanael Copa2015-10-161-1/+1
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* main/qemu: upgrade to 2.4.0.1Natanael Copa2015-09-241-4/+4
|
* main/qemu: upgrade to 2.4.0Natanael Copa2015-08-131-18/+5
|
* main/qemu: security fix for CVE-2015-5154Natanael Copa2015-07-312-1/+180
|
* main/qemu: security fix for CVE-2015-4037Natanael Copa2015-07-082-0/+54
| | | | ref #4328
* main/qemu: security fix for CVE-2015-3456Natanael Copa2015-05-152-1/+90
| | | | ref #4181
* main/qemu: upgrade to 2.3.0Natanael Copa2015-04-301-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/qemu: add gtk subpackage and enable libssh2Natanael Copa2015-04-211-18/+51
|
* main/qemu: split system-tricoreTimo Teräs2015-04-101-0/+2
|
* main/qemu: upgrade to 2.2.1Timo Teräs2015-04-102-8/+43
|