All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/20] libpipeline: update to 1.5.1
@ 2019-02-19 17:46 Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 02/20] libmodulemd: update to 2.1.0 Alexander Kanavin
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{libpipeline_1.5.0.bb => libpipeline_1.5.1.bb}           | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libpipeline/{libpipeline_1.5.0.bb => libpipeline_1.5.1.bb} (72%)

diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
similarity index 72%
rename from meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
rename to meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
index 14cc9e519a8..a5802074b13 100644
--- a/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
@@ -7,8 +7,9 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
-SRC_URI[md5sum] = "b7437a5020190cfa84f09c412db38902"
-SRC_URI[sha256sum] = "0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b"
+SRC_URI[md5sum] = "4c8fe6cd85422baafd6e060f896c61bc"
+SRC_URI[sha256sum] = "d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f"
 
 inherit pkgconfig autotools
 
+acpaths = "-I ${S}/gl/m4 -I ${S}/m4"
-- 
2.17.1



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

* [PATCH 02/20] libmodulemd: update to 2.1.0
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5 Alexander Kanavin
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Add support for gobject-introspection.

Add v2 API fixes to the gtkdoc/gi disabling patch.
Add a dependency on glib-native to allow use of glib-mkenums.

Disable v2 API/library for now as libdnf is not compatible with it,
yet is erroneously linked against it (if it's enabled).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...ec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch |  7 +-
 ...n.build-do-not-generate-gir-or-gtkdo.patch | 76 ++++++++++---------
 .../libmodulemd/libmodulemd_git.bb            | 19 +++--
 3 files changed, 57 insertions(+), 45 deletions(-)

diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch b/meta/recipes-devtools/libmodulemd/libmodulemd/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch
index 9465c385202..2598c177c4c 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch
@@ -1,16 +1,17 @@
-From 590bd5ec9f378ab727ee404bb32f615e1bbd15bf Mon Sep 17 00:00:00 2001
+From 74ea6a665d0f3417e75f1d3d02f27a12f128ec70 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 6 Nov 2018 13:41:29 +0100
 Subject: [PATCH] spec_tmpl.sh: use /bin/sh, not /usr/bin/sh
 
 Upstream-Status: Pending
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+
 ---
  spec_tmpl.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/spec_tmpl.sh b/spec_tmpl.sh
-index 45009c3..307c0c2 100755
+index 14e895a..fc80fc6 100755
 --- a/spec_tmpl.sh
 +++ b/spec_tmpl.sh
 @@ -1,4 +1,4 @@
@@ -18,4 +19,4 @@ index 45009c3..307c0c2 100755
 +#!/bin/sh
  
  version=$1
- template=$2
+ libmodulemd_v1_version=$2
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd/0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch b/meta/recipes-devtools/libmodulemd/libmodulemd/0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch
index e94abd27c39..a3e62bf52ca 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd/0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd/0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch
@@ -1,65 +1,67 @@
-From b6c8039afe016d25c17cdf1b2462d6a53d49fad1 Mon Sep 17 00:00:00 2001
+From b77c9c3d07430b014b2d1bff42027f483c81f15a Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 6 Nov 2018 13:43:00 +0100
-Subject: [PATCH] modulemd/v1/meson.build: do not generate gir or gtkdoc
+Subject: [PATCH] modulemd/v[12]/meson.build: do not generate gtkdoc or python
+ bindings
 
-Both of these really need a configuration option.
+All of these really need a configuration option.
 
 Upstream-Status: Inappropriate [oe-core specific]
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
 
 ---
- meson.build             |  1 -
- modulemd/v1/meson.build | 20 --------------------
- 2 files changed, 21 deletions(-)
+ meson.build             | 3 +--
+ modulemd/v1/meson.build | 8 --------
+ modulemd/v2/meson.build | 8 --------
+ 3 files changed, 1 insertion(+), 18 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index db7c6a1..e0ea61a 100644
+index 228bd34..a1e60bb 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -49,7 +49,6 @@ gnome = import('gnome')
+@@ -52,7 +52,6 @@ gnome = import('gnome')
  pkg = import('pkgconfig')
  gobject = dependency('gobject-2.0')
  yaml = dependency('yaml-0.1')
 -gtkdoc = dependency('gtk-doc')
  
- spec_tmpl = find_program('spec_tmpl.sh')
+ sh = find_program('sh')
+ sed = find_program('sed')
+@@ -110,4 +109,4 @@ configure_file(
+ )
  
+ subdir('modulemd')
+-subdir('bindings/python')
++
 diff --git a/modulemd/v1/meson.build b/modulemd/v1/meson.build
-index 38e0d15..d59e519 100644
+index 74db89a..4d54e69 100644
 --- a/modulemd/v1/meson.build
 +++ b/modulemd/v1/meson.build
-@@ -311,19 +311,6 @@ if valgrind.found()
-           timeout : 300)
- endif
+@@ -341,11 +341,3 @@ configure_file(
+   configuration : xcdata
+ )
  
--gnome.generate_gir(
--    modulemd_v1_lib,
--    sources : modulemd_v1_srcs + modulemd_v1_hdrs,
--    nsversion : '.'.join([libmodulemd_version_array[0], '0']),
--    namespace : 'Modulemd',
--    symbol_prefix : 'modulemd_',
--    identifier_prefix : 'Modulemd',
--    includes : [
--        'GObject-2.0',
--    ],
+-gnome.gtkdoc(
+-    'modulemd-1.0',
+-    install_dir: 'modulemd-1.0',
+-    src_dir : './modulemd/v1',
+-    main_xml : 'modulemd-v1-docs.xml',
 -    install : true,
--    )
+-)
 -
- xcdata = configuration_data()
- xcdata.set('VERSION', libmodulemd_version)
- configure_file(
-@@ -339,13 +326,6 @@ configure_file(
-   configuration : cdata
+diff --git a/modulemd/v2/meson.build b/modulemd/v2/meson.build
+index 7b94e0c..c5f72b9 100644
+--- a/modulemd/v2/meson.build
++++ b/modulemd/v2/meson.build
+@@ -530,11 +530,3 @@ configure_file(
+   configuration : xcdata
  )
  
 -gnome.gtkdoc(
--    'modulemd-1.0',
--    install_dir: 'modulemd-1.0',
--    src_dir : './',
--    main_xml : 'modulemd-docs.xml',
--    install : true)
+-    'modulemd-2.0',
+-    install_dir: 'modulemd-2.0',
+-    src_dir : './modulemd/v2',
+-    main_xml : 'modulemd-v2-docs.xml',
+-    install : true,
+-)
 -
- pkg.generate(
-     libraries : modulemd_v1_lib,
-     subdirs : v1_header_path,
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
index d9bfdc0878f..87e92114c8d 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
@@ -7,15 +7,24 @@ SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \
            file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \
            "
 
-PV = "1.7.0"
-SRCREV = "9af3e7b4bec2f8daaa857fa668b858e484487710"
+PV = "2.1.0"
+SRCREV = "072e6ee791fe7822a6d423bdac7e4a5cbb118bce"
 
 S = "${WORKDIR}/git"
 
-inherit meson
+inherit meson gobject-introspection
 
-EXTRA_OEMESON = "-Ddeveloper_build=false"
+EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=false"
 
-DEPENDS += "glib-2.0 libyaml"
+DEPENDS += "glib-2.0 libyaml glib-2.0-native"
 
 BBCLASSEXTEND = "native nativesdk"
+
+GI_ENABLE_FLAG = "-Dskip_introspection=false"
+GI_DISABLE_FLAG = "-Dskip_introspection=true"
+
+EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}"
+EXTRA_OEMESON_append_class-native = " ${GI_DISABLE_FLAG}"
+
+EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \
+                                                                                       '${GI_DISABLE_FLAG}', d)} "
-- 
2.17.1



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

* [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 02/20] libmodulemd: update to 2.1.0 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3 Alexander Kanavin
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/vala/{vala_0.42.4.bb => vala_0.42.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/vala/{vala_0.42.4.bb => vala_0.42.5.bb} (64%)

diff --git a/meta/recipes-devtools/vala/vala_0.42.4.bb b/meta/recipes-devtools/vala/vala_0.42.5.bb
similarity index 64%
rename from meta/recipes-devtools/vala/vala_0.42.4.bb
rename to meta/recipes-devtools/vala/vala_0.42.5.bb
index 49ffc41bc36..eea17661604 100644
--- a/meta/recipes-devtools/vala/vala_0.42.4.bb
+++ b/meta/recipes-devtools/vala/vala_0.42.5.bb
@@ -6,5 +6,5 @@ SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.pa
 	     file://0001-Disable-valadoc.patch \
 "
 
-SRC_URI[md5sum] = "f34cb465a164ba7f1f2e7fea31f36d13"
-SRC_URI[sha256sum] = "b528906d080ac5b6043285a82c194c988e495c70da71ae19c1fc7811509f4f1e"
+SRC_URI[md5sum] = "d204eb4fa210995e731e2a9a01c8c772"
+SRC_URI[sha256sum] = "8c33b4abc0573d364781bbfe54a1668ed34956902e471191a31cf05dc87c6e12"
-- 
2.17.1



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

* [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 02/20] libmodulemd: update to 2.1.0 Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0 Alexander Kanavin
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../epiphany/{epiphany_3.30.2.bb => epiphany_3.30.3.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/epiphany/{epiphany_3.30.2.bb => epiphany_3.30.3.bb} (85%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.30.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.30.3.bb
similarity index 85%
rename from meta/recipes-gnome/epiphany/epiphany_3.30.2.bb
rename to meta/recipes-gnome/epiphany/epiphany_3.30.3.bb
index 3dd699d4fe4..a64c82f48bf 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.30.2.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.30.3.bb
@@ -13,8 +13,8 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl"
 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
            file://0002-help-meson.build-disable-the-use-of-yelp.patch \
            "
-SRC_URI[archive.md5sum] = "1b7c072880562c33f52a3347a94bfe6c"
-SRC_URI[archive.sha256sum] = "8c7ef1e51b9fa825a43a603265ce8b06cacc42229e9337c8611c357bc65a8104"
+SRC_URI[archive.md5sum] = "fd05702b1c9bcb6a0633de54c4a6ccd2"
+SRC_URI[archive.sha256sum] = "76cdb8db6af2da8c3371a73e2dfd5ba64867b5f1e65fa9621f35348a42ff0d17"
 
 EXTRA_OEMESON += " -Ddistributor_name=${DISTRO}"
 
-- 
2.17.1



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

* [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (2 preceding siblings ...)
  2019-02-19 17:46 ` [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2 Alexander Kanavin
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../libdnf/{libdnf_0.24.1.bb => libdnf_0.26.0.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.24.1.bb => libdnf_0.26.0.bb} (95%)

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.24.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.26.0.bb
similarity index 95%
rename from meta/recipes-devtools/libdnf/libdnf_0.24.1.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.26.0.bb
index a55acb2ef0e..9c2247c237d 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.24.1.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.26.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf \
            file://0001-include-missing-string-and-errno.h-headers.patch \
            "
 
-SRCREV = "04b71d78a2170e930a3c248d48a231b19f823064"
+SRCREV = "bd23204aa83d10e3d293a9f2d496cba6070f6a4d"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



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

* [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (3 preceding siblings ...)
  2019-02-19 17:46 ` [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:46 ` [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15 Alexander Kanavin
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/meson/meson.inc                      | 4 ++--
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch  | 7 ++-----
 .../0002-Support-building-allarch-recipes-again.patch      | 7 ++-----
 .../meson/{meson_0.49.0.bb => meson_0.49.2.bb}             | 0
 ...nativesdk-meson_0.49.0.bb => nativesdk-meson_0.49.2.bb} | 0
 5 files changed, 6 insertions(+), 12 deletions(-)
 rename meta/recipes-devtools/meson/{meson_0.49.0.bb => meson_0.49.2.bb} (100%)
 rename meta/recipes-devtools/meson/{nativesdk-meson_0.49.0.bb => nativesdk-meson_0.49.2.bb} (100%)

diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index c39b1a3d5e2..d5d71c67b61 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -15,8 +15,8 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
            file://0001-modules-windows-split-WINDRES-env-variable.patch \
            file://0002-environment.py-detect-windows-also-if-the-system-str.patch \
            "
-SRC_URI[sha256sum] = "fb0395c4ac208eab381cd1a20571584bdbba176eb562a7efa9cb17cace0e1551"
-SRC_URI[md5sum] = "3c35b91e8040901034809576d54007c6"
+SRC_URI[sha256sum] = "ef9f14326ec1e30d3ba1a26df0f92826ede5a79255ad723af78a2691c37109fd"
+SRC_URI[md5sum] = "0267b0871266056184c484792572c682"
 
 SRC_URI_append_class-native = " \
     file://0001-Make-CPU-family-warnings-fatal.patch \
diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
index 785c0f027bf..fbc3f5ad827 100644
--- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
@@ -1,7 +1,7 @@
-From d058d0f1d8833d99e8a3d3b9bcc383db23b52671 Mon Sep 17 00:00:00 2001
+From 2db829d865bb6464ac15dbb4a58c9a675e296866 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Tue, 3 Jul 2018 13:59:09 +0100
-Subject: [PATCH 1/2] Make CPU family warnings fatal
+Subject: [PATCH] Make CPU family warnings fatal
 
 Upstream-Status: Inappropriate [OE specific]
 Signed-off-by: Ross Burton <ross.burton@intel.com>
@@ -34,6 +34,3 @@ index 2ccd31e..5fcf9df 100644
  
          endian = literal['endian']
          if endian not in ('little', 'big'):
--- 
-2.17.1
-
diff --git a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
index e7ba40701f6..81548cdfb85 100644
--- a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
+++ b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
@@ -1,7 +1,7 @@
-From ffab5c5046da29fc20b074d21f6de46520cee58c Mon Sep 17 00:00:00 2001
+From f8419d5f279f1fb9b5e7eead4f1579bce7cb0e4e Mon Sep 17 00:00:00 2001
 From: Peter Kjellerstedt <pkj@axis.com>
 Date: Thu, 26 Jul 2018 16:32:49 +0200
-Subject: [PATCH 2/2] Support building allarch recipes again
+Subject: [PATCH] Support building allarch recipes again
 
 This registers "allarch" as a known CPU family.
 
@@ -24,6 +24,3 @@ index 5fcf9df..b4fc0dc 100644
      'aarch64',
      'arc',
      'arm',
--- 
-2.17.1
-
diff --git a/meta/recipes-devtools/meson/meson_0.49.0.bb b/meta/recipes-devtools/meson/meson_0.49.2.bb
similarity index 100%
rename from meta/recipes-devtools/meson/meson_0.49.0.bb
rename to meta/recipes-devtools/meson/meson_0.49.2.bb
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb
similarity index 100%
rename from meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb
rename to meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb
-- 
2.17.1



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

* [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (4 preceding siblings ...)
  2019-02-19 17:46 ` [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2 Alexander Kanavin
@ 2019-02-19 17:46 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2 Alexander Kanavin
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../p11-kit/{p11-kit_0.23.14.bb => p11-kit_0.23.15.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/p11-kit/{p11-kit_0.23.14.bb => p11-kit_0.23.15.bb} (97%)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.15.bb
similarity index 97%
rename from meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.23.15.bb
index dd25c381329..59e675b5428 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.14.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.15.bb
@@ -9,7 +9,7 @@ DEPENDS = "libtasn1 libffi"
 SRC_URI = "git://github.com/p11-glue/p11-kit \
            file://0001-LINGUAS-drop-the-languages-for-which-upstream-does-n.patch \
            "
-SRCREV = "3770793f026e46a000d2d8816d56122598289d5c"
+SRCREV = "1ba80c67c492f25581ed97c8c31ffb5f20636d06"
 S = "${WORKDIR}/git"
 
 AUTOTOOLS_AUXDIR = "${S}/build/litter"
-- 
2.17.1



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

* [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (5 preceding siblings ...)
  2019-02-19 17:46 ` [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10 Alexander Kanavin
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../iso-codes/{iso-codes_4.1.bb => iso-codes_4.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/iso-codes/{iso-codes_4.1.bb => iso-codes_4.2.bb} (92%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_4.1.bb b/meta/recipes-support/iso-codes/iso-codes_4.2.bb
similarity index 92%
rename from meta/recipes-support/iso-codes/iso-codes_4.1.bb
rename to meta/recipes-support/iso-codes/iso-codes_4.2.bb
index 1761ded44e1..15130dd7c44 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.1.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.2.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http"
-SRCREV = "164802d5fd8c7a8167816fd86a62b286680619f0"
+SRCREV = "58a4f20f8e6f4d8f9545333f3eae4cfe5678de16"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
-- 
2.17.1



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

* [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (6 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53 Alexander Kanavin
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/libcomps/libcomps_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb
index 500d412340f..ff6820851fe 100644
--- a/meta/recipes-devtools/libcomps/libcomps_git.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_git.bb
@@ -9,8 +9,8 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \
            file://0001-Add-crc32.c-to-sources-list.patch \
            "
 
-PV = "0.1.9"
-SRCREV = "58be208122179ca6e4edc0635a26f02bf733d6a9"
+PV = "0.1.10"
+SRCREV = "86a82fcd155c27092340d15a34f5c75c4da88243"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



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

* [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (7 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1 Alexander Kanavin
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../lighttpd/{lighttpd_1.4.52.bb => lighttpd_1.4.53.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.52.bb => lighttpd_1.4.53.bb} (96%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.52.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.53.bb
similarity index 96%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.52.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.53.bb
index fb76a8bbb1a..a58faa17be3 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.52.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.53.bb
@@ -20,8 +20,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
         "
 
-SRC_URI[md5sum] = "34f5c79137325ba31484bed1e54e66e6"
-SRC_URI[sha256sum] = "27bc0991c530b7c6335e6efff2181934d3c1a1c516f7401ea71d8302cefda764"
+SRC_URI[md5sum] = "f93436d8d400b2b0e26ee4bcc60b9ac7"
+SRC_URI[sha256sum] = "3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78"
 
 PACKAGECONFIG ??= "openssl pcre zlib \
     ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
-- 
2.17.1



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

* [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (8 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1 Alexander Kanavin
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
index 3a4cfb7b021..9aa8d2ae73b 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
@@ -8,8 +8,8 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
            file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
            "
 
-PV = "0.12.0"
-SRCREV = "8884a469680b7fb4a10fcbd49dbfef99b035c44b"
+PV = "0.12.1"
+SRCREV = "7744554ddef7c5be2cd7fbcac49c8b24ce60ef88"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



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

* [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (9 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6 Alexander Kanavin
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-gnome/gcr/{gcr_3.28.0.bb => gcr_3.28.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gcr/{gcr_3.28.0.bb => gcr_3.28.1.bb} (86%)

diff --git a/meta/recipes-gnome/gcr/gcr_3.28.0.bb b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
similarity index 86%
rename from meta/recipes-gnome/gcr/gcr_3.28.0.bb
rename to meta/recipes-gnome/gcr/gcr_3.28.1.bb
index 0796362e4b3..2299199c31f 100644
--- a/meta/recipes-gnome/gcr/gcr_3.28.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
@@ -12,8 +12,8 @@ inherit gnomebase gtk-icon-cache gtk-doc distro_features_check upstream-version-
 # depends on gtk+3, but also x11 through gtk+-x11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.md5sum] = "5321319307dad34dca2fd52e7c9c01ab"
-SRC_URI[archive.sha256sum] = "15e175d1da7ec486d59749ba34906241c442898118ce224a7b70bf2e849faf0b"
+SRC_URI[archive.md5sum] = "afd88cacfd54c1ac5b3e0eb35e3aa674"
+SRC_URI[archive.sha256sum] = "95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b"
 
 FILES_${PN} += " \
     ${datadir}/dbus-1 \
-- 
2.17.1



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

* [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (10 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4 Alexander Kanavin
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../webkit/{webkitgtk_2.22.5.bb => webkitgtk_2.22.6.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-sato/webkit/{webkitgtk_2.22.5.bb => webkitgtk_2.22.6.bb} (97%)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.22.6.bb
similarity index 97%
rename from meta/recipes-sato/webkit/webkitgtk_2.22.5.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.22.6.bb
index 3d8c0338c7d..35c70e0d026 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.22.6.bb
@@ -23,8 +23,8 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
            file://bad_optional_access.patch \
            "
 
-SRC_URI[md5sum] = "96a731522b800f38e70f85c22f8de477"
-SRC_URI[sha256sum] = "99d3863f418a7c3a3e37e5062950dbf2d91fb106ec1633459b0ef6f2d5f6cb13"
+SRC_URI[md5sum] = "7c21a30f7f078f0b712caf0c7ee966a4"
+SRC_URI[sha256sum] = "df90db9c0db0a2072b945fa3e1d45865922bd686c4659cce6cb5897ce357c85b"
 
 inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
 
-- 
2.17.1



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

* [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (11 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1 Alexander Kanavin
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../librepo/{librepo_1.9.3.bb => librepo_1.9.4.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/librepo/{librepo_1.9.3.bb => librepo_1.9.4.bb} (93%)

diff --git a/meta/recipes-devtools/librepo/librepo_1.9.3.bb b/meta/recipes-devtools/librepo/librepo_1.9.4.bb
similarity index 93%
rename from meta/recipes-devtools/librepo/librepo_1.9.3.bb
rename to meta/recipes-devtools/librepo/librepo_1.9.4.bb
index abfed798f35..c4d6c163e9b 100644
--- a/meta/recipes-devtools/librepo/librepo_1.9.3.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.9.4.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git \
            file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
            "
 
-SRCREV = "f1212bd4a55467ab8578c87f98ed363cccd5907a"
+SRCREV = "928c2d9c66f0d10477b8c9d1192785b88e2b1155"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



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

* [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (12 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0 Alexander Kanavin
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../{btrfs-tools_4.19.1.bb => btrfs-tools_4.20.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.19.1.bb => btrfs-tools_4.20.1.bb} (96%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.19.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
similarity index 96%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.19.1.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
index 2f59a0c13ea..1b4f515cb62 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.19.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
@@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl python3-setuptools-native"
 DEPENDS_append_class-target = " udev"
 RDEPENDS_${PN} = "libgcc"
 
-SRCREV = "167651ca29ec522cff0d81b52dc0cc4ae4e3f535"
+SRCREV = "6c33832b8c7bf2d7b64d6aed023c0bda43a03311"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
            file://0001-Makefile-build-mktables-using-native-gcc.patch \
            file://0001-Add-LDFLAGS-when-building-libbtrfsutil.so.patch \
-- 
2.17.1



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

* [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (13 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/dnf/{dnf_4.0.10.bb => dnf_4.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/dnf/{dnf_4.0.10.bb => dnf_4.1.0.bb} (98%)

diff --git a/meta/recipes-devtools/dnf/dnf_4.0.10.bb b/meta/recipes-devtools/dnf/dnf_4.1.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.0.10.bb
rename to meta/recipes-devtools/dnf/dnf_4.1.0.bb
index cd2713fcc6d..d45023eb0c0 100644
--- a/meta/recipes-devtools/dnf/dnf_4.0.10.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.1.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
            file://0030-Run-python-scripts-using-env.patch \
            "
 
-SRCREV = "622e6d6fab05f0b15460c5b734f9e7b5935864f2"
+SRCREV = "ad9b2175517c896c898cf9c8660e9b9b688ac5c7"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.17.1



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

* [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (14 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110 Alexander Kanavin
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../webp/{libwebp_1.0.1.bb => libwebp_1.0.2.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/webp/{libwebp_1.0.1.bb => libwebp_1.0.2.bb} (93%)

diff --git a/meta/recipes-multimedia/webp/libwebp_1.0.1.bb b/meta/recipes-multimedia/webp/libwebp_1.0.2.bb
similarity index 93%
rename from meta/recipes-multimedia/webp/libwebp_1.0.1.bb
rename to meta/recipes-multimedia/webp/libwebp_1.0.2.bb
index 451b0659b0c..8b3ffe02132 100644
--- a/meta/recipes-multimedia/webp/libwebp_1.0.1.bb
+++ b/meta/recipes-multimedia/webp/libwebp_1.0.2.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
                     file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
 
 SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[md5sum] = "ba72dfa7588c751a3a9b735a6746a23e"
-SRC_URI[sha256sum] = "8c744a5422dbffa0d1f92e90b34186fb8ed44db93fbacb55abd751ac8808d922"
+SRC_URI[md5sum] = "02c0c55f1dd8612cd4d462e3409ad35d"
+SRC_URI[sha256sum] = "3d47b48c40ed6476e8047b2ddb81d93835e0ca1b8d3e8c679afbb3004dd564b1"
 
 UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
 
-- 
2.17.1



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

* [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (15 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 19/20] ffmpeg: update to 4.1.1 Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 20/20] menu-cache: fix upstream version check Alexander Kanavin
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...{ca-certificates_20180409.bb => ca-certificates_20190110.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20180409.bb => ca-certificates_20190110.bb} (98%)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
similarity index 98%
rename from meta/recipes-support/ca-certificates/ca-certificates_20180409.bb
rename to meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
index 0d57083c522..b9f57900c8e 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
@@ -14,7 +14,7 @@ DEPENDS_class-nativesdk = "openssl-native"
 # Need c_rehash from openssl and run-parts from debianutils
 PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
 
-SRCREV = "dbbd11e56af93bb79f21d0ee6059a901f83f70a5"
+SRCREV = "c28799b138b044c963d24c4a69659b6e5486e3be"
 
 SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \
            file://0002-update-ca-certificates-use-SYSROOT.patch \
-- 
2.17.1



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

* [PATCH 19/20] ffmpeg: update to 4.1.1
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (16 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  2019-02-19 17:47 ` [PATCH 20/20] menu-cache: fix upstream version check Alexander Kanavin
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Drop backported patches.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...cess_template-remove-FF_REG_sp-from-.patch | 31 ----------------
 .../ffmpeg/ffmpeg/CVE-2018-15822.patch        | 37 -------------------
 .../{ffmpeg_4.0.2.bb => ffmpeg_4.1.1.bb}      |  6 +--
 3 files changed, 2 insertions(+), 72 deletions(-)
 delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch
 delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2018-15822.patch
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.0.2.bb => ffmpeg_4.1.1.bb} (96%)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg/0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch b/meta/recipes-multimedia/ffmpeg/ffmpeg/0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch
deleted file mode 100644
index 83fb4b81afd..00000000000
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg/0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From c1cbeb87db4bfc6e281e4254a6c7fdd3854fc9b9 Mon Sep 17 00:00:00 2001
-From: Michael Niedermayer <michael@niedermayer.cc>
-Date: Thu, 20 Dec 2018 22:40:06 +0100
-Subject: [PATCH] postproc/postprocess_template: remove FF_REG_sp from clobber
- list
-
-Future gcc may no longer support this
-
-Upstream-Status: Backport [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/c1cbeb87db4bfc6e281e4254a6c7fdd3854fc9b9]
-Tested-by: James Almer <jamrial@gmail.com>
-Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
----
- libpostproc/postprocess_template.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c
-index 485eb5cfc0..b0adfd168c 100644
---- a/libpostproc/postprocess_template.c
-+++ b/libpostproc/postprocess_template.c
-@@ -1317,7 +1317,7 @@ DERING_CORE((%0, %1, 8)       ,(%%FF_REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,
-         "1:                        \n\t"
-         : : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb), "m"(c->pQPb2), "q"(tmp)
-           NAMED_CONSTRAINTS_ADD(deringThreshold,b00,b02,b08)
--        : "%"FF_REG_a, "%"FF_REG_d, "%"FF_REG_sp
-+        : "%"FF_REG_a, "%"FF_REG_d
-     );
- #else // HAVE_7REGS && (TEMPLATE_PP_MMXEXT || TEMPLATE_PP_3DNOW)
-     int y;
--- 
-2.20.1
-
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2018-15822.patch b/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2018-15822.patch
deleted file mode 100644
index 7d5868a72ad..00000000000
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2018-15822.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 6b67d7f05918f7a1ee8fc6ff21355d7e8736aa10 Mon Sep 17 00:00:00 2001
-From: Michael Niedermayer <michael@niedermayer.cc>
-Date: Sat, 28 Jul 2018 15:03:50 +0200
-Subject: [PATCH] avformat/flvenc: Check audio packet size
-
-Fixes: Assertion failure
-Fixes: assert_flvenc.c:941_1.swf
-
-Upstream-Status: Backport [https://github.com/FFmpeg/FFmpeg/commit/6b67d7f05918f7a1ee8fc6ff21355d7e8736aa10]
-CVE: CVE-2018-15822
-
-Found-by: #CHEN HONGXU# <HCHEN017@e.ntu.edu.sg>
-Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
----
- libavformat/flvenc.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
-index 1c552a3e6b..e4863f1fc7 100644
---- a/libavformat/flvenc.c
-+++ b/libavformat/flvenc.c
-@@ -883,6 +883,11 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
-     int flags = -1, flags_size, ret;
-     int64_t cur_offset = avio_tell(pb);
- 
-+    if (par->codec_type == AVMEDIA_TYPE_AUDIO && !pkt->size) {
-+        av_log(s, AV_LOG_WARNING, "Empty audio Packet\n");
-+        return AVERROR(EINVAL);
-+    }
-+
-     if (par->codec_id == AV_CODEC_ID_VP6F || par->codec_id == AV_CODEC_ID_VP6A ||
-         par->codec_id == AV_CODEC_ID_VP6  || par->codec_id == AV_CODEC_ID_AAC)
-         flags_size = 2;
--- 
-2.17.1
-
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.1.bb
similarity index 96%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.1.bb
index 0c227b7fc9c..0506e11c4ba 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.1.bb
@@ -25,11 +25,9 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
 SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
            file://mips64_cpu_detection.patch \
-           file://CVE-2018-15822.patch \
-           file://0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch \
            "
-SRC_URI[md5sum] = "ae0bfdf809306a212b4f0e6eb8d1c75e"
-SRC_URI[sha256sum] = "a95c0cc9eb990e94031d2183f2e6e444cc61c99f6f182d1575c433d62afb2f97"
+SRC_URI[md5sum] = "720fc84617a2c38aeae79aff3689a567"
+SRC_URI[sha256sum] = "373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86"
 
 # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
 ARM_INSTRUCTION_SET_armv4 = "arm"
-- 
2.17.1



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

* [PATCH 20/20] menu-cache: fix upstream version check
  2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
                   ` (17 preceding siblings ...)
  2019-02-19 17:47 ` [PATCH 19/20] ffmpeg: update to 4.1.1 Alexander Kanavin
@ 2019-02-19 17:47 ` Alexander Kanavin
  18 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2019-02-19 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb b/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb
index dfc15ba5ed3..ddbbd940669 100644
--- a/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb
+++ b/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb
@@ -13,6 +13,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.xz"
 SRC_URI[md5sum] = "99999a0bca48b980105208760c8fd893"
 SRC_URI[sha256sum] = "ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7"
 
-UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lxde/files/menu-cache/1.0/"
+UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lxde/files/menu-cache/1.1/"
 
 inherit autotools gettext pkgconfig gtk-doc
-- 
2.17.1



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

end of thread, other threads:[~2019-02-19 17:47 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 02/20] libmodulemd: update to 2.1.0 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 19/20] ffmpeg: update to 4.1.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 20/20] menu-cache: fix upstream version check 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.