Openembedded Core Discussions
 help / color / mirror / Atom feed
* [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 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