* [PATCH 0/6] Package upgrades
@ 2012-08-16 12:55 Constantin Musca
2012-08-16 12:55 ` [PATCH 1/6] dbus: upgrade to 1.6.4 Constantin Musca
` (6 more replies)
0 siblings, 7 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
This is another set of package upgrades compiled on all architectures
and tested using core-image-sato-sdk. The connman 1.4 recipe doesn't
need the 0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
anymore.
Constantin Musca (6):
dbus: upgrade to 1.6.4
ofono: upgrade to 1.10
iproute2: upgrade to 3.5.0
iptables: upgrade to 1.4.15
pulseaudio: upgrade to 2.1
connman: upgrade to 1.4
...ck-that-the-string-isn-t-empty-before-spl.patch | 37 --------------------
.../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
.../configure-cross.patch | 0
.../{iproute2_3.4.0.bb => iproute2_3.5.0.bb} | 4 +--
.../ofono/{ofono_1.8.bb => ofono_1.10.bb} | 6 ++--
.../dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init | 0
.../dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch | 0
.../dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} | 4 +--
.../{iptables_1.4.14.bb => iptables_1.4.15.bb} | 4 +--
.../{pulseaudio_2.0.bb => pulseaudio_2.1.bb} | 4 +--
10 files changed, 15 insertions(+), 53 deletions(-)
delete mode 100644 meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
rename meta/recipes-connectivity/connman/{connman_1.3.bb => connman_1.4.bb} (69%)
rename meta/recipes-connectivity/iproute2/{iproute2-3.4.0 => iproute2-3.5.0}/configure-cross.patch (100%)
rename meta/recipes-connectivity/iproute2/{iproute2_3.4.0.bb => iproute2_3.5.0.bb} (51%)
rename meta/recipes-connectivity/ofono/{ofono_1.8.bb => ofono_1.10.bb} (63%)
rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init (100%)
rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch (100%)
rename meta/recipes-core/dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} (21%)
rename meta/recipes-extended/iptables/{iptables_1.4.14.bb => iptables_1.4.15.bb} (91%)
rename meta/recipes-multimedia/pulseaudio/{pulseaudio_2.0.bb => pulseaudio_2.1.bb} (71%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/6] dbus: upgrade to 1.6.4
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-16 12:55 ` [PATCH 2/6] ofono: upgrade to 1.10 Constantin Musca
` (5 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init | 0
.../dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch | 0
.../dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init (100%)
rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch (100%)
rename meta/recipes-core/dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} (21%)
diff --git a/meta/recipes-core/dbus/dbus-1.4.20/dbus-1.init b/meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.20/dbus-1.init
rename to meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init
diff --git a/meta/recipes-core/dbus/dbus-1.4.20/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.20/tmpdir.patch
rename to meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch
diff --git a/meta/recipes-core/dbus/dbus_1.4.20.bb b/meta/recipes-core/dbus/dbus_1.6.4.bb
similarity index 21%
rename from meta/recipes-core/dbus/dbus_1.4.20.bb
rename to meta/recipes-core/dbus/dbus_1.6.4.bb
index c0da998..179097d 100644
--- a/meta/recipes-core/dbus/dbus_1.4.20.bb
+++ b/meta/recipes-core/dbus/dbus_1.6.4.bb
@@ -2,5 +2,5 @@ include dbus.inc
PR = "${INC_PR}.0"
-SRC_URI[md5sum] = "79eca2f2c1894ac347acce128314428b"
-SRC_URI[sha256sum] = "103bdcd261a13140730b5fa69f56a98ab5c89ba3f0116ea62fcfd639520d5aaf"
+SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640"
+SRC_URI[sha256sum] = "5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/6] ofono: upgrade to 1.10
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
2012-08-16 12:55 ` [PATCH 1/6] dbus: upgrade to 1.6.4 Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-16 12:55 ` [PATCH 3/6] iproute2: upgrade to 3.5.0 Constantin Musca
` (4 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../ofono/{ofono_1.8.bb => ofono_1.10.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-connectivity/ofono/{ofono_1.8.bb => ofono_1.10.bb} (63%)
diff --git a/meta/recipes-connectivity/ofono/ofono_1.8.bb b/meta/recipes-connectivity/ofono/ofono_1.10.bb
similarity index 63%
rename from meta/recipes-connectivity/ofono/ofono_1.8.bb
rename to meta/recipes-connectivity/ofono/ofono_1.10.bb
index 86767f1..1aa137f 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.8.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.10.bb
@@ -4,10 +4,10 @@ SRC_URI = "\
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
file://ofono \
"
-PR = "r1"
+PR = "r0"
-SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3"
-SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d"
+SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696"
+SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5"
EXTRA_OECONF += "\
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/6] iproute2: upgrade to 3.5.0
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
2012-08-16 12:55 ` [PATCH 1/6] dbus: upgrade to 1.6.4 Constantin Musca
2012-08-16 12:55 ` [PATCH 2/6] ofono: upgrade to 1.10 Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-16 12:55 ` [PATCH 4/6] iptables: upgrade to 1.4.15 Constantin Musca
` (3 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../configure-cross.patch | 0
.../{iproute2_3.4.0.bb => iproute2_3.5.0.bb} | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2-3.4.0 => iproute2-3.5.0}/configure-cross.patch (100%)
rename meta/recipes-connectivity/iproute2/{iproute2_3.4.0.bb => iproute2_3.5.0.bb} (51%)
diff --git a/meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-3.5.0/configure-cross.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2-3.4.0/configure-cross.patch
rename to meta/recipes-connectivity/iproute2/iproute2-3.5.0/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.4.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb
similarity index 51%
rename from meta/recipes-connectivity/iproute2/iproute2_3.4.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb
index cf1d521..1e8b073 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.4.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb
@@ -5,5 +5,5 @@ PR = "r0"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
file://configure-cross.patch"
-SRC_URI[md5sum] = "879d3fac4e90809598b2864ec4a0cbf8"
-SRC_URI[sha256sum] = "38e846e412b2fa235a447b50c20ad1e9770d1b3ed4d3ab18ca0b18c6e8b79ba4"
+SRC_URI[md5sum] = "ab1fc3512c852ba0a929f6e589804e78"
+SRC_URI[sha256sum] = "ea885642b1d9f8c843a325b85926a75bd36fb4801b37c7707cbd397fb120aa3d"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/6] iptables: upgrade to 1.4.15
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
` (2 preceding siblings ...)
2012-08-16 12:55 ` [PATCH 3/6] iproute2: upgrade to 3.5.0 Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-16 12:55 ` [PATCH 5/6] pulseaudio: upgrade to 2.1 Constantin Musca
` (2 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{iptables_1.4.14.bb => iptables_1.4.15.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/iptables/{iptables_1.4.14.bb => iptables_1.4.15.bb} (91%)
diff --git a/meta/recipes-extended/iptables/iptables_1.4.14.bb b/meta/recipes-extended/iptables/iptables_1.4.15.bb
similarity index 91%
rename from meta/recipes-extended/iptables/iptables_1.4.14.bb
rename to meta/recipes-extended/iptables/iptables_1.4.15.bb
index 4396ccf..a6297f3 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.14.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.15.bb
@@ -24,8 +24,8 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
file://types.h-add-defines-that-are-required-for-if_packet.patch"
-SRC_URI[md5sum] = "5ab24ad683f76689cfe7e0c73f44855d"
-SRC_URI[sha256sum] = "9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522"
+SRC_URI[md5sum] = "8bf564ea8348522fc1db727868828def"
+SRC_URI[sha256sum] = "867c144e60075e7bebe6fcecf0b65169d5e2d1fa5ceec2ebd9780cd5026123ea"
inherit autotools
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/6] pulseaudio: upgrade to 2.1
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
` (3 preceding siblings ...)
2012-08-16 12:55 ` [PATCH 4/6] iptables: upgrade to 1.4.15 Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-16 12:55 ` [PATCH 6/6] connman: upgrade to 1.4 Constantin Musca
2012-08-17 21:22 ` [PATCH 0/6] Package upgrades Saul Wold
6 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{pulseaudio_2.0.bb => pulseaudio_2.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/pulseaudio/{pulseaudio_2.0.bb => pulseaudio_2.1.bb} (71%)
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
similarity index 71%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb
rename to meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
index 7e57e5e..a61e983 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
@@ -10,8 +10,8 @@ SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.
file://volatiles.04_pulse \
"
-SRC_URI[md5sum] = "9bbde657c353fe675c3b693054175a8e"
-SRC_URI[sha256sum] = "28b42edd42f4879a6884af5f0ec11801ac001eb7582881215b36649aa37e2061"
+SRC_URI[md5sum] = "33e85023259d530f0a763d5204e8bad9"
+SRC_URI[sha256sum] = "ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f"
do_compile_prepend() {
cd ${S}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/6] connman: upgrade to 1.4
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
` (4 preceding siblings ...)
2012-08-16 12:55 ` [PATCH 5/6] pulseaudio: upgrade to 2.1 Constantin Musca
@ 2012-08-16 12:55 ` Constantin Musca
2012-08-17 16:19 ` Saul Wold
2012-08-17 21:22 ` [PATCH 0/6] Package upgrades Saul Wold
6 siblings, 1 reply; 12+ messages in thread
From: Constantin Musca @ 2012-08-16 12:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
...ck-that-the-string-isn-t-empty-before-spl.patch | 37 --------------------
.../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
2 files changed, 4 insertions(+), 42 deletions(-)
delete mode 100644 meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
rename meta/recipes-connectivity/connman/{connman_1.3.bb => connman_1.4.bb} (69%)
diff --git a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch b/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
deleted file mode 100644
index c92b586..0000000
--- a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From ea8c7b3efce4c1762411e073893e948de5d552d6 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Tue, 17 Jul 2012 16:04:12 +0100
-Subject: [PATCH] storage: check that the string isn't empty before splitting
-
-If the string was non-NULL but empty (str="\0"), the following \0 assignment
-would write to str[-1] and thus cause memory corruption.
-
-On PPC and MIPS, this was causing crashes in glibc.
-
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-Upstream-Status: Submitted
-
----
- src/storage.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/storage.c b/src/storage.c
-index 47bd0cb..20766a3 100644
---- a/src/storage.c
-+++ b/src/storage.c
-@@ -212,7 +212,11 @@ gchar **connman_storage_get_services()
- closedir(dir);
-
- str = g_string_free(result, FALSE);
-- if (str) {
-+ if (str && str[0] != '\0') {
-+ /*
-+ * Remove the trailing separator so that services doesn't end up
-+ * with an empty element.
-+ */
- str[strlen(str) - 1] = '\0';
- services = g_strsplit(str, "/", -1);
- }
---
-1.7.10.4
-
diff --git a/meta/recipes-connectivity/connman/connman_1.3.bb b/meta/recipes-connectivity/connman/connman_1.4.bb
similarity index 69%
rename from meta/recipes-connectivity/connman/connman_1.3.bb
rename to meta/recipes-connectivity/connman/connman_1.4.bb
index 4d82794..bd8ba65 100644
--- a/meta/recipes-connectivity/connman/connman_1.3.bb
+++ b/meta/recipes-connectivity/connman/connman_1.4.bb
@@ -1,13 +1,12 @@
require connman.inc
-# 1.3 tag
-SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
+# 1.4 tag
+SRCREV = "f701bbca259f1f35e68d338f31f5373f75f3da5f"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
file://add_xuser_dbus_permission.patch \
file://connman \
file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \
- file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch \
- file://0001-storage-check-that-the-string-isn-t-empty-before-spl.patch"
+ file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch"
S = "${WORKDIR}/git"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.0"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 6/6] connman: upgrade to 1.4
2012-08-17 16:19 ` Saul Wold
@ 2012-08-17 15:51 ` Constantin Musca
2012-08-17 16:50 ` Saul Wold
2012-08-17 16:26 ` Andrei Gherzan
1 sibling, 1 reply; 12+ messages in thread
From: Constantin Musca @ 2012-08-17 15:51 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
The patch is included in connman 1.4.
Constantin Musca
On 08/17/2012 07:19 PM, Saul Wold wrote:
> On 08/16/2012 05:55 AM, Constantin Musca wrote:
>> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
>> ---
>> ...ck-that-the-string-isn-t-empty-before-spl.patch | 37
>> --------------------
> Why was the patch removed, need to have that in the commit message also.
>
> Sau!
>
>> .../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
>> 2 files changed, 4 insertions(+), 42 deletions(-)
>> delete mode 100644
>> meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>> rename meta/recipes-connectivity/connman/{connman_1.3.bb =>
>> connman_1.4.bb} (69%)
>>
>> diff --git
>> a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>> b/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>>
>> deleted file mode 100644
>> index c92b586..0000000
>> ---
>> a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>> +++ /dev/null
>> @@ -1,37 +0,0 @@
>> -From ea8c7b3efce4c1762411e073893e948de5d552d6 Mon Sep 17 00:00:00 2001
>> -From: Ross Burton <ross.burton@intel.com>
>> -Date: Tue, 17 Jul 2012 16:04:12 +0100
>> -Subject: [PATCH] storage: check that the string isn't empty before
>> splitting
>> -
>> -If the string was non-NULL but empty (str="\0"), the following \0
>> assignment
>> -would write to str[-1] and thus cause memory corruption.
>> -
>> -On PPC and MIPS, this was causing crashes in glibc.
>> -
>> -Signed-off-by: Ross Burton <ross.burton@intel.com>
>> -Upstream-Status: Submitted
>> -
>> ----
>> - src/storage.c | 6 +++++-
>> - 1 file changed, 5 insertions(+), 1 deletion(-)
>> -
>> -diff --git a/src/storage.c b/src/storage.c
>> -index 47bd0cb..20766a3 100644
>> ---- a/src/storage.c
>> -+++ b/src/storage.c
>> -@@ -212,7 +212,11 @@ gchar **connman_storage_get_services()
>> - closedir(dir);
>> -
>> - str = g_string_free(result, FALSE);
>> -- if (str) {
>> -+ if (str && str[0] != '\0') {
>> -+ /*
>> -+ * Remove the trailing separator so that services doesn't
>> end up
>> -+ * with an empty element.
>> -+ */
>> - str[strlen(str) - 1] = '\0';
>> - services = g_strsplit(str, "/", -1);
>> - }
>> ---
>> -1.7.10.4
>> -
>> diff --git a/meta/recipes-connectivity/connman/connman_1.3.bb
>> b/meta/recipes-connectivity/connman/connman_1.4.bb
>> similarity index 69%
>> rename from meta/recipes-connectivity/connman/connman_1.3.bb
>> rename to meta/recipes-connectivity/connman/connman_1.4.bb
>> index 4d82794..bd8ba65 100644
>> --- a/meta/recipes-connectivity/connman/connman_1.3.bb
>> +++ b/meta/recipes-connectivity/connman/connman_1.4.bb
>> @@ -1,13 +1,12 @@
>> require connman.inc
>>
>> -# 1.3 tag
>> -SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
>> +# 1.4 tag
>> +SRCREV = "f701bbca259f1f35e68d338f31f5373f75f3da5f"
>> SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
>> file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
>> file://add_xuser_dbus_permission.patch \
>> file://connman \
>> file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \
>> -
>> file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch \
>> -
>> file://0001-storage-check-that-the-string-isn-t-empty-before-spl.patch"
>> +
>> file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch"
>> S = "${WORKDIR}/git"
>> -PR = "${INC_PR}.2"
>> +PR = "${INC_PR}.0"
>>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 6/6] connman: upgrade to 1.4
2012-08-16 12:55 ` [PATCH 6/6] connman: upgrade to 1.4 Constantin Musca
@ 2012-08-17 16:19 ` Saul Wold
2012-08-17 15:51 ` Constantin Musca
2012-08-17 16:26 ` Andrei Gherzan
0 siblings, 2 replies; 12+ messages in thread
From: Saul Wold @ 2012-08-17 16:19 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca
On 08/16/2012 05:55 AM, Constantin Musca wrote:
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> ---
> ...ck-that-the-string-isn-t-empty-before-spl.patch | 37 --------------------
Why was the patch removed, need to have that in the commit message also.
Sau!
> .../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
> 2 files changed, 4 insertions(+), 42 deletions(-)
> delete mode 100644 meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
> rename meta/recipes-connectivity/connman/{connman_1.3.bb => connman_1.4.bb} (69%)
>
> diff --git a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch b/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
> deleted file mode 100644
> index c92b586..0000000
> --- a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -From ea8c7b3efce4c1762411e073893e948de5d552d6 Mon Sep 17 00:00:00 2001
> -From: Ross Burton <ross.burton@intel.com>
> -Date: Tue, 17 Jul 2012 16:04:12 +0100
> -Subject: [PATCH] storage: check that the string isn't empty before splitting
> -
> -If the string was non-NULL but empty (str="\0"), the following \0 assignment
> -would write to str[-1] and thus cause memory corruption.
> -
> -On PPC and MIPS, this was causing crashes in glibc.
> -
> -Signed-off-by: Ross Burton <ross.burton@intel.com>
> -Upstream-Status: Submitted
> -
> ----
> - src/storage.c | 6 +++++-
> - 1 file changed, 5 insertions(+), 1 deletion(-)
> -
> -diff --git a/src/storage.c b/src/storage.c
> -index 47bd0cb..20766a3 100644
> ---- a/src/storage.c
> -+++ b/src/storage.c
> -@@ -212,7 +212,11 @@ gchar **connman_storage_get_services()
> - closedir(dir);
> -
> - str = g_string_free(result, FALSE);
> -- if (str) {
> -+ if (str && str[0] != '\0') {
> -+ /*
> -+ * Remove the trailing separator so that services doesn't end up
> -+ * with an empty element.
> -+ */
> - str[strlen(str) - 1] = '\0';
> - services = g_strsplit(str, "/", -1);
> - }
> ---
> -1.7.10.4
> -
> diff --git a/meta/recipes-connectivity/connman/connman_1.3.bb b/meta/recipes-connectivity/connman/connman_1.4.bb
> similarity index 69%
> rename from meta/recipes-connectivity/connman/connman_1.3.bb
> rename to meta/recipes-connectivity/connman/connman_1.4.bb
> index 4d82794..bd8ba65 100644
> --- a/meta/recipes-connectivity/connman/connman_1.3.bb
> +++ b/meta/recipes-connectivity/connman/connman_1.4.bb
> @@ -1,13 +1,12 @@
> require connman.inc
>
> -# 1.3 tag
> -SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
> +# 1.4 tag
> +SRCREV = "f701bbca259f1f35e68d338f31f5373f75f3da5f"
> SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
> file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
> file://add_xuser_dbus_permission.patch \
> file://connman \
> file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \
> - file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch \
> - file://0001-storage-check-that-the-string-isn-t-empty-before-spl.patch"
> + file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch"
> S = "${WORKDIR}/git"
> -PR = "${INC_PR}.2"
> +PR = "${INC_PR}.0"
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 6/6] connman: upgrade to 1.4
2012-08-17 16:19 ` Saul Wold
2012-08-17 15:51 ` Constantin Musca
@ 2012-08-17 16:26 ` Andrei Gherzan
1 sibling, 0 replies; 12+ messages in thread
From: Andrei Gherzan @ 2012-08-17 16:26 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 4396 bytes --]
That patch was included in 1.4 version.
On Aug 17, 2012 7:20 PM, "Saul Wold" <sgw@linux.intel.com> wrote:
> On 08/16/2012 05:55 AM, Constantin Musca wrote:
>
>> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
>> ---
>> ...ck-that-the-string-isn-t-**empty-before-spl.patch | 37
>> --------------------
>>
> Why was the patch removed, need to have that in the commit message also.
>
> Sau!
>
> .../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
>> 2 files changed, 4 insertions(+), 42 deletions(-)
>> delete mode 100644 meta/recipes-connectivity/**
>> connman/connman/0001-storage-**check-that-the-string-isn-t-**
>> empty-before-spl.patch
>> rename meta/recipes-connectivity/**connman/{connman_1.3.bb =>
>> connman_1.4.bb} (69%)
>>
>> diff --git a/meta/recipes-connectivity/**connman/connman/0001-storage-**
>> check-that-the-string-isn-t-**empty-before-spl.patch
>> b/meta/recipes-connectivity/**connman/connman/0001-storage-**
>> check-that-the-string-isn-t-**empty-before-spl.patch
>> deleted file mode 100644
>> index c92b586..0000000
>> --- a/meta/recipes-connectivity/**connman/connman/0001-storage-**
>> check-that-the-string-isn-t-**empty-before-spl.patch
>> +++ /dev/null
>> @@ -1,37 +0,0 @@
>> -From ea8c7b3efce4c1762411e073893e94**8de5d552d6 Mon Sep 17 00:00:00 2001
>> -From: Ross Burton <ross.burton@intel.com>
>> -Date: Tue, 17 Jul 2012 16:04:12 +0100
>> -Subject: [PATCH] storage: check that the string isn't empty before
>> splitting
>> -
>> -If the string was non-NULL but empty (str="\0"), the following \0
>> assignment
>> -would write to str[-1] and thus cause memory corruption.
>> -
>> -On PPC and MIPS, this was causing crashes in glibc.
>> -
>> -Signed-off-by: Ross Burton <ross.burton@intel.com>
>> -Upstream-Status: Submitted
>> -
>> ----
>> - src/storage.c | 6 +++++-
>> - 1 file changed, 5 insertions(+), 1 deletion(-)
>> -
>> -diff --git a/src/storage.c b/src/storage.c
>> -index 47bd0cb..20766a3 100644
>> ---- a/src/storage.c
>> -+++ b/src/storage.c
>> -@@ -212,7 +212,11 @@ gchar **connman_storage_get_**services()
>> - closedir(dir);
>> -
>> - str = g_string_free(result, FALSE);
>> -- if (str) {
>> -+ if (str && str[0] != '\0') {
>> -+ /*
>> -+ * Remove the trailing separator so that services doesn't
>> end up
>> -+ * with an empty element.
>> -+ */
>> - str[strlen(str) - 1] = '\0';
>> - services = g_strsplit(str, "/", -1);
>> - }
>> ---
>> -1.7.10.4
>> -
>> diff --git a/meta/recipes-connectivity/**connman/connman_1.3.bbb/meta/recipes-connectivity/
>> **connman/connman_1.4.bb
>> similarity index 69%
>> rename from meta/recipes-connectivity/**connman/connman_1.3.bb
>> rename to meta/recipes-connectivity/**connman/connman_1.4.bb
>> index 4d82794..bd8ba65 100644
>> --- a/meta/recipes-connectivity/**connman/connman_1.3.bb
>> +++ b/meta/recipes-connectivity/**connman/connman_1.4.bb
>> @@ -1,13 +1,12 @@
>> require connman.inc
>>
>> -# 1.3 tag
>> -SRCREV = "**3c0fa84091524c7cd6237744f2088f**fee2f1d5ad"
>> +# 1.4 tag
>> +SRCREV = "**f701bbca259f1f35e68d338f31f537**3f75f3da5f"
>> SRC_URI = "git://git.kernel.org/pub/scm/**network/connman/connman.git<http://git.kernel.org/pub/scm/network/connman/connman.git>\
>> file://0001-plugin.h-Change-**visibility-to-default-for-**debug-symb.patch
>> \
>> file://add_xuser_dbus_**permission.patch \
>> file://connman \
>> file://0002-storage.c-If-**there-is-no-d_type-support-**use-fstatat.patch
>> \
>> - file://0001-timezone.c-If-**there-is-no-d_type-support-**use-fstatat.patch
>> \
>> - file://0001-storage-check-**that-the-string-isn-t-empty-**
>> before-spl.patch"
>> + file://0001-timezone.c-If-**there-is-no-d_type-support-**
>> use-fstatat.patch"
>> S = "${WORKDIR}/git"
>> -PR = "${INC_PR}.2"
>> +PR = "${INC_PR}.0"
>>
>>
> ______________________________**_________________
> Openembedded-core mailing list
> Openembedded-core@lists.**openembedded.org<Openembedded-core@lists.openembedded.org>
> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**openembedded-core<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>
>
[-- Attachment #2: Type: text/html, Size: 6037 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 6/6] connman: upgrade to 1.4
2012-08-17 15:51 ` Constantin Musca
@ 2012-08-17 16:50 ` Saul Wold
0 siblings, 0 replies; 12+ messages in thread
From: Saul Wold @ 2012-08-17 16:50 UTC (permalink / raw)
To: Constantin Musca; +Cc: Patches and discussions about the oe-core layer
On 08/17/2012 08:51 AM, Constantin Musca wrote:
> The patch is included in connman 1.4.
>
Yes, I understand that, but it should be in the commit message, that's
all I am asking for.
Sau!
> Constantin Musca
>
> On 08/17/2012 07:19 PM, Saul Wold wrote:
>> On 08/16/2012 05:55 AM, Constantin Musca wrote:
>>> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
>>> ---
>>> ...ck-that-the-string-isn-t-empty-before-spl.patch | 37
>>> --------------------
>> Why was the patch removed, need to have that in the commit message also.
>>
>> Sau!
>>
>>> .../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
>>> 2 files changed, 4 insertions(+), 42 deletions(-)
>>> delete mode 100644
>>> meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>>>
>>> rename meta/recipes-connectivity/connman/{connman_1.3.bb =>
>>> connman_1.4.bb} (69%)
>>>
>>> diff --git
>>> a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>>> b/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>>>
>>> deleted file mode 100644
>>> index c92b586..0000000
>>> ---
>>> a/meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
>>>
>>> +++ /dev/null
>>> @@ -1,37 +0,0 @@
>>> -From ea8c7b3efce4c1762411e073893e948de5d552d6 Mon Sep 17 00:00:00 2001
>>> -From: Ross Burton <ross.burton@intel.com>
>>> -Date: Tue, 17 Jul 2012 16:04:12 +0100
>>> -Subject: [PATCH] storage: check that the string isn't empty before
>>> splitting
>>> -
>>> -If the string was non-NULL but empty (str="\0"), the following \0
>>> assignment
>>> -would write to str[-1] and thus cause memory corruption.
>>> -
>>> -On PPC and MIPS, this was causing crashes in glibc.
>>> -
>>> -Signed-off-by: Ross Burton <ross.burton@intel.com>
>>> -Upstream-Status: Submitted
>>> -
>>> ----
>>> - src/storage.c | 6 +++++-
>>> - 1 file changed, 5 insertions(+), 1 deletion(-)
>>> -
>>> -diff --git a/src/storage.c b/src/storage.c
>>> -index 47bd0cb..20766a3 100644
>>> ---- a/src/storage.c
>>> -+++ b/src/storage.c
>>> -@@ -212,7 +212,11 @@ gchar **connman_storage_get_services()
>>> - closedir(dir);
>>> -
>>> - str = g_string_free(result, FALSE);
>>> -- if (str) {
>>> -+ if (str && str[0] != '\0') {
>>> -+ /*
>>> -+ * Remove the trailing separator so that services doesn't
>>> end up
>>> -+ * with an empty element.
>>> -+ */
>>> - str[strlen(str) - 1] = '\0';
>>> - services = g_strsplit(str, "/", -1);
>>> - }
>>> ---
>>> -1.7.10.4
>>> -
>>> diff --git a/meta/recipes-connectivity/connman/connman_1.3.bb
>>> b/meta/recipes-connectivity/connman/connman_1.4.bb
>>> similarity index 69%
>>> rename from meta/recipes-connectivity/connman/connman_1.3.bb
>>> rename to meta/recipes-connectivity/connman/connman_1.4.bb
>>> index 4d82794..bd8ba65 100644
>>> --- a/meta/recipes-connectivity/connman/connman_1.3.bb
>>> +++ b/meta/recipes-connectivity/connman/connman_1.4.bb
>>> @@ -1,13 +1,12 @@
>>> require connman.inc
>>>
>>> -# 1.3 tag
>>> -SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
>>> +# 1.4 tag
>>> +SRCREV = "f701bbca259f1f35e68d338f31f5373f75f3da5f"
>>> SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
>>> file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
>>> file://add_xuser_dbus_permission.patch \
>>> file://connman \
>>> file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \
>>> -
>>> file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch \
>>> -
>>> file://0001-storage-check-that-the-string-isn-t-empty-before-spl.patch"
>>> +
>>> file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch"
>>> S = "${WORKDIR}/git"
>>> -PR = "${INC_PR}.2"
>>> +PR = "${INC_PR}.0"
>>>
>
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 0/6] Package upgrades
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
` (5 preceding siblings ...)
2012-08-16 12:55 ` [PATCH 6/6] connman: upgrade to 1.4 Constantin Musca
@ 2012-08-17 21:22 ` Saul Wold
6 siblings, 0 replies; 12+ messages in thread
From: Saul Wold @ 2012-08-17 21:22 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca
On 08/16/2012 05:55 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato-sdk. The connman 1.4 recipe doesn't
> need the 0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
> anymore.
>
> Constantin Musca (6):
> dbus: upgrade to 1.6.4
> ofono: upgrade to 1.10
> iproute2: upgrade to 3.5.0
> iptables: upgrade to 1.4.15
> pulseaudio: upgrade to 2.1
Merged the above into OE-Core
> connman: upgrade to 1.4
Commented on lack of commit message, please resend.
Thanks
Sau!
>
> ...ck-that-the-string-isn-t-empty-before-spl.patch | 37 --------------------
> .../connman/{connman_1.3.bb => connman_1.4.bb} | 9 +++--
> .../configure-cross.patch | 0
> .../{iproute2_3.4.0.bb => iproute2_3.5.0.bb} | 4 +--
> .../ofono/{ofono_1.8.bb => ofono_1.10.bb} | 6 ++--
> .../dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init | 0
> .../dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch | 0
> .../dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} | 4 +--
> .../{iptables_1.4.14.bb => iptables_1.4.15.bb} | 4 +--
> .../{pulseaudio_2.0.bb => pulseaudio_2.1.bb} | 4 +--
> 10 files changed, 15 insertions(+), 53 deletions(-)
> delete mode 100644 meta/recipes-connectivity/connman/connman/0001-storage-check-that-the-string-isn-t-empty-before-spl.patch
> rename meta/recipes-connectivity/connman/{connman_1.3.bb => connman_1.4.bb} (69%)
> rename meta/recipes-connectivity/iproute2/{iproute2-3.4.0 => iproute2-3.5.0}/configure-cross.patch (100%)
> rename meta/recipes-connectivity/iproute2/{iproute2_3.4.0.bb => iproute2_3.5.0.bb} (51%)
> rename meta/recipes-connectivity/ofono/{ofono_1.8.bb => ofono_1.10.bb} (63%)
> rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/dbus-1.init (100%)
> rename meta/recipes-core/dbus/{dbus-1.4.20 => dbus-1.6.4}/tmpdir.patch (100%)
> rename meta/recipes-core/dbus/{dbus_1.4.20.bb => dbus_1.6.4.bb} (21%)
> rename meta/recipes-extended/iptables/{iptables_1.4.14.bb => iptables_1.4.15.bb} (91%)
> rename meta/recipes-multimedia/pulseaudio/{pulseaudio_2.0.bb => pulseaudio_2.1.bb} (71%)
>
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-08-17 21:34 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 12:55 [PATCH 0/6] Package upgrades Constantin Musca
2012-08-16 12:55 ` [PATCH 1/6] dbus: upgrade to 1.6.4 Constantin Musca
2012-08-16 12:55 ` [PATCH 2/6] ofono: upgrade to 1.10 Constantin Musca
2012-08-16 12:55 ` [PATCH 3/6] iproute2: upgrade to 3.5.0 Constantin Musca
2012-08-16 12:55 ` [PATCH 4/6] iptables: upgrade to 1.4.15 Constantin Musca
2012-08-16 12:55 ` [PATCH 5/6] pulseaudio: upgrade to 2.1 Constantin Musca
2012-08-16 12:55 ` [PATCH 6/6] connman: upgrade to 1.4 Constantin Musca
2012-08-17 16:19 ` Saul Wold
2012-08-17 15:51 ` Constantin Musca
2012-08-17 16:50 ` Saul Wold
2012-08-17 16:26 ` Andrei Gherzan
2012-08-17 21:22 ` [PATCH 0/6] Package upgrades Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.