All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49
@ 2022-03-16 19:05 James Hilliard
  2022-03-16 19:05 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25 James Hilliard
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Hilliard @ 2022-03-16 19:05 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/ell/ell.hash | 2 +-
 package/ell/ell.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ell/ell.hash b/package/ell/ell.hash
index 4bde1ab677..9affa390b8 100644
--- a/package/ell/ell.hash
+++ b/package/ell/ell.hash
@@ -1,5 +1,5 @@
 # From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-sha256  9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5  ell-0.48.tar.xz
+sha256  a7ff8ecbc76b187d942dd22b61cb489711400897c790319ffb7e944791687c3f  ell-0.49.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 267b44e5f0..9735865eae 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.48
+ELL_VERSION = 0.49
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.25.1

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

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

* [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25
  2022-03-16 19:05 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 James Hilliard
@ 2022-03-16 19:05 ` James Hilliard
  2022-03-16 19:44   ` Peter Seiderer
  2022-03-16 19:43 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 Peter Seiderer
  2022-03-24 21:46 ` Arnout Vandecappelle
  2 siblings, 1 reply; 6+ messages in thread
From: James Hilliard @ 2022-03-16 19:05 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/iwd/iwd.hash | 2 +-
 package/iwd/iwd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
index 1a58ec88e8..1c34aa0a90 100644
--- a/package/iwd/iwd.hash
+++ b/package/iwd/iwd.hash
@@ -1,5 +1,5 @@
 # From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256  61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224  iwd-1.24.tar.xz
+sha256  3f138e03301beb2afc7b385a62f56db17059137857ab579f269c4e441783e760  iwd-1.25.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index 548b508edb..fc10c5f1d4 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 1.24
+IWD_VERSION = 1.25
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49
  2022-03-16 19:05 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 James Hilliard
  2022-03-16 19:05 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25 James Hilliard
@ 2022-03-16 19:43 ` Peter Seiderer
  2022-03-24 21:46 ` Arnout Vandecappelle
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-03-16 19:43 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

Hello James,

On Wed, 16 Mar 2022 13:05:44 -0600, James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Thanks for the patch/update, one nitpick...

An (upstream) change log entry would be nice, see [1] for an example...

Regards,
Peter

[1] https://git.buildroot.net/buildroot/commit/package/ell?id=c01a8397d9923c38b14a0d083ba1cf3ee3a3049a

> ---
>  package/ell/ell.hash | 2 +-
>  package/ell/ell.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/ell/ell.hash b/package/ell/ell.hash
> index 4bde1ab677..9affa390b8 100644
> --- a/package/ell/ell.hash
> +++ b/package/ell/ell.hash
> @@ -1,5 +1,5 @@
>  # From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
> -sha256  9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5  ell-0.48.tar.xz
> +sha256  a7ff8ecbc76b187d942dd22b61cb489711400897c790319ffb7e944791687c3f  ell-0.49.tar.xz
>
>  # License files
>  sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
> diff --git a/package/ell/ell.mk b/package/ell/ell.mk
> index 267b44e5f0..9735865eae 100644
> --- a/package/ell/ell.mk
> +++ b/package/ell/ell.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -ELL_VERSION = 0.48
> +ELL_VERSION = 0.49
>  ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
>  ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
>  ELL_LICENSE = LGPL-2.1+

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

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

* Re: [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25
  2022-03-16 19:05 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25 James Hilliard
@ 2022-03-16 19:44   ` Peter Seiderer
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-03-16 19:44 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

Hello James,

On Wed, 16 Mar 2022 13:05:45 -0600, James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Thanks for the patch/update, one nitpick...

An (upstream) change log entry would be nice, see [1] for an example...

Regards,
Peter

[1] https://git.buildroot.net/buildroot/commit/package/iw?id=ad0515252a25e94b85184102a66e93a17ad3c65e


> ---
>  package/iwd/iwd.hash | 2 +-
>  package/iwd/iwd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
> index 1a58ec88e8..1c34aa0a90 100644
> --- a/package/iwd/iwd.hash
> +++ b/package/iwd/iwd.hash
> @@ -1,5 +1,5 @@
>  # From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
> -sha256  61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224  iwd-1.24.tar.xz
> +sha256  3f138e03301beb2afc7b385a62f56db17059137857ab579f269c4e441783e760  iwd-1.25.tar.xz
>
>  # License files
>  sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
> diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
> index 548b508edb..fc10c5f1d4 100644
> --- a/package/iwd/iwd.mk
> +++ b/package/iwd/iwd.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -IWD_VERSION = 1.24
> +IWD_VERSION = 1.25
>  IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
>  IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
>  IWD_LICENSE = LGPL-2.1+

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

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

* Re: [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49
  2022-03-16 19:05 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 James Hilliard
  2022-03-16 19:05 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25 James Hilliard
  2022-03-16 19:43 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 Peter Seiderer
@ 2022-03-24 21:46 ` Arnout Vandecappelle
  2022-03-29 20:18   ` Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-03-24 21:46 UTC (permalink / raw)
  To: James Hilliard, buildroot; +Cc: Peter Seiderer



On 16/03/2022 20:05, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

  Applied both to master, thanks.

  As Peter said, a changelog would be nice (so Peter K. knows if it needs to be 
backported to the stable branches), but I've applied as-is anyway.

  Regards,
  Arnout

> ---
>   package/ell/ell.hash | 2 +-
>   package/ell/ell.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/ell/ell.hash b/package/ell/ell.hash
> index 4bde1ab677..9affa390b8 100644
> --- a/package/ell/ell.hash
> +++ b/package/ell/ell.hash
> @@ -1,5 +1,5 @@
>   # From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
> -sha256  9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5  ell-0.48.tar.xz
> +sha256  a7ff8ecbc76b187d942dd22b61cb489711400897c790319ffb7e944791687c3f  ell-0.49.tar.xz
>   
>   # License files
>   sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
> diff --git a/package/ell/ell.mk b/package/ell/ell.mk
> index 267b44e5f0..9735865eae 100644
> --- a/package/ell/ell.mk
> +++ b/package/ell/ell.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -ELL_VERSION = 0.48
> +ELL_VERSION = 0.49
>   ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
>   ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
>   ELL_LICENSE = LGPL-2.1+
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49
  2022-03-24 21:46 ` Arnout Vandecappelle
@ 2022-03-29 20:18   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-03-29 20:18 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: James Hilliard, Peter Seiderer, buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 16/03/2022 20:05, James Hilliard wrote:
 >> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

 >  Applied both to master, thanks.

 >  As Peter said, a changelog would be nice (so Peter K. knows if it
 >  needs to be backported to the stable branches), but I've applied
 > as-is anyway.

Is it needed for 2022.02.x?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-03-29 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 19:05 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 James Hilliard
2022-03-16 19:05 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 1.25 James Hilliard
2022-03-16 19:44   ` Peter Seiderer
2022-03-16 19:43 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.49 Peter Seiderer
2022-03-24 21:46 ` Arnout Vandecappelle
2022-03-29 20:18   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.