GNU bug report logs -
#67494
[PATCH] gnu: sysstat: Update to 12.7.4.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 27 Nov 2023 19:26:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67494 in the body.
You can then email your comments to 67494 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67494
; Package
guix-patches
.
(Mon, 27 Nov 2023 19:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 27 Nov 2023 19:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Deletion of the old home page was announced there before removal:
https://web.archive.org/web/20231003035440/http://sebastien.godard.pagesperso-orange.fr/
* gnu/packages/linux.scm (sysstat): Update to 12.7.4.
[source]: Update URI.
[home-page]: Likewise.
Change-Id: Ie839802b959e67dcc7405727290b67aa85818378
---
gnu/packages/linux.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 56e5ad4530..3cc1c7fdac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7495,14 +7495,14 @@ (define-public efibootmgr
(define-public sysstat
(package
(name "sysstat")
- (version "12.4.4")
+ (version "12.7.4")
(source
(origin
(method url-fetch)
- (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
- "sysstat-" version ".tar.xz"))
+ (uri (string-append "https://github.com/sysstat/sysstat/archive/refs/tags/"
+ "v" version ".tar.gz"))
(sha256
- (base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm"))))
+ (base32 "0i4xs4638w280rx94ala42nlk8gzjh0ks9sdmdcb701fcixyj6vs"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite.
@@ -7520,7 +7520,7 @@ (define-public sysstat
(substitute* "Makefile"
(("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
"")))))))
- (home-page "http://sebastien.godard.pagesperso-orange.fr/")
+ (home-page "http://sysstat.github.io")
(synopsis "Performance monitoring tools for Linux")
(description "The sysstat utilities are a collection of performance
monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67494
; Package
guix-patches
.
(Sun, 03 Dec 2023 22:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67494 <at> debbugs.gnu.org (full text, mbox):
Greg Hogan <code <at> greghogan.com> skribis:
> Deletion of the old home page was announced there before removal:
> https://web.archive.org/web/20231003035440/http://sebastien.godard.pagesperso-orange.fr/
>
> * gnu/packages/linux.scm (sysstat): Update to 12.7.4.
> [source]: Update URI.
> [home-page]: Likewise.
>
> Change-Id: Ie839802b959e67dcc7405727290b67aa85818378
[...]
> (method url-fetch)
> - (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
> - "sysstat-" version ".tar.xz"))
> + (uri (string-append "https://github.com/sysstat/sysstat/archive/refs/tags/"
> + "v" version ".tar.gz"))
This is an autogenerated (“unstable”) tarball, as reported by ‘guix
lint’. Could you change that to use ‘git-fetch’ instead?
TIA,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67494
; Package
guix-patches
.
(Mon, 04 Dec 2023 18:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67494 <at> debbugs.gnu.org (full text, mbox):
v2: change origin to use git-fetch and update home-page to https.
* gnu/packages/linux.scm (sysstat): Update to 12.7.4.
[home-page]: Update URL.
---
gnu/packages/linux.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 504d4a64a2..a8642424bd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7495,14 +7495,16 @@ (define-public efibootmgr
(define-public sysstat
(package
(name "sysstat")
- (version "12.4.4")
+ (version "12.7.4")
(source
(origin
- (method url-fetch)
- (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
- "sysstat-" version ".tar.xz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sysstat/sysstat")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm"))))
+ (base32 "09s1bychmvdiw5336chp2d1a1zd70n9zy67w32qg3wn9d76r5f8h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite.
@@ -7520,7 +7522,7 @@ (define-public sysstat
(substitute* "Makefile"
(("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
"")))))))
- (home-page "http://sebastien.godard.pagesperso-orange.fr/")
+ (home-page "https://sysstat.github.io")
(synopsis "Performance monitoring tools for Linux")
(description "The sysstat utilities are a collection of performance
monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
--
2.40.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Thu, 11 Jan 2024 12:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Thu, 11 Jan 2024 12:42:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 67494-done <at> debbugs.gnu.org (full text, mbox):
Greg Hogan <code <at> greghogan.com> writes:
> v2: change origin to use git-fetch and update home-page to https.
>
> * gnu/packages/linux.scm (sysstat): Update to 12.7.4.
> [home-page]: Update URL.
Adjust with: update to 12.7.5 and add gettext for NLS support.
Pushed to master, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 09 Feb 2024 12:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.