Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. diff --git a/meta/recipes-connectivity/connman/connman/0001-Detect-backtrace-API-availability-before-using-it.patch b/meta/recipes-connectivity/connman/connman/0001-Detect-backtrace-API-availability-before-using-it.patch
  2. index 5dc6fd6..d8e8028 100644
  3. --- a/meta/recipes-connectivity/connman/connman/0001-Detect-backtrace-API-availability-before-using-it.patch
  4. +++ b/meta/recipes-connectivity/connman/connman/0001-Detect-backtrace-API-availability-before-using-it.patch
  5. @@ -1,14 +1,13 @@
  6. -From 00d4447395725abaa651e12ed40095081e04011e Mon Sep 17 00:00:00 2001
  7. +From c98397c8a29e2abc837f20c7f3f629feb277a5e0 Mon Sep 17 00:00:00 2001
  8. From: Khem Raj <raj.khem@gmail.com>
  9. Date: Sun, 13 Sep 2015 13:22:01 -0700
  10. -Subject: [PATCH 1/3] Detect backtrace() API availability before using it
  11. +Subject: [PATCH 2/4] Detect backtrace() API availability before using it
  12.  
  13. C libraries besides glibc do not have backtrace() implemented
  14.  
  15. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  16. ----
  17. -Upstream-Status: Pending
  18.  
  19. +---
  20. configure.ac | 2 ++
  21. src/log.c | 5 ++---
  22. 2 files changed, 4 insertions(+), 3 deletions(-)
  23. @@ -51,5 +50,5 @@ index a693bd0..5b40c1f 100644
  24. }
  25.  
  26. --
  27. -2.5.1
  28. +2.1.4
  29.  
  30. diff --git a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
  31. index 0593427..e86bff9 100644
  32. --- a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
  33. +++ b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
  34. @@ -1,7 +1,7 @@
  35. -From 10b0d16d04b811b1ccd1f9b0cfe757bce8d876a1 Mon Sep 17 00:00:00 2001
  36. +From fbd4e0d953ceb74f7fb87f52915986271d2bfa43 Mon Sep 17 00:00:00 2001
  37. From: Khem Raj <raj.khem@gmail.com>
  38. Date: Mon, 6 Apr 2015 23:02:21 -0700
  39. -Subject: [PATCH 2/3] resolve: musl does not implement res_ninit
  40. +Subject: [PATCH 3/4] resolve: musl does not implement res_ninit
  41.  
  42. ported from
  43. http://git.alpinelinux.org/cgit/aports/plain/testing/connman/libresolv.patch
  44. @@ -9,6 +9,7 @@ http://git.alpinelinux.org/cgit/aports/plain/testing/connman/libresolv.patch
  45. Upstream-Status: Pending
  46.  
  47. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  48. +
  49. ---
  50. gweb/gresolv.c | 33 ++++++++++++---------------------
  51. 1 file changed, 12 insertions(+), 21 deletions(-)
  52. @@ -73,5 +74,5 @@ index 5cf7a9a..3ad8e70 100644
  53.  
  54. if (!resolv->nameserver_list)
  55. --
  56. -2.5.1
  57. +2.1.4
  58.  
  59. diff --git a/meta/recipes-connectivity/connman/connman/0003-Fix-header-inclusions-for-musl.patch b/meta/recipes-connectivity/connman/connman/0003-Fix-header-inclusions-for-musl.patch
  60. index 6327aa2..d0515ad 100644
  61. --- a/meta/recipes-connectivity/connman/connman/0003-Fix-header-inclusions-for-musl.patch
  62. +++ b/meta/recipes-connectivity/connman/connman/0003-Fix-header-inclusions-for-musl.patch
  63. @@ -1,12 +1,11 @@
  64. -From 67645a01a2f3f52625d8dd77f2811a9e213e1b7d Mon Sep 17 00:00:00 2001
  65. +From db846f5909fd6be29f4b2397182012993998cc1f Mon Sep 17 00:00:00 2001
  66. From: Khem Raj <raj.khem@gmail.com>
  67. Date: Sun, 13 Sep 2015 13:28:20 -0700
  68. -Subject: [PATCH] Fix header inclusions for musl
  69. +Subject: [PATCH 4/4] Fix header inclusions for musl
  70.  
  71. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  72. ----
  73. -Upstream-Status: Pending
  74.  
  75. +---
  76. gweb/gresolv.c | 1 +
  77. plugins/wifi.c | 3 +--
  78. src/tethering.c | 2 --
  79. @@ -81,5 +80,5 @@ index 551cae9..226ba86 100644
  80. #include <netinet/in.h>
  81. #include <sys/types.h>
  82. --
  83. -2.5.1
  84. +2.1.4
  85.  
  86. diff --git a/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch b/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
  87. index 707b3ca..666e87f 100644
  88. --- a/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
  89. +++ b/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
  90. @@ -1,9 +1,17 @@
  91. -Because Poky doesn't support at_console we need to special-case the session
  92. -user.
  93. +From cd934d3de8a5336f26f7c13b3a0583d0054e6a73 Mon Sep 17 00:00:00 2001
  94. +From: Ross Burton <ross.burton@intel.com>
  95. +Date: Thu, 24 Sep 2015 13:31:57 +0300
  96. +Subject: [PATCH 1/4] Because Poky doesn't support at_console we need to
  97. + special-case the session user.
  98.  
  99. Upstream-Status: Inappropriate [configuration]
  100.  
  101. -Signed-off-by: Ross Burton <ross.burton@intel.com>
  102. +Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  103. +
  104. +---
  105. + src/connman-dbus.conf | 3 +++
  106. + vpn/vpn-dbus.conf | 3 +++
  107. + 2 files changed, 6 insertions(+)
  108.  
  109. diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf
  110. index 98a773e..466809c 100644
  111. @@ -19,3 +27,20 @@ index 98a773e..466809c 100644
  112. <policy at_console="true">
  113. <allow send_destination="net.connman"/>
  114. </policy>
  115. +diff --git a/vpn/vpn-dbus.conf b/vpn/vpn-dbus.conf
  116. +index 0f0c8da..9ad05b9 100644
  117. +--- a/vpn/vpn-dbus.conf
  118. ++++ b/vpn/vpn-dbus.conf
  119. +@@ -6,6 +6,9 @@
  120. + <allow send_destination="net.connman.vpn"/>
  121. + <allow send_interface="net.connman.vpn.Agent"/>
  122. + </policy>
  123. ++ <policy user="xuser">
  124. ++ <allow send_destination="net.connman"/>
  125. ++ </policy>
  126. + <policy at_console="true">
  127. + <allow send_destination="net.connman.vpn"/>
  128. + </policy>
  129. +--
  130. +2.1.4
  131. +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement