mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sysstat: version bump 12.7.4 -> 12.7.9
@ 2026-04-18 18:23 Andreas Helmcke
  2026-04-27  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2026-04-18 18:23 UTC (permalink / raw)
  To: ptxdist

- added license hash
- with Y2038

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/sysstat.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/sysstat.make b/rules/sysstat.make
index 3f3310aba..ffd762816 100644
--- a/rules/sysstat.make
+++ b/rules/sysstat.make
@@ -14,14 +14,15 @@ PACKAGES-$(PTXCONF_SYSSTAT) += sysstat
 #
 # Paths and names
 #
-SYSSTAT_VERSION	:= 12.7.4
-SYSSTAT_MD5	:= db7efd76e0d0b2bf120ba7b92594eddd
+SYSSTAT_VERSION	:= 12.7.9
+SYSSTAT_MD5	:= 5949fbec8e233960d31f4d559f4627b0
 SYSSTAT		:= sysstat-$(SYSSTAT_VERSION)
 SYSSTAT_SUFFIX	:= tar.gz
 SYSSTAT_URL	:= https://github.com/sysstat/sysstat/archive/refs/tags/v$(SYSSTAT_VERSION).$(SYSSTAT_SUFFIX)
 SYSSTAT_SOURCE	:= $(SRCDIR)/$(SYSSTAT).$(SYSSTAT_SUFFIX)
 SYSSTAT_DIR	:= $(BUILDDIR)/$(SYSSTAT)
 SYSSTAT_LICENSE	:= GPL-2.0-or-later
+SYSSTAT_LICENSE_FILES	:= file://COPYING;md5=a23a74b3f4caf9616230789d94217acb
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -37,18 +38,22 @@ SYSSTAT_CONF_ENV = \
 SYSSTAT_CONF_TOOL	:= autoconf
 SYSSTAT_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
+	--disable-pcp \
 	--disable-sensors \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-nls \
+	--disable-lto \
 	--disable-file-attr \
 	--disable-compress-manpg \
 	--enable-clean-sa-dir \
 	--disable-install-cron \
+	--disable-use-crond \
 	--enable-collect-all \
 	--enable-copy-only \
 	--disable-documentation \
 	--enable-debuginfo \
-	--disable-stripping
+	--disable-stripping \
+	--$(call ptx/endis, PTXCONF_GLIBC_Y2038)-year2038
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.51.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] sysstat: version bump 12.7.4 -> 12.7.9
  2026-04-18 18:23 [ptxdist] [PATCH] sysstat: version bump 12.7.4 -> 12.7.9 Andreas Helmcke
@ 2026-04-27  7:46 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as 1d1e49b5a94625e30dcb50c89003f750edbfbf9d.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:09 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> - added license hash
> - with Y2038
> 
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> Message-Id: <20260418182311.11653-12-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sysstat.make b/rules/sysstat.make
> index 3f3310aba85d..ffd762816c4c 100644
> --- a/rules/sysstat.make
> +++ b/rules/sysstat.make
> @@ -14,14 +14,15 @@ PACKAGES-$(PTXCONF_SYSSTAT) += sysstat
>  #
>  # Paths and names
>  #
> -SYSSTAT_VERSION	:= 12.7.4
> -SYSSTAT_MD5	:= db7efd76e0d0b2bf120ba7b92594eddd
> +SYSSTAT_VERSION	:= 12.7.9
> +SYSSTAT_MD5	:= 5949fbec8e233960d31f4d559f4627b0
>  SYSSTAT		:= sysstat-$(SYSSTAT_VERSION)
>  SYSSTAT_SUFFIX	:= tar.gz
>  SYSSTAT_URL	:= https://github.com/sysstat/sysstat/archive/refs/tags/v$(SYSSTAT_VERSION).$(SYSSTAT_SUFFIX)
>  SYSSTAT_SOURCE	:= $(SRCDIR)/$(SYSSTAT).$(SYSSTAT_SUFFIX)
>  SYSSTAT_DIR	:= $(BUILDDIR)/$(SYSSTAT)
>  SYSSTAT_LICENSE	:= GPL-2.0-or-later
> +SYSSTAT_LICENSE_FILES	:= file://COPYING;md5=a23a74b3f4caf9616230789d94217acb
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -37,18 +38,22 @@ SYSSTAT_CONF_ENV = \
>  SYSSTAT_CONF_TOOL	:= autoconf
>  SYSSTAT_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
> +	--disable-pcp \
>  	--disable-sensors \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--disable-nls \
> +	--disable-lto \
>  	--disable-file-attr \
>  	--disable-compress-manpg \
>  	--enable-clean-sa-dir \
>  	--disable-install-cron \
> +	--disable-use-crond \
>  	--enable-collect-all \
>  	--enable-copy-only \
>  	--disable-documentation \
>  	--enable-debuginfo \
> -	--disable-stripping
> +	--disable-stripping \
> +	--$(call ptx/endis, PTXCONF_GLIBC_Y2038)-year2038
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-27  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-18 18:23 [ptxdist] [PATCH] sysstat: version bump 12.7.4 -> 12.7.9 Andreas Helmcke
2026-04-27  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox