diff options
author | nox <nox@FreeBSD.org> | 2010-03-02 04:05:17 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-03-02 04:05:17 +0800 |
commit | bcbe2fe895f112fb9255b6ff9cd70c573b651647 (patch) | |
tree | ca55d406fffbbc4fa619b8c2eeb1b4a2e9f34d79 /emulators | |
parent | 2f3842a4cca02fa0dcb3f68b3a44f2f241f50760 (diff) | |
download | freebsd-ports-gnome-bcbe2fe895f112fb9255b6ff9cd70c573b651647.tar.gz freebsd-ports-gnome-bcbe2fe895f112fb9255b6ff9cd70c573b651647.tar.zst freebsd-ports-gnome-bcbe2fe895f112fb9255b6ff9cd70c573b651647.zip |
Update to 0.12.3, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01594.html
(Subject says 0.12.2, but in fact the message is about 0.12.3.)
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu-devel/files/pcap-patch | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 06c30830fe44..68aa7e8ec82f 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.12.2 -PORTREVISION= 2 +PORTVERSION= 0.12.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH}:release \ ${MASTER_SITE_LOCAL}:snapshot \ diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index d1245ee5d4ed..ca531c245475 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (qemu/qemu-0.12.2.tar.gz) = 1d7c2d95acb6d0789de86508c608e26d -SHA256 (qemu/qemu-0.12.2.tar.gz) = accec2eec7dbd89e0b49474d1a0277ae3e7239a7700754b1cfb192f091766843 -SIZE (qemu/qemu-0.12.2.tar.gz) = 4691757 +MD5 (qemu/qemu-0.12.3.tar.gz) = d215e4568650e8019816397174c090e1 +SHA256 (qemu/qemu-0.12.3.tar.gz) = 3ce26f8fb0a59418b2064a26bac4b40ea4e493acbc3df7ad5932635477fade4b +SIZE (qemu/qemu-0.12.3.tar.gz) = 4693581 diff --git a/emulators/qemu-devel/files/pcap-patch b/emulators/qemu-devel/files/pcap-patch index 6b8dea448d88..75ae11e02df4 100644 --- a/emulators/qemu-devel/files/pcap-patch +++ b/emulators/qemu-devel/files/pcap-patch @@ -110,7 +110,7 @@ Index: net.c static QTAILQ_HEAD(, VLANState) vlans; static QTAILQ_HEAD(, VLANClientState) non_vlan_clients; -@@ -820,6 +825,228 @@ static int net_init_nic(QemuOpts *opts, +@@ -817,6 +822,226 @@ static int net_init_nic(QemuOpts *opts, return idx; } @@ -330,8 +330,6 @@ Index: net.c + return -1; + } + -+ vlan->nb_host_devs++; -+ + return 0; +} +#endif /* CONFIG_PCAP */ @@ -339,7 +337,7 @@ Index: net.c #define NET_COMMON_PARAMS_DESC \ { \ .name = "type", \ -@@ -980,6 +1207,20 @@ static struct { +@@ -977,6 +1202,20 @@ static struct { #endif /* _WIN32 */ { /* end of list */ } }, |