Message ID | 20250512163253.1521000-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On 12/05/2025 18:32, Dario Binacchi wrote: > Release notes: > > - ver 1.44: > * Fix issue with handling oFono context integration. > * Fix issue with handling web context for online detection. > * Fix issue with handling flags used when deleting routes. > * Fix issue with handling PAC proxy integration. > > - ver 1.43: > * Fix issue with device creation when using LTE. > * Fix issue with regulatory domain when powering up. > * Fix issue with resolving ISO3166 code from timezone data. > * Fix issue with handling DNS proxy zero termination of buffers. > * Fix issue with handling DHCP packet length in L3 mode. > * Fix issue with handling DHCP upper length checks. > * Fix issue with handling IPv6 and URL parsing. > * Fix issue with handling online check updates. > * Fix issue with handling proxy method and WISPr. > * Fix issue with handling default gateway setup. > * Add support for low-priority default routes. > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Series applied to master, thanks. To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
diff --git a/package/connman/connman.hash b/package/connman/connman.hash index ea87f1ea17da..38af1847aef6 100644 --- a/package/connman/connman.hash +++ b/package/connman/connman.hash @@ -1,4 +1,4 @@ # From https://www.kernel.org/pub/linux/network/connman/sha256sums.asc -sha256 a3e6bae46fc081ef2e9dae3caa4f7649de892c3de622c20283ac0ca81423c2aa connman-1.42.tar.xz +sha256 2be2b00321632b775f9eff713acd04ef21e31fbf388f6ebf45512ff4289574ff connman-1.44.tar.xz # Locally computed sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING diff --git a/package/connman/connman.mk b/package/connman/connman.mk index 142a6583ad3c..2c5be8252c6e 100644 --- a/package/connman/connman.mk +++ b/package/connman/connman.mk @@ -4,7 +4,7 @@ # ################################################################################ -CONNMAN_VERSION = 1.42 +CONNMAN_VERSION = 1.44 CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman CONNMAN_DEPENDENCIES = libglib2 dbus
Release notes: - ver 1.44: * Fix issue with handling oFono context integration. * Fix issue with handling web context for online detection. * Fix issue with handling flags used when deleting routes. * Fix issue with handling PAC proxy integration. - ver 1.43: * Fix issue with device creation when using LTE. * Fix issue with regulatory domain when powering up. * Fix issue with resolving ISO3166 code from timezone data. * Fix issue with handling DNS proxy zero termination of buffers. * Fix issue with handling DHCP packet length in L3 mode. * Fix issue with handling DHCP upper length checks. * Fix issue with handling IPv6 and URL parsing. * Fix issue with handling online check updates. * Fix issue with handling proxy method and WISPr. * Fix issue with handling default gateway setup. * Add support for low-priority default routes. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/connman/connman.hash | 2 +- package/connman/connman.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)