summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2022-08-09 04:58:12 +0000
committerVlad Glagolev2022-08-09 04:58:12 +0000
commite44fec5a513a4fe86134d527d8822377c2f57b6b (patch)
treee5eb5c98e4967199dce27a9294464f7f23ed4cc0 /net
parentf8d2221d003852939a9619303b697cbb7c958b7d (diff)
connman: => 1.41
Diffstat (limited to 'net')
-rwxr-xr-xnet/connman/DEPENDS15
-rwxr-xr-xnet/connman/DETAILS4
-rw-r--r--net/connman/HISTORY4
3 files changed, 21 insertions, 2 deletions
diff --git a/net/connman/DEPENDS b/net/connman/DEPENDS
index e1b442b60b..ef1bf5adc0 100755
--- a/net/connman/DEPENDS
+++ b/net/connman/DEPENDS
@@ -16,6 +16,11 @@ optional_depends iptables \
"--disable-tools" \
"for testing tools" &&
+optional_depends libmnl \
+ "--enable-wireguard" \
+ "--disable-wireguard" \
+ "for Wireguard support" &&
+
optional_depends openvpn \
"--enable-openvpn" \
"--disable-openvpn" \
@@ -26,6 +31,11 @@ optional_depends vpnc \
"--disable-vpnc" \
"for vpnc support" &&
+optional_depends openconnect \
+ "--enable-openconnect" \
+ "--disable-openconnect" \
+ "for openconnect support" &&
+
optional_depends xl2tpd \
"--enable-l2tp" \
"--disable-l2tp" \
@@ -41,6 +51,11 @@ optional_depends wpa_supplicant \
"--disable-wifi" \
"for Wi-Fi support" &&
+suggest_depends iwd \
+ "--enable-iwd" \
+ "--disable-iwd" \
+ "for iwd support" &&
+
optional_depends bluez5 \
"--enable-bluetooth" \
"--disable-bluetooth" \
diff --git a/net/connman/DETAILS b/net/connman/DETAILS
index b3d1c1a2a7..2af2fa280b 100755
--- a/net/connman/DETAILS
+++ b/net/connman/DETAILS
@@ -11,10 +11,10 @@ if [ "${CONNMAN_BRANCH}" == "scm" ]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=1.37
+ VERSION=1.41
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=https://www.kernel.org/pub/linux/network/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:5d5363105aedd0c9d609dd5c64eb832d9ff80923a944d9d3738337a61f180ded227f2ae1ff7912bed8826b35f0cfd20488e3ffd3801f0e53e90f98498e19efb6
+ SOURCE_HASH=sha512:b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE=https://01.org/connman
diff --git a/net/connman/HISTORY b/net/connman/HISTORY
index c7c56fc547..1488393d96 100644
--- a/net/connman/HISTORY
+++ b/net/connman/HISTORY
@@ -1,3 +1,7 @@
+2022-08-08 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.41 (stable)
+ * DEPENDS: added new dependencies
+
2019-05-21 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.37 (stable)