All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40
@ 2021-06-08 19:55 Peter Seiderer
  2021-06-08 19:55 ` [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14 Peter Seiderer
  2021-07-25 13:42 ` [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2021-06-08 19:55 UTC (permalink / raw)
  To: buildroot

For details see [1].

[1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 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 5f1cc7ddcb..f2b3fcc7e2 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  653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08  ell-0.39.tar.xz
+sha256  b9bf5c14f2963591ea1372049c05646919a9ed46fcee5cd11ede1022c99ffbbd  ell-0.40.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index bd291c60db..edaf07e063 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.39
+ELL_VERSION = 0.40
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.31.1

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

* [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14
  2021-06-08 19:55 [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Peter Seiderer
@ 2021-06-08 19:55 ` Peter Seiderer
  2021-07-25 13:42   ` Thomas Petazzoni
  2021-07-25 13:42 ` [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2021-06-08 19:55 UTC (permalink / raw)
  To: buildroot

For details see [1].

[1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 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 7975b0b3ce..9decf459f9 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  b005f7ed0f0a96a2c6181c44560fc868533a18e7034bd4cb43ea0d40c21b4e7a  iwd-1.13.tar.xz
+sha256  21be6ad59ba666ba1e50e01889d647472b9b2f96f4941123db036fd33c257f0b  iwd-1.14.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index aaa07a25ba..171c96edcf 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 1.13
+IWD_VERSION = 1.14
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.31.1

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

* Re: [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40
  2021-06-08 19:55 [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Peter Seiderer
  2021-06-08 19:55 ` [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14 Peter Seiderer
@ 2021-07-25 13:42 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2021-07-25 13:42 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Matt Weber, buildroot

On Tue,  8 Jun 2021 21:55:14 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> For details see [1].
> 
> [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/ell/ell.hash | 2 +-
>  package/ell/ell.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

A more recent patch updating to 0.41 had been posted and already
merged, so I marked this one as "Superseded".

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14
  2021-06-08 19:55 ` [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14 Peter Seiderer
@ 2021-07-25 13:42   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2021-07-25 13:42 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Matt Weber, buildroot

On Tue,  8 Jun 2021 21:55:15 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> For details see [1].
> 
> [1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/iwd/iwd.hash | 2 +-
>  package/iwd/iwd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-07-25 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 19:55 [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Peter Seiderer
2021-06-08 19:55 ` [Buildroot] [PATCH v1 2/2] package/iwd: bump version to 1.14 Peter Seiderer
2021-07-25 13:42   ` Thomas Petazzoni
2021-07-25 13:42 ` [Buildroot] [PATCH v1 1/2] package/ell: bump version to 0.40 Thomas Petazzoni

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.