* [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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ messages in thread
* [PATCH 0/6] Package Upgrades
@ 2015-04-08 10:24 Chen Qi
0 siblings, 0 replies; 15+ messages in thread
From: Chen Qi @ 2015-04-08 10:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit ca228b117abe3dc40c996a006c9cbea91c17ccea:
gcc-4.8: Upgrade 4.8.2 -> 4.8.4 (2015-04-08 10:45:28 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrade-20150408
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/package-upgrade-20150408
Chen Qi (6):
curl: upgrade to 7.41.0
busybox: upgrade to 1.23.2
kmod: upgrade to 20
sudo: upgrade to 1.8.13
sysstat: upgrade to 11.1.3
xz: upgrade to 5.2.1
.../{busybox_1.23.1.bb => busybox_1.23.2.bb} | 4 +--
meta/recipes-core/busybox/busybox_git.bb | 4 +--
meta/recipes-extended/sudo/sudo.inc | 12 +++------
.../sudo/{sudo_1.8.11p2.bb => sudo_1.8.13.bb} | 4 +--
.../{sysstat_11.0.2.bb => sysstat_11.1.3.bb} | 4 +--
.../xz/{xz_5.2.0.bb => xz_5.2.1.bb} | 4 +--
meta/recipes-kernel/kmod/kmod.inc | 5 ++--
...01-Makefile.am-fix-parallel-build-problem.patch | 29 +++++++++++++++++++++
...alling-bswap_-instead-of-htobe-and-be-toh.patch | 15 +++++------
.../kmod/kmod/avoid_parallel_tests.patch | 30 ++++++++++++++--------
.../curl/{curl_7.40.0.bb => curl_7.41.0.bb} | 4 +--
11 files changed, 72 insertions(+), 43 deletions(-)
rename meta/recipes-core/busybox/{busybox_1.23.1.bb => busybox_1.23.2.bb} (90%)
rename meta/recipes-extended/sudo/{sudo_1.8.11p2.bb => sudo_1.8.13.bb} (87%)
rename meta/recipes-extended/sysstat/{sysstat_11.0.2.bb => sysstat_11.1.3.bb} (40%)
rename meta/recipes-extended/xz/{xz_5.2.0.bb => xz_5.2.1.bb} (92%)
create mode 100644 meta/recipes-kernel/kmod/kmod/0001-Makefile.am-fix-parallel-build-problem.patch
rename meta/recipes-support/curl/{curl_7.40.0.bb => curl_7.41.0.bb} (93%)
--
1.9.1
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 0/6] Package Upgrades
@ 2015-04-14 9:07 Robert Yang
0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-04-14 9:07 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 8d207e55031c0b93387e728f4312b8cb34ad5b12:
libgpg-error 1.18: simplify tupple handling and add armv8b support (2015-04-13 22:32:06 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/pu
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu
Chong Lu (2):
gstreamer: change priv_gst_parse_yylex arguments
webkit-gtk: ANGLE doesn't build with bison 3
Robert Yang (4):
gnu-efi: 3.0.1 -> 3.0.2
tcl: 8.6.3 -> 8.6.4
python-git: 0.3.6 -> 1.0.0
bison: 2.7.1 -> 3.0.4
.../gnu-efi/{gnu-efi_3.0.1.bb => gnu-efi_3.0.2.bb} | 4 +--
.../bison/bison/dont-depend-on-help2man.patch | 32 -------------------
.../bison/bison/fix_cross_manpage_building.patch | 19 -----------
.../bison/{bison_2.7.1.bb => bison_3.0.4.bb} | 20 ++++++------
.../{python-git_0.3.6.bb => python-git_1.0.0.bb} | 4 +--
.../tcltk/{tcl_8.6.3.bb => tcl_8.6.4.bb} | 16 +++++-----
...mer-change-priv_gst_parse_yylex-arguments.patch | 33 ++++++++++++++++++++
.../gstreamer/gstreamer_0.10.36.bb | 1 +
...bkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch | 26 +++++++++++++++
meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 1 +
10 files changed, 82 insertions(+), 74 deletions(-)
rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.1.bb => gnu-efi_3.0.2.bb} (93%)
delete mode 100644 meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
delete mode 100644 meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch
rename meta/recipes-devtools/bison/{bison_2.7.1.bb => bison_3.0.4.bb} (70%)
rename meta/recipes-devtools/python/{python-git_0.3.6.bb => python-git_1.0.0.bb} (85%)
rename meta/recipes-devtools/tcltk/{tcl_8.6.3.bb => tcl_8.6.4.bb} (81%)
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch
create mode 100644 meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
--
1.7.9.5
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 0/6] package upgrades
@ 2018-08-22 10:27 Maxin B. John
0 siblings, 0 replies; 15+ messages in thread
From: Maxin B. John @ 2018-08-22 10:27 UTC (permalink / raw)
To: openembedded-core
Upgrades provided by Automated Upgrade Helper
Maxin B. John (6):
harfbuzz: upgrade 1.8.4 -> 1.8.8
pkgconf: upgrade 1.4.2 -> 1.5.3
libatomic-ops: upgrade 7.6.4 -> 7.6.6
libpng: upgrade 1.6.34 -> 1.6.35
acpid: upgrade 2.0.29 -> 2.0.30
libinput: upgrade 1.11.2 -> 1.11.3
meta/recipes-bsp/acpid/{acpid_2.0.29.bb => acpid_2.0.30.bb} | 4 ++--
.../pkgconf/{pkgconf_1.4.2.bb => pkgconf_1.5.3.bb} | 4 ++--
.../harfbuzz/{harfbuzz_1.8.4.bb => harfbuzz_1.8.8.bb} | 4 ++--
.../wayland/{libinput_1.11.2.bb => libinput_1.11.3.bb} | 4 ++--
.../libpng/{libpng_1.6.34.bb => libpng_1.6.35.bb} | 9 +++++----
.../{libatomic-ops_7.6.4.bb => libatomic-ops_7.6.6.bb} | 6 +++---
6 files changed, 16 insertions(+), 15 deletions(-)
rename meta/recipes-bsp/acpid/{acpid_2.0.29.bb => acpid_2.0.30.bb} (55%)
rename meta/recipes-devtools/pkgconf/{pkgconf_1.4.2.bb => pkgconf_1.5.3.bb} (95%)
rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.8.4.bb => harfbuzz_1.8.8.bb} (88%)
rename meta/recipes-graphics/wayland/{libinput_1.11.2.bb => libinput_1.11.3.bb} (86%)
rename meta/recipes-multimedia/libpng/{libpng_1.6.34.bb => libpng_1.6.35.bb} (72%)
rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.4.bb => libatomic-ops_7.6.6.bb} (76%)
--
2.4.0
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2018-08-22 10:25 UTC | newest]
Thread overview: 15+ 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
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 10:24 [PATCH 0/6] Package Upgrades Chen Qi
2015-04-14 9:07 Robert Yang
2018-08-22 10:27 [PATCH 0/6] package upgrades Maxin B. John
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox