emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67494: closed ([PATCH] gnu: sysstat: Update to 12.7.4.)


From: GNU bug Tracking System
Subject: bug#67494: closed ([PATCH] gnu: sysstat: Update to 12.7.4.)
Date: Thu, 11 Jan 2024 12:42:02 +0000

Your message dated Thu, 11 Jan 2024 20:41:35 +0800
with message-id <874jfkxcsg.fsf@envs.net>
and subject line Re: [bug#67494] [PATCH v2] gnu: sysstat: Update to 12.7.4.
has caused the debbugs.gnu.org bug report #67494,
regarding [PATCH] gnu: sysstat: Update to 12.7.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67494: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67494
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sysstat: Update to 12.7.4. Date: Mon, 27 Nov 2023 19:25:15 +0000
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67494] [PATCH v2] gnu: sysstat: Update to 12.7.4. Date: Thu, 11 Jan 2024 20:41:35 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Greg Hogan <code@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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]