All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Package upgrades
@ 2013-06-28 15:53 Ionut Radu
  2013-06-28 15:53 ` [PATCH 01/12] libxext: Update from 1.3.1 to 1.3.2 Ionut Radu
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ 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] 13+ messages in thread

end of thread, other threads:[~2013-06-28 16:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
2013-06-28 15:53 ` [PATCH 01/12] libxext: Update from 1.3.1 to 1.3.2 Ionut Radu
2013-06-28 15:53 ` [PATCH 02/12] libxcursor: Update from 1.1.13 to 1.1.14 Ionut Radu
2013-06-28 15:53 ` [PATCH 03/12] libxinerama: Updated from 1.1.2 to 1.1.3 Ionut Radu
2013-06-28 15:53 ` [PATCH 04/12] libxau: Updated from 1.0.7 to 1.0.8 Ionut Radu
2013-06-28 15:53 ` [PATCH 05/12] libxres: Updated from 1.0.6 to 1.0.7 Ionut Radu
2013-06-28 15:53 ` [PATCH 06/12] libxv: Updated from 1.0.7 to 1.0.8 Ionut Radu
2013-06-28 15:53 ` [PATCH 07/12] libxtst: Updated from 1.2.1 to 1.2.2 Ionut Radu
2013-06-28 15:53 ` [PATCH 08/12] libxxf86vm: Updated from 1.1.2 to 1.1.3 Ionut Radu
2013-06-28 15:53 ` [PATCH 09/12] libxfixes: Updated from 5.0 to 5.0.1 Ionut Radu
2013-06-28 15:53 ` [PATCH 10/12] libxcb: Updated from 1.9 to 1.9.1 Ionut Radu
2013-06-28 15:53 ` [PATCH 11/12] apt: Updated from 0.9.8.1 to 0.9.8.2 Ionut Radu
2013-06-28 15:53 ` [PATCH 12/12] gpgme: Updated from 1.4.1 to 1.4.2 Ionut Radu

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.