diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-02-12 01:57:52 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-02-12 01:57:52 +0000 |
commit | 3574066d66f5570c39b086cbf1ccc1116cb66c7b (patch) | |
tree | 229613d96dac6e97fe08177ecf49e32f895ab32c /emulators/bochs/Makefile | |
parent | fa70d4e4aa44c8e08908c3ad7a6ace566be64df8 (diff) | |
download | pkgsrc-3574066d66f5570c39b086cbf1ccc1116cb66c7b.tar.gz |
Update bochs to 2.1.1 (doh). Changes:
- 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)
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 538928229be..36c784c3fce 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2004/02/12 00:10:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.33 2004/02/12 01:57:52 hubertf Exp $ -DISTNAME= bochs-2.1 +DISTNAME= bochs-2.1.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} |