This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via b0fcbe414fc561187aedfd618149b73ac3c80ef8 (commit) via 3a95423680a29b18b43cbb6e30cca2c691d9a638 (commit) from 121652cf5320851cc4f6cfce1fb9c179319ee6b1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b0fcbe414fc561187aedfd618149b73ac3c80ef8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 4 22:03:06 2023 +0200
qemu: bump PAK_VER
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3a95423680a29b18b43cbb6e30cca2c691d9a638 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 4 20:44:13 2023 +0200
qemu: depends on elfutils
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/qemu b/lfs/qemu index d12c19192..8af87e75e 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -35,9 +35,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 38 +PAK_VER = 39
-DEPS = alsa libusbredir spice libseccomp +DEPS = alsa elfutils libusbredir spice libseccomp
SERVICES =
hooks/post-receive -- IPFire 2.x development tree