* [Buildroot] [PATCH 1/1] package/nmon: bump to version 16p
@ 2023-09-24 11:53 Fabrice Fontaine
2023-09-29 8:56 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-09-24 11:53 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Small improvements to on-screen use only. CLI -B and GUI 'B' to toggle
boxes around stats. CLI -^ and '^' to change units for Disk I/O KB/s ->
MB/s -> GB/s. This happen temporarily too if the size of the statistic
will not fit on-scree. Code changed to ensure clean compile for GCC 12
which does extra checks but got confused by some perfectly good C code!
Note: updated makefile makefile
https://nmon.sourceforge.io/pmwiki.php?n=Site.CompilingNmon
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/nmon/nmon.hash | 6 +++---
package/nmon/nmon.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/nmon/nmon.hash b/package/nmon/nmon.hash
index 1d7226a4fe..fdee8824a1 100644
--- a/package/nmon/nmon.hash
+++ b/package/nmon/nmon.hash
@@ -1,5 +1,5 @@
# From https://sourceforge.net/projects/nmon/files/
-md5 a8172601fdc05f3bc58455cbd3f4475e lmon16n.c
-sha1 024a3b56179838f0e04bf1706cc9ba56595301a8 lmon16n.c
+md5 a294567253cd49ccad66d5f56435ba9d lmon16p.c
+sha1 90ec7cd38515323bc0a22ce1a34504e70e8f468f lmon16p.c
# Locally computed
-sha256 c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2 lmon16n.c
+sha256 5dc6045f6725e3249a969918fae69663a1d669162087720babcdb90fce9e6b2a lmon16p.c
diff --git a/package/nmon/nmon.mk b/package/nmon/nmon.mk
index 01371a8c74..4be19b1dcf 100644
--- a/package/nmon/nmon.mk
+++ b/package/nmon/nmon.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NMON_VERSION = 16n
+NMON_VERSION = 16p
NMON_SITE = https://sourceforge.net/projects/nmon/files
NMON_SOURCE = lmon$(NMON_VERSION).c
NMON_LICENSE = GPL-3.0+
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/nmon: bump to version 16p
2023-09-24 11:53 [Buildroot] [PATCH 1/1] package/nmon: bump to version 16p Fabrice Fontaine
@ 2023-09-29 8:56 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-09-29 8:56 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Small improvements to on-screen use only. CLI -B and GUI 'B' to toggle
> boxes around stats. CLI -^ and '^' to change units for Disk I/O KB/s ->
> MB/s -> GB/s. This happen temporarily too if the size of the statistic
> will not fit on-scree. Code changed to ensure clean compile for GCC 12
> which does extra checks but got confused by some perfectly good C code!
> Note: updated makefile makefile
> https://nmon.sourceforge.io/pmwiki.php?n=Site.CompilingNmon
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-29 8:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 11:53 [Buildroot] [PATCH 1/1] package/nmon: bump to version 16p Fabrice Fontaine
2023-09-29 8:56 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox