Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/collectl: bump to version 4.3.2
@ 2022-01-23 11:01 Fabrice Fontaine
  2022-01-23 19:54 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-23 11:01 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

4.3.2	 Oct 7, 2021
 - very minor bug. the last command in perfquery is not in a loop and
   prevents the collectl daemon from starting via the service.

Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/collectl/collectl.hash | 8 ++++----
 package/collectl/collectl.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/collectl/collectl.hash b/package/collectl/collectl.hash
index d866e0becc..1785d25d87 100644
--- a/package/collectl/collectl.hash
+++ b/package/collectl/collectl.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256 2187264d974b36a653c8a4b028ac6eeab23e1885f8b2563a33f06358f39889f1  collectl-4.3.1.src.tar.gz
-sha256 b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb  ARTISTIC
-sha256 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8  COPYING
-sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  GPL
+sha256  9fab4769441c07201748e52c7f8c7b21526ab45a05142dd2b2b1fa5c16c38750  collectl-4.3.2.src.tar.gz
+sha256  b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb  ARTISTIC
+sha256  264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8  COPYING
+sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  GPL
diff --git a/package/collectl/collectl.mk b/package/collectl/collectl.mk
index c9fb59293c..c6cb2e1494 100644
--- a/package/collectl/collectl.mk
+++ b/package/collectl/collectl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-COLLECTL_VERSION = 4.3.1
+COLLECTL_VERSION = 4.3.2
 COLLECTL_SOURCE = collectl-$(COLLECTL_VERSION).src.tar.gz
 COLLECTL_SITE = http://downloads.sourceforge.net/collectl/collectl
 COLLECTL_LICENSE = Artistic or GPL-2.0
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/collectl: bump to version 4.3.2
  2022-01-23 11:01 [Buildroot] [PATCH 1/1] package/collectl: bump to version 4.3.2 Fabrice Fontaine
@ 2022-01-23 19:54 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-01-23 19:54 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-01-23 12:01 +0100, Fabrice Fontaine spake thusly:
> 4.3.2	 Oct 7, 2021
>  - very minor bug. the last command in perfquery is not in a loop and
>    prevents the collectl daemon from starting via the service.
> 
> Update indentation in hash file (two spaces)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/collectl/collectl.hash | 8 ++++----
>  package/collectl/collectl.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/collectl/collectl.hash b/package/collectl/collectl.hash
> index d866e0becc..1785d25d87 100644
> --- a/package/collectl/collectl.hash
> +++ b/package/collectl/collectl.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256 2187264d974b36a653c8a4b028ac6eeab23e1885f8b2563a33f06358f39889f1  collectl-4.3.1.src.tar.gz
> -sha256 b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb  ARTISTIC
> -sha256 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8  COPYING
> -sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  GPL
> +sha256  9fab4769441c07201748e52c7f8c7b21526ab45a05142dd2b2b1fa5c16c38750  collectl-4.3.2.src.tar.gz
> +sha256  b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb  ARTISTIC
> +sha256  264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8  COPYING
> +sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  GPL
> diff --git a/package/collectl/collectl.mk b/package/collectl/collectl.mk
> index c9fb59293c..c6cb2e1494 100644
> --- a/package/collectl/collectl.mk
> +++ b/package/collectl/collectl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -COLLECTL_VERSION = 4.3.1
> +COLLECTL_VERSION = 4.3.2
>  COLLECTL_SOURCE = collectl-$(COLLECTL_VERSION).src.tar.gz
>  COLLECTL_SITE = http://downloads.sourceforge.net/collectl/collectl
>  COLLECTL_LICENSE = Artistic or GPL-2.0
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-23 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-23 11:01 [Buildroot] [PATCH 1/1] package/collectl: bump to version 4.3.2 Fabrice Fontaine
2022-01-23 19:54 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox