* [PR PATCH] sysstat: update to 12.7.6.
@ 2024-08-01 19:29 icp1994
2024-08-02 7:09 ` [PR PATCH] [Updated] " icp1994
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-08-01 19:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages sysstat
https://github.com/void-linux/void-packages/pull/51599
sysstat: update to 12.7.6.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
@leahneukirchen pulling from GH to fix broken update-check
A patch file from https://github.com/void-linux/void-packages/pull/51599.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysstat-51599.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From 9512a5efba963da0248a215e0c12503a85204839 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 Jul 2024 14:53:33 +0530
Subject: [PATCH] sysstat: update to 12.7.6.
Fix update check.
---
srcpkgs/sysstat/template | 6 +++---
srcpkgs/sysstat/update | 2 --
2 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 srcpkgs/sysstat/update
diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template
index 6f6a73033647ae..1890b0149f7413 100644
--- a/srcpkgs/sysstat/template
+++ b/srcpkgs/sysstat/template
@@ -1,6 +1,6 @@
# Template file for 'sysstat'
pkgname=sysstat
-version=12.7.5
+version=12.7.6
revision=1
build_style=gnu-configure
configure_args="--enable-copy-only --disable-file-attr
@@ -12,8 +12,8 @@ short_desc="Collection of performance monitoring tools"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://sysstat.github.io/"
-distfiles="https://sysstat.github.io/sysstat-packages/sysstat-${version}.tar.xz"
-checksum=57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b
+distfiles="https://github.com/sysstat/sysstat/archive/refs/tags/v${version}.tar.gz"
+checksum=dc77a08871f8e8813448ea31048833d4acbab7276dd9a456cd2526c008bd5301
post_extract() {
vsed -i 's/lib64/lib/' configure
diff --git a/srcpkgs/sysstat/update b/srcpkgs/sysstat/update
deleted file mode 100644
index bff69cb68d5380..00000000000000
--- a/srcpkgs/sysstat/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site="http://sebastien.godard.pagesperso-orange.fr/download.html"
-ignore="*.*[1359].*"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] sysstat: update to 12.7.6.
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
@ 2024-08-02 7:09 ` icp1994
2024-08-02 7:10 ` icp1994
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-08-02 7:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages sysstat
https://github.com/void-linux/void-packages/pull/51599
sysstat: update to 12.7.6.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
@leahneukirchen pulling from GH to fix broken update-check
A patch file from https://github.com/void-linux/void-packages/pull/51599.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysstat-51599.patch --]
[-- Type: text/x-diff, Size: 1422 bytes --]
From d18ff986ab76a940957281a19790235810eb413d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 Jul 2024 14:53:33 +0530
Subject: [PATCH] sysstat: update to 12.7.6.
Fix update check.
---
srcpkgs/sysstat/template | 4 ++--
srcpkgs/sysstat/update | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template
index 6f6a73033647ae..2bc011fc7e2f0b 100644
--- a/srcpkgs/sysstat/template
+++ b/srcpkgs/sysstat/template
@@ -1,6 +1,6 @@
# Template file for 'sysstat'
pkgname=sysstat
-version=12.7.5
+version=12.7.6
revision=1
build_style=gnu-configure
configure_args="--enable-copy-only --disable-file-attr
@@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://sysstat.github.io/"
distfiles="https://sysstat.github.io/sysstat-packages/sysstat-${version}.tar.xz"
-checksum=57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b
+checksum=474b2bbc89e47b22dc8e4832cc2c555e7fb52f1271b7913434290986a62b71f7
post_extract() {
vsed -i 's/lib64/lib/' configure
diff --git a/srcpkgs/sysstat/update b/srcpkgs/sysstat/update
index bff69cb68d5380..55cb80b21769ac 100644
--- a/srcpkgs/sysstat/update
+++ b/srcpkgs/sysstat/update
@@ -1,2 +1 @@
-site="http://sebastien.godard.pagesperso-orange.fr/download.html"
-ignore="*.*[1359].*"
+site="https://sysstat.github.io/versions.html"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sysstat: update to 12.7.6.
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
2024-08-02 7:09 ` [PR PATCH] [Updated] " icp1994
@ 2024-08-02 7:10 ` icp1994
2024-08-02 7:11 ` icp1994
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-08-02 7:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/51599#issuecomment-2264720717
Comment:
On reflection, keeping in mind the xz fiasco, let's not pull from GitHub and rather fix the update checker properly.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sysstat: update to 12.7.6.
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
2024-08-02 7:09 ` [PR PATCH] [Updated] " icp1994
2024-08-02 7:10 ` icp1994
@ 2024-08-02 7:11 ` icp1994
2024-08-02 13:14 ` leahneukirchen
2024-08-02 13:14 ` [PR PATCH] [Merged]: " leahneukirchen
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-08-02 7:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/51599#issuecomment-2264720717
Comment:
On reflection, keeping in mind the xz fiasco, let's not pull from GitHub and rather fix the update checker properly.
> Please note that odd and even version numbers no longer reflect development or stable versions for sysstat. This latest version is that which should be used for distribution packaging.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sysstat: update to 12.7.6.
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
` (2 preceding siblings ...)
2024-08-02 7:11 ` icp1994
@ 2024-08-02 13:14 ` leahneukirchen
2024-08-02 13:14 ` [PR PATCH] [Merged]: " leahneukirchen
4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2024-08-02 13:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
New comment by leahneukirchen on void-packages repository
https://github.com/void-linux/void-packages/pull/51599#issuecomment-2265382719
Comment:
(xz was the other way, the tarball was compromised by git wasn't. but let's keep it as it is currently)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: sysstat: update to 12.7.6.
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
` (3 preceding siblings ...)
2024-08-02 13:14 ` leahneukirchen
@ 2024-08-02 13:14 ` leahneukirchen
4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2024-08-02 13:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 384 bytes --]
There's a merged pull request on the void-packages repository
sysstat: update to 12.7.6.
https://github.com/void-linux/void-packages/pull/51599
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
@leahneukirchen pulling from GH to fix broken update-check
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-02 13:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-01 19:29 [PR PATCH] sysstat: update to 12.7.6 icp1994
2024-08-02 7:09 ` [PR PATCH] [Updated] " icp1994
2024-08-02 7:10 ` icp1994
2024-08-02 7:11 ` icp1994
2024-08-02 13:14 ` leahneukirchen
2024-08-02 13:14 ` [PR PATCH] [Merged]: " leahneukirchen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).