pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   jun
Date:           Wed Dec 10 20:58:26 UTC 2025

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update to 1.6.4.

1.6.4 (2025/12/08)

m68k(Fix): "Fix SRP/URP register masks in 68040. This makes NetBSD newpmap kernel bootable."
m68k(Fix): "Fix an issue where the lower 4 bits of SRP/CRP register in 68030 were cleared."
m68k(Fix): "Fix memory accesses in PACK/UNPK instructions to a single word access."
m68k(Update): "Implement several corner cases in 68030 PTEST instruction."
m68k(Update): "Rewrite whole 68030 MMU and improve performance slightly."
m68k(Update): "Improve 68030 ATC performance slightly."
vm(Update): "Implement ESC D and ESC M in serial console emulation."
host(Fix): "Fix an abnormal termination in usermode network."
host(Fix): "Fix an issue that the application could not be terminated in usermode network."
GUI(Update): "Improve the page table monitor."
GUI(Fix): "Remove incorrect TT hit rate in 68030 ATC monitor since ver 1.6.3."
debugger(Fix): "Fix an issue where different exceptions occurring consecutively at the same address were not recorded in Exception history."
debugger(New): "Implement "pe" command."


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/emulators/nono/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.60 pkgsrc/emulators/nono/Makefile:1.61
--- pkgsrc/emulators/nono/Makefile:1.60 Tue Nov 25 20:40:07 2025
+++ pkgsrc/emulators/nono/Makefile      Wed Dec 10 20:58:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2025/11/25 20:40:07 jun Exp $
+# $NetBSD: Makefile,v 1.61 2025/12/10 20:58:26 jun Exp $
 
-DISTNAME=      nono-1.6.3
+DISTNAME=      nono-1.6.4
 CATEGORIES=    emulators
 MASTER_SITES=  https://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.43 pkgsrc/emulators/nono/distinfo:1.44
--- pkgsrc/emulators/nono/distinfo:1.43 Tue Nov 25 20:40:07 2025
+++ pkgsrc/emulators/nono/distinfo      Wed Dec 10 20:58:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2025/11/25 20:40:07 jun Exp $
+$NetBSD: distinfo,v 1.44 2025/12/10 20:58:26 jun Exp $
 
-BLAKE2s (nono-1.6.3.tar.gz) = 01053c731c7f9263f69a6a069a6beaf02b9f137e37f1c31997cadea9b8e471fa
-SHA512 (nono-1.6.3.tar.gz) = 85809abab22aff4665d21373bd3cf72b206ec85dd7e3eb4462002eea47da42e0120354b0eba942345f683c55e1c9c84bdd9ecd447e29e94926943c15332c91bf
-Size (nono-1.6.3.tar.gz) = 3550267 bytes
+BLAKE2s (nono-1.6.4.tar.gz) = e92e14b3fa674c1326012b240fb24b013169e6b266194039a7d1e2acbac3751d
+SHA512 (nono-1.6.4.tar.gz) = 2232e3b146a1381ba4b6382d32de575e03eeb68b22ad4b5eb266136f39f0f466e71ad4e9c7a919afa31878f81fb4c566daf93747674f9f471b583561ea1a3658
+Size (nono-1.6.4.tar.gz) = 3555541 bytes



Home | Main Index | Thread Index | Old Index