connman: update to 1.31.
This commit is contained in:
parent
e6b0d8fe9c
commit
ae877ba2b3
|
@ -93,17 +93,6 @@ index c34e10a..eae66fc 100644
|
||||||
|
|
||||||
#ifndef IFF_LOWER_UP
|
#ifndef IFF_LOWER_UP
|
||||||
#define IFF_LOWER_UP 0x10000
|
#define IFF_LOWER_UP 0x10000
|
||||||
--- src/ntp.c 2014-06-07 21:46:22.000000000 -0300
|
|
||||||
+++ src/ntp.c 2014-07-18 20:38:12.144677543 -0300
|
|
||||||
@@ -180,7 +180,7 @@
|
|
||||||
msg.xmttime.fraction = htonl(transmit_timeval.tv_usec * 1000);
|
|
||||||
|
|
||||||
len = sendto(fd, &msg, sizeof(msg), MSG_DONTWAIT,
|
|
||||||
- &addr, sizeof(addr));
|
|
||||||
+ (struct sockaddr *) &addr, sizeof(addr));
|
|
||||||
if (len < 0) {
|
|
||||||
connman_error("Time request for server %s failed (%d/%s)",
|
|
||||||
server, errno, strerror(errno));
|
|
||||||
--- src/tethering.c 2014-04-04 15:12:07.000000000 -0300
|
--- src/tethering.c 2014-04-04 15:12:07.000000000 -0300
|
||||||
+++ src/tethering.c 2014-07-18 20:39:12.091344804 -0300
|
+++ src/tethering.c 2014-07-18 20:39:12.091344804 -0300
|
||||||
@@ -31,10 +31,8 @@
|
@@ -31,10 +31,8 @@
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.30
|
version=1.31
|
||||||
revision=2
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://connman.net/"
|
homepage="http://connman.net/"
|
||||||
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=5c5e464bacc9c27ed4e7269fb9b5059f07947f5be26433b59212133663ffa991
|
checksum=88fcf0b6df334796b90e2fd2e434d6f5b36cd6f13b886a119b8c90276b72b8e2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue