diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-19 18:45:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-19 18:45:42 +0000 |
commit | f1f66f9cbf851844e74a59aeea1b739ee1c71f6e (patch) | |
tree | 0fdef96800f98eff114c9fbfe352a08342e4bb58 /emulators | |
parent | 8cb507b9eaf623174aabcd91d681cf3403290fe8 (diff) | |
download | pkgsrc-f1f66f9cbf851844e74a59aeea1b739ee1c71f6e.tar.gz |
Update to 0.15.1
Changelog:
qed: fix use-after-free during l2 cache commit
sdl: Fix termination in -no-shutdown mode
Fix termination by signal with -no-shutdown
Add support for finding libpng via pkg-config.
Check for presence of compiler -pthread flag.
Allow overriding the location of Samba's smbd.
Fix linker scripts
Fix install(1) usage to be compatible with OpenBSD's install(1).
Fix qjson test of solidus encoding
configure: Copy test data to build directory
monitor: fix build breakage for !CONFIG_VNC
monitor: fix build breakage with --disable-vnc
Fix forcing multicast msgs to loopback on OpenBSD.
user: Restore debug usage message for '-d ?' in user mode emulation
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a77ac4e36b1..e5c39861dfa 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2011/09/22 05:37:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.84 2011/10/19 18:45:42 ryoon Exp $ -DISTNAME= qemu-0.15.0 -PKGREVISION= 1 +DISTNAME= qemu-0.15.1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 92a3d3e419f..7a527fe3705 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2011/09/22 05:37:49 ryoon Exp $ +$NetBSD: distinfo,v 1.71 2011/10/19 18:45:42 ryoon Exp $ -SHA1 (qemu-0.15.0.tar.gz) = 57a7269b58544054a90b158225fce05fe1d04a85 -RMD160 (qemu-0.15.0.tar.gz) = f33048765e48e1dc6413ef079df99944b2329211 -Size (qemu-0.15.0.tar.gz) = 9577243 bytes +SHA1 (qemu-0.15.1.tar.gz) = 30cf3b4dabb4b5d8efadb20f364eb8181f317681 +RMD160 (qemu-0.15.1.tar.gz) = fd1cfde94f96569af671cc96d1c2e4bad524fd61 +Size (qemu-0.15.1.tar.gz) = 9576745 bytes SHA1 (patch-aa) = ca39d409081cd7d9f038d580c5b90ffca46948ec SHA1 (patch-ao) = 610e77fd51595f0f77b82a745d0a546712f6442d SHA1 (patch-ba) = c8ad6502b0693cc22a79f89d2935d962066b5d91 |