diff options
author | fredb <fredb@pkgsrc.org> | 2003-02-07 04:00:33 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-02-07 04:00:33 +0000 |
commit | a4473c58afa9ee237d2c79f571e73a76c50bb20b (patch) | |
tree | e1fc87e20bb599b09da06967822c11b361366a0d /emulators | |
parent | 975c92cd1c45dcaf6a87ff163625cbdbbae17b63 (diff) | |
download | pkgsrc-a4473c58afa9ee237d2c79f571e73a76c50bb20b.tar.gz |
Upgrade to version 2.0.2. Changes from 2.0.1, from the
CHANGES file:
Changes in 2.0.2 (January 21, 2003):
- fix possible segfault in wxWindows (Volker Ruppert)
- fix instrumentation (Stanislav Shwartsman)
- fix cdrom read_toc() function for *BSD (Keith Matthew Jones)
- fix NetBSD boot from cdrom (Christophe Bothamy)
- fix cmos checksum (Volker)
- fix "refresh bit" behaviour in pit (Volker)
- fix .bochsrc parsing (Volker)
- fix vga resize/redraw problems (Volker)
- fix compilation issues on Irix and Tru64 (Christophe)
- fix MMX/SSE bugs (Stanislav, Peter Tattam)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 4 | ||||
-rw-r--r-- | emulators/bochs/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index ba086884668..7b952d915aa 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2003/01/13 20:18:46 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2003/02/07 04:00:33 fredb Exp $ -DISTNAME= bochs-2.0.1 +DISTNAME= bochs-2.0.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index c0eb8f8f7af..57de45e3dfd 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2003/01/13 20:18:47 fredb Exp $ +$NetBSD: distinfo,v 1.13 2003/02/07 04:00:33 fredb Exp $ -SHA1 (bochs-2.0.1.tar.gz) = d8450b408addbea811e4d6f97a26403569a24396 -Size (bochs-2.0.1.tar.gz) = 3267504 bytes +SHA1 (bochs-2.0.2.tar.gz) = 94a133dbfa646eda19c27e060df1c1e098a75be3 +Size (bochs-2.0.2.tar.gz) = 3269299 bytes SHA1 (patch-aa) = bbe026a0487dee7ac00cf75500d38b600f473c8f SHA1 (patch-ad) = 3ce76c962920677c383ce2f61fb20565ddbd8777 SHA1 (patch-ae) = 510238ed28e8aa79f4dd8780d54ac66f317a9380 |