All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43
@ 2021-09-14 21:00 Peter Seiderer
  2021-09-14 21:00 ` [Buildroot] [PATCH v1 2/3] package/openresolv: bump version to 3.12.0 Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Seiderer @ 2021-09-14 21:00 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber

- Changelog (since 0.41, from [1]):

  ver 0.43:
    Add support for DHCP Rapid Commit feature.
    Add support for DHCP authoritative mode feature.

  ver 0.42:
    Add support for constant time security functions.
    Add support for manipulating DHCP leases.

[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 2ff8889506..316d3fb81d 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  4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c  ell-0.41.tar.xz
+sha256  b6c75895ad64bf78f5b5c464de871048d02f9403be518084e0d64b58f508c9fc  ell-0.43.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index ec31e68088..261dc1a6db 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.41
+ELL_VERSION = 0.43
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.32.0

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

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

* [Buildroot] [PATCH v1 2/3] package/openresolv: bump version to 3.12.0
  2021-09-14 21:00 [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Peter Seiderer
@ 2021-09-14 21:00 ` Peter Seiderer
  2021-09-14 21:00 ` [Buildroot] [PATCH v1 3/3] package/iwd: bump version to 1.17 Peter Seiderer
  2021-09-18 20:14 ` [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2021-09-14 21:00 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/openresolv/openresolv.hash | 2 +-
 package/openresolv/openresolv.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/openresolv/openresolv.hash b/package/openresolv/openresolv.hash
index f2a101df39..7a5fb0e140 100644
--- a/package/openresolv/openresolv.hash
+++ b/package/openresolv/openresolv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  7d74c669849183ecefdfcec30d25664b1ca24ba1ca8c2ad5de50fcaeef3b4810  openresolv-3.10.0.tar.gz
+sha256  96b573e26d145f208d3758c2cd6fbf824b01005fc4cb7cedbdae29b3a3c8cb02  openresolv-3.12.0.tar.gz
 sha256  384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0  LICENSE
diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 55ec7fd8f9..3857ab833d 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENRESOLV_VERSION = 3.10.0
+OPENRESOLV_VERSION = 3.12.0
 OPENRESOLV_SITE = $(call github,rsmarples,openresolv,openresolv-$(OPENRESOLV_VERSION))
 OPENRESOLV_LICENSE = BSD-2-Clause
 OPENRESOLV_LICENSE_FILES = LICENSE
-- 
2.32.0

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

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

* [Buildroot] [PATCH v1 3/3] package/iwd: bump version to 1.17
  2021-09-14 21:00 [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Peter Seiderer
  2021-09-14 21:00 ` [Buildroot] [PATCH v1 2/3] package/openresolv: bump version to 3.12.0 Peter Seiderer
@ 2021-09-14 21:00 ` Peter Seiderer
  2021-09-18 20:14 ` [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2021-09-14 21:00 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber

- Changelog (since 1.14, from [1]):

  ver 1.17:
    Fix issue with sending additional and vendor IEs.
    Fix issue with IE ordering for 802.11-2020 support.
    Fix issue with frequency update on channel switch events.
    Fix issue with drivers and handling of IF_OPER_UP setting.

  ver 1.16:
    Fix issue with writing provisioning files with a passphrase.
    Add support for Authenticator & Supplicant RSN Extension elements.
    Add support for handling Transition Disable info.
    Add support for SAE Hash-to-Element feature.

  ver 1.15:
    Add support for FT-over-DS procedure with multiple BSS.
    Add support for estimation of VHT RX data rate.
    Add support for exporting Daemon information.

[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 9decf459f9..9bd8f9c252 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  21be6ad59ba666ba1e50e01889d647472b9b2f96f4941123db036fd33c257f0b  iwd-1.14.tar.xz
+sha256  6f946f823b0dc3205e4e72becf8ad1915448d194f5b10d8003e4c8c5a18e4ef7  iwd-1.17.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index 171c96edcf..9737f2c626 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 1.14
+IWD_VERSION = 1.17
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.32.0

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

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

* Re: [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43
  2021-09-14 21:00 [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Peter Seiderer
  2021-09-14 21:00 ` [Buildroot] [PATCH v1 2/3] package/openresolv: bump version to 3.12.0 Peter Seiderer
  2021-09-14 21:00 ` [Buildroot] [PATCH v1 3/3] package/iwd: bump version to 1.17 Peter Seiderer
@ 2021-09-18 20:14 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-09-18 20:14 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Matt Weber, buildroot

Peter, All,

On 2021-09-14 23:00 +0200, Peter Seiderer spake thusly:
> - Changelog (since 0.41, from [1]):
> 
>   ver 0.43:
>     Add support for DHCP Rapid Commit feature.
>     Add support for DHCP authoritative mode feature.
> 
>   ver 0.42:
>     Add support for constant time security functions.
>     Add support for manipulating DHCP leases.
> 
> [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Series of three patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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 2ff8889506..316d3fb81d 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  4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c  ell-0.41.tar.xz
> +sha256  b6c75895ad64bf78f5b5c464de871048d02f9403be518084e0d64b58f508c9fc  ell-0.43.tar.xz
>  
>  # License files
>  sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
> diff --git a/package/ell/ell.mk b/package/ell/ell.mk
> index ec31e68088..261dc1a6db 100644
> --- a/package/ell/ell.mk
> +++ b/package/ell/ell.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -ELL_VERSION = 0.41
> +ELL_VERSION = 0.43
>  ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
>  ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
>  ELL_LICENSE = LGPL-2.1+
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.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@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-18 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 21:00 [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Peter Seiderer
2021-09-14 21:00 ` [Buildroot] [PATCH v1 2/3] package/openresolv: bump version to 3.12.0 Peter Seiderer
2021-09-14 21:00 ` [Buildroot] [PATCH v1 3/3] package/iwd: bump version to 1.17 Peter Seiderer
2021-09-18 20:14 ` [Buildroot] [PATCH v1 1/3] package/ell: bump version to 0.43 Yann E. MORIN

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.