* [PATCH] qemu: update to 2.4.0.1
@ 2016-02-18 10:52 Marcel Lorenz
0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2016-02-18 10:52 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1399 bytes --]
---
lfs/qemu | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lfs/qemu b/lfs/qemu
index a15dccd..476e0b2 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -24,7 +24,7 @@
include Config
-VER = 2.4.0
+VER = 2.4.0.1
THISAPP = qemu-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = qemu
-PAK_VER = 17
+PAK_VER = 18
DEPS = "sdl"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 186ee8194140a484a455f8e3c74589f4
+$(DL_FILE)_MD5 = c99445164e77184a9ba2e7dbf7ed5c29
install : $(TARGET)
@@ -89,12 +89,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
install -m 755 $(DIR_SRC)/config/qemu/qemu /usr/bin/qemu
# disable PaX MPROTECT and RANDMMAP
- paxctl -m -r /usr/bin/qemu-system-arm
- paxctl -m -r /usr/bin/qemu-system-i386
- paxctl -m -r /usr/bin/qemu-system-x86_64
- paxctl -m -r /usr/bin/qemu-arm
- paxctl -m -r /usr/bin/qemu-i386
- paxctl -m -r /usr/bin/qemu-x86_64
+ paxctl -mc -r /usr/bin/qemu-system-arm
+ paxctl -mc -r /usr/bin/qemu-system-i386
+ paxctl -mc -r /usr/bin/qemu-system-x86_64
+ paxctl -mc -r /usr/bin/qemu-arm
+ paxctl -mc -r /usr/bin/qemu-i386
+ paxctl -mc -r /usr/bin/qemu-x86_64
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
1.9.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-18 10:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 10:52 [PATCH] qemu: update to 2.4.0.1 Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox