From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] qemu: update to 2.4.0.1 Date: Thu, 18 Feb 2016 11:52:21 +0100 Message-ID: <1455792741-31037-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6993079504424639310==" List-Id: --===============6993079504424639310== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit --- 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 --===============6993079504424639310==--