Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6EB46A653E for ; Fri, 11 Jul 2014 19:15:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 205E914A202; Fri, 11 Jul 2014 19:15:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1766214A220 for ; Fri, 11 Jul 2014 19:15:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yNPGpBYO9NVb for ; Fri, 11 Jul 2014 19:15:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6B95514A1DD for ; Fri, 11 Jul 2014 19:15:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6955E96; Fri, 11 Jul 2014 19:15:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 11 Jul 2014 19:15:08 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20140711191508.6955E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gson Date: Fri Jul 11 19:15:08 UTC 2014 Modified Files: pkgsrc/emulators/qemu: Makefile distinfo Added Files: pkgsrc/emulators/qemu/patches: patch-hw_char_serial.c patch-qemu-char.c Log Message: Fix qemu bug 1335444 aka PR pkg/48071. Patches from Kirill Batuzov, with minor changes to make them apply to 2.0.0. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/emulators/qemu/Makefile cvs rdiff -u -r1.95 -r1.96 pkgsrc/emulators/qemu/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/qemu/patches/patch-hw_char_serial.c \ pkgsrc/emulators/qemu/patches/patch-qemu-char.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.