diff options
author | prspkt <prspkt@protonmail.com> | 2018-05-12 21:47:22 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 09:44:32 +0300 |
commit | b5a9835750e46d565040f7dea69c64d577bac166 (patch) | |
tree | bbda6629a9d4ed85521490d6f74c776486075d9e /community | |
parent | 3b71bd4740135cb64c8af1a0abeb1dfbb7aaff7b (diff) | |
download | aports-b5a9835750e46d565040f7dea69c64d577bac166.tar.bz2 aports-b5a9835750e46d565040f7dea69c64d577bac166.tar.xz |
community/connman: upgrade to 1.36, clarify license, use https
Diffstat (limited to 'community')
-rw-r--r-- | community/connman/APKBUILD | 17 | ||||
-rw-r--r-- | community/connman/musl-fixes.patch | 13 |
2 files changed, 8 insertions, 22 deletions
diff --git a/community/connman/APKBUILD b/community/connman/APKBUILD index 3b7a296437..f0f91fe096 100644 --- a/community/connman/APKBUILD +++ b/community/connman/APKBUILD @@ -1,18 +1,17 @@ # Maintainer: Clayton Craft <clayton@craftyguy.net> # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=connman -pkgver=1.35 +pkgver=1.36 pkgrel=0 pkgdesc="A daemon for managing internet connections" -url="http://connman.net/" +url="https://connman.net" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" depends="wpa_supplicant" -makedepends="autoconf automake libtool - glib-dev iptables-dev readline-dev dbus-dev - " +makedepends="autoconf automake dbus-dev glib-dev iptables-dev libtool + readline-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://www.kernel.org/pub/linux/network/$pkgname/$pkgname-$pkgver.tar.xz +source="https://www.kernel.org/pub/linux/network/connman/$pkgname-$pkgver.tar.xz musl-fixes.patch libresolv.patch connman.initd @@ -46,7 +45,7 @@ package() { install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -sha512sums="2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8 connman-1.35.tar.xz -de2b5015fa50cb3da69c7f3e95bfec7093c91ea545f9bc9b1a2bfec7f79e9d9b74240c774a93f17b5d244f05926ca3f68843123cb267ab9de038c7dabbea2ab5 musl-fixes.patch +sha512sums="c0b9e924a28d58539d44c314168ae7aa46dfea8ce9d125198f525a6d6ef95ca77fd0357c4c4c7548b362b9de8e6f85c7915b1a4cf89b65116c4cbc4df75318e1 connman-1.36.tar.xz +2ed156edca3f2e7f02256f601df288a484dcabb968750a0d26cac3de56079859d1ff7fd73853c1797eb4c71a26072713c9668ed61e407c75bafbed561d3a9126 musl-fixes.patch c258e747e13b86c81ae96ac1743abf0c1461b9053c5b386d594a49f0b1890f10d89bea92610762ff609a4cc5fea04a43fab83894702f552b05af400f01cb011e libresolv.patch 42b45d44f5eed966ba003683fcb54ffb4e9a0331599ff1c8e5e64c4c06b42d380c3852b7c73881a1be1eaca887906cac9aede1f5579e8e139fdf90ca8d7adf15 connman.initd" diff --git a/community/connman/musl-fixes.patch b/community/connman/musl-fixes.patch index 6290f68dd6..e3b646e370 100644 --- a/community/connman/musl-fixes.patch +++ b/community/connman/musl-fixes.patch @@ -69,19 +69,6 @@ diff --exclude '*.*o' -ru connman-1.24.orig/plugins/wifi.c connman-1.24/plugins/ #ifndef IFF_LOWER_UP #define IFF_LOWER_UP 0x10000 -diff --exclude '*.*o' -ru connman-1.24.orig/src/tethering.c connman-1.24/src/tethering.c ---- connman-1.24.orig/src/tethering.c 2014-04-04 15:12:07.000000000 -0300 -+++ connman-1.24/src/tethering.c 2014-07-18 20:39:12.091344804 -0300 -@@ -31,10 +31,8 @@ - #include <stdio.h> - #include <sys/ioctl.h> - #include <net/if.h> --#include <linux/sockios.h> - #include <string.h> - #include <fcntl.h> --#include <linux/if_tun.h> - #include <netinet/in.h> - #include <linux/if_bridge.h> diff --exclude '*.*o' -ru connman-1.24.orig/tools/dnsproxy-test.c connman-1.24/tools/dnsproxy-test.c --- connman-1.24.orig/tools/dnsproxy-test.c 2013-12-05 09:12:12.000000000 -0200 |