All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 01/12] freetype: upgrade to version 2.9
  2018-01-23 14:05 ` [PATCH 01/12] freetype: upgrade to version 2.9 Maxin B. John
@ 2018-01-23 14:02   ` Alexander Kanavin
  0 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2018-01-23 14:02 UTC (permalink / raw)
  To: Maxin B. John, openembedded-core, Leonardo Sandoval

On 01/23/2018 04:05 PM, Maxin B. John wrote:
> 2.8.1 -> 2.9
> 
> Change in LIC_FILES_CHKSUM is due to change of URL www.freetype.org
> from http to https.

Let's see if the patchtest tells to change this to a tag; it should :)

Alex


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

* [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; 22+ 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] 22+ messages in thread

* [PATCH 01/12] freetype: upgrade to version 2.9
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
@ 2018-01-23 14:05 ` 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
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

2.8.1 -> 2.9

Change in LIC_FILES_CHKSUM is due to change of URL www.freetype.org
from http to https.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../freetype/{freetype_2.8.1.bb => freetype_2.9.bb}                 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.8.1.bb => freetype_2.9.bb} (89%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.8.1.bb b/meta/recipes-graphics/freetype/freetype_2.9.bb
similarity index 89%
rename from meta/recipes-graphics/freetype/freetype_2.8.1.bb
rename to meta/recipes-graphics/freetype/freetype_2.9.bb
index e035375..da05916 100644
--- a/meta/recipes-graphics/freetype/freetype_2.8.1.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.9.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
 
 LICENSE = "FreeType | GPLv2+"
 LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=4af6221506f202774ef74f64932878a1 \
-                    file://docs/FTL.TXT;md5=13b25413274c9b3b09b63e4028216ff4 \
+                    file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \
                     file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
@@ -18,8 +18,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/"
 UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)"
 
-SRC_URI[md5sum] = "bf0a210b6fe781228fa0e4a80691a521"
-SRC_URI[sha256sum] = "e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78"
+SRC_URI[md5sum] = "513c403c110016fdc7e537216a642b1d"
+SRC_URI[sha256sum] = "e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a"
 
 inherit autotools pkgconfig binconfig-disabled multilib_header
 
-- 
2.4.0



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

* [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2
  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:05 ` Maxin B. John
  2018-01-23 14:44   ` Burton, Ross
  2018-01-23 14:05 ` [PATCH 03/12] ofono: upgrade to version 1.22 Maxin B. John
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

2.60.2 -> 2.61.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} (89%)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
similarity index 89%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
index abc7bdb..9414278 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
@@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "9c49831b62c4bf18cdb81c86ac6516fd"
-SRC_URI[sha256sum] = "7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01"
+SRC_URI[md5sum] = "cf70001a73925a0f12b5b34b91c68923"
+SRC_URI[sha256sum] = "fe786a9d0a59454bd59f5d3198b9aea5f6518adda36561e7d31461bf7f791785"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
2.4.0



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

* [PATCH 03/12] ofono: upgrade to version 1.22
  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:05 ` [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 04/12] pango: upgrade to version 1.41.0 Maxin B. John
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

In ver 1.22:
        Fix issue with GPIO handling and Nokia modems.
        Fix issue with SIM state callback and AT modems.
        Fix issue with data mode and DCD for U-Blox modems.
        Fix issue with SMS receive on QMI based Quectel EC21.
        Fix issue with HFP support and last call dialed request.
        Fix issue with PIM retires handling and Gemalto modems.
        Fix issue with atom registration and SIM state handling.
        Add support for handling SIM card AID session management.
        Add support for handling GSM/UMTS and IMS authentication.
        Add support for IP Multimedia Subsystem (IMS) atom.
        Add support for MBIM based modems.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-connectivity/ofono/ofono_1.21.bb | 8 --------
 meta/recipes-connectivity/ofono/ofono_1.22.bb | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.21.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.22.bb

diff --git a/meta/recipes-connectivity/ofono/ofono_1.21.bb b/meta/recipes-connectivity/ofono/ofono_1.21.bb
deleted file mode 100644
index 1f0e31d..0000000
--- a/meta/recipes-connectivity/ofono/ofono_1.21.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require ofono.inc
-
-SRC_URI  = "\
-  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
-  file://ofono \
-"
-SRC_URI[md5sum] = "bc2b818f6fe5725d0dd8591aff6640d7"
-SRC_URI[sha256sum] = "a6b021cda0b444b772897cd637d5f455857fb5819b62c279a8302b44f9c7f2c3"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.22.bb b/meta/recipes-connectivity/ofono/ofono_1.22.bb
new file mode 100644
index 0000000..fd7ee15
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_1.22.bb
@@ -0,0 +1,8 @@
+require ofono.inc
+
+SRC_URI  = "\
+  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
+  file://ofono \
+"
+SRC_URI[md5sum] = "2a683ab8e98448ad8bc5dc9868d2893e"
+SRC_URI[sha256sum] = "8e34a6696c300c9841b55e8dff640bd3096e49f5dbe55bbebaa69a71676f687e"
-- 
2.4.0



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

* [PATCH 04/12] pango: upgrade to version 1.41.0
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (2 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 03/12] ofono: upgrade to version 1.22 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:45   ` Burton, Ross
  2018-01-23 14:05 ` [PATCH 05/12] libtasn1: upgrade to version 4.13 Maxin B. John
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Remove backported patch:
        0001-Drop-introspection-macros-from-acinclude.m4.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...op-introspection-macros-from-acinclude.m4.patch | 120 ---------------------
 .../pango/{pango_1.40.12.bb => pango_1.41.0.bb}    |   5 +-
 2 files changed, 2 insertions(+), 123 deletions(-)
 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%)

diff --git a/meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch b/meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
deleted file mode 100644
index 9e1626e..0000000
--- a/meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-From 867a512eddbeb1899d3e7096df3da1dd0ce3e7b7 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Fri, 23 Oct 2015 14:06:17 +0300
-Subject: [PATCH] Drop introspection macros from acinclude.m4
-
-They take precendence over our customized macros, and so
-introspection doesn't work correctly.
-
-Upstream-Status: Backport [upstream 5ccfe0]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- acinclude.m4 | 96 ------------------------------------------------------------
- 1 file changed, 96 deletions(-)
-
-diff --git a/acinclude.m4 b/acinclude.m4
-index 8899c7c..48fd5d8 100644
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -55,99 +55,3 @@ AC_DEFUN([JH_CHECK_XML_CATALOG],
- ])
- 
- 
--dnl REMOVE THIS WHEN introspection.m4 is widely available
--dnl
--dnl -*- mode: autoconf -*-
--dnl Copyright 2009 Johan Dahlin
--dnl
--dnl This file is free software; the author(s) gives unlimited
--dnl permission to copy and/or distribute it, with or without
--dnl modifications, as long as this notice is preserved.
--dnl
--
--# serial 1
--
--m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
--[
--    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
--    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
--    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
--
--    dnl enable/disable introspection
--    m4_if([$2], [require],
--    [dnl
--        enable_introspection=yes
--    ],[dnl
--        AC_ARG_ENABLE(introspection,
--                  AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
--                                 [Enable introspection for this build]),, 
--                                 [enable_introspection=auto])
--    ])dnl
--
--    AC_MSG_CHECKING([for gobject-introspection])
--
--    dnl presence/version checking
--    AS_CASE([$enable_introspection],
--    [no], [dnl
--        found_introspection="no (disabled, use --enable-introspection to enable)"
--    ],dnl
--    [yes],[dnl
--        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
--                         AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
--        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
--                         found_introspection=yes,
--                         AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
--    ],dnl
--    [auto],[dnl
--        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
--    ],dnl
--    [dnl	
--        AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])
--    ])dnl
--
--    AC_MSG_RESULT([$found_introspection])
--
--    INTROSPECTION_SCANNER=
--    INTROSPECTION_COMPILER=
--    INTROSPECTION_GENERATE=
--    INTROSPECTION_GIRDIR=
--    INTROSPECTION_TYPELIBDIR=
--    if test "x$found_introspection" = "xyes"; then
--       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
--       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
--       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
--       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
--       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
--       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
--       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
--       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
--    fi
--    AC_SUBST(INTROSPECTION_SCANNER)
--    AC_SUBST(INTROSPECTION_COMPILER)
--    AC_SUBST(INTROSPECTION_GENERATE)
--    AC_SUBST(INTROSPECTION_GIRDIR)
--    AC_SUBST(INTROSPECTION_TYPELIBDIR)
--    AC_SUBST(INTROSPECTION_CFLAGS)
--    AC_SUBST(INTROSPECTION_LIBS)
--    AC_SUBST(INTROSPECTION_MAKEFILE)
--
--    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
--])
--
--
--dnl Usage:
--dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
--
--AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
--[
--  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
--])
--
--dnl Usage:
--dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
--
--
--AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
--[
--  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
--])
--- 
-2.1.4
diff --git a/meta/recipes-graphics/pango/pango_1.40.12.bb b/meta/recipes-graphics/pango/pango_1.41.0.bb
similarity index 88%
rename from meta/recipes-graphics/pango/pango_1.40.12.bb
rename to meta/recipes-graphics/pango/pango_1.41.0.bb
index cbad9a9..726b8c4 100644
--- a/meta/recipes-graphics/pango/pango_1.40.12.bb
+++ b/meta/recipes-graphics/pango/pango_1.41.0.bb
@@ -14,11 +14,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even gobject-introspection
 
 SRC_URI += "file://run-ptest \
-            file://0001-Drop-introspection-macros-from-acinclude.m4.patch \
             file://0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch \
 "
-SRC_URI[archive.sha256sum] = "75f1a9a8e4e2b28cbc078b50c1fa927ee4ded994d1ade97c5603e2d1f3161cfc"
-SRC_URI[archive.md5sum] = "9aae7dd5ecc1c2ade4e6951b85004cee"
+SRC_URI[archive.md5sum] = "f3c0d6931aefd40f5afac2566faf2717"
+SRC_URI[archive.sha256sum] = "1f76ef95953dc58ee5d6a53e5f1cb6db913f3e0eb489713ee9266695cae580ba"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz"
 
-- 
2.4.0



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

* [PATCH 05/12] libtasn1: upgrade to version 4.13
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (3 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 04/12] pango: upgrade to version 1.41.0 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 06/12] puzzles: upgrade to latest commit Maxin B. John
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Remove backported patch:
        CVE-2017-10790.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../gnutls/libtasn1/CVE-2017-10790.patch           | 63 ----------------------
 .../gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb}  |  5 +-
 2 files changed, 2 insertions(+), 66 deletions(-)
 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%)

diff --git a/meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch b/meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
deleted file mode 100644
index be84380..0000000
--- a/meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From d8d805e1f2e6799bb2dff4871a8598dc83088a39 Mon Sep 17 00:00:00 2001
-From: Nikos Mavrogiannopoulos <nmav@redhat.com>
-Date: Thu, 22 Jun 2017 16:31:37 +0200
-Subject: [PATCH] _asn1_check_identifier: safer access to values read
-
-Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-
-http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commit;h=d8d805e1f2e6799bb2dff4871a8598dc83088a39
-Upstream-Status: Backport
-
-CVE: CVE-2017-10790
-
-Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
-Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
----
- lib/parser_aux.c |   17 ++++++++++++-----
- 1 file changed, 12 insertions(+), 5 deletions(-)
-
-diff --git a/lib/parser_aux.c b/lib/parser_aux.c
-index 976ab38..786ea64 100644
---- a/lib/parser_aux.c
-+++ b/lib/parser_aux.c
-@@ -955,7 +955,7 @@ _asn1_check_identifier (asn1_node node)
- 	  if (p2 == NULL)
- 	    {
- 	      if (p->value)
--		_asn1_strcpy (_asn1_identifierMissing, p->value);
-+		_asn1_str_cpy (_asn1_identifierMissing, sizeof(_asn1_identifierMissing), (char*)p->value);
- 	      else
- 		_asn1_strcpy (_asn1_identifierMissing, "(null)");
- 	      return ASN1_IDENTIFIER_NOT_FOUND;
-@@ -968,9 +968,15 @@ _asn1_check_identifier (asn1_node node)
- 	  if (p2 && (type_field (p2->type) == ASN1_ETYPE_DEFAULT))
- 	    {
- 	      _asn1_str_cpy (name2, sizeof (name2), node->name);
--	      _asn1_str_cat (name2, sizeof (name2), ".");
--	      _asn1_str_cat (name2, sizeof (name2), (char *) p2->value);
--	      _asn1_strcpy (_asn1_identifierMissing, p2->value);
-+	      if (p2->value)
-+	        {
-+	          _asn1_str_cat (name2, sizeof (name2), ".");
-+	          _asn1_str_cat (name2, sizeof (name2), (char *) p2->value);
-+	          _asn1_str_cpy (_asn1_identifierMissing, sizeof(_asn1_identifierMissing), (char*)p2->value);
-+	        }
-+	      else
-+		_asn1_strcpy (_asn1_identifierMissing, "(null)");
-+
- 	      p2 = asn1_find_node (node, name2);
- 	      if (!p2 || (type_field (p2->type) != ASN1_ETYPE_OBJECT_ID) ||
- 		  !(p2->type & CONST_ASSIGN))
-@@ -990,7 +996,8 @@ _asn1_check_identifier (asn1_node node)
- 		  _asn1_str_cpy (name2, sizeof (name2), node->name);
- 		  _asn1_str_cat (name2, sizeof (name2), ".");
- 		  _asn1_str_cat (name2, sizeof (name2), (char *) p2->value);
--		  _asn1_strcpy (_asn1_identifierMissing, p2->value);
-+		  _asn1_str_cpy (_asn1_identifierMissing, sizeof(_asn1_identifierMissing), (char*)p2->value);
-+
- 		  p2 = asn1_find_node (node, name2);
- 		  if (!p2 || (type_field (p2->type) != ASN1_ETYPE_OBJECT_ID)
- 		      || !(p2->type & CONST_ASSIGN))
--- 
-1.7.9.5
-
diff --git a/meta/recipes-support/gnutls/libtasn1_4.12.bb b/meta/recipes-support/gnutls/libtasn1_4.13.bb
similarity index 80%
rename from meta/recipes-support/gnutls/libtasn1_4.12.bb
rename to meta/recipes-support/gnutls/libtasn1_4.13.bb
index 7a7571a..2d22386 100644
--- a/meta/recipes-support/gnutls/libtasn1_4.12.bb
+++ b/meta/recipes-support/gnutls/libtasn1_4.13.bb
@@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
            file://dont-depend-on-help2man.patch \
            file://0001-stdint.m4-reintroduce-GNULIB_OVERRIDES_WINT_T-check.patch \
-           file://CVE-2017-10790.patch \
            "
 
 DEPENDS = "bison-native"
 
-SRC_URI[md5sum] = "5c724bd1f73aaf4a311833e1cd297b21"
-SRC_URI[sha256sum] = "6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753"
+SRC_URI[md5sum] = "ce2ba4d3088119b48e7531a703669c52"
+SRC_URI[sha256sum] = "7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca"
 
 inherit autotools texinfo binconfig lib_package gtk-doc
 
-- 
2.4.0



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

* [PATCH 06/12] puzzles: upgrade to latest commit
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (4 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 05/12] libtasn1: upgrade to version 4.13 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 07/12] sqlite3: upgrade to version 3.22.0 Maxin B. John
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Remove upstreamed patch:
        0001-Clarify-conditions-to-avoid-compiler-errors.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...arify-conditions-to-avoid-compiler-errors.patch | 48 ----------------------
 meta/recipes-sato/puzzles/puzzles_git.bb           |  1 -
 2 files changed, 49 deletions(-)
 delete mode 100644 meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch

diff --git a/meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch b/meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch
deleted file mode 100644
index 89aa158..0000000
--- a/meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 72f2e9043ef509992dfa61791638db87bf0ae37b Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 6 Dec 2016 01:20:00 +0000
-Subject: [PATCH] Clarify conditions to avoid compiler errors
-
-Fix errors pointed out by clang
-
-error: logical not is only applied to the left hand side of this bitwise operator [-Werror,-Wlogical-not-parentheses]
-|         if (only_immutable && !copy->flags[i] & FLAG_IMMUTABLE) continue;
-|                               ^
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
-Upstream-Status: Submitted
-
- signpost.c | 2 +-
- tracks.c   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/signpost.c b/signpost.c
-index aa2e13a..2e2dff2 100644
---- a/signpost.c
-+++ b/signpost.c
-@@ -284,7 +284,7 @@ static int check_nums(game_state *orig, game_state *copy, int only_immutable)
-     int i, ret = 1;
-     assert(copy->n == orig->n);
-     for (i = 0; i < copy->n; i++) {
--        if (only_immutable && !copy->flags[i] & FLAG_IMMUTABLE) continue;
-+        if (only_immutable && !(copy->flags[i] & FLAG_IMMUTABLE)) continue;
-         assert(copy->nums[i] >= 0);
-         assert(copy->nums[i] <= copy->n);
-         if (copy->nums[i] != orig->nums[i]) {
-diff --git a/tracks.c b/tracks.c
-index 5b27350..ca44ce1 100644
---- a/tracks.c
-+++ b/tracks.c
-@@ -1072,7 +1072,7 @@ static int solve_check_single_sub(game_state *state, int si, int id, int n,
-         x = i%w;
-         y = i/w;
-         if (abs(ox-x) > 1 || abs(oy-y) > 1) {
--            if (!state->sflags[i] & S_TRACK)
-+            if (!(state->sflags[i] & S_TRACK))
-                 did += solve_set_sflag(state, x, y, S_NOTRACK, what);
-         }
-     }
--- 
-1.9.1
-
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 6148e40..6574e1d 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -13,7 +13,6 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
            file://fix-compiling-failure-with-option-g-O.patch \
            file://0001-Use-labs-instead-of-abs.patch \
            file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \
-           file://0001-Clarify-conditions-to-avoid-compiler-errors.patch \
            file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \
            "
 UPSTREAM_CHECK_COMMITS = "1"
-- 
2.4.0



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

* [PATCH 07/12] sqlite3: upgrade to version 3.22.0
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (5 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 06/12] puzzles: upgrade to latest commit Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 08/12] vte: upgrade to version 0.50.2 Maxin B. John
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Update SRC_URI for releases in 2018.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/sqlite/sqlite3_3.21.0.bb | 10 ----------
 meta/recipes-support/sqlite/sqlite3_3.22.0.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.21.0.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.22.0.bb

diff --git a/meta/recipes-support/sqlite/sqlite3_3.21.0.bb b/meta/recipes-support/sqlite/sqlite3_3.21.0.bb
deleted file mode 100644
index 1d51733..0000000
--- a/meta/recipes-support/sqlite/sqlite3_3.21.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require sqlite3.inc
-
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
-
-SRC_URI = "\
-  http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
-  "
-SRC_URI[md5sum] = "7913de4c3126ba3c24689cb7a199ea31"
-SRC_URI[sha256sum] = "d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3"
diff --git a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb b/meta/recipes-support/sqlite/sqlite3_3.22.0.bb
new file mode 100644
index 0000000..ef88659
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.22.0.bb
@@ -0,0 +1,10 @@
+require sqlite3.inc
+
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
+
+SRC_URI = "\
+  http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
+  "
+SRC_URI[md5sum] = "96b5648d542e8afa6ab7ffb8db8ddc3d"
+SRC_URI[sha256sum] = "2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612"
-- 
2.4.0



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

* [PATCH 08/12] vte: upgrade to version 0.50.2
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (6 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 07/12] sqlite3: upgrade to version 3.22.0 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 09/12] gtk+: upgrade to version 2.24.32 Maxin B. John
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

0.50.1 -> 0.50.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/vte/{vte_0.50.1.bb => vte_0.50.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/vte/{vte_0.50.1.bb => vte_0.50.2.bb} (91%)

diff --git a/meta/recipes-support/vte/vte_0.50.1.bb b/meta/recipes-support/vte/vte_0.50.2.bb
similarity index 91%
rename from meta/recipes-support/vte/vte_0.50.1.bb
rename to meta/recipes-support/vte/vte_0.50.2.bb
index 1c77c7d..8b9ee33 100644
--- a/meta/recipes-support/vte/vte_0.50.1.bb
+++ b/meta/recipes-support/vte/vte_0.50.2.bb
@@ -11,8 +11,8 @@ inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject
 SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch \
             ${@bb.utils.contains('PACKAGECONFIG', 'vala', '', 'file://0001-Add-m4-vapigen.m4.patch', d) } \
             "
-SRC_URI[archive.md5sum] = "a6f8fec3787e3cb72b3b31a8be6751a4"
-SRC_URI[archive.sha256sum] = "cf1708e3e573160e1db107014b3ef70888fefe6b668373fed70e8d1cac45a8c2"
+SRC_URI[archive.md5sum] = "1912cfd1d9cdd30cebeb908507acadc5"
+SRC_URI[archive.sha256sum] = "79dd316bfaff48f2fb74d066baae0d830e1f44436796fe410a57297e5c5f09cf"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.4.0



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

* [PATCH 09/12] gtk+: upgrade to version 2.24.32
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (7 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 08/12] vte: upgrade to version 0.50.2 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 10/12] gtk+3: upgrade to version 3.22.26 Maxin B. John
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Bug fix release.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-gnome/gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} (90%)

diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.31.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.32.bb
similarity index 90%
rename from meta/recipes-gnome/gtk+/gtk+_2.24.31.bb
rename to meta/recipes-gnome/gtk+/gtk+_2.24.32.bb
index cc31bab..2070358 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.24.31.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.24.32.bb
@@ -12,8 +12,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
            file://strict-prototypes.patch \
 	  "
 
-SRC_URI[md5sum] = "526a1008586094a2cbb4592fd3f9ee10"
-SRC_URI[sha256sum] = "68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658"
+SRC_URI[md5sum] = "d5742aa42275203a499b59b4c382a784"
+SRC_URI[sha256sum] = "b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e"
 
 EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama"
 
-- 
2.4.0



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

* [PATCH 10/12] gtk+3: upgrade to version 3.22.26
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (8 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 09/12] gtk+: upgrade to version 2.24.32 Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:05 ` [PATCH 11/12] gtk-icon-utils-native: " Maxin B. John
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

Bug fixes and Translation updates

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} (83%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb
similarity index 83%
rename from meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb
index ac0a9b7..6651ca6 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
            file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \
            file://0003-Add-disable-opengl-configure-option.patch \
           "
-SRC_URI[md5sum] = "b782a15b7b5b2005a1ce4647fb002a49"
-SRC_URI[sha256sum] = "cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b"
+SRC_URI[md5sum] = "eeeb8038fe0d386c7516fa46cd4fff6b"
+SRC_URI[sha256sum] = "61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
-- 
2.4.0



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

* [PATCH 11/12] gtk-icon-utils-native: upgrade to version 3.22.26
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (9 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 10/12] gtk+3: upgrade to version 3.22.26 Maxin B. John
@ 2018-01-23 14:05 ` 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
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

3.22.17 -> 3.22.26

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 ...-icon-utils-native_3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} (94%)

diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.17.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb
similarity index 94%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.17.bb
rename to meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb
index 032d82d..140931b 100644
--- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.17.bb
+++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb
@@ -10,8 +10,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
           file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch"
-SRC_URI[md5sum] = "29f85430cf7cfa8ca8d0703ba65dbe11"
-SRC_URI[sha256sum] = "a6c1fb8f229c626a3d9c0e1ce6ea138de7f64a5a6bc799d45fa286fe461c3437"
+SRC_URI[md5sum] = "eeeb8038fe0d386c7516fa46cd4fff6b"
+SRC_URI[sha256sum] = "61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
-- 
2.4.0



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

* [PATCH 12/12] atk: upgrade to version 2.26.1
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (10 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 11/12] gtk-icon-utils-native: " Maxin B. John
@ 2018-01-23 14:05 ` Maxin B. John
  2018-01-23 14:06 ` [PATCH 00/12] package upgrades Alexander Kanavin
  12 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
  To: openembedded-core

2.26.0 -> 2.26.1

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.26.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.26.1.bb} (78%)

diff --git a/meta/recipes-support/atk/atk_2.26.0.bb b/meta/recipes-support/atk/atk_2.26.1.bb
similarity index 78%
rename from meta/recipes-support/atk/atk_2.26.0.bb
rename to meta/recipes-support/atk/atk_2.26.1.bb
index e014ba0..685b599 100644
--- a/meta/recipes-support/atk/atk_2.26.0.bb
+++ b/meta/recipes-support/atk/atk_2.26.1.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0"
 
 inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
 
-SRC_URI[archive.md5sum] = "ee9c329784dead6e386e8b2e0d4d8d6f"
-SRC_URI[archive.sha256sum] = "eafe49d5c4546cb723ec98053290d7e0b8d85b3fdb123938213acb7bb4178827"
+SRC_URI[archive.md5sum] = "7cddcc313b9a3efd19b2ddf079ba68f5"
+SRC_URI[archive.sha256sum] = "ef00ff6b83851dddc8db38b4d9faeffb99572ba150b0664ee02e46f015ea97cb"
 
 BBCLASSEXTEND = "native"
 
-- 
2.4.0



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

* Re: [PATCH 00/12] package upgrades
  2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
                   ` (11 preceding siblings ...)
  2018-01-23 14:05 ` [PATCH 12/12] atk: upgrade to version 2.26.1 Maxin B. John
@ 2018-01-23 14:06 ` Alexander Kanavin
  2018-01-24  9:01   ` Maxin B. John
  12 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2018-01-23 14:06 UTC (permalink / raw)
  To: Maxin B. John, openembedded-core

On 01/23/2018 04:05 PM, Maxin B. John wrote:
> Package upgrades including gtk+3

Btw, do give it a try to run AUH locally (without sending emails to 
anyone). Making local runs easy was one of my goals. You can give it a 
list of things to update on the command line, if you don't want it to go 
over all of oe-core, and it will test builds with musl and strange 
architectures etc. Now that you have also jku's packages, it should 
really help.

Alex


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

* Re: [PATCH 04/12] pango: upgrade to version 1.41.0
  2018-01-23 14:45   ` Burton, Ross
@ 2018-01-23 14:42     ` Alexander Kanavin
  2018-01-23 14:54       ` Burton, Ross
  0 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2018-01-23 14:42 UTC (permalink / raw)
  To: Burton, Ross, Maxin B. John; +Cc: OE-core

On 01/23/2018 04:45 PM, Burton, Ross wrote:
> This also inherits upstream-version-is-even so this is a development 
> snapshot.

Obviously AUH handles this correctly :)
(yes, I'm on a AUH marketing tour).

Alex


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

* Re: [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2
  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
  0 siblings, 1 reply; 22+ messages in thread
From: Burton, Ross @ 2018-01-23 14:44 UTC (permalink / raw)
  To: Maxin B. John; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1675 bytes --]

Nope, this inherit upstream-version-is-even so this is a development
snapshot.

Ross

On 23 January 2018 at 14:05, Maxin B. John <maxin.john@intel.com> wrote:

> 2.60.2 -> 2.61.2
>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>  .../libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb}          |
> 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb =>
> libsoup-2.4_2.61.2.bb} (89%)
>
> diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb
> b/meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
> similarity index 89%
> rename from meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb
> rename to meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
> index abc7bdb..9414278 100644
> --- a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb
> +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.61.2.bb
> @@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[
> 0]}.${@d.getVar('PV').split('.')[1]}"
>
>  SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
>
> -SRC_URI[md5sum] = "9c49831b62c4bf18cdb81c86ac6516fd"
> -SRC_URI[sha256sum] = "7263cfe18872e2e652c196f5667e51
> 4616d9c97c861dfca82a65a55f45f0da01"
> +SRC_URI[md5sum] = "cf70001a73925a0f12b5b34b91c68923"
> +SRC_URI[sha256sum] = "fe786a9d0a59454bd59f5d3198b9ae
> a5f6518adda36561e7d31461bf7f791785"
>
>  S = "${WORKDIR}/libsoup-${PV}"
>
> --
> 2.4.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3328 bytes --]

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

* Re: [PATCH 04/12] pango: upgrade to version 1.41.0
  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
  0 siblings, 1 reply; 22+ messages in thread
From: Burton, Ross @ 2018-01-23 14:45 UTC (permalink / raw)
  To: Maxin B. John; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 7466 bytes --]

This also inherits upstream-version-is-even so this is a development
snapshot.

Ross

On 23 January 2018 at 14:05, Maxin B. John <maxin.john@intel.com> wrote:

> Remove backported patch:
>         0001-Drop-introspection-macros-from-acinclude.m4.patch
>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>  ...op-introspection-macros-from-acinclude.m4.patch | 120
> ---------------------
>  .../pango/{pango_1.40.12.bb => pango_1.41.0.bb}    |   5 +-
>  2 files changed, 2 insertions(+), 123 deletions(-)
>  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%)
>
> diff --git a/meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
> b/meta/recipes-graphics/pango/pango/0001-Drop-introspection-
> macros-from-acinclude.m4.patch
> deleted file mode 100644
> index 9e1626e..0000000
> --- a/meta/recipes-graphics/pango/pango/0001-Drop-introspection-
> macros-from-acinclude.m4.patch
> +++ /dev/null
> @@ -1,120 +0,0 @@
> -From 867a512eddbeb1899d3e7096df3da1dd0ce3e7b7 Mon Sep 17 00:00:00 2001
> -From: Alexander Kanavin <alex.kanavin@gmail.com>
> -Date: Fri, 23 Oct 2015 14:06:17 +0300
> -Subject: [PATCH] Drop introspection macros from acinclude.m4
> -
> -They take precendence over our customized macros, and so
> -introspection doesn't work correctly.
> -
> -Upstream-Status: Backport [upstream 5ccfe0]
> -Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ----
> - acinclude.m4 | 96 ------------------------------
> ------------------------------
> - 1 file changed, 96 deletions(-)
> -
> -diff --git a/acinclude.m4 b/acinclude.m4
> -index 8899c7c..48fd5d8 100644
> ---- a/acinclude.m4
> -+++ b/acinclude.m4
> -@@ -55,99 +55,3 @@ AC_DEFUN([JH_CHECK_XML_CATALOG],
> - ])
> -
> -
> --dnl REMOVE THIS WHEN introspection.m4 is widely available
> --dnl
> --dnl -*- mode: autoconf -*-
> --dnl Copyright 2009 Johan Dahlin
> --dnl
> --dnl This file is free software; the author(s) gives unlimited
> --dnl permission to copy and/or distribute it, with or without
> --dnl modifications, as long as this notice is preserved.
> --dnl
> --
> --# serial 1
> --
> --m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
> --[
> --    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
> --    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
> --    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
> --
> --    dnl enable/disable introspection
> --    m4_if([$2], [require],
> --    [dnl
> --        enable_introspection=yes
> --    ],[dnl
> --        AC_ARG_ENABLE(introspection,
> --                  AS_HELP_STRING([--enable-introspection[=@<:@no/auto/
> yes@:>@]],
> --                                 [Enable introspection for this build]),,
> --                                 [enable_introspection=auto])
> --    ])dnl
> --
> --    AC_MSG_CHECKING([for gobject-introspection])
> --
> --    dnl presence/version checking
> --    AS_CASE([$enable_introspection],
> --    [no], [dnl
> --        found_introspection="no (disabled, use --enable-introspection to
> enable)"
> --    ],dnl
> --    [yes],[dnl
> --        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
> --                         AC_MSG_ERROR([gobject-introspection-1.0 is not
> installed]))
> --        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
> --                         found_introspection=yes,
> --                         AC_MSG_ERROR([You need to have
> gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
> --    ],dnl
> --    [auto],[dnl
> --        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
> found_introspection=yes, found_introspection=no)
> --    ],dnl
> --    [dnl
> --        AC_MSG_ERROR([invalid argument passed to --enable-introspection,
> should be one of @<:@no/auto/yes@:>@])
> --    ])dnl
> --
> --    AC_MSG_RESULT([$found_introspection])
> --
> --    INTROSPECTION_SCANNER=
> --    INTROSPECTION_COMPILER=
> --    INTROSPECTION_GENERATE=
> --    INTROSPECTION_GIRDIR=
> --    INTROSPECTION_TYPELIBDIR=
> --    if test "x$found_introspection" = "xyes"; then
> --       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner
> gobject-introspection-1.0`
> --       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler
> gobject-introspection-1.0`
> --       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate
> gobject-introspection-1.0`
> --       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir
> gobject-introspection-1.0`
> --       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir
> gobject-introspection-1.0)"
> --       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags
> gobject-introspection-1.0`
> --       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
> --       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir
> gobject-introspection-1.0`/gobject-introspection-1.0/
> Makefile.introspection
> --    fi
> --    AC_SUBST(INTROSPECTION_SCANNER)
> --    AC_SUBST(INTROSPECTION_COMPILER)
> --    AC_SUBST(INTROSPECTION_GENERATE)
> --    AC_SUBST(INTROSPECTION_GIRDIR)
> --    AC_SUBST(INTROSPECTION_TYPELIBDIR)
> --    AC_SUBST(INTROSPECTION_CFLAGS)
> --    AC_SUBST(INTROSPECTION_LIBS)
> --    AC_SUBST(INTROSPECTION_MAKEFILE)
> --
> --    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" =
> "xyes")
> --])
> --
> --
> --dnl Usage:
> --dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
> --
> --AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
> --[
> --  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
> --])
> --
> --dnl Usage:
> --dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
> --
> --
> --AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
> --[
> --  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
> --])
> ---
> -2.1.4
> diff --git a/meta/recipes-graphics/pango/pango_1.40.12.bb
> b/meta/recipes-graphics/pango/pango_1.41.0.bb
> similarity index 88%
> rename from meta/recipes-graphics/pango/pango_1.40.12.bb
> rename to meta/recipes-graphics/pango/pango_1.41.0.bb
> index cbad9a9..726b8c4 100644
> --- a/meta/recipes-graphics/pango/pango_1.40.12.bb
> +++ b/meta/recipes-graphics/pango/pango_1.41.0.bb
> @@ -14,11 +14,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=
> 3bf50002aefd002f49e7bb854063f7e7"
>  inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even
> gobject-introspection
>
>  SRC_URI += "file://run-ptest \
> -            file://0001-Drop-introspection-macros-from-acinclude.m4.patch
> \
>              file://0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch
> \
>  "
> -SRC_URI[archive.sha256sum] = "75f1a9a8e4e2b28cbc078b50c1fa92
> 7ee4ded994d1ade97c5603e2d1f3161cfc"
> -SRC_URI[archive.md5sum] = "9aae7dd5ecc1c2ade4e6951b85004cee"
> +SRC_URI[archive.md5sum] = "f3c0d6931aefd40f5afac2566faf2717"
> +SRC_URI[archive.sha256sum] = "1f76ef95953dc58ee5d6a53e5f1cb6
> db913f3e0eb489713ee9266695cae580ba"
>
>  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv
> cairo harfbuzz"
>
> --
> 2.4.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 9874 bytes --]

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

* Re: [PATCH 04/12] pango: upgrade to version 1.41.0
  2018-01-23 14:42     ` Alexander Kanavin
@ 2018-01-23 14:54       ` Burton, Ross
  0 siblings, 0 replies; 22+ messages in thread
From: Burton, Ross @ 2018-01-23 14:54 UTC (permalink / raw)
  To: Maxin B. John; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

There now appears to be disagreement on whether Pango still has this
behaviour.  Maxin, can you ask upstream?  We either need to drop this
patch, or take it and drop the inherit upstream-version-is-even.

Ross

On 23 January 2018 at 14:42, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:

> On 01/23/2018 04:45 PM, Burton, Ross wrote:
>
>> This also inherits upstream-version-is-even so this is a development
>> snapshot.
>>
>
> Obviously AUH handles this correctly :)
> (yes, I'm on a AUH marketing tour).
>
> Alex
>

[-- Attachment #2: Type: text/html, Size: 1022 bytes --]

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

* Re: [PATCH 00/12] package upgrades
  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
  0 siblings, 1 reply; 22+ messages in thread
From: Maxin B. John @ 2018-01-24  9:01 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

Hi Alex,

On Tue, Jan 23, 2018 at 04:06:11PM +0200, Alexander Kanavin wrote:
> On 01/23/2018 04:05 PM, Maxin B. John wrote:
> >Package upgrades including gtk+3
> 
> Btw, do give it a try to run AUH locally (without sending emails to anyone).

No, I didn't try to run AUH locally.

> Making local runs easy was one of my goals. You can give it a list of things
> to update on the command line, if you don't want it to go over all of
> oe-core, and it will test builds with musl and strange architectures etc.
> Now that you have also jku's packages, it should really help.

It looks like a very helpful tool. I am going to use it for next set of upgrades.

Notes:

Eventhough README in AUH is a good starting point, couldn't locate a quick-start
documentation in the wiki or official documentation. It will be useful. 

Link: https://git.yoctoproject.org/cgit/cgit.cgi/auto-upgrade-helper/tree/README

> Alex

Thanks and Regards,
Maxin


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

* Re: [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2
  2018-01-23 14:44   ` Burton, Ross
@ 2018-01-24  9:25     ` Maxin B. John
  0 siblings, 0 replies; 22+ messages in thread
From: Maxin B. John @ 2018-01-24  9:25 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

On Tue, Jan 23, 2018 at 02:44:55PM +0000, Burton, Ross wrote:
>Nope, this inherit upstream-version-is-even so this is a development snapshot.
>

Missed that point. Thanks!

Will send the fixed one soon.

>Ross

Best Regards,
Maxin


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

* Re: [PATCH 00/12] package upgrades
  2018-01-24  9:01   ` Maxin B. John
@ 2018-01-25  7:09     ` Alexander Kanavin
  0 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2018-01-25  7:09 UTC (permalink / raw)
  To: Maxin B. John; +Cc: openembedded-core

On 01/24/2018 11:01 AM, Maxin B. John wrote:
> Eventhough README in AUH is a good starting point, couldn't locate a quick-start
> documentation in the wiki or official documentation. It will be useful.

Absolutely. So can you write that please as you set it up and make it 
work? I'm not the best person perhaps, as I know AUH inside out, and I'm 
not able to see what first-time users see. I can then edit for technical 
correctness and caveats etc.

Alex


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

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

Thread overview: 22+ 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

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.