mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qemu: update to 4.1.0, adopt package
This commit is contained in:
parent
ff86712b04
commit
46bbe30fdf
2 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
||||||
Updated version of 0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch for qemu-3.0.0
|
Updated version of 0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch for qemu-3.0.0
|
||||||
from alpine, original author Natanael Copa.
|
from alpine, original author Natanael Copa.
|
||||||
--- linux-user/signal.c 2018-09-04 10:23:03.244301111 +0200
|
--- linux-user/signal.c 2019-08-22 19:46:40.369463327 +0200
|
||||||
+++ linux-user/signal.c 2018-09-04 10:29:52.333828797 +0200
|
+++ linux-user/signal.c 2019-08-22 19:47:25.176898649 +0200
|
||||||
@@ -26,6 +26,13 @@
|
@@ -25,6 +25,13 @@
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "signal-common.h"
|
#include "signal-common.h"
|
||||||
|
|
||||||
|
@ -13,6 +13,6 @@ from alpine, original author Natanael Copa.
|
||||||
+#define __SIGRTMAX (NSIG-1)
|
+#define __SIGRTMAX (NSIG-1)
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
struct target_sigaltstack target_sigaltstack_used = {
|
static struct target_sigaction sigact_table[TARGET_NSIG];
|
||||||
.ss_sp = 0,
|
|
||||||
.ss_size = 0,
|
static void host_signal_handler(int host_signum, siginfo_t *info,
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=4.0.0
|
version=4.1.0
|
||||||
revision=4
|
revision=1
|
||||||
short_desc="Open Source Processor Emulator"
|
short_desc="Open Source Processor Emulator"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.qemu.org"
|
homepage="https://www.qemu.org"
|
||||||
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=6d7f713f7400c8a636c770118957b13d6a7f72b0d2da4a925d10455d8e33af20
|
checksum=49f0de77410d4d0f7d0321ff2c2888b281381f06e1e2dac9ec4d061e3934f4ae
|
||||||
nocross=https://api.travis-ci.org/jobs/210268003/log.txt
|
nocross=https://api.travis-ci.org/jobs/210268003/log.txt
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue