* [Buildroot] [PATCH] sysstat: bump to version 11.4.2
@ 2016-12-09 14:52 Gustavo Zacarias
2016-12-09 15:00 ` Vicente Olivert Riera
2016-12-09 17:17 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-12-09 14:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/sysstat/sysstat.hash | 2 +-
package/sysstat/sysstat.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/sysstat/sysstat.hash b/package/sysstat/sysstat.hash
index 3170fc9..e6e0c53 100644
--- a/package/sysstat/sysstat.hash
+++ b/package/sysstat/sysstat.hash
@@ -1,2 +1,2 @@
# From: http://sebastien.godard.pagesperso-orange.fr/download.html
-sha1 59769deddef02acd60db3a42d772e57bd0978efb sysstat-11.4.0.tar.xz
+sha1 84ac7feba76049f201e203c7ce0cc750479a9d43 sysstat-11.4.2.tar.xz
diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk
index de6cd9f..1a86fa0 100644
--- a/package/sysstat/sysstat.mk
+++ b/package/sysstat/sysstat.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SYSSTAT_VERSION = 11.4.0
+SYSSTAT_VERSION = 11.4.2
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.xz
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
SYSSTAT_CONF_OPTS = --disable-man-group --disable-sensors
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] sysstat: bump to version 11.4.2
2016-12-09 14:52 [Buildroot] [PATCH] sysstat: bump to version 11.4.2 Gustavo Zacarias
@ 2016-12-09 15:00 ` Vicente Olivert Riera
2016-12-09 17:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-12-09 15:00 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On 09/12/16 14:52, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/sysstat/sysstat.hash | 2 +-
> package/sysstat/sysstat.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/sysstat/sysstat.hash b/package/sysstat/sysstat.hash
> index 3170fc9..e6e0c53 100644
> --- a/package/sysstat/sysstat.hash
> +++ b/package/sysstat/sysstat.hash
> @@ -1,2 +1,2 @@
> # From: http://sebastien.godard.pagesperso-orange.fr/download.html
> -sha1 59769deddef02acd60db3a42d772e57bd0978efb sysstat-11.4.0.tar.xz
> +sha1 84ac7feba76049f201e203c7ce0cc750479a9d43 sysstat-11.4.2.tar.xz
it would probably be a good idea to include a calculated sha256 hash
since upstream only provides one weak hash (sha1).
Regards,
Vincent.
> diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk
> index de6cd9f..1a86fa0 100644
> --- a/package/sysstat/sysstat.mk
> +++ b/package/sysstat/sysstat.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -SYSSTAT_VERSION = 11.4.0
> +SYSSTAT_VERSION = 11.4.2
> SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.xz
> SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
> SYSSTAT_CONF_OPTS = --disable-man-group --disable-sensors
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] sysstat: bump to version 11.4.2
2016-12-09 14:52 [Buildroot] [PATCH] sysstat: bump to version 11.4.2 Gustavo Zacarias
2016-12-09 15:00 ` Vicente Olivert Riera
@ 2016-12-09 17:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-12-09 17:17 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/sysstat/sysstat.hash | 2 +-
> package/sysstat/sysstat.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> diff --git a/package/sysstat/sysstat.hash b/package/sysstat/sysstat.hash
> index 3170fc9..e6e0c53 100644
> --- a/package/sysstat/sysstat.hash
> +++ b/package/sysstat/sysstat.hash
> @@ -1,2 +1,2 @@
> # From: http://sebastien.godard.pagesperso-orange.fr/download.html
> -sha1 59769deddef02acd60db3a42d772e57bd0978efb sysstat-11.4.0.tar.xz
> +sha1 84ac7feba76049f201e203c7ce0cc750479a9d43 sysstat-11.4.2.tar.xz
Committed after adding a sha256 hash as suggested by Vicente, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-09 17:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09 14:52 [Buildroot] [PATCH] sysstat: bump to version 11.4.2 Gustavo Zacarias
2016-12-09 15:00 ` Vicente Olivert Riera
2016-12-09 17:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox