diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-10-23 06:01:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-10-23 06:01:04 +0000 |
commit | d204bddba07e7888511ee67c05fc430b7ac74cfa (patch) | |
tree | 3ee664ba6a5eb9f50295d475b1d20ad804345fc7 /emulators | |
parent | eec18a9fb2a0ed03dd8d44db90f73fea96fcb824 (diff) | |
download | pkgsrc-d204bddba07e7888511ee67c05fc430b7ac74cfa.tar.gz |
Update to 0.3.6.1:
The 0.3.6.1 release fixes some issues related to ARM emulation:
x) The emulator can now be compiled inside NetBSD/cats or OpenBSD/cats,
inside the emulator itself. (In 0.3.6, some bugs prevented this.)
x) Performance increase: A non-scientific but realistic test, measuring
the real-world time it takes to do a full NetBSD/cats installation,
seems to indicate that 0.3.6.1 can be twice as fast as 0.3.6 was.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 212284abfd3..61a74c4016d 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/10/08 22:27:03 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 06:01:04 xtraeme Exp $ # -DISTNAME= gxemul-0.3.6 +DISTNAME= gxemul-0.3.6.1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 38b8fcdff6c..eec49302488 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/10/08 22:27:03 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2005/10/23 06:01:04 xtraeme Exp $ -SHA1 (gxemul-0.3.6.tar.gz) = 7c25da4151d75b47a96c266dc803782206cf5ed3 -RMD160 (gxemul-0.3.6.tar.gz) = 9c31760f1e05c075d4ad88ac532325aafac703f7 -Size (gxemul-0.3.6.tar.gz) = 1423648 bytes +SHA1 (gxemul-0.3.6.1.tar.gz) = b594c7ec6efda254398962e83f1085fc471ee10e +RMD160 (gxemul-0.3.6.1.tar.gz) = d1581c52d98d01fd0a8a296f5be71a89b574221c +Size (gxemul-0.3.6.1.tar.gz) = 1428101 bytes |