* [ptxdist] [PATCH] htop: Version bump 3.0.1 -> 3.4.1
@ 2025-10-01 11:41 Lars Alex Pedersen
2025-10-01 12:57 ` Alexander Dahl via ptxdist
2025-10-02 15:56 ` [ptxdist] [PATCH v2] " Lars Alex Pedersen
0 siblings, 2 replies; 4+ messages in thread
From: Lars Alex Pedersen @ 2025-10-01 11:41 UTC (permalink / raw)
To: ptxdist; +Cc: Lars Alex Pedersen
A lot of bug fixes and improvements:
https://github.com/htop-dev/htop/blob/3.4.1/ChangeLog
* COPYING license has been updated, mostly indentations and a few
corrections
* Clean old configure options and sorted new ones with configure_helper
Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
---
rules/htop.make | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/rules/htop.make b/rules/htop.make
index 98d6bbfdf..8b89c5338 100644
--- a/rules/htop.make
+++ b/rules/htop.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
#
# Paths and names
#
-HTOP_VERSION := 3.0.1
-HTOP_MD5 := c09908bacb5e22454715547aed88c3af
+HTOP_VERSION := 3.4.1
+HTOP_MD5 := c3e003d9e265774dd808e934d1780774
HTOP := htop-$(HTOP_VERSION)
HTOP_SUFFIX := tar.gz
HTOP_URL := https://github.com/htop-dev/htop/archive/$(HTOP_VERSION).$(HTOP_SUFFIX)
@@ -24,7 +24,7 @@ HTOP_SOURCE := $(SRCDIR)/$(HTOP).$(HTOP_SUFFIX)
HTOP_DIR := $(BUILDDIR)/$(HTOP)
HTOP_LICENSE := GPL-2.0-only
HTOP_LICENSE_FILES := \
- file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
# ----------------------------------------------------------------------------
# Prepare
@@ -39,16 +39,21 @@ HTOP_CONF_ENV := \
HTOP_CONF_TOOL := autoconf
HTOP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-static \
+ --disable-pcp \
+ --enable-unicode \
+ --enable-affinity \
+ --disable-unwind \
+ --disable-hwloc \
--disable-openvz \
- --enable-cgroup \
--disable-vserver \
--disable-ancient-vserver \
- --enable-taskstats \
- --disable-unicode \
- --enable-linux-affinity \
- --disable-hwloc \
- --disable-setuid \
- --disable-delayacct
+ --disable-capabilities \
+ --disable-delayacct \
+ --disable-sensors \
+ --disable-werror \
+ --disable-debug
# ----------------------------------------------------------------------------
# Target-Install
base-commit: de3afe806e398349482e92e812f6f69467070ec4
--
2.51.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] htop: Version bump 3.0.1 -> 3.4.1
2025-10-01 11:41 [ptxdist] [PATCH] htop: Version bump 3.0.1 -> 3.4.1 Lars Alex Pedersen
@ 2025-10-01 12:57 ` Alexander Dahl via ptxdist
2025-10-02 15:56 ` [ptxdist] [PATCH v2] " Lars Alex Pedersen
1 sibling, 0 replies; 4+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-10-01 12:57 UTC (permalink / raw)
To: Lars Alex Pedersen; +Cc: Alexander Dahl, ptxdist
Hello Lars Alex,
Am Wed, Oct 01, 2025 at 01:41:29PM +0200 schrieb Lars Alex Pedersen:
> A lot of bug fixes and improvements:
> https://github.com/htop-dev/htop/blob/3.4.1/ChangeLog
>
> * COPYING license has been updated, mostly indentations and a few
> corrections
> * Clean old configure options and sorted new ones with configure_helper
>
> Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
> ---
> rules/htop.make | 25 +++++++++++++++----------
> 1 file changed, 15 insertions(+), 10 deletions(-)
>
> diff --git a/rules/htop.make b/rules/htop.make
> index 98d6bbfdf..8b89c5338 100644
> --- a/rules/htop.make
> +++ b/rules/htop.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
> #
> # Paths and names
> #
> -HTOP_VERSION := 3.0.1
> -HTOP_MD5 := c09908bacb5e22454715547aed88c3af
> +HTOP_VERSION := 3.4.1
> +HTOP_MD5 := c3e003d9e265774dd808e934d1780774
> HTOP := htop-$(HTOP_VERSION)
> HTOP_SUFFIX := tar.gz
> HTOP_URL := https://github.com/htop-dev/htop/archive/$(HTOP_VERSION).$(HTOP_SUFFIX)
> @@ -24,7 +24,7 @@ HTOP_SOURCE := $(SRCDIR)/$(HTOP).$(HTOP_SUFFIX)
> HTOP_DIR := $(BUILDDIR)/$(HTOP)
> HTOP_LICENSE := GPL-2.0-only
> HTOP_LICENSE_FILES := \
> - file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -39,16 +39,21 @@ HTOP_CONF_ENV := \
> HTOP_CONF_TOOL := autoconf
> HTOP_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> + $(GLOBAL_LARGE_FILE_OPTION) \
Indent with tab here instead.
Greets
Alex
> + --disable-static \
> + --disable-pcp \
> + --enable-unicode \
> + --enable-affinity \
> + --disable-unwind \
> + --disable-hwloc \
> --disable-openvz \
> - --enable-cgroup \
> --disable-vserver \
> --disable-ancient-vserver \
> - --enable-taskstats \
> - --disable-unicode \
> - --enable-linux-affinity \
> - --disable-hwloc \
> - --disable-setuid \
> - --disable-delayacct
> + --disable-capabilities \
> + --disable-delayacct \
> + --disable-sensors \
> + --disable-werror \
> + --disable-debug
>
> # ----------------------------------------------------------------------------
> # Target-Install
>
> base-commit: de3afe806e398349482e92e812f6f69467070ec4
> --
> 2.51.0
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH v2] htop: Version bump 3.0.1 -> 3.4.1
2025-10-01 11:41 [ptxdist] [PATCH] htop: Version bump 3.0.1 -> 3.4.1 Lars Alex Pedersen
2025-10-01 12:57 ` Alexander Dahl via ptxdist
@ 2025-10-02 15:56 ` Lars Alex Pedersen
2025-10-06 9:52 ` Roland Hieber
1 sibling, 1 reply; 4+ messages in thread
From: Lars Alex Pedersen @ 2025-10-02 15:56 UTC (permalink / raw)
To: ptxdist; +Cc: Lars Alex Pedersen
A lot of bug fixes and improvements:
https://github.com/htop-dev/htop/blob/3.4.1/ChangeLog
* COPYING license has been updated, mostly indentations and a few
corrections
* Clean old configure options and sorted new ones with configure_helper
Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
---
v1-v2:
- Fixed indentation on GLOBAL_LARGE_FILE_OPTION line
rules/htop.make | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/rules/htop.make b/rules/htop.make
index 98d6bbfdf..c32196268 100644
--- a/rules/htop.make
+++ b/rules/htop.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
#
# Paths and names
#
-HTOP_VERSION := 3.0.1
-HTOP_MD5 := c09908bacb5e22454715547aed88c3af
+HTOP_VERSION := 3.4.1
+HTOP_MD5 := c3e003d9e265774dd808e934d1780774
HTOP := htop-$(HTOP_VERSION)
HTOP_SUFFIX := tar.gz
HTOP_URL := https://github.com/htop-dev/htop/archive/$(HTOP_VERSION).$(HTOP_SUFFIX)
@@ -24,7 +24,7 @@ HTOP_SOURCE := $(SRCDIR)/$(HTOP).$(HTOP_SUFFIX)
HTOP_DIR := $(BUILDDIR)/$(HTOP)
HTOP_LICENSE := GPL-2.0-only
HTOP_LICENSE_FILES := \
- file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
# ----------------------------------------------------------------------------
# Prepare
@@ -39,16 +39,21 @@ HTOP_CONF_ENV := \
HTOP_CONF_TOOL := autoconf
HTOP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-static \
+ --disable-pcp \
+ --enable-unicode \
+ --enable-affinity \
+ --disable-unwind \
+ --disable-hwloc \
--disable-openvz \
- --enable-cgroup \
--disable-vserver \
--disable-ancient-vserver \
- --enable-taskstats \
- --disable-unicode \
- --enable-linux-affinity \
- --disable-hwloc \
- --disable-setuid \
- --disable-delayacct
+ --disable-capabilities \
+ --disable-delayacct \
+ --disable-sensors \
+ --disable-werror \
+ --disable-debug
# ----------------------------------------------------------------------------
# Target-Install
base-commit: de3afe806e398349482e92e812f6f69467070ec4
--
2.51.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH v2] htop: Version bump 3.0.1 -> 3.4.1
2025-10-02 15:56 ` [ptxdist] [PATCH v2] " Lars Alex Pedersen
@ 2025-10-06 9:52 ` Roland Hieber
0 siblings, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2025-10-06 9:52 UTC (permalink / raw)
To: ptxdist; +Cc: Lars Alex Pedersen
On Thu, Oct 02, 2025 at 05:56:19PM +0200, Lars Alex Pedersen wrote:
> A lot of bug fixes and improvements:
> https://github.com/htop-dev/htop/blob/3.4.1/ChangeLog
>
> * COPYING license has been updated, mostly indentations and a few
> corrections
> * Clean old configure options and sorted new ones with configure_helper
>
> Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
> ---
> v1-v2:
> - Fixed indentation on GLOBAL_LARGE_FILE_OPTION line
>
> rules/htop.make | 25 +++++++++++++++----------
> 1 file changed, 15 insertions(+), 10 deletions(-)
>
> diff --git a/rules/htop.make b/rules/htop.make
> index 98d6bbfdf..c32196268 100644
> --- a/rules/htop.make
> +++ b/rules/htop.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
> #
> # Paths and names
> #
> -HTOP_VERSION := 3.0.1
> -HTOP_MD5 := c09908bacb5e22454715547aed88c3af
> +HTOP_VERSION := 3.4.1
> +HTOP_MD5 := c3e003d9e265774dd808e934d1780774
> HTOP := htop-$(HTOP_VERSION)
> HTOP_SUFFIX := tar.gz
> HTOP_URL := https://github.com/htop-dev/htop/archive/$(HTOP_VERSION).$(HTOP_SUFFIX)
> @@ -24,7 +24,7 @@ HTOP_SOURCE := $(SRCDIR)/$(HTOP).$(HTOP_SUFFIX)
> HTOP_DIR := $(BUILDDIR)/$(HTOP)
> HTOP_LICENSE := GPL-2.0-only
> HTOP_LICENSE_FILES := \
> - file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
For the license part:
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -39,16 +39,21 @@ HTOP_CONF_ENV := \
> HTOP_CONF_TOOL := autoconf
> HTOP_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> + $(GLOBAL_LARGE_FILE_OPTION) \
> + --disable-static \
> + --disable-pcp \
> + --enable-unicode \
> + --enable-affinity \
> + --disable-unwind \
> + --disable-hwloc \
> --disable-openvz \
> - --enable-cgroup \
> --disable-vserver \
> --disable-ancient-vserver \
> - --enable-taskstats \
> - --disable-unicode \
> - --enable-linux-affinity \
> - --disable-hwloc \
> - --disable-setuid \
> - --disable-delayacct
> + --disable-capabilities \
> + --disable-delayacct \
> + --disable-sensors \
> + --disable-werror \
> + --disable-debug
>
> # ----------------------------------------------------------------------------
> # Target-Install
>
> base-commit: de3afe806e398349482e92e812f6f69467070ec4
> --
> 2.51.0
>
>
>
--
Roland Hieber, Pengutronix e.K. | rhi@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-06 9:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-01 11:41 [ptxdist] [PATCH] htop: Version bump 3.0.1 -> 3.4.1 Lars Alex Pedersen
2025-10-01 12:57 ` Alexander Dahl via ptxdist
2025-10-02 15:56 ` [ptxdist] [PATCH v2] " Lars Alex Pedersen
2025-10-06 9:52 ` Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox