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
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2026-04-18 18:23 UTC | newest]

Thread overview: (only message) (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

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