* [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46
@ 2021-12-02 1:19 James Hilliard
2021-12-02 1:19 ` [Buildroot] [PATCH/next v2 2/2] package/iwd: bump to version 1.20 James Hilliard
2021-12-04 20:08 ` [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2021-12-02 1:19 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Peter Seiderer, Matt Weber
- Changelog (since 0.45, from [1]):
ver 0.46:
Fix issue with DHCP server when OPTION_ROUTER is not configured.
Fix issue with DHCP obtained lease to retrieve it properly.
[1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
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 4bb2688c48..20b568dde4 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 fedfcceee56eb63ab1eb98bf120a3cfbecee50bcd893874328c889f1b381e7d7 ell-0.45.tar.xz
+sha256 f4fc647eff32f622e21f8851ed0c8b7270f4800149c91be601754e22d82cbb4d ell-0.46.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 963fad4bae..4fad6e8d1b 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ELL_VERSION = 0.45
+ELL_VERSION = 0.46
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] 3+ messages in thread
* [Buildroot] [PATCH/next v2 2/2] package/iwd: bump to version 1.20
2021-12-02 1:19 [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 James Hilliard
@ 2021-12-02 1:19 ` James Hilliard
2021-12-04 20:08 ` [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: James Hilliard @ 2021-12-02 1:19 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Peter Seiderer, Matt Weber
- Changelog (since 1.19, from [1]):
ver 1.20:
Fix issue with handling Hotspot 2.0 requirements.
Add support for evict_nocarrier setting during roaming.
Add support for experimental NetworkConfigurationAgent API.
[1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog
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 008a2db011..58224170e6 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 dd65a8795f6127fb1b9e29f2092686b0590a0d3738c2b90c792ccd320deaf966 iwd-1.19.tar.xz
+sha256 7d51e2ccabe7c500e44061ac725dbd4f6b0fb518b5e3de1681063d0f15d3050f iwd-1.20.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index afa6e3bdeb..7b122811c5 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IWD_VERSION = 1.19
+IWD_VERSION = 1.20
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] 3+ messages in thread
* Re: [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46
2021-12-02 1:19 [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 James Hilliard
2021-12-02 1:19 ` [Buildroot] [PATCH/next v2 2/2] package/iwd: bump to version 1.20 James Hilliard
@ 2021-12-04 20:08 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-12-04 20:08 UTC (permalink / raw)
To: James Hilliard; +Cc: Peter Seiderer, Matt Weber, buildroot
On Wed, 1 Dec 2021 18:19:18 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> - Changelog (since 0.45, from [1]):
>
> ver 0.46:
> Fix issue with DHCP server when OPTION_ROUTER is not configured.
> Fix issue with DHCP obtained lease to retrieve it properly.
>
> [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
>
> 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(-)
Series applied to next, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-04 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-02 1:19 [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 James Hilliard
2021-12-02 1:19 ` [Buildroot] [PATCH/next v2 2/2] package/iwd: bump to version 1.20 James Hilliard
2021-12-04 20:08 ` [Buildroot] [PATCH/next v2 1/2] package/ell: bump to version 0.46 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.