From 16ecee2fbe9f3232a06399ae20489f8e788fe867 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 27 Mar 2024 15:45:06 +0100 Subject: [PATCH] sysstat: update to 12.7.5. Upstream moved. Use /etc/cron.d since the sa1 calls should not block run-parts cron.hourly. Fixes #49553. --- srcpkgs/sysstat/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index c1a8cf6af10..6f6a7303364 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,6 +1,6 @@ # Template file for 'sysstat' pkgname=sysstat -version=12.7.2 +version=12.7.5 revision=1 build_style=gnu-configure configure_args="--enable-copy-only --disable-file-attr @@ -11,9 +11,9 @@ depends="lm_sensors" short_desc="Collection of performance monitoring tools" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" -homepage="http://pagesperso-orange.fr/sebastien.godard/" -distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.xz" -checksum=ec4090c9c140d8301d5f8cd84e21456737d094d054141a30f557ccb05bbd3b9f +homepage="https://sysstat.github.io/" +distfiles="https://sysstat.github.io/sysstat-packages/sysstat-${version}.tar.xz" +checksum=57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b post_extract() { vsed -i 's/lib64/lib/' configure @@ -21,9 +21,7 @@ post_extract() { } pre_configure() { export conf_dir=/etc/default - export cron_owner=$(whoami) - vmkdir etc/cron.daily - vmkdir etc/cron.hourly + vmkdir etc/cron.d } post_install() { vbin contrib/isag/isag