From e65b7d736e152ca5699bd185269e771b98895642 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Jul 2016 07:57:34 +0200 Subject: [PATCH] connman: update to 1.33. --- srcpkgs/connman/patches/musl-fixes.patch | 30 ------------------------ srcpkgs/connman/template | 4 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/srcpkgs/connman/patches/musl-fixes.patch b/srcpkgs/connman/patches/musl-fixes.patch index a73b3a752f4..7de000b59f5 100644 --- a/srcpkgs/connman/patches/musl-fixes.patch +++ b/srcpkgs/connman/patches/musl-fixes.patch @@ -38,36 +38,6 @@ index e111150..ee4dc43 100644 static const DHCPOption client_options[] = { { OPTION_IP, 0x01 }, /* subnet-mask */ { OPTION_IP | OPTION_LIST, 0x03 }, /* routers */ -diff --git a/src/log.c b/src/log.c -index a693bd0..9054462 100644 ---- src/log.c -+++ src/log.c -@@ -30,7 +30,9 @@ - #include - #include - #include -+#ifdef HAVE_EXECINFO_H - #include -+#endif - #include - - #include "connman.h" -@@ -112,6 +114,7 @@ void connman_debug(const char *format, ...) - - static void print_backtrace(unsigned int offset) - { -+#ifdef HAVE_EXECINFO_H - void *frames[99]; - size_t n_ptrs; - unsigned int i; -@@ -210,6 +213,7 @@ static void print_backtrace(unsigned int offset) - - close(outfd[1]); - close(infd[0]); -+#endif /* HAVE_EXECINFO_H */ - } - - static void signal_handler(int signo) diff --git a/tools/dhcp-test.c b/tools/dhcp-test.c index c34e10a..eae66fc 100644 --- tools/dhcp-test.c diff --git a/srcpkgs/connman/template b/srcpkgs/connman/template index bc9a83165dd..4aeb94066d7 100644 --- a/srcpkgs/connman/template +++ b/srcpkgs/connman/template @@ -1,6 +1,6 @@ # Template file for 'connman' pkgname=connman -version=1.31 +version=1.33 revision=1 lib32disabled=yes build_style=gnu-configure @@ -17,7 +17,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://connman.net/" distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz" -checksum=88fcf0b6df334796b90e2fd2e434d6f5b36cd6f13b886a119b8c90276b72b8e2 +checksum=bc8946036fa70124d663136f9f6b6238d897ca482782df907b07a428b09df5a0 pre_configure() { case "$XBPS_TARGET_MACHINE" in