mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/connman: bump to version 1.44
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> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
96ae6c41e7
commit
ce9a64b5d1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user