public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/12] package upgrades
@ 2018-01-23 14:05 Maxin B. John
  2018-01-23 14:05 ` [PATCH 01/12] freetype: upgrade to version 2.9 Maxin B. John
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Package upgrades including gtk+3

Maxin B. John (12):
  freetype: upgrade to version 2.9
  libsoup-2.4: upgrade to version 2.61.2
  ofono: upgrade to version 1.22
  pango: upgrade to version 1.41.0
  libtasn1: upgrade to version 4.13
  puzzles: upgrade to latest commit
  sqlite3: upgrade to version 3.22.0
  vte: upgrade to version 0.50.2
  gtk+: upgrade to version 2.24.32
  gtk+3: upgrade to version 3.22.26
  gtk-icon-utils-native: upgrade to version 3.22.26
  atk: upgrade to version 2.26.1

 meta/recipes-connectivity/ofono/ofono_1.21.bb      |   8 --
 meta/recipes-connectivity/ofono/ofono_1.22.bb      |   8 ++
 .../gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb}    |   4 +-
 .../gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb}      |   4 +-
 ...3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} |   4 +-
 .../{freetype_2.8.1.bb => freetype_2.9.bb}         |   6 +-
 ...op-introspection-macros-from-acinclude.m4.patch | 120 ---------------------
 .../pango/{pango_1.40.12.bb => pango_1.41.0.bb}    |   5 +-
 ...arify-conditions-to-avoid-compiler-errors.patch |  48 ---------
 meta/recipes-sato/puzzles/puzzles_git.bb           |   1 -
 .../atk/{atk_2.26.0.bb => atk_2.26.1.bb}           |   4 +-
 .../gnutls/libtasn1/CVE-2017-10790.patch           |  63 -----------
 .../gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb}  |   5 +-
 ...libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} |   4 +-
 meta/recipes-support/sqlite/sqlite3_3.21.0.bb      |  10 --
 meta/recipes-support/sqlite/sqlite3_3.22.0.bb      |  10 ++
 .../vte/{vte_0.50.1.bb => vte_0.50.2.bb}           |   4 +-
 17 files changed, 37 insertions(+), 271 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.21.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.22.bb
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} (83%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} (90%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} (94%)
 rename meta/recipes-graphics/freetype/{freetype_2.8.1.bb => freetype_2.9.bb} (89%)
 delete mode 100644 meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
 rename meta/recipes-graphics/pango/{pango_1.40.12.bb => pango_1.41.0.bb} (88%)
 delete mode 100644 meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch
 rename meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.26.1.bb} (78%)
 delete mode 100644 meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
 rename meta/recipes-support/gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb} (80%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} (89%)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.21.0.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.22.0.bb
 rename meta/recipes-support/vte/{vte_0.50.1.bb => vte_0.50.2.bb} (91%)

-- 
2.4.0



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 00/12] package upgrades
@ 2014-04-29 13:29 Laurentiu Palcu
  0 siblings, 0 replies; 24+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
  To: openembedded-core

The packages were individually compiled for x86, x86-64, arm, mips, ppc, then
fired the AB nightlies for the mentioned archs. Basic sanity tests, apart from
the AB ones, were performed on a core-image-sato image for qemux86.  Builds
finished successfully and no issues were spotted during tests.

laurentiu

The following changes since commit 183dac4036cb73ad6cc620002b0044d3484a398d:

  bitbake: Revert "fetch2: Cleanup file checksum generation" (2014-04-28 12:54:06 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (12):
  xf86-input-synaptics: upgrade to 1.7.4
  libdrm: upgrade to 2.4.53
  xserver-xorg: upgrade to 1.15.1
  python-pygobject: upgrade to 2.28.3
  gdb: upgrade to 7.7
  xproto: upgrade to 7.0.26
  xrandr: upgrade to 1.4.2
  xtrans: upgrade to 1.3.4
  kexec-tools: upgrade to 2.0.6
  nasm: upgrade to 2.11.02
  xauth: upgrade to 1.0.9
  fontconfig: upgrade to 2.11.1

 .../gdb/{gdb-7.6.2.inc => gdb-7.7.inc}             |    6 ++--
 ...canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} |    0
 .../gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb}   |    0
 .../gdb-fix-cygwin-check-in-configure-script.patch |   38 --------------------
 .../gdb/{gdb_7.6.2.bb => gdb_7.7.bb}               |    0
 .../nasm/{nasm_2.11.bb => nasm_2.11.02.bb}         |    4 +--
 ...bject_2.27.91.bb => python-pygobject_2.28.3.bb} |    5 ++-
 .../drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb}     |    4 +--
 .../fontconfig/fontconfig/sysroot-arg.patch        |   32 -----------------
 .../{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} |    8 ++---
 .../xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb}    |    4 +--
 .../xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb}  |    4 +--
 ...tics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} |    4 +--
 .../xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb}  |    4 +--
 .../{xproto_7.0.25.bb => xproto_7.0.26.bb}         |    4 +--
 ...erver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} |    4 +--
 .../{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} |    4 +--
 17 files changed, 26 insertions(+), 99 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.2.inc => gdb-7.7.inc} (61%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
 rename meta/recipes-devtools/gdb/{gdb_7.6.2.bb => gdb_7.7.bb} (100%)
 rename meta/recipes-devtools/nasm/{nasm_2.11.bb => nasm_2.11.02.bb} (81%)
 rename meta/recipes-devtools/python/{python-pygobject_2.27.91.bb => python-pygobject_2.28.3.bb} (87%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} (46%)
 delete mode 100644 meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
 rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} (83%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} (68%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} (72%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} (82%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.25.bb => xproto_7.0.26.bb} (74%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} (88%)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} (57%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 00/12] Package upgrades
@ 2013-06-28 15:53 Ionut Radu
  0 siblings, 0 replies; 24+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

* Tested on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm)
* apt: tested on core-image-minimal (with apt installed)
* libxext: LIC_FILES_CHKSUM was changed because the line "Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved."
in COPYING file was changed into "Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved." in 1.3.2
* libxtst: LIC_FILES_CHKSUM was changed because the following lines have been added in COPYING file:
"Copyright © 1992 by UniSoft Group Ltd."
"Copyright © 1992, 1994, 1995 X Consortium"
"Copyright 1994 Network Computing Devices, Inc."
* gpgme: LIC_FILES_CHKSUM was changed because the line "File: @configure_input@  */" was replace by
"Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.  */" in gpgme.h.in

The following changes since commit 8e9501ffa8726d69412d669580d787ffedb88d34:

  populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:17 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (12):
  libxext: Update from 1.3.1 to 1.3.2
  libxcursor: Update from 1.1.13 to 1.1.14
  libxinerama: Updated from 1.1.2 to 1.1.3
  libxau: Updated from 1.0.7 to 1.0.8
  libxres: Updated from 1.0.6 to 1.0.7
  libxv: Updated from 1.0.7 to 1.0.8
  libxtst: Updated from 1.2.1 to 1.2.2
  libxxf86vm: Updated from 1.1.2 to 1.1.3
  libxfixes: Updated from 5.0 to 5.0.1
  libxcb: Updated from 1.9 to 1.9.1
  apt: Updated from 0.9.8.1 to 0.9.8.2
  gpgme: Updated from 1.4.1 to 1.4.2

 .../disable-configure-in-makefile.patch                         |    0
 .../fix-gcc-4.6-null-not-defined.patch                          |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/makerace.patch             |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-ko-translation.patch    |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-nls-dpkg.patch          |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/noconfigure.patch          |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/nodoc.patch                |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/truncate-filename.patch    |    0
 .../apt/{apt-0.9.8.1 => apt-0.9.8.2}/use-host.patch             |    0
 .../apt/{apt-native_0.9.8.1.bb => apt-native_0.9.8.2.bb}        |    0
 meta/recipes-devtools/apt/{apt_0.9.8.1.bb => apt_0.9.8.2.bb}    |    4 ++--
 meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb}    |    4 ++--
 .../xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb}               |    5 ++---
 .../xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb}     |    5 ++---
 .../xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb}             |    7 +++----
 .../xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb}           |    4 ++--
 .../xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb}     |    4 ++--
 .../xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb}             |    4 ++--
 .../xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb}             |    6 +++---
 .../xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb}                 |    4 ++--
 .../xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb}       |    4 ++--
 .../{gpgme-1.4.1 => gpgme-1.4.2}/disable_gpgconf_check.patch    |    0
 meta/recipes-support/gpgme/{gpgme_1.4.1.bb => gpgme_1.4.2.bb}   |    6 +++---
 23 files changed, 27 insertions(+), 30 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/makerace.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.8.1.bb => apt-native_0.9.8.2.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.8.1.bb => apt_0.9.8.2.bb} (74%)
 rename meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb} (55%)
 rename meta/recipes-graphics/xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb} (75%)
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb} (75%)
 rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb} (68%)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb} (78%)
 rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb} (78%)
 rename meta/recipes-support/gpgme/{gpgme-1.4.1 => gpgme-1.4.2}/disable_gpgconf_check.patch (100%)
 rename meta/recipes-support/gpgme/{gpgme_1.4.1.bb => gpgme_1.4.2.bb} (83%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-01-25  7:15 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
2018-01-23 14:05 ` [PATCH 01/12] freetype: upgrade to version 2.9 Maxin B. John
2018-01-23 14:02   ` Alexander Kanavin
2018-01-23 14:05 ` [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2 Maxin B. John
2018-01-23 14:44   ` Burton, Ross
2018-01-24  9:25     ` Maxin B. John
2018-01-23 14:05 ` [PATCH 03/12] ofono: upgrade to version 1.22 Maxin B. John
2018-01-23 14:05 ` [PATCH 04/12] pango: upgrade to version 1.41.0 Maxin B. John
2018-01-23 14:45   ` Burton, Ross
2018-01-23 14:42     ` Alexander Kanavin
2018-01-23 14:54       ` Burton, Ross
2018-01-23 14:05 ` [PATCH 05/12] libtasn1: upgrade to version 4.13 Maxin B. John
2018-01-23 14:05 ` [PATCH 06/12] puzzles: upgrade to latest commit Maxin B. John
2018-01-23 14:05 ` [PATCH 07/12] sqlite3: upgrade to version 3.22.0 Maxin B. John
2018-01-23 14:05 ` [PATCH 08/12] vte: upgrade to version 0.50.2 Maxin B. John
2018-01-23 14:05 ` [PATCH 09/12] gtk+: upgrade to version 2.24.32 Maxin B. John
2018-01-23 14:05 ` [PATCH 10/12] gtk+3: upgrade to version 3.22.26 Maxin B. John
2018-01-23 14:05 ` [PATCH 11/12] gtk-icon-utils-native: " Maxin B. John
2018-01-23 14:05 ` [PATCH 12/12] atk: upgrade to version 2.26.1 Maxin B. John
2018-01-23 14:06 ` [PATCH 00/12] package upgrades Alexander Kanavin
2018-01-24  9:01   ` Maxin B. John
2018-01-25  7:09     ` Alexander Kanavin
  -- strict thread matches above, loose matches on Subject: below --
2014-04-29 13:29 Laurentiu Palcu
2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox