mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +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
|
||||
from alpine, original author Natanael Copa.
|
||||
--- linux-user/signal.c 2018-09-04 10:23:03.244301111 +0200
|
||||
+++ linux-user/signal.c 2018-09-04 10:29:52.333828797 +0200
|
||||
@@ -26,6 +26,13 @@
|
||||
--- linux-user/signal.c 2019-08-22 19:46:40.369463327 +0200
|
||||
+++ linux-user/signal.c 2019-08-22 19:47:25.176898649 +0200
|
||||
@@ -25,6 +25,13 @@
|
||||
#include "trace.h"
|
||||
#include "signal-common.h"
|
||||
|
||||
|
@ -13,6 +13,6 @@ from alpine, original author Natanael Copa.
|
|||
+#define __SIGRTMAX (NSIG-1)
|
||||
+#endif
|
||||
+
|
||||
struct target_sigaltstack target_sigaltstack_used = {
|
||||
.ss_sp = 0,
|
||||
.ss_size = 0,
|
||||
static struct target_sigaction sigact_table[TARGET_NSIG];
|
||||
|
||||
static void host_signal_handler(int host_signum, siginfo_t *info,
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'qemu'
|
||||
pkgname=qemu
|
||||
version=4.0.0
|
||||
revision=4
|
||||
version=4.1.0
|
||||
revision=1
|
||||
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"
|
||||
homepage="https://www.qemu.org"
|
||||
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||
checksum=6d7f713f7400c8a636c770118957b13d6a7f72b0d2da4a925d10455d8e33af20
|
||||
checksum=49f0de77410d4d0f7d0321ff2c2888b281381f06e1e2dac9ec4d061e3934f4ae
|
||||
nocross=https://api.travis-ci.org/jobs/210268003/log.txt
|
||||
|
||||
nostrip=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue