Merge pull request #5116 from mglae/le10_connman_up

connman: update to 1.39
This commit is contained in:
Christian Hewitt 2021-02-11 12:38:21 +04:00 committed by GitHub
commit fcaa34c4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="connman"
PKG_VERSION="40947be3848b0a864a366f8d67ce347265ea98c4" # 1.38 + HEAD 12/12/20
PKG_SHA256="d59e93caf297f0ad8d2034fcf956747ba879266e2ad9b7e42abcce86867083e6"
PKG_VERSION="1.39"
PKG_SHA256="0366881f73cdb0acb14619b58cf7a452fe5bf05a70f9db84519933b3afb9744c"
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"

View File

@ -0,0 +1,11 @@
--- a/src/timeserver.c 2021-02-05 19:46:42.000000000 +0100
+++ b/src/timeserver.c 2021-02-06 15:08:10.777408574 +0100
@@ -66,7 +66,7 @@ static void ntp_callback(bool success, v
return;
}
- if (!gettimeofday(&tv, NULL)) {
+ if (gettimeofday(&tv, NULL)) {
connman_warn("Failed to get current time");
}