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

* [PATCH 01/12] libxext: Update from 1.3.1 to 1.3.2
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
@ 2013-06-28 15:53 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 02/12] libxcursor: Update from 1.1.13 to 1.1.14 Ionut Radu
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

Line "Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved."
in COPYING was changed into "Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved."
in 1.3.2
---
 .../xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb}             |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.2.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
rename to meta/recipes-graphics/xorg-lib/libxext_1.3.2.bb
index 82333dd..ec66175 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.2.bb
@@ -11,17 +11,16 @@ extensions."
 require xorg-lib-common.inc
 
 LICENSE = "MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f69eb72f85ce548e12791d049d81bc52"
+LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8"
 
 DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
 PROVIDES = "xext"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXext"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "71251a22bc47068d60a95f50ed2ec3cf"
-SRC_URI[sha256sum] = "56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859"
+SRC_URI[md5sum] = "4376101e51bb2c6c44d9ab14344e85ad"
+SRC_URI[sha256sum] = "f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0"
-- 
1.7.10.4



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

* [PATCH 02/12] libxcursor: Update from 1.1.13 to 1.1.14
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 03/12] libxinerama: Updated from 1.1.2 to 1.1.3 Ionut Radu
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb}       |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb
rename to meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
index 4388596..a8e4f24 100644
--- a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4"
 DEPENDS += "libxrender libxfixes"
 BBCLASSEXTEND = "native"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXcursor"
 
-SRC_URI[md5sum] = "52efa81b7f26c8eda13510a2fba98eea"
-SRC_URI[sha256sum] = "f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f"
+SRC_URI[md5sum] = "1e7c17afbbce83e2215917047c57d1b3"
+SRC_URI[sha256sum] = "9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df"
-- 
1.7.10.4



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

* [PATCH 03/12] libxinerama: Updated from 1.1.2 to 1.1.3
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 04/12] libxau: Updated from 1.0.7 to 1.0.8 Ionut Radu
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb}        |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb
rename to meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
index d351348..46333ff 100644
--- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
@@ -17,5 +17,5 @@ PE = "1"
 
 XORG_PN = "libXinerama"
 
-SRC_URI[md5sum] = "cb45d6672c93a608f003b6404f1dd462"
-SRC_URI[sha256sum] = "a4e77c2fd88372e4ae365f3ca0434a23613da96c5b359b1a64bf43614ec06aac"
+SRC_URI[md5sum] = "9336dc46ae3bf5f81c247f7131461efd"
+SRC_URI[sha256sum] = "7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2"
-- 
1.7.10.4



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

* [PATCH 04/12] libxau: Updated from 1.0.7 to 1.0.8
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (2 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 05/12] libxres: Updated from 1.0.6 to 1.0.7 Ionut Radu
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb}                 |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb
rename to meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
index 9fa9045..2ef8bfa 100644
--- a/meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
@@ -14,12 +14,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
 DEPENDS += " xproto"
 PROVIDES = "xau"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXau"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "2d241521df40d27034413436d1a1465c"
-SRC_URI[sha256sum] = "7153ba503e2362d552612d9dc2e7d7ad3106d5055e310a26ecf28addf471a489"
+SRC_URI[md5sum] = "685f8abbffa6d145c0f930f00703b21b"
+SRC_URI[sha256sum] = "fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2"
-- 
1.7.10.4



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

* [PATCH 05/12] libxres: Updated from 1.0.6 to 1.0.7
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (3 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 06/12] libxv: Updated from 1.0.7 to 1.0.8 Ionut Radu
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb}                |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-lib/libxres_1.0.6.bb
rename to meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
index dff2f02..ec83da7 100644
--- a/meta/recipes-graphics/xorg-lib/libxres_1.0.6.bb
+++ b/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
@@ -17,5 +17,5 @@ PE = "1"
 
 XORG_PN = "libXres"
 
-SRC_URI[md5sum] = "80d0c6d8522fa7a645e4f522e9a9cd20"
-SRC_URI[sha256sum] = "ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890"
+SRC_URI[md5sum] = "45ef29206a6b58254c81bea28ec6c95f"
+SRC_URI[sha256sum] = "26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5"
-- 
1.7.10.4



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

* [PATCH 06/12] libxv: Updated from 1.0.7 to 1.0.8
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (4 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 07/12] libxtst: Updated from 1.2.1 to 1.2.2 Ionut Radu
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb
rename to meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
index 813c1e3..1654bb8 100644
--- a/meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
@@ -16,5 +16,5 @@ PR = "r0"
 
 XORG_PN = "libXv"
 
-SRC_URI[md5sum] = "5e1ac203ccd3ce3e89755ed1fbe75b0b"
-SRC_URI[sha256sum] = "5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010"
+SRC_URI[md5sum] = "224dadca53d9c88f8a2b8945babcea70"
+SRC_URI[sha256sum] = "4f00eb5347390909cea4e53a69425839d2a6a44e0e0613321d59e7e4aeaf73d7"
-- 
1.7.10.4



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

* [PATCH 07/12] libxtst: Updated from 1.2.1 to 1.2.2
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (5 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 08/12] libxxf86vm: Updated from 1.1.2 to 1.1.3 Ionut Radu
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

License md5 changed in 1.2.2, "Copyright © 1992 by UniSoft Group Ltd.",
"Copyright © 1992, 1994, 1995 X Consortium" and Copyright 1994 Network
Computing Devices, Inc. has been added
---
 .../xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb}              |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb} (68%)

diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
similarity index 68%
rename from meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb
rename to meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
index 88ba088..d87bd6e 100644
--- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
@@ -7,7 +7,7 @@ extensions required to completely test the X11 server with no user \
 intervention."
 
 LICENSE = "MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \
                     file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99"
 
 DEPENDS += "libxext recordproto inputproto libxi"
@@ -17,5 +17,5 @@ PE = "1"
 
 XORG_PN = "libXtst"
 
-SRC_URI[md5sum] = "e8abc5c00c666f551cf26aa53819d592"
-SRC_URI[sha256sum] = "7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0"
+SRC_URI[md5sum] = "25c6b366ac3dc7a12c5d79816ce96a59"
+SRC_URI[sha256sum] = "ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9"
-- 
1.7.10.4



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

* [PATCH 08/12] libxxf86vm: Updated from 1.1.2 to 1.1.3
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (6 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 09/12] libxfixes: Updated from 5.0 to 5.0.1 Ionut Radu
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb}          |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.2.bb
rename to meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb
index a93a399..221b47f 100644
--- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb
@@ -17,5 +17,5 @@ PE = "1"
 
 XORG_PN = "libXxf86vm"
 
-SRC_URI[md5sum] = "ffd93bcedd8b2b5aeabf184e7b91f326"
-SRC_URI[sha256sum] = "a564172fb866b1b587bbccb7d041088931029845245e0d15c32ca7f1bb48fc84"
+SRC_URI[md5sum] = "e46f6ee4f4567349a3189044fe1bb712"
+SRC_URI[sha256sum] = "da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8"
-- 
1.7.10.4



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

* [PATCH 09/12] libxfixes: Updated from 5.0 to 5.0.1
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (7 preceding siblings ...)
  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 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 10/12] libxcb: Updated from 1.9 to 1.9.1 Ionut Radu
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb}              |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
rename to meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
index 1bdc3c0..32f8900 100644
--- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
@@ -19,5 +19,5 @@ XORG_PN = "libXfixes"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318"
-SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3"
+SRC_URI[md5sum] = "b985b85f8b9386c85ddcfe1073906b4d"
+SRC_URI[sha256sum] = "63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767"
-- 
1.7.10.4



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

* [PATCH 10/12] libxcb: Updated from 1.9 to 1.9.1
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (8 preceding siblings ...)
  2013-06-28 15:53 ` [PATCH 09/12] libxfixes: Updated from 5.0 to 5.0.1 Ionut Radu
@ 2013-06-28 15:53 ` 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
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb} (55%)

diff --git a/meta/recipes-graphics/xcb/libxcb_1.9.bb b/meta/recipes-graphics/xcb/libxcb_1.9.1.bb
similarity index 55%
rename from meta/recipes-graphics/xcb/libxcb_1.9.bb
rename to meta/recipes-graphics/xcb/libxcb_1.9.1.bb
index f7da48c..a40a1c1 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.9.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.9.1.bb
@@ -9,5 +9,5 @@ DEPENDS += "libxdmcp"
 
 PACKAGES =+ "libxcb-xinerama"
 
-SRC_URI[md5sum] = "2b05856e9d1cb37836aae7406f2f4ce2"
-SRC_URI[sha256sum] = "8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96"
+SRC_URI[md5sum] = "ed632cb0dc31b6fbd7ea5c0f931cf5a4"
+SRC_URI[sha256sum] = "d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f"
-- 
1.7.10.4



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

* [PATCH 11/12] apt: Updated from 0.9.8.1 to 0.9.8.2
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (9 preceding siblings ...)
  2013-06-28 15:53 ` [PATCH 10/12] libxcb: Updated from 1.9 to 1.9.1 Ionut Radu
@ 2013-06-28 15:53 ` Ionut Radu
  2013-06-28 15:53 ` [PATCH 12/12] gpgme: Updated from 1.4.1 to 1.4.2 Ionut Radu
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../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
 meta/recipes-devtools/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 ++--
 11 files changed, 2 insertions(+), 2 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%)

diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/disable-configure-in-makefile.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/disable-configure-in-makefile.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/makerace.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/makerace.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/no-ko-translation.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/no-ko-translation.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/noconfigure.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/noconfigure.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/nodoc.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/nodoc.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/truncate-filename.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/truncate-filename.patch
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch
rename to meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
diff --git a/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb b/meta/recipes-devtools/apt/apt-native_0.9.8.2.bb
similarity index 100%
rename from meta/recipes-devtools/apt/apt-native_0.9.8.1.bb
rename to meta/recipes-devtools/apt/apt-native_0.9.8.2.bb
diff --git a/meta/recipes-devtools/apt/apt_0.9.8.1.bb b/meta/recipes-devtools/apt/apt_0.9.8.2.bb
similarity index 74%
rename from meta/recipes-devtools/apt/apt_0.9.8.1.bb
rename to meta/recipes-devtools/apt/apt_0.9.8.2.bb
index 445d14c..12952a9 100644
--- a/meta/recipes-devtools/apt/apt_0.9.8.1.bb
+++ b/meta/recipes-devtools/apt/apt_0.9.8.2.bb
@@ -3,8 +3,8 @@ RDEPENDS_${PN} = "dpkg"
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 require apt.inc
 
-SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594"
-SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f"
+SRC_URI[md5sum] = "956bb906224a5662111d353ab11a0347"
+SRC_URI[sha256sum] = "cb0360e218490d875dc1e9e15c4e0ba0b53c7f512a6c98253f2eb07877be5106"
 
 require apt-package.inc
 
-- 
1.7.10.4



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

* [PATCH 12/12] gpgme: Updated from 1.4.1 to 1.4.2
  2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
                   ` (10 preceding siblings ...)
  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 ` Ionut Radu
  11 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>

License md5 was changed for src/gpgme.h.in:
"File: @configure_input@  */" was replaced by "Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.  */"
---
 .../{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 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 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%)

diff --git a/meta/recipes-support/gpgme/gpgme-1.4.1/disable_gpgconf_check.patch b/meta/recipes-support/gpgme/gpgme-1.4.2/disable_gpgconf_check.patch
similarity index 100%
rename from meta/recipes-support/gpgme/gpgme-1.4.1/disable_gpgconf_check.patch
rename to meta/recipes-support/gpgme/gpgme-1.4.2/disable_gpgconf_check.patch
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.1.bb b/meta/recipes-support/gpgme/gpgme_1.4.2.bb
similarity index 83%
rename from meta/recipes-support/gpgme/gpgme_1.4.1.bb
rename to meta/recipes-support/gpgme/gpgme_1.4.2.bb
index 13bc508..040cdf4 100644
--- a/meta/recipes-support/gpgme/gpgme_1.4.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.4.2.bb
@@ -6,14 +6,14 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
 LICENSE = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LESSER;md5=bbb461211a33b134d42ed5ee802b37ff \
-                    file://src/gpgme.h.in;endline=23;md5=a7b9706396e8e12c17be7d8d556ef7a5 \
+                    file://src/gpgme.h.in;endline=23;md5=dccb4bb624011e36513c61ef0422d054 \
                     file://src/engine.h;endline=22;md5=4b6d8ba313d9b564cc4d4cfb1640af9d"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \
            file://disable_gpgconf_check.patch"
 
-SRC_URI[md5sum] = "07f1c0eb6596a94efa3ffb75e74bfbba"
-SRC_URI[sha256sum] = "7ab63e5086ebe4cfe7f78face1bb059a7a60da586b1e5c6a77bedcd6d04019b8"
+SRC_URI[md5sum] = "c8cb345ba7c0353e47bdf3c5c05e49be"
+SRC_URI[sha256sum] = "2c4f2bf71e53e6fb7badf07801d4248777566a621c8c2339c02c289731df6856"
 DEPENDS = "libgpg-error libassuan ${PTH}"
 PTH_libc-uclibc = "npth"
 PTH = "pth"
-- 
1.7.10.4



^ permalink raw reply related	[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.