From 37a8ddfd2090d1e9da86df9b5176e3099db3f883 Mon Sep 17 00:00:00 2001 From: jun Date: Fri, 31 Dec 2021 02:26:17 +0000 Subject: nono: updated to 0.2.5 0.2.5 (2021/12/30) vm(New): Supporting 4bpp video plane. vm(Fix): Fix error handlings of sending and receiving jumbo pakcets on Lance(AM7990). vm(Fix): Fix a BSWP operation on Lance(AM7990). This makes 4.4BSD work. vm(Fix): Make RTC(MK48T02) epoch year configurable in order to support 4.4BSD. vm(Fix): Implement a check byte in FUSEROM on LUNA-88K. vm(Update): The ROM emulation becomes not to verify a.out MID to boot. vm(Update): LUNA-I ROM Emulation accepts ^C to back to the ROM. GUI(Update): Improve whole window drawing scheme, and implement main window's reduction. GUI(Fix): Fix many window size problems. GUI(New): Implement Copy context menu on text windows. Host(New): Reject network interface GRO on Linux host. Host(Fix): Now it can dump a core even on Linux. --- emulators/nono/Makefile | 5 ++--- emulators/nono/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'emulators') diff --git a/emulators/nono/Makefile b/emulators/nono/Makefile index 3bd33d4cf70..a02116a0d65 100644 --- a/emulators/nono/Makefile +++ b/emulators/nono/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/12/08 16:04:17 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/31 02:26:17 jun Exp $ -DISTNAME= nono-0.2.4 -PKGREVISION= 1 +DISTNAME= nono-0.2.5 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ diff --git a/emulators/nono/distinfo b/emulators/nono/distinfo index 8f154bc8ed2..5315bebc2e3 100644 --- a/emulators/nono/distinfo +++ b/emulators/nono/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/11/22 22:53:40 jun Exp $ +$NetBSD: distinfo,v 1.10 2021/12/31 02:26:17 jun Exp $ -BLAKE2s (nono-0.2.4.tar.gz) = 4fdc169aa1f512a5ee45ec245cc36182664f4c99b0bbbe51c9a15df47928b180 -SHA512 (nono-0.2.4.tar.gz) = 08636ecb4a2f71181e7ff359530d3284b71d917b167d6d818c6ab65235b23ed6ed9884e0691b2bd806070b7ba8fb1263f17587a6137b9080df2caeb602cd8bc5 -Size (nono-0.2.4.tar.gz) = 2655094 bytes +BLAKE2s (nono-0.2.5.tar.gz) = b28a6ffacbbe83c7d5bd372dd6a5d3708c33218f9e0c8f2c8bec15bd362b6f39 +SHA512 (nono-0.2.5.tar.gz) = 1cb60fb5f5c49e0768f3f93cca0e6bb49d88b6befa6cade89e20a0f5a879f470c28fc534b34b51c4e475f70261526be99242a748b586ab0901d3d27dcd5ff702 +Size (nono-0.2.5.tar.gz) = 2668954 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 -- cgit v1.2.3