[packages/connman] - updated to 1.12 - added linux patch (<linux/if_bridge.h> needs struct ip6, at least in linux 3.8 h

qboosh qboosh at pld-linux.org
Fri Mar 1 21:47:24 CET 2013


commit 5d30a47f79e1a69ca1ba5c0e56d246632d2f1794
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 1 21:47:16 2013 +0100

    - updated to 1.12
    - added linux patch (<linux/if_bridge.h> needs struct ip6, at least in linux 3.8 headers)

 connman-linux.patch | 10 ++++++++++
 connman.spec        |  6 ++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/connman.spec b/connman.spec
index d1aefc7..153e427 100644
--- a/connman.spec
+++ b/connman.spec
@@ -1,12 +1,13 @@
 Summary:	Connection Manager
 Summary(pl.UTF-8):	Zarządca połączeń
 Name:		connman
-Version:	1.11
+Version:	1.12
 Release:	1
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://www.kernel.org/pub/linux/network/connman/%{name}-%{version}.tar.xz
-# Source0-md5:	72cd18041abb17997b32fe6df6b52f5c
+# Source0-md5:	6386d04ccbfd66c68e94ae7a8859a3a4
+Patch0:		%{name}-linux.patch
 URL:		http://connman.net/
 BuildRequires:	dbus-devel >= 1.4
 BuildRequires:	glib2-devel >= 1:2.28
@@ -62,6 +63,7 @@ Pliki nagłówkowe dla wtyczek ConnMana.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
diff --git a/connman-linux.patch b/connman-linux.patch
new file mode 100644
index 0000000..16f0387
--- /dev/null
+++ b/connman-linux.patch
@@ -0,0 +1,10 @@
+--- connman-1.12/src/tethering.c.orig	2012-12-22 22:52:47.000000000 +0100
++++ connman-1.12/src/tethering.c	2013-03-01 20:52:42.438881056 +0100
+@@ -31,6 +31,7 @@
+ #include <stdio.h>
+ #include <sys/ioctl.h>
+ #include <net/if.h>
++#include <netinet/ip6.h>
+ #include <linux/sockios.h>
+ #include <string.h>
+ #include <fcntl.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/connman.git/commitdiff/5d30a47f79e1a69ca1ba5c0e56d246632d2f1794



More information about the pld-cvs-commit mailing list