mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
connman: update to 1.36.
Closes #14349. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
34601084be
commit
d234647e8f
2 changed files with 8 additions and 21 deletions
|
@ -63,19 +63,6 @@ index c34e10a..eae66fc 100644
|
||||||
|
|
||||||
#ifndef IFF_LOWER_UP
|
#ifndef IFF_LOWER_UP
|
||||||
#define IFF_LOWER_UP 0x10000
|
#define IFF_LOWER_UP 0x10000
|
||||||
--- src/tethering.c 2014-04-04 15:12:07.000000000 -0300
|
|
||||||
+++ 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>
|
|
||||||
|
|
||||||
--- tools/dnsproxy-test.c 2013-12-05 09:12:12.000000000 -0200
|
--- tools/dnsproxy-test.c 2013-12-05 09:12:12.000000000 -0200
|
||||||
+++ tools/dnsproxy-test.c 2014-07-18 20:36:37.484676606 -0300
|
+++ tools/dnsproxy-test.c 2014-07-18 20:36:37.484676606 -0300
|
||||||
@@ -24,6 +24,7 @@
|
@@ -24,6 +24,7 @@
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.35
|
version=1.36
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
--enable-polkit --enable-client --enable-pie --enable-ethernet
|
--enable-polkit --enable-client --enable-pie --enable-ethernet
|
||||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||||
--enable-openvpn --with-openvpn=/usr/bin/openvpn --enable-openconnect
|
--enable-openvpn --with-openvpn=/usr/bin/openvpn --enable-openconnect
|
||||||
--disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
|
--disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
|
||||||
hostmakedepends="automake libtool pkg-config wpa_supplicant iptables"
|
hostmakedepends="automake iptables libtool pkg-config wpa_supplicant"
|
||||||
makedepends="libglib-devel dbus-devel iptables-devel gnutls-devel readline-devel"
|
makedepends="gnutls-devel iptables-devel libglib-devel"
|
||||||
depends="dbus wpa_supplicant"
|
depends="dbus wpa_supplicant"
|
||||||
short_desc="Open Source CONNection MANager"
|
short_desc="Open Source CONNection MANager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://connman.net/"
|
homepage="https://01.org/connman"
|
||||||
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/network/$pkgname/${pkgname}-${version}.tar.xz"
|
||||||
checksum=66d7deb98371545c6e417239a9b3b3e3201c1529d08eedf40afbc859842cf2aa
|
checksum=c789db41cc443fa41e661217ea321492ad59a004bebcd1aa013f3bc10a6e0074
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue