mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-14 00:17:51 +02:00
Updated the two qemu packages to the latest stable releases.
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
* fbset-2.1
|
||||
* fcron-3.0.4
|
||||
* feedparser-4.1
|
||||
* fetchmail-6.3.11
|
||||
* fetchmail-6.3.16
|
||||
* ffmpeg-export-2008-04-13
|
||||
* file-4.17
|
||||
* findutils-4.2.27
|
||||
@@ -268,13 +268,13 @@
|
||||
* pkg-config-0.20
|
||||
* popt-1.10.4
|
||||
* portmap_6.0
|
||||
* postfix-2.6.2
|
||||
* postfix-2.6.5
|
||||
* ppp-2.4.4
|
||||
* pptp-1.7.2
|
||||
* procps-3.2.6
|
||||
* psmisc-22.2
|
||||
* qemu-0.11.0-kqemu
|
||||
* qemu-0.12.2
|
||||
* qemu-0.11.1-kqemu
|
||||
* qemu-0.12.3
|
||||
* readline-5.1
|
||||
* reiser4progs-1.0.6
|
||||
* reiserfsprogs-3.6.21
|
||||
@@ -301,7 +301,7 @@
|
||||
* squashfs-lzma-cvs20100214
|
||||
* squid-2.7.STABLE9
|
||||
* squidGuard-1.4.1
|
||||
* squidclamav-5.2
|
||||
* squidclamav-5.3
|
||||
* sshfs-fuse-2.2
|
||||
* sslh-1.7a
|
||||
* streamripper-1.63.5
|
||||
|
||||
6
lfs/qemu
6
lfs/qemu
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.12.2
|
||||
VER = 0.12.3
|
||||
|
||||
THISAPP = qemu-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = qemu
|
||||
PAK_VER = 9
|
||||
PAK_VER = 10
|
||||
|
||||
DEPS = "sdl"
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 1d7c2d95acb6d0789de86508c608e26d
|
||||
$(DL_FILE)_MD5 = d215e4568650e8019816397174c090e1
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.11.0
|
||||
VER = 0.11.1
|
||||
|
||||
THISAPP = qemu-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-kqemu
|
||||
PROG = qemu-kqemu
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = "sdl qemu"
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 4da6a3e926a0260902f0dee342a59c23
|
||||
$(DL_FILE)_MD5 = 193285b0bcf655a7f7577d05ffcb82b1
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user