mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4221 from chewitt/wireguard-leia
connman/wireguard updates [backport]
This commit is contained in:
commit
006f797c57
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="connman"
|
||||
PKG_VERSION="9c781b75657bb72a9d65ba7cc73aa5111ae13eb2" # pre 1.38
|
||||
PKG_SHA256="384ac276b593e919614f8615da8641dac4268c8e6ebc1166b78b3d260d5ca242"
|
||||
PKG_VERSION="1ee420ace2b8edb0d4025f469aaa3d00d220dc98" # 1.38
|
||||
PKG_SHA256="2688c7d1f4b947f4b616157bad9d50234d86d5151a1e1a9e8d51acad2b1481c6"
|
||||
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"
|
||||
|
@ -1,27 +0,0 @@
|
||||
diff --git a/src/shared/mnlg.c b/src/shared/mnlg.c
|
||||
index 6b02059d..b2f71941 100644
|
||||
--- a/src/shared/mnlg.c
|
||||
+++ b/src/shared/mnlg.c
|
||||
@@ -28,6 +28,22 @@
|
||||
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
|
||||
#endif
|
||||
|
||||
+#ifndef NETLINK_CAP_ACK
|
||||
+#define NETLINK_CAP_ACK 10
|
||||
+#endif /* NETLINK_CAP_ACK */
|
||||
+/* support for extack if compilation headers are too old */
|
||||
+#ifndef NETLINK_EXT_ACK
|
||||
+#define NETLINK_EXT_ACK 11
|
||||
+enum nlmsgerr_attrs {
|
||||
+ NLMSGERR_ATTR_UNUSED,
|
||||
+ NLMSGERR_ATTR_MSG,
|
||||
+ NLMSGERR_ATTR_OFFS,
|
||||
+ NLMSGERR_ATTR_COOKIE,
|
||||
+
|
||||
+ __NLMSGERR_ATTR_MAX,
|
||||
+ NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1
|
||||
+};
|
||||
+#endif
|
||||
|
||||
struct mnlg_socket {
|
||||
struct mnl_socket *nl;
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="wireguard-linux-compat"
|
||||
PKG_VERSION="v0.0.20200121"
|
||||
PKG_SHA256="509a26a28ac1e96cf15d9a457a4143c43d4455eee877fdef20ebf11cbfd012b6"
|
||||
PKG_VERSION="v0.0.20200215"
|
||||
PKG_SHA256="0ae4d63e93e94a8953209c547416d84470816d152cdb8df4f36f3169cf3f43a6"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://www.wireguard.com"
|
||||
PKG_URL="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-$PKG_VERSION.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="wireguard-tools"
|
||||
PKG_VERSION="v1.0.20200121"
|
||||
PKG_SHA256="e7aa8985dfeb495eff4b90b1817ea6c44f59ed124bac9fc85f6ba78173beef29"
|
||||
PKG_VERSION="v1.0.20200206"
|
||||
PKG_SHA256="2528b9f99dbbb7a9498b9e1657996c865a04fa2f7c5fb6fe484f3725b7723d9c"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://www.wireguard.com"
|
||||
PKG_URL="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-$PKG_VERSION.tar.xz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user