All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231
@ 2020-02-25 18:53 Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2 Alexander Kanavin
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/perl/{libmodule-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} (95%)

diff --git a/meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
similarity index 95%
rename from meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb
rename to meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
index e3ba40d96c..b3bc314ee7 100644
--- a/meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb
+++ b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
@@ -15,9 +15,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=949;endline=954;md5=624c06db56a2af4d
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz \
            file://run-ptest \
-          "
-SRC_URI[md5sum] = "1447d9e02e63f7a1643986789a8f1ba9"
-SRC_URI[sha256sum] = "1fe491a6cda914b01bc8e592faa2b5404e9f35915ca15322f8f2a8d8f9008c18"
+           "
+SRC_URI[md5sum] = "066b193e461d7dfe1eca17a139353001"
+SRC_URI[sha256sum] = "7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717"
 
 S = "${WORKDIR}/Module-Build-${PV}"
 
-- 
2.25.0



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

* [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 03/12] libpcre: upgrade 8.43 -> 8.44 Alexander Kanavin
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libarchive/{libarchive_3.4.1.bb => libarchive_3.4.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libarchive/{libarchive_3.4.1.bb => libarchive_3.4.2.bb} (93%)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.1.bb b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
similarity index 93%
rename from meta/recipes-extended/libarchive/libarchive_3.4.1.bb
rename to meta/recipes-extended/libarchive/libarchive_3.4.2.bb
index 2d33dd80ab..c3edb573e7 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.4.1.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
@@ -33,8 +33,8 @@ EXTRA_OECONF += "--enable-largefile"
 
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "59bff5ee6216cbb76c8354f6dd6f5a5a"
-SRC_URI[sha256sum] = "fcf87f3ad8db2e4f74f32526dee62dd1fb9894782b0a503a89c9d7a70a235191"
+SRC_URI[md5sum] = "d953ed6b47694dadf0e6042f8f9ff451"
+SRC_URI[sha256sum] = "b60d58d12632ecf1e8fad7316dc82c6b9738a35625746b47ecdcaf4aed176176"
 
 inherit autotools update-alternatives pkgconfig
 
-- 
2.25.0



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

* [PATCH 03/12] libpcre: upgrade 8.43 -> 8.44
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2 Alexander Kanavin
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libpcre/libpcre/out-of-tree.patch         | 26 -------------------
 .../{libpcre_8.43.bb => libpcre_8.44.bb}      |  9 +++----
 2 files changed, 4 insertions(+), 31 deletions(-)
 delete mode 100644 meta/recipes-support/libpcre/libpcre/out-of-tree.patch
 rename meta/recipes-support/libpcre/{libpcre_8.43.bb => libpcre_8.44.bb} (91%)

diff --git a/meta/recipes-support/libpcre/libpcre/out-of-tree.patch b/meta/recipes-support/libpcre/libpcre/out-of-tree.patch
deleted file mode 100644
index d56789615f..0000000000
--- a/meta/recipes-support/libpcre/libpcre/out-of-tree.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-In out-of-tree builds the #include fails because $srcdir isn't in the include path.  Set CPPFLAGS so that it is.
-
-Upstream-Status: Backport [r1750]
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-Index: configure.ac
-===================================================================
---- a/configure.ac	(revision 1749)
-+++ b/configure.ac	(working copy)
-@@ -159,6 +159,8 @@
- 
- if test "$enable_jit" = "auto"; then
-   AC_LANG(C)
-+  SAVE_CPPFLAGS=$CPPFLAGS
-+  CPPFLAGS=-I$srcdir
-   AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
-   #define SLJIT_CONFIG_AUTO 1
-   #include "sljit/sljitConfigInternal.h"
-@@ -165,6 +167,7 @@
-   #if (defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED)
-   #error unsupported
-   #endif]])], enable_jit=yes, enable_jit=no)
-+  CPPFLAGS=$SAVE_CPPFLAGS
- fi
- 
- # Handle --disable-pcregrep-jit (enabled by default)
diff --git a/meta/recipes-support/libpcre/libpcre_8.43.bb b/meta/recipes-support/libpcre/libpcre_8.44.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre_8.43.bb
rename to meta/recipes-support/libpcre/libpcre_8.44.bb
index f9a22fee9d..e5471e81da 100644
--- a/meta/recipes-support/libpcre/libpcre_8.43.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.44.bb
@@ -6,16 +6,15 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=91bee59d1b327eb1599b4c673e2fb3d1"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=3bb381a66a5385b246d4877922e7511e"
 SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
            file://fix-pcre-name-collision.patch \
-           file://out-of-tree.patch \
            file://run-ptest \
            file://Makefile \
-"
+           "
 
-SRC_URI[md5sum] = "636222e79e392c3d95dcc545f24f98c4"
-SRC_URI[sha256sum] = "91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b"
+SRC_URI[md5sum] = "cf7326204cc46c755b5b2608033d9d24"
+SRC_URI[sha256sum] = "19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d"
 
 CVE_PRODUCT = "pcre"
 
-- 
2.25.0



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

* [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2 Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 03/12] libpcre: upgrade 8.43 -> 8.44 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 22:39   ` Anuj Mittal
  2020-02-25 18:53 ` [PATCH 05/12] python3-docutils: upgrade 0.15 -> 0.16 Alexander Kanavin
                   ` (8 subsequent siblings)
  11 siblings, 1 reply; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years and holders
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-core/ncurses/ncurses.inc                           | 2 +-
 .../ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb}         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb} (89%)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index b7bf4c0d81..4156bf4f7d 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -2,7 +2,7 @@ SUMMARY = "The New Curses library"
 DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, infocmp, captoinfo. Supports color, multiple highlights, forms-drawing characters, and automatic recognition of keypad and function-key sequences. Extensions include resizable windows and mouse support on both xterm and Linux console using the gpm library."
 HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc180a8c44ca642e97c35452fab5f66"
+LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=5526f2f3a29edc95538b368a4771edda"
 SECTION = "libs"
 DEPENDS = "ncurses-native"
 DEPENDS_class-native = ""
diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb b/meta/recipes-core/ncurses/ncurses_6.2.bb
similarity index 89%
rename from meta/recipes-core/ncurses/ncurses_6.1+20191019.bb
rename to meta/recipes-core/ncurses/ncurses_6.2.bb
index 187777f6ef..b6d899c878 100644
--- a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.2.bb
@@ -5,7 +5,7 @@ SRC_URI += "file://0001-tic-hang.patch \
            file://config.cache \
            "
 # commit id corresponds to the revision in package version
-SRCREV = "ea70ec815b362f5bbad7a827a2edf50fd2b459cc"
+SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
 S = "${WORKDIR}/git"
 EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
-- 
2.25.0



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

* [PATCH 05/12] python3-docutils: upgrade 0.15 -> 0.16
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (2 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 06/12] python3-mako: upgrade 1.1.0 -> 1.1.1 Alexander Kanavin
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: formatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{python3-docutils_0.15.bb => python3-docutils_0.16.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-docutils_0.15.bb => python3-docutils_0.16.bb} (60%)

diff --git a/meta/recipes-devtools/python/python3-docutils_0.15.bb b/meta/recipes-devtools/python/python3-docutils_0.16.bb
similarity index 60%
rename from meta/recipes-devtools/python/python3-docutils_0.15.bb
rename to meta/recipes-devtools/python/python3-docutils_0.16.bb
index f5c3f5d707..50547a1b0c 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.15.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.16.bb
@@ -2,13 +2,13 @@ SUMMARY = "Text processing system for documentation"
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7a4646907ab9083c826280b19e103106"
 
 DEPENDS = "python3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
-SRC_URI[md5sum] = "f51729f19e70a9dc4837433193a5e798"
-SRC_URI[sha256sum] = "c35e87e985f70106f6f97e050f3bed990641e0e104566134b9cd23849a460e96"
+SRC_URI[md5sum] = "9ccb6f332e23360f964de72c8ea5f0ed"
+SRC_URI[sha256sum] = "7d4e999cca74a52611773a42912088078363a30912e8822f7a3d38043b767573"
 
 S = "${WORKDIR}/docutils-${PV}"
 
-- 
2.25.0



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

* [PATCH 06/12] python3-mako: upgrade 1.1.0 -> 1.1.1
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (3 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 05/12] python3-docutils: upgrade 0.15 -> 0.16 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 07/12] unifdef: upgrade 2.11 -> 2.12 Alexander Kanavin
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../python/{python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} (63%)

diff --git a/meta/recipes-devtools/python/python3-mako_1.1.0.bb b/meta/recipes-devtools/python/python3-mako_1.1.1.bb
similarity index 63%
rename from meta/recipes-devtools/python/python3-mako_1.1.0.bb
rename to meta/recipes-devtools/python/python3-mako_1.1.1.bb
index b139e5ab00..bc38009de4 100644
--- a/meta/recipes-devtools/python/python3-mako_1.1.0.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.1.1.bb
@@ -2,14 +2,14 @@ SUMMARY = "Templating library for Python"
 HOMEPAGE = "http://www.makotemplates.org/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f"
 
 PYPI_PACKAGE = "Mako"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "6c3f2da0b74af529a4c4a537d0848bf2"
-SRC_URI[sha256sum] = "a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b"
+SRC_URI[md5sum] = "2660a4916f2f63456e6885c727b7cd2f"
+SRC_URI[sha256sum] = "2984a6733e1d472796ceef37ad48c26f4a984bb18119bb2dbc37a44d8f6e75a4"
 
 RDEPENDS_${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-netclient \
-- 
2.25.0



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

* [PATCH 07/12] unifdef: upgrade 2.11 -> 2.12
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (4 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 06/12] python3-mako: upgrade 1.1.0 -> 1.1.1 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 08/12] gnutls: upgrade 3.6.11.1 -> 3.6.12 Alexander Kanavin
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../unifdef/{unifdef_2.11.bb => unifdef_2.12.bb}         | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/unifdef/{unifdef_2.11.bb => unifdef_2.12.bb} (53%)

diff --git a/meta/recipes-devtools/unifdef/unifdef_2.11.bb b/meta/recipes-devtools/unifdef/unifdef_2.12.bb
similarity index 53%
rename from meta/recipes-devtools/unifdef/unifdef_2.11.bb
rename to meta/recipes-devtools/unifdef/unifdef_2.12.bb
index 1ffc11e76b..22b10ba234 100644
--- a/meta/recipes-devtools/unifdef/unifdef_2.11.bb
+++ b/meta/recipes-devtools/unifdef/unifdef_2.12.bb
@@ -3,12 +3,13 @@ SECTION = "devel"
 LICENSE = "BSD-2-Clause"
 HOMEPAGE = "http://dotat.at/prog/unifdef/"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=78fc6c2c1dc4f18c891ed5b7a469fe32 \
-                    file://unifdef.c;endline=32;md5=aaec84d8b68d8b6dea71f45e9949ebfe"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3498caf346f6b77934882101749ada23 \
+                    file://unifdef.c;endline=32;md5=6f4ee8085d6e6ab0f7cb4390e1a9c497 \
+                    "
 
 SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz"
-SRC_URI[md5sum] = "337053fd8a7d9ab3adf5e50f88af95b7"
-SRC_URI[sha256sum] = "828ffc270ac262b88fe011136acef2780c05b0dc3c5435d005651740788d4537"
+SRC_URI[md5sum] = "ae8c0b3b4c43c1f6bc5f32412a820818"
+SRC_URI[sha256sum] = "43ce0f02ecdcdc723b2475575563ddb192e988c886d368260bc0a63aee3ac400"
 
 UPSTREAM_CHECK_REGEX = "unifdef-(?P<pver>((\d+\.*)+)(?![a-f0-9]{6,})).tar"
 
-- 
2.25.0



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

* [PATCH 08/12] gnutls: upgrade 3.6.11.1 -> 3.6.12
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (5 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 07/12] unifdef: upgrade 2.11 -> 2.12 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 09/12] python3-setuptools: upgrade 45.0.0 -> 45.2.0 Alexander Kanavin
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../gnutls/{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb} (93%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.11.1.bb b/meta/recipes-support/gnutls/gnutls_3.6.12.bb
similarity index 93%
rename from meta/recipes-support/gnutls/gnutls_3.6.11.1.bb
rename to meta/recipes-support/gnutls/gnutls_3.6.12.bb
index 5b05364c25..f1eeebc807 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.11.1.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.12.bb
@@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
            file://arm_eabi.patch \
 "
 
-SRC_URI[md5sum] = "3670ee0b0d95b3dee185eff2dc910ee7"
-SRC_URI[sha256sum] = "fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8"
+SRC_URI[md5sum] = "a23900f14980a467bdce3a0fd31dfa18"
+SRC_URI[sha256sum] = "bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b"
 
 inherit autotools texinfo pkgconfig gettext lib_package gtk-doc
 
-- 
2.25.0



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

* [PATCH 09/12] python3-setuptools: upgrade 45.0.0 -> 45.2.0
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (6 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 08/12] gnutls: upgrade 3.6.11.1 -> 3.6.12 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37 Alexander Kanavin
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
 meta/recipes-devtools/python/python-setuptools.inc            | 4 ++--
 ...hon3-setuptools_45.0.0.bb => python3-setuptools_45.2.0.bb} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_45.0.0.bb => python3-setuptools_45.2.0.bb} (100%)

diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index b1a6813b2e..5f99cd2512 100644
--- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From 50e4ebce9f711391e2fa9f43906259e19ac00e63 Mon Sep 17 00:00:00 2001
+From a8f871c9ebc4fcb99d4163b226aabeef26567099 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index 09066f8..d3039a5 100644
+index 426301d..55c8062 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
 @@ -649,6 +649,11 @@ class easy_install(Command):
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index c697937887..f7c3202fde 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -10,8 +10,8 @@ inherit pypi
 
 SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
 
-SRC_URI[md5sum] = "14898abd6f436eee58a5a2ba291fcbeb"
-SRC_URI[sha256sum] = "c46d9c8f2289535457d36c676b541ca78f7dcb736b97d02f50d17f7f15b583cc"
+SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
+SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
 
 DEPENDS += "${PYTHON_PN}"
 
diff --git a/meta/recipes-devtools/python/python3-setuptools_45.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-setuptools_45.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
-- 
2.25.0



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

* [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (7 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 09/12] python3-setuptools: upgrade 45.0.0 -> 45.2.0 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-27 23:06   ` Richard Purdie
  2020-02-25 18:53 ` [PATCH 11/12] acpica: upgrade 20191213 -> 20200214 Alexander Kanavin
                   ` (2 subsequent siblings)
  11 siblings, 1 reply; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libgpg-error-1.36-gawk5-support.patch     | 144 ------------------
 ...gpg-error_1.36.bb => libgpg-error_1.37.bb} |   7 +-
 2 files changed, 3 insertions(+), 148 deletions(-)
 delete mode 100644 meta/recipes-support/libgpg-error/libgpg-error/libgpg-error-1.36-gawk5-support.patch
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.36.bb => libgpg-error_1.37.bb} (92%)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error/libgpg-error-1.36-gawk5-support.patch b/meta/recipes-support/libgpg-error/libgpg-error/libgpg-error-1.36-gawk5-support.patch
deleted file mode 100644
index b936d1143b..0000000000
--- a/meta/recipes-support/libgpg-error/libgpg-error/libgpg-error-1.36-gawk5-support.patch
+++ /dev/null
@@ -1,144 +0,0 @@
-Upstream-Status: Backport [https://dev.gnupg.org/T4459]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-From 7865041c77f4f7005282f10f9b6666b19072fbdf Mon Sep 17 00:00:00 2001
-From: NIIBE Yutaka <gniibe@fsij.org>
-Date: Mon, 15 Apr 2019 15:10:44 +0900
-Subject: [PATCH] awk: Prepare for Gawk 5.0.
-
-* src/Makefile.am: Use pkg_namespace (instead of namespace).
-* src/mkerrnos.awk: Likewise.
-* lang/cl/mkerrcodes.awk: Don't escape # in regexp.
-* src/mkerrcodes.awk, src/mkerrcodes1.awk, src/mkerrcodes2.awk: Ditto.
-
---
-
-In Gawk 5.0, regexp routines are replaced by Gnulib implementation,
-which only allows escaping specific characters.
-
-GnuPG-bug-id: 4459
-Reported-by: Marius Schamschula
-Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
----
- lang/cl/mkerrcodes.awk |  2 +-
- src/Makefile.am        |  2 +-
- src/mkerrcodes.awk     |  2 +-
- src/mkerrcodes1.awk    |  2 +-
- src/mkerrcodes2.awk    |  2 +-
- src/mkerrnos.awk       |  2 +-
- src/mkstrtable.awk     | 10 +++++-----
- 7 files changed, 11 insertions(+), 11 deletions(-)
-
---- a/lang/cl/mkerrcodes.awk
-+++ b/lang/cl/mkerrcodes.awk
-@@ -122,7 +122,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -293,7 +293,7 @@ code-from-errno.h: mkerrcodes$(EXEEXT_FO
- 
- errnos-sym.h: Makefile mkstrtable.awk errnos.in
- 	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
--		-v prefix=GPG_ERR_ -v namespace=errnos_ \
-+		-v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \
- 		$(srcdir)/errnos.in >$@
- 
- 
---- a/src/mkerrcodes.awk
-+++ b/src/mkerrcodes.awk
-@@ -85,7 +85,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
---- a/src/mkerrcodes1.awk
-+++ b/src/mkerrcodes1.awk
-@@ -81,7 +81,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
---- a/src/mkerrcodes2.awk
-+++ b/src/mkerrcodes2.awk
-@@ -91,7 +91,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
---- a/src/mkerrnos.awk
-+++ b/src/mkerrnos.awk
-@@ -83,7 +83,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
---- a/src/mkstrtable.awk
-+++ b/src/mkstrtable.awk
-@@ -77,7 +77,7 @@
- #
- # The variable prefix can be used to prepend a string to each message.
- #
--# The variable namespace can be used to prepend a string to each
-+# The variable pkg_namespace can be used to prepend a string to each
- # variable and macro name.
- 
- BEGIN {
-@@ -102,7 +102,7 @@ header {
-       print "/* The purpose of this complex string table is to produce";
-       print "   optimal code with a minimum of relocations.  */";
-       print "";
--      print "static const char " namespace "msgstr[] = ";
-+      print "static const char " pkg_namespace "msgstr[] = ";
-       header = 0;
-     }
-   else
-@@ -110,7 +110,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[ 	]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
-@@ -150,7 +150,7 @@ END {
-   else
-     print "  gettext_noop (\"" last_msgstr "\");";
-   print "";
--  print "static const int " namespace "msgidx[] =";
-+  print "static const int " pkg_namespace "msgidx[] =";
-   print "  {";
-   for (i = 0; i < coded_msgs; i++)
-     print "    " pos[i] ",";
-@@ -158,7 +158,7 @@ END {
-   print "  };";
-   print "";
-   print "static GPG_ERR_INLINE int";
--  print namespace "msgidxof (int code)";
-+  print pkg_namespace "msgidxof (int code)";
-   print "{";
-   print "  return (0 ? 0";
- 
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.37.bb
similarity index 92%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.36.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.37.bb
index b11ab0548d..0b691a5eb9 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.37.bb
@@ -14,11 +14,10 @@ SECTION = "libs"
 UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
 SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
            file://pkgconfig.patch \
-           file://libgpg-error-1.36-gawk5-support.patch \
-	  "
+           "
 
-SRC_URI[md5sum] = "eff437f397e858a9127b76c0d87fa5ed"
-SRC_URI[sha256sum] = "babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c"
+SRC_URI[md5sum] = "729f22d917494fdc4b54fce5aa6547c7"
+SRC_URI[sha256sum] = "b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763"
 
 BINCONFIG = "${bindir}/gpg-error-config"
 
-- 
2.25.0



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

* [PATCH 11/12] acpica: upgrade 20191213 -> 20200214
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (8 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-25 18:53 ` [PATCH 12/12] gst-validate: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
  2020-02-26  2:04 ` [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Tim Orling
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../acpica/{acpica_20191213.bb => acpica_20200214.bb}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/acpica/{acpica_20191213.bb => acpica_20200214.bb} (88%)

diff --git a/meta/recipes-extended/acpica/acpica_20191213.bb b/meta/recipes-extended/acpica/acpica_20200214.bb
similarity index 88%
rename from meta/recipes-extended/acpica/acpica_20191213.bb
rename to meta/recipes-extended/acpica/acpica_20200214.bb
index 6b1412eafb..cfa9fec4fb 100644
--- a/meta/recipes-extended/acpica/acpica_20191213.bb
+++ b/meta/recipes-extended/acpica/acpica_20200214.bb
@@ -10,15 +10,15 @@ HOMEPAGE = "http://www.acpica.org/"
 SECTION = "console/tools"
 
 LICENSE = "Intel | BSD | GPLv2"
-LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=b5690d9ef8d54b2b1e1cc98aad64cd87"
+LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=6adbcb81e9ee6ae50c569b94fe12f7c5"
 
 COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 
 DEPENDS = "m4-native flex-native bison-native"
 
 SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
-SRC_URI[md5sum] = "0f0eb38e796fac24c2aa4d9b6adcd950"
-SRC_URI[sha256sum] = "304930df9836d3d4cdbf67a3ae6bd96dbc65f62602d869f571f4b6a12341e6c6"
+SRC_URI[md5sum] = "3505ba6170b77db1399eae0e2a959113"
+SRC_URI[sha256sum] = "e77ab9f8557ca104f6e8f49efaa8eead29f78ca11cadfc8989012469ecc0738e"
 UPSTREAM_CHECK_URI = "https://acpica.org/downloads"
 
 S = "${WORKDIR}/acpica-unix-${PV}"
-- 
2.25.0



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

* [PATCH 12/12] gst-validate: upgrade 1.16.1 -> 1.16.2
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (9 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 11/12] acpica: upgrade 20191213 -> 20200214 Alexander Kanavin
@ 2020-02-25 18:53 ` Alexander Kanavin
  2020-02-26  2:04 ` [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Tim Orling
  11 siblings, 0 replies; 15+ messages in thread
From: Alexander Kanavin @ 2020-02-25 18:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb} (87%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb
similarity index 87%
rename from meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb
rename to meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb
index 7d602eabc6..35492fe861 100644
--- a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \
            file://0001-connect-has-a-different-signature-on-musl.patch \
            "
-SRC_URI[md5sum] = "793e75f4717f718ad204c554d577b160"
-SRC_URI[sha256sum] = "7f079b9b2a127604b98e297037dc8847ef50f4ce2b508aa2df0cac5b77562899"
+SRC_URI[md5sum] = "688f42c52d62e8c5e506df911553fb2c"
+SRC_URI[sha256sum] = "4861ccb9326200e74d98007e316b387d48dd49f072e0b78cb9d3303fdecfeeca"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS_${PN} = "git"
-- 
2.25.0



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

* Re: [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2
  2020-02-25 18:53 ` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2 Alexander Kanavin
@ 2020-02-25 22:39   ` Anuj Mittal
  0 siblings, 0 replies; 15+ messages in thread
From: Anuj Mittal @ 2020-02-25 22:39 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core

On 26-Feb-20 02:53 AM, Alexander Kanavin wrote:
> License-Update: copyright years and holders
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>   meta/recipes-core/ncurses/ncurses.inc                           | 2 +-
>   .../ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb}         | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-core/ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb} (89%)
> 
> diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
> index b7bf4c0d81..4156bf4f7d 100644
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> @@ -2,7 +2,7 @@ SUMMARY = "The New Curses library"
>   DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, infocmp, captoinfo. Supports color, multiple highlights, forms-drawing characters, and automatic recognition of keypad and function-key sequences. Extensions include resizable windows and mouse support on both xterm and Linux console using the gpm library."
>   HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc180a8c44ca642e97c35452fab5f66"
> +LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=5526f2f3a29edc95538b368a4771edda"
>   SECTION = "libs"
>   DEPENDS = "ncurses-native"
>   DEPENDS_class-native = ""
> diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb b/meta/recipes-core/ncurses/ncurses_6.2.bb
> similarity index 89%
> rename from meta/recipes-core/ncurses/ncurses_6.1+20191019.bb
> rename to meta/recipes-core/ncurses/ncurses_6.2.bb
> index 187777f6ef..b6d899c878 100644
> --- a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb
> +++ b/meta/recipes-core/ncurses/ncurses_6.2.bb
> @@ -5,7 +5,7 @@ SRC_URI += "file://0001-tic-hang.patch \
>              file://config.cache \
>              "
>   # commit id corresponds to the revision in package version
> -SRCREV = "ea70ec815b362f5bbad7a827a2edf50fd2b459cc"
> +SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
>   S = "${WORKDIR}/git"
>   EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
>   UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
> 

I think the CVE_VERSION added earlier should no longer be necessary and 
can be removed too.

Thanks,

Anuj


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

* Re: [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231
  2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
                   ` (10 preceding siblings ...)
  2020-02-25 18:53 ` [PATCH 12/12] gst-validate: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
@ 2020-02-26  2:04 ` Tim Orling
  11 siblings, 0 replies; 15+ messages in thread
From: Tim Orling @ 2020-02-26  2:04 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

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

The V2 I sent earlier today should be used instead, as it improves ptests.

The V1 I sent should be shredded and burned.

On Tue, Feb 25, 2020 at 10:54 AM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  ...-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-devtools/perl/{libmodule-build-perl_0.4229.bb =>
> libmodule-build-perl_0.4231.bb} (95%)
>
> diff --git a/meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb
> b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
> similarity index 95%
> rename from meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb
> rename to meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
> index e3ba40d96c..b3bc314ee7 100644
> --- a/meta/recipes-devtools/perl/libmodule-build-perl_0.4229.bb
> +++ b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb
> @@ -15,9 +15,9 @@ LIC_FILES_CHKSUM =
> "file://README;beginline=949;endline=954;md5=624c06db56a2af4d
>
>  SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz
> \
>             file://run-ptest \
> -          "
> -SRC_URI[md5sum] = "1447d9e02e63f7a1643986789a8f1ba9"
> -SRC_URI[sha256sum] =
> "1fe491a6cda914b01bc8e592faa2b5404e9f35915ca15322f8f2a8d8f9008c18"
> +           "
> +SRC_URI[md5sum] = "066b193e461d7dfe1eca17a139353001"
> +SRC_URI[sha256sum] =
> "7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717"
>
>  S = "${WORKDIR}/Module-Build-${PV}"
>
> --
> 2.25.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37
  2020-02-25 18:53 ` [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37 Alexander Kanavin
@ 2020-02-27 23:06   ` Richard Purdie
  0 siblings, 0 replies; 15+ messages in thread
From: Richard Purdie @ 2020-02-27 23:06 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core

On Tue, 2020-02-25 at 19:53 +0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  .../libgpg-error-1.36-gawk5-support.patch     | 144 ----------------
> --
>  ...gpg-error_1.36.bb => libgpg-error_1.37.bb} |   7 +-
>  2 files changed, 3 insertions(+), 148 deletions(-)
>  delete mode 100644 meta/recipes-support/libgpg-error/libgpg-
> error/libgpg-error-1.36-gawk5-support.patch
>  rename meta/recipes-support/libgpg-error/{libgpg-error_1.36.bb =>
> libgpg-error_1.37.bb} (92%)

Fails on x32. It did this when proposed last time :/

https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/1605

Cheers,

Richard



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

end of thread, other threads:[~2020-02-27 23:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 18:53 [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 02/12] libarchive: upgrade 3.4.1 -> 3.4.2 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 03/12] libpcre: upgrade 8.43 -> 8.44 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2 Alexander Kanavin
2020-02-25 22:39   ` Anuj Mittal
2020-02-25 18:53 ` [PATCH 05/12] python3-docutils: upgrade 0.15 -> 0.16 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 06/12] python3-mako: upgrade 1.1.0 -> 1.1.1 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 07/12] unifdef: upgrade 2.11 -> 2.12 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 08/12] gnutls: upgrade 3.6.11.1 -> 3.6.12 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 09/12] python3-setuptools: upgrade 45.0.0 -> 45.2.0 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 10/12] libgpg-error: upgrade 1.36 -> 1.37 Alexander Kanavin
2020-02-27 23:06   ` Richard Purdie
2020-02-25 18:53 ` [PATCH 11/12] acpica: upgrade 20191213 -> 20200214 Alexander Kanavin
2020-02-25 18:53 ` [PATCH 12/12] gst-validate: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
2020-02-26  2:04 ` [PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231 Tim Orling

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.