connman: update to 1.43

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.
This commit is contained in:
Rudi Heitbaum 2024-10-07 18:56:24 +02:00 committed by mglae
parent 26e5acab63
commit 52f8237334

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="connman"
PKG_VERSION="1cde7a6598a639d1f1eb16f7929f32919172ef10"
PKG_SHA256="680320f1c3de0c283b2df0d61807cd0ca88e012dc3ec906a0414b20a5866f19d"
PKG_VERSION="1.43"
PKG_SHA256="22acfe9d5958d7983090232334a692eee66a12f3077e09e4f360276608156738"
PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net"
PKG_URL="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${PKG_VERSION}.tar.gz"