From owner-cvs-all@FreeBSD.ORG Sat Mar 27 05:25:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AFBE16A4CF; Sat, 27 Mar 2004 05:25:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C6043D4C; Sat, 27 Mar 2004 05:25:40 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2RDPeGe041286; Sat, 27 Mar 2004 05:25:40 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2RDPeZL041285; Sat, 27 Mar 2004 05:25:40 -0800 (PST) (envelope-from netchild) Message-Id: <200403271325.i2RDPeZL041285@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 27 Mar 2004 05:25:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/bochs Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 13:25:40 -0000 netchild 2004/03/27 05:25:40 PST FreeBSD ports repository Modified files: emulators/bochs Makefile distinfo pkg-descr pkg-message pkg-plist Log: Update to 2.1.1, changes since 2.1 are: - fix bug in int15h function 0xe820 (Christian Neubert) - fix vmware3 disk support on big-endian platforms (Christophe Bothamy) - fix conditions for NM exception on FWAIT instruction (Christophe) - fix symbol conflict in rfb and x display libraries (Volker Ruppert) - allow 16 bit writes to ne2k page 0 (Volker) - notify display libraries on change of bpp (Volker) - fix bug in int13h function 0x10 (Volker) - fix floppy dialog error on win2k (Volker) - fix adress check in TSS IO permission bitmap (Christophe) - fix buffer overflow vulnerability pointed out by SeSoX (Christophe) - updates for MacOS compile (Daniel Gimpelevich) - Fix the path arguments of the 'vgaromimage' options (i.e. don't prepend "file=") in the installed bochsrc-sample.txt. This was already wrong for at least 2.1. - Respect DATADIR/DOCSDIR, use DATADIR in pkg-plist. - Update pkg-descr (emulated CPUs etc.) based on the info on the homepage. - Reword pkg-message a bit so the line containing DOCSDIR does (normally) fit in 80 chars when expanded. Submitted by: Marius Strobl Revision Changes Path 1.63 +9 -4 ports/emulators/bochs/Makefile 1.25 +2 -2 ports/emulators/bochs/distinfo 1.6 +13 -2 ports/emulators/bochs/pkg-descr 1.10 +2 -2 ports/emulators/bochs/pkg-message 1.23 +24 -24 ports/emulators/bochs/pkg-plist