All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] Recipe version updates
@ 2016-11-28 13:34 Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 01/18] icu: update to 58.1 Alexander Kanavin
                   ` (17 more replies)
  0 siblings, 18 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Various stuff that has piled up over the past few weeks.
Epiphany update requires also webkitgtk update,
so that patch is included, just in case.

The following changes since commit 12a0ee049e453b6d0d2ce2f3fa981d1b6e02bd78:

  dev-manual: Added note about RPM not dealing with post-install (2016-11-23 11:10:35 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates

Alexander Kanavin (17):
  icu: update to 58.1
  sysprof: update to 3.22.2
  btrfs-tools: update to 4.8.4
  ca-certificates: upgrade to 20161102
  lighttpd: upgrade to 1.4.43
  cmake: update to 3.7.0
  gnome-desktop3: update to 3.22.2
  upstream-version-is-even.bbclass: ensure that the full version is
    matched.
  gnutls: update to 3.5.6
  gobject-introspection: update to 1.50.0
  iso-codes: update to 3.71
  msmtp: update to 1.6.6
  npth: update to 1.3
  vala: update to 0.34.3
  rng-tools: use SOURCEFORGE_MIRROR in SRC_URI
  epiphany: update to 3.22.3
  ffmpeg: update to 3.2.1

Carlos Alberto Lopez Perez (1):
  webkitgtk: update to 2.14.2

 meta/classes/upstream-version-is-even.bbclass      |  2 +-
 .../{btrfs-tools_4.8.2.bb => btrfs-tools_4.8.4.bb} |  2 +-
 ...cmake-native_3.6.2.bb => cmake-native_3.7.0.bb} |  1 +
 meta/recipes-devtools/cmake/cmake.inc              |  8 ++---
 .../cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb}       |  1 +
 .../vala/{vala_0.34.2.bb => vala_0.34.3.bb}        |  4 +--
 .../{lighttpd_1.4.42.bb => lighttpd_1.4.43.bb}     |  4 +--
 .../msmtp/{msmtp_1.6.5.bb => msmtp_1.6.6.bb}       |  4 +--
 .../{epiphany_3.22.1.bb => epiphany_3.22.3.bb}     |  4 +--
 ...desktop3_3.22.1.bb => gnome-desktop3_3.22.2.bb} |  4 +--
 ...n_1.48.0.bb => gobject-introspection_1.50.0.bb} |  6 ++--
 ...ward-port-mips-arm-memory-barrier-patches.patch | 38 ----------------------
 .../files/0001-callgraph-Use-U64_TO_POINTER.patch  | 29 -----------------
 .../sysprof/{sysprof_git.bb => sysprof_3.22.2.bb}  | 12 ++-----
 .../ffmpeg/{ffmpeg_3.2.bb => ffmpeg_3.2.1.bb}      |  4 +--
 .../{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb}   |  4 +--
 ...tes_20160104.bb => ca-certificates_20161102.bb} |  2 +-
 .../gnutls/{gnutls_3.5.5.bb => gnutls_3.5.6.bb}    |  4 +--
 meta/recipes-support/icu/icu.inc                   | 12 +++++--
 .../icu/{icu_57.1.bb => icu_58.1.bb}               |  6 ++--
 .../{iso-codes_3.70.bb => iso-codes_3.71.bb}       |  4 +--
 .../npth/{npth_1.2.bb => npth_1.3.bb}              |  4 +--
 meta/recipes-support/rng-tools/rng-tools_5.bb      |  2 +-
 23 files changed, 48 insertions(+), 113 deletions(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.2.bb => btrfs-tools_4.8.4.bb} (95%)
 rename meta/recipes-devtools/cmake/{cmake-native_3.6.2.bb => cmake-native_3.7.0.bb} (95%)
 rename meta/recipes-devtools/cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb} (97%)
 rename meta/recipes-devtools/vala/{vala_0.34.2.bb => vala_0.34.3.bb} (56%)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.42.bb => lighttpd_1.4.43.bb} (94%)
 rename meta/recipes-extended/msmtp/{msmtp_1.6.5.bb => msmtp_1.6.6.bb} (86%)
 rename meta/recipes-gnome/epiphany/{epiphany_3.22.1.bb => epiphany_3.22.3.bb} (82%)
 rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.22.1.bb => gnome-desktop3_3.22.2.bb} (83%)
 rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.48.0.bb => gobject-introspection_1.50.0.bb} (97%)
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-Forward-port-mips-arm-memory-barrier-patches.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-callgraph-Use-U64_TO_POINTER.patch
 rename meta/recipes-kernel/sysprof/{sysprof_git.bb => sysprof_3.22.2.bb} (71%)
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.bb => ffmpeg_3.2.1.bb} (97%)
 rename meta/recipes-sato/webkit/{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb} (97%)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20160104.bb => ca-certificates_20161102.bb} (98%)
 rename meta/recipes-support/gnutls/{gnutls_3.5.5.bb => gnutls_3.5.6.bb} (60%)
 rename meta/recipes-support/icu/{icu_57.1.bb => icu_58.1.bb} (77%)
 rename meta/recipes-support/iso-codes/{iso-codes_3.70.bb => iso-codes_3.71.bb} (76%)
 rename meta/recipes-support/npth/{npth_1.2.bb => npth_1.3.bb} (81%)

-- 
2.10.2



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

* [PATCH 01/18] icu: update to 58.1
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 02/18] sysprof: update to 3.22.2 Alexander Kanavin
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

The copyright for the software has been transferred to Unicode Inc from IBM,
but the terms are same.

libiculx and libicule are no longer produced as they depend on an external
package icu-le-hb (previous versions had an option of using an internal
implementation which now has been dropped). I have verified that icu
dependencies in oe-core and meta-oe still build.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/icu/icu.inc                      | 12 +++++++++---
 meta/recipes-support/icu/{icu_57.1.bb => icu_58.1.bb} |  6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)
 rename meta/recipes-support/icu/{icu_57.1.bb => icu_58.1.bb} (77%)

diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc
index cc6f222..f3dc1e0 100644
--- a/meta/recipes-support/icu/icu.inc
+++ b/meta/recipes-support/icu/icu.inc
@@ -26,6 +26,14 @@ EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
 EXTRA_OECONF_class-native = ""
 EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
 
+
+# strtod_l() is not supported by musl; also xlocale.h is missing
+# It is not possible to disable its use via configure switches or env vars
+# so monkey patching is needed.
+do_configure_prepend_libc-musl () {
+    sed -i -e 's,DU_HAVE_STRTOD_L=1,DU_HAVE_STRTOD_L=0,' ${S}/configure.ac
+}
+
 PREPROCESS_RELOCATE_DIRS = "${datadir}/${BPN}/${PV}"
 do_install_append_class-native() {
 	mkdir -p ${D}/${STAGING_ICU_DIR_NATIVE}/config
@@ -36,15 +44,13 @@ do_install_append_class-native() {
 	cp -r ${B}/tools ${D}/${STAGING_ICU_DIR_NATIVE}
 }
 
-PACKAGES =+ "libicudata libicuuc libicui18n libicule libiculx libicutu libicuio"
+PACKAGES =+ "libicudata libicuuc libicui18n libicutu libicuio"
 
 FILES_${PN}-dev += "${libdir}/${BPN}/"
 
 FILES_libicudata = "${libdir}/libicudata.so.*"
 FILES_libicuuc = "${libdir}/libicuuc.so.*"
 FILES_libicui18n = "${libdir}/libicui18n.so.*"
-FILES_libicule = "${libdir}/libicule.so.*"
-FILES_libiculx = "${libdir}/libiculx.so.*"
 FILES_libicutu = "${libdir}/libicutu.so.*"
 FILES_libicuio = "${libdir}/libicuio.so.*"
 
diff --git a/meta/recipes-support/icu/icu_57.1.bb b/meta/recipes-support/icu/icu_58.1.bb
similarity index 77%
rename from meta/recipes-support/icu/icu_57.1.bb
rename to meta/recipes-support/icu/icu_58.1.bb
index 90c2b82..cc7c947 100644
--- a/meta/recipes-support/icu/icu_57.1.bb
+++ b/meta/recipes-support/icu/icu_58.1.bb
@@ -1,6 +1,6 @@
 require icu.inc
 
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=787d3b37867445c1cdd6f6167bd0e347"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=1b3b75c1777cd49ad5c6a24cd338cfc9"
 
 def icu_download_version(d):
     pvsplit = d.getVar('PV', True).split('.')
@@ -21,8 +21,8 @@ SRC_URI = "${BASE_SRC_URI} \
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
-SRC_URI[md5sum] = "976734806026a4ef8bdd17937c8898b9"
-SRC_URI[sha256sum] = "ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581"
+SRC_URI[md5sum] = "1901302aaff1c1633ef81862663d2917"
+SRC_URI[sha256sum] = "0eb46ba3746a9c2092c8ad347a29b1a1b4941144772d13a88667a7b11ea30309"
 
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
 UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"
-- 
2.10.2



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

* [PATCH 02/18] sysprof: update to 3.22.2
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 01/18] icu: update to 58.1 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 03/18] btrfs-tools: update to 4.8.4 Alexander Kanavin
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Drop 0001-Forward-port-mips-arm-memory-barrier-patches.patch; upstream
is using standard C11 facilities for this now.

Drop 0001-callgraph-Use-U64_TO_POINTER.patch; it has been merged upstream.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 ...ward-port-mips-arm-memory-barrier-patches.patch | 38 ----------------------
 .../files/0001-callgraph-Use-U64_TO_POINTER.patch  | 29 -----------------
 .../sysprof/{sysprof_git.bb => sysprof_3.22.2.bb}  | 12 ++-----
 3 files changed, 3 insertions(+), 76 deletions(-)
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-Forward-port-mips-arm-memory-barrier-patches.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-callgraph-Use-U64_TO_POINTER.patch
 rename meta/recipes-kernel/sysprof/{sysprof_git.bb => sysprof_3.22.2.bb} (71%)

diff --git a/meta/recipes-kernel/sysprof/files/0001-Forward-port-mips-arm-memory-barrier-patches.patch b/meta/recipes-kernel/sysprof/files/0001-Forward-port-mips-arm-memory-barrier-patches.patch
deleted file mode 100644
index 92e804f..0000000
--- a/meta/recipes-kernel/sysprof/files/0001-Forward-port-mips-arm-memory-barrier-patches.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From a2d385e504323641b1127821833c61e77301c90b Mon Sep 17 00:00:00 2001
-From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Sat, 11 Jun 2016 22:45:37 +0300
-Subject: [PATCH] Forward port mips & arm memory barrier patches
-
-Upstream-Status: Pending
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
----
- lib/util/util.h | 15 +++++++++++++++
- 1 file changed, 15 insertions(+)
-
-diff --git a/lib/util/util.h b/lib/util/util.h
-index 591722d..0768056 100644
---- a/lib/util/util.h
-+++ b/lib/util/util.h
-@@ -29,4 +29,19 @@
- #define read_barrier()           asm volatile("" ::: "memory")
- #endif
- 
-+#ifdef __arm__
-+/*
-+ * Use the __kuser_memory_barrier helper in the CPU helper page. See
-+ * arch/arm/kernel/entry-armv.S in the kernel source for details.
-+ */
-+#define read_barrier()         ((void(*)(void))0xffff0fa0)()
-+#endif
-+
-+#ifdef __mips__
-+#define read_barrier()         asm volatile(".set   mips2\n\t" \
-+                                            "sync\n\t" \
-+                                            ".set   mips0" ::: "memory")
-+#endif
-+
-+
- #endif /* SP_UTIL_H */
--- 
-2.1.4
-
diff --git a/meta/recipes-kernel/sysprof/files/0001-callgraph-Use-U64_TO_POINTER.patch b/meta/recipes-kernel/sysprof/files/0001-callgraph-Use-U64_TO_POINTER.patch
deleted file mode 100644
index ac1384c..0000000
--- a/meta/recipes-kernel/sysprof/files/0001-callgraph-Use-U64_TO_POINTER.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 05816e6f9cd65b2624bb04de65fdf61031c7017f Mon Sep 17 00:00:00 2001
-From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Fri, 10 Jun 2016 14:01:54 +0300
-Subject: [PATCH] callgraph: Use U64_TO_POINTER
-
-This fixes a "cast to pointer from integer of different size" on i586.
-
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Upstream-Status: Pending
----
- lib/sp-callgraph-view.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/sp-callgraph-view.c b/lib/sp-callgraph-view.c
-index 02cc17b..58315b0 100644
---- a/lib/sp-callgraph-view.c
-+++ b/lib/sp-callgraph-view.c
-@@ -135,7 +135,7 @@ build_functions_store (StackNode *node,
- 
-   gtk_list_store_append (state->store, &iter);
-   gtk_list_store_set (state->store, &iter,
--                      COLUMN_NAME, (const gchar *)node->data,
-+                      COLUMN_NAME, U64_TO_POINTER(node->data),
-                       COLUMN_SELF, 100.0 * size / state->profile_size,
-                       COLUMN_TOTAL, 100.0 * total / state->profile_size,
-                       COLUMN_POINTER, node,
--- 
-2.1.4
-
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.2.bb
similarity index 71%
rename from meta/recipes-kernel/sysprof/sysprof_git.bb
rename to meta/recipes-kernel/sysprof/sysprof_3.22.2.bb
index 8d8b626..a1ed7c8 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_3.22.2.bb
@@ -7,20 +7,14 @@ inherit gnomebase gettext systemd
 
 DEPENDS = "glib-2.0"
 
-S = "${WORKDIR}/git"
-SRCREV = "9c6cec9b49766bf77c1713bc5a7c6d651e628068"
-PV = "3.20.0+git${SRCPV}"
-
-SRC_URI = "git://git.gnome.org/sysprof \
+SRC_URI += " \
            file://define-NT_GNU_BUILD_ID.patch \
            file://0001-configure-Add-option-to-enable-disable-polkit.patch \
            file://0001-Disable-check-for-polkit-for-UI.patch \
            file://0001-Avoid-building-docs.patch \
-           file://0001-callgraph-Use-U64_TO_POINTER.patch \
-           file://0001-Forward-port-mips-arm-memory-barrier-patches.patch \
           "
-SRC_URI[archive.md5sum] = "d56e8492033b60e247634731e7f760b9"
-SRC_URI[archive.sha256sum] = "4a338ad41bfffae87ef281f6e75c9660b3e0c6671bf5233be0c3f55a5e5b1ce5"
+SRC_URI[archive.md5sum] = "2634bf35f5592e5e4520ccaba87e909e"
+SRC_URI[archive.sha256sum] = "d57fb19a3e5d4ad37d5fb554dc93d9a03f332779c3bffd9c2aa8f176e85269d7"
 
 AUTOTOOLS_AUXDIR = "${S}/build-aux"
 
-- 
2.10.2



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

* [PATCH 03/18] btrfs-tools: update to 4.8.4
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 01/18] icu: update to 58.1 Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 02/18] sysprof: update to 3.22.2 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 04/18] ca-certificates: upgrade to 20161102 Alexander Kanavin
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../btrfs-tools/{btrfs-tools_4.8.2.bb => btrfs-tools_4.8.4.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.2.bb => btrfs-tools_4.8.4.bb} (95%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.4.bb
similarity index 95%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.4.bb
index 818951c..a15fcf2 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.4.bb
@@ -13,7 +13,7 @@ SECTION = "base"
 DEPENDS = "util-linux attr e2fsprogs lzo acl udev"
 RDEPENDS_${PN} = "libgcc"
 
-SRCREV = "08d31c1c7ca5a6bb4e6485fa118c552c938e9efb"
+SRCREV = "3ae37eaad1f1ef3f46838da57d8616126fdaffd8"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
 "
 
-- 
2.10.2



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

* [PATCH 04/18] ca-certificates: upgrade to 20161102
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (2 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 03/18] btrfs-tools: update to 4.8.4 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 05/18] lighttpd: upgrade to 1.4.43 Alexander Kanavin
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161102.bb
similarity index 98%
rename from meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
rename to meta/recipes-support/ca-certificates/ca-certificates_20161102.bb
index 1bea067..350b266 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20161102.bb
@@ -12,7 +12,7 @@ DEPENDS = "ca-certificates-native"
 DEPENDS_class-native = "openssl-native"
 DEPENDS_class-nativesdk = "ca-certificates-native openssl-native"
 
-SRCREV = "f54715702c5c0581c9461f78fd84e2c8d2ec243c"
+SRCREV = "c6a4c8182eda2527eecda90ba0aebc73d8c07d62"
 
 SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \
            file://0002-update-ca-certificates-use-SYSROOT.patch \
-- 
2.10.2



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

* [PATCH 05/18] lighttpd: upgrade to 1.4.43
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (3 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 04/18] ca-certificates: upgrade to 20161102 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 06/18] cmake: update to 3.7.0 Alexander Kanavin
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

lighttpd no longer builds modules for which dependencies are not present,
so some previously available modules are no more.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../lighttpd/{lighttpd_1.4.42.bb => lighttpd_1.4.43.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.42.bb => lighttpd_1.4.43.bb} (94%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb
similarity index 94%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb
index 43856ca..322f212 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb
@@ -23,8 +23,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] = "53c55d7e1dac7adec161cd5490491f6d"
-SRC_URI[sha256sum] = "b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f"
+SRC_URI[md5sum] = "95eda531c27b161ef8fa2b9bf4948caf"
+SRC_URI[sha256sum] = "fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a"
 
 PACKAGECONFIG ??= "openssl \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
-- 
2.10.2



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

* [PATCH 06/18] cmake: update to 3.7.0
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (4 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 05/18] lighttpd: upgrade to 1.4.43 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 23:24   ` Khem Raj
  2016-11-28 13:34 ` [PATCH 07/18] gnome-desktop3: update to 3.22.2 Alexander Kanavin
                   ` (11 subsequent siblings)
  17 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

License is still 3-clause BSD.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../cmake/{cmake-native_3.6.2.bb => cmake-native_3.7.0.bb}        | 1 +
 meta/recipes-devtools/cmake/cmake.inc                             | 8 ++++----
 meta/recipes-devtools/cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb}    | 1 +
 3 files changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.6.2.bb => cmake-native_3.7.0.bb} (95%)
 rename meta/recipes-devtools/cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb} (97%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.6.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
similarity index 95%
rename from meta/recipes-devtools/cmake/cmake-native_3.6.2.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
index aec0d64..7ad4345 100644
--- a/meta/recipes-devtools/cmake/cmake-native_3.6.2.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
@@ -17,6 +17,7 @@ CMAKE_EXTRACONF = "\
     -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
     -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
     -DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=0 \
+    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
     -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
     -DHAVE_SYS_ACL_H=0 \
 "
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index fee511f..9ae2890 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -6,8 +6,8 @@ HOMEPAGE = "http://www.cmake.org/"
 BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
 SECTION = "console/utils"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://Copyright.txt;md5=052f86c15bbde68af55c7f7b340ab639 \
-                    file://Source/cmake.h;beginline=1;endline=10;md5=341736dae83c9e344b53eeb1bc7d7bc2"
+LIC_FILES_CHKSUM = "file://Copyright.txt;md5=7a64bc564202bf7401d9a8ef33c9564d \
+                    file://Source/cmake.h;beginline=1;endline=3;md5=4494dee184212fc89c469c3acd555a14"
 
 CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV', True).split('.')[0:2])}"
 
@@ -17,8 +17,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \
            "
 
-SRC_URI[md5sum] = "139d7affdd4e8ab1edfc9f4322d69e43"
-SRC_URI[sha256sum] = "189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346"
+SRC_URI[md5sum] = "3801dc4e54c1c957a7378d8b0d4254ba"
+SRC_URI[sha256sum] = "ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_3.6.2.bb b/meta/recipes-devtools/cmake/cmake_3.7.0.bb
similarity index 97%
rename from meta/recipes-devtools/cmake/cmake_3.6.2.bb
rename to meta/recipes-devtools/cmake/cmake_3.7.0.bb
index 850d6de..58c6615 100644
--- a/meta/recipes-devtools/cmake/cmake_3.6.2.bb
+++ b/meta/recipes-devtools/cmake/cmake_3.7.0.bb
@@ -27,6 +27,7 @@ EXTRA_OECMAKE=" \
     -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \
     -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
     -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
+    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
     -DKWSYS_CHAR_IS_SIGNED=1 \
     -DBUILD_CursesDialog=0 \
     ${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DKWSYS_LFS_WORKS=1', '-DKWSYS_LFS_DISABLE=1', d)} \
-- 
2.10.2



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

* [PATCH 07/18] gnome-desktop3: update to 3.22.2
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (5 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 06/18] cmake: update to 3.7.0 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 08/18] upstream-version-is-even.bbclass: ensure that the full version is matched Alexander Kanavin
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../{gnome-desktop3_3.22.1.bb => gnome-desktop3_3.22.2.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.22.1.bb => gnome-desktop3_3.22.2.bb} (83%)

diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.2.bb
similarity index 83%
rename from meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb
rename to meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.2.bb
index 59b1c4f..8dfd782 100644
--- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb
+++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.2.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 BPN = "gnome-desktop"
 
 inherit gnome pkgconfig upstream-version-is-even gobject-introspection
-SRC_URI[archive.md5sum] = "bc09d58d7870d6464f20803850cdb90f"
-SRC_URI[archive.sha256sum] = "6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2"
+SRC_URI[archive.md5sum] = "3d7222d5305f3db022eca31d8108e02d"
+SRC_URI[archive.sha256sum] = "51d7ebf7a6c359be14c3dd7a022213e931484653815eb10b0131bef4c8979e1c"
 
 DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev"
 
-- 
2.10.2



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

* [PATCH 08/18] upstream-version-is-even.bbclass: ensure that the full version is matched.
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (6 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 07/18] gnome-desktop3: update to 3.22.2 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 09/18] gnutls: update to 3.5.6 Alexander Kanavin
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Previously 4.3.2.1 would match as 3.2.1.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/classes/upstream-version-is-even.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/upstream-version-is-even.bbclass b/meta/classes/upstream-version-is-even.bbclass
index 89556ed..99714cb 100644
--- a/meta/classes/upstream-version-is-even.bbclass
+++ b/meta/classes/upstream-version-is-even.bbclass
@@ -2,4 +2,4 @@
 # accepts even minor versions (i.e. 3.0.x, 3.2.x, 3.4.x, etc.)
 # This scheme is used by Gnome and a number of other projects
 # to signify stable releases vs development releases.
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
+UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
-- 
2.10.2



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

* [PATCH 09/18] gnutls: update to 3.5.6
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (7 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 08/18] upstream-version-is-even.bbclass: ensure that the full version is matched Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 10/18] gobject-introspection: update to 1.50.0 Alexander Kanavin
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/gnutls/{gnutls_3.5.5.bb => gnutls_3.5.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.5.5.bb => gnutls_3.5.6.bb} (60%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.5.5.bb b/meta/recipes-support/gnutls/gnutls_3.5.6.bb
similarity index 60%
rename from meta/recipes-support/gnutls/gnutls_3.5.5.bb
rename to meta/recipes-support/gnutls/gnutls_3.5.6.bb
index d255959..2e70734 100644
--- a/meta/recipes-support/gnutls/gnutls_3.5.5.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.5.6.bb
@@ -4,6 +4,6 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
             file://0001-configure.ac-fix-sed-command.patch \
             file://use-pkg-config-to-locate-zlib.patch \
            "
-SRC_URI[md5sum] = "fb84c4d7922c1545da8dda4dcb9487d4"
-SRC_URI[sha256sum] = "86994fe7804ee16d2811e366b9bf2f75304f8e470ae0e3716d60ffeedac0e529"
+SRC_URI[md5sum] = "7a38b23757aae009c3eb5bb12fb0afda"
+SRC_URI[sha256sum] = "6338b715bf31c758606ffa489c7f87ee1beab947114fbd2ffefd73170a8c6b9a"
 
-- 
2.10.2



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

* [PATCH 10/18] gobject-introspection: update to 1.50.0
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (8 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 09/18] gnutls: update to 3.5.6 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 11/18] iso-codes: update to 3.71 Alexander Kanavin
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 ...ject-introspection_1.48.0.bb => gobject-introspection_1.50.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.48.0.bb => gobject-introspection_1.50.0.bb} (97%)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb
similarity index 97%
rename from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb
rename to meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb
index abaa485..b6d296a 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb
@@ -8,15 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \
                     file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \
                     file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27"
 
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.48/${BPN}-${PV}.tar.xz \
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.50/${BPN}-${PV}.tar.xz \
            file://0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch \
            file://0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch \
            file://0003-giscanner-add-use-binary-wrapper-option.patch \
            file://0004-giscanner-add-a-use-ldd-wrapper-option.patch \
            file://0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \
            "
-SRC_URI[md5sum] = "01301fa9019667d48e927353e08bc218"
-SRC_URI[sha256sum] = "fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877"
+SRC_URI[md5sum] = "5af8d724f25d0c9cfbe6df41b77e5dc0"
+SRC_URI[sha256sum] = "1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5"
 
 inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even
 BBCLASSEXTEND = "native"
-- 
2.10.2



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

* [PATCH 11/18] iso-codes: update to 3.71
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (9 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 10/18] gobject-introspection: update to 1.50.0 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 12/18] msmtp: update to 1.6.6 Alexander Kanavin
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../iso-codes/{iso-codes_3.70.bb => iso-codes_3.71.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/iso-codes/{iso-codes_3.70.bb => iso-codes_3.71.bb} (76%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_3.70.bb b/meta/recipes-support/iso-codes/iso-codes_3.71.bb
similarity index 76%
rename from meta/recipes-support/iso-codes/iso-codes_3.70.bb
rename to meta/recipes-support/iso-codes/iso-codes_3.71.bb
index 7edd8b7..6ff7e59 100644
--- a/meta/recipes-support/iso-codes/iso-codes_3.70.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_3.71.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz"
-SRC_URI[md5sum] = "c61f8f02eecf978d3710ff594e43ca7e"
-SRC_URI[sha256sum] = "41e2fbaec2ed57e767b94f175d0dcd31b627aeb23b75cd604605a6fb6109d61f"
+SRC_URI[md5sum] = "7401964329590ed5890006614b774651"
+SRC_URI[sha256sum] = "013df6ac35fb0b9e3244c6a4f13a1090d61cb4478f7cd468bbf46be983ba1f74"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
-- 
2.10.2



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

* [PATCH 12/18] msmtp: update to 1.6.6
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (10 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 11/18] iso-codes: update to 3.71 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 13/18] npth: update to 1.3 Alexander Kanavin
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-extended/msmtp/{msmtp_1.6.5.bb => msmtp_1.6.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/msmtp/{msmtp_1.6.5.bb => msmtp_1.6.6.bb} (86%)

diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.5.bb b/meta/recipes-extended/msmtp/msmtp_1.6.6.bb
similarity index 86%
rename from meta/recipes-extended/msmtp/msmtp_1.6.5.bb
rename to meta/recipes-extended/msmtp/msmtp_1.6.6.bb
index d0c39eb..e172193 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.6.5.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.6.6.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.xz \
           "
 
-SRC_URI[md5sum] = "50a8c9bb72f8222779db6b4aae2965e0"
-SRC_URI[sha256sum] = "76a0d60693c7e65d0c7a12f01d300882d280b1e1be0202f54730ae44d44a5006"
+SRC_URI[md5sum] = "82b0520b57db4b2cf05333d11fb5974d"
+SRC_URI[sha256sum] = "da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e"
 
 inherit gettext autotools update-alternatives pkgconfig
 
-- 
2.10.2



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

* [PATCH 13/18] npth: update to 1.3
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (11 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 12/18] msmtp: update to 1.6.6 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 14/18] vala: update to 0.34.3 Alexander Kanavin
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/npth/{npth_1.2.bb => npth_1.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/npth/{npth_1.2.bb => npth_1.3.bb} (81%)

diff --git a/meta/recipes-support/npth/npth_1.2.bb b/meta/recipes-support/npth/npth_1.3.bb
similarity index 81%
rename from meta/recipes-support/npth/npth_1.2.bb
rename to meta/recipes-support/npth/npth_1.3.bb
index 66aa347..d4fc064 100644
--- a/meta/recipes-support/npth/npth_1.2.bb
+++ b/meta/recipes-support/npth/npth_1.3.bb
@@ -11,8 +11,8 @@ SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
            file://pkgconfig.patch \
           "
 
-SRC_URI[md5sum] = "226bac7374b9466c6ec26b1c34dab844"
-SRC_URI[sha256sum] = "6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a"
+SRC_URI[md5sum] = "efe1524c53670b5755dc27893d2d68a0"
+SRC_URI[sha256sum] = "bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a"
 
 BINCONFIG = "${bindir}/npth-config"
 
-- 
2.10.2



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

* [PATCH 14/18] vala: update to 0.34.3
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (12 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 13/18] npth: update to 1.3 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 15/18] rng-tools: use SOURCEFORGE_MIRROR in SRC_URI Alexander Kanavin
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-devtools/vala/{vala_0.34.2.bb => vala_0.34.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/vala/{vala_0.34.2.bb => vala_0.34.3.bb} (56%)

diff --git a/meta/recipes-devtools/vala/vala_0.34.2.bb b/meta/recipes-devtools/vala/vala_0.34.3.bb
similarity index 56%
rename from meta/recipes-devtools/vala/vala_0.34.2.bb
rename to meta/recipes-devtools/vala/vala_0.34.3.bb
index 8b77e57..a1c290a 100644
--- a/meta/recipes-devtools/vala/vala_0.34.2.bb
+++ b/meta/recipes-devtools/vala/vala_0.34.3.bb
@@ -4,5 +4,5 @@ SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.pa
              file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch \
 "
 
-SRC_URI[md5sum] = "f9b4a0a10b76b56b0b6e914c506a6828"
-SRC_URI[sha256sum] = "765e9c2b429a66db93247940f8588319b43f35c173d057bcae5717a97d765c41"
+SRC_URI[md5sum] = "71181dd25d06b0bedd378dc8fa7d6310"
+SRC_URI[sha256sum] = "f0fad71aca03cdeadf749ca47f56296a4ddd1a25f4e2f09f0ff9e1e3afbcac3f"
-- 
2.10.2



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

* [PATCH 15/18] rng-tools: use SOURCEFORGE_MIRROR in SRC_URI
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (13 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 14/18] vala: update to 0.34.3 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 16/18] webkitgtk: update to 2.14.2 Alexander Kanavin
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

This also fixes upstream version check.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/rng-tools/rng-tools_5.bb b/meta/recipes-support/rng-tools/rng-tools_5.bb
index 913a092..9329e8a 100644
--- a/meta/recipes-support/rng-tools/rng-tools_5.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_5.bb
@@ -2,7 +2,7 @@ SUMMARY = "Random number generator daemon"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0b6f033afe6db235e559456585dc8cdc"
 
-SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${BP}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/${BP}.tar.gz \
            file://0001-If-the-libc-is-lacking-argp-use-libargp.patch \
            file://0002-Add-argument-to-control-the-libargp-dependency.patch \
            file://underquote.patch \
-- 
2.10.2



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

* [PATCH 16/18] webkitgtk: update to 2.14.2
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (14 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 15/18] rng-tools: use SOURCEFORGE_MIRROR in SRC_URI Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 17/18] epiphany: update to 3.22.3 Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 18/18] ffmpeg: update to 3.2.1 Alexander Kanavin
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

From: Carlos Alberto Lopez Perez <clopez@igalia.com>

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-sato/webkit/{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-sato/webkit/{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb} (97%)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
similarity index 97%
rename from meta/recipes-sato/webkit/webkitgtk_2.14.1.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
index 1f2166c..373df17 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb
@@ -20,8 +20,8 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
            file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \
            "
 
-SRC_URI[md5sum] = "8d6c60dc41604d3bbd43165a674c07e5"
-SRC_URI[sha256sum] = "2e2d76c328de65bed6e0e4f096b2720a366654b27fc1af0830ece90bc4b7ceb5"
+SRC_URI[md5sum] = "2fe3cadbc546d93ca68a13756c2be015"
+SRC_URI[sha256sum] = "2edbcbd5105046aea55af9671c4de8deedb5b0e3567c618034d440a760675556"
 
 inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
 
-- 
2.10.2



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

* [PATCH 17/18] epiphany: update to 3.22.3
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (15 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 16/18] webkitgtk: update to 2.14.2 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  2016-11-28 13:34 ` [PATCH 18/18] ffmpeg: update to 3.2.1 Alexander Kanavin
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../recipes-gnome/epiphany/{epiphany_3.22.1.bb => epiphany_3.22.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/epiphany/{epiphany_3.22.1.bb => epiphany_3.22.3.bb} (82%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb
similarity index 82%
rename from meta/recipes-gnome/epiphany/epiphany_3.22.1.bb
rename to meta/recipes-gnome/epiphany/epiphany_3.22.3.bb
index 2a9d200..9803a16 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb
@@ -9,8 +9,8 @@ inherit gnomebase gsettings distro_features_check upstream-version-is-even
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch"
-SRC_URI[archive.md5sum] = "9b9b73601a32f5b11c02411952cec27a"
-SRC_URI[archive.sha256sum] = "aab162ede54d71e583e382ab5e3567f28d81e0cd42719a11cad8008b56c5cc0e"
+SRC_URI[archive.md5sum] = "bfb6347acb91163aec3883bb3397372f"
+SRC_URI[archive.sha256sum] = "a11fe3495009f776e354bcafac3ab8fc52788f5bdb9d5ee2c2f1f2f021fb49c2"
 
 EXTRA_OECONF += " --with-distributor-name=${DISTRO}"
 
-- 
2.10.2



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

* [PATCH 18/18] ffmpeg: update to 3.2.1
  2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
                   ` (16 preceding siblings ...)
  2016-11-28 13:34 ` [PATCH 17/18] epiphany: update to 3.22.3 Alexander Kanavin
@ 2016-11-28 13:34 ` Alexander Kanavin
  17 siblings, 0 replies; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-28 13:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.bb => ffmpeg_3.2.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.bb => ffmpeg_3.2.1.bb} (97%)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
similarity index 97%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
index 1091952..86279f2 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
@@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
            file://mips64_cpu_detection.patch \
           "
-SRC_URI[md5sum] = "3c065fb5baae1aeb1494a09ac984b2de"
-SRC_URI[sha256sum] = "88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da"
+SRC_URI[md5sum] = "10eaee7cca7d1e745eec6e4217772361"
+SRC_URI[sha256sum] = "1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf"
 
 # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
 ARM_INSTRUCTION_SET = "arm"
-- 
2.10.2



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

* Re: [PATCH 06/18] cmake: update to 3.7.0
  2016-11-28 13:34 ` [PATCH 06/18] cmake: update to 3.7.0 Alexander Kanavin
@ 2016-11-28 23:24   ` Khem Raj
  2016-11-29 14:01     ` Alexander Kanavin
  0 siblings, 1 reply; 22+ messages in thread
From: Khem Raj @ 2016-11-28 23:24 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core


> On Nov 28, 2016, at 5:34 AM, Alexander Kanavin <alexander.kanavin@linux.intel.com> wrote:
> 
> License is still 3-clause BSD.

OK. what triggered the checksum change then ?

> 
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> .../cmake/{cmake-native_3.6.2.bb => cmake-native_3.7.0.bb}        | 1 +
> meta/recipes-devtools/cmake/cmake.inc                             | 8 ++++----
> meta/recipes-devtools/cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb}    | 1 +
> 3 files changed, 6 insertions(+), 4 deletions(-)
> rename meta/recipes-devtools/cmake/{cmake-native_3.6.2.bb => cmake-native_3.7.0.bb} (95%)
> rename meta/recipes-devtools/cmake/{cmake_3.6.2.bb => cmake_3.7.0.bb} (97%)
> 
> diff --git a/meta/recipes-devtools/cmake/cmake-native_3.6.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
> similarity index 95%
> rename from meta/recipes-devtools/cmake/cmake-native_3.6.2.bb
> rename to meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
> index aec0d64..7ad4345 100644
> --- a/meta/recipes-devtools/cmake/cmake-native_3.6.2.bb
> +++ b/meta/recipes-devtools/cmake/cmake-native_3.7.0.bb
> @@ -17,6 +17,7 @@ CMAKE_EXTRACONF = "\
>     -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
>     -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
>     -DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=0 \
> +    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
>     -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
>     -DHAVE_SYS_ACL_H=0 \
> "
> diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
> index fee511f..9ae2890 100644
> --- a/meta/recipes-devtools/cmake/cmake.inc
> +++ b/meta/recipes-devtools/cmake/cmake.inc
> @@ -6,8 +6,8 @@ HOMEPAGE = "http://www.cmake.org/"
> BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
> SECTION = "console/utils"
> LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://Copyright.txt;md5=052f86c15bbde68af55c7f7b340ab639 \
> -                    file://Source/cmake.h;beginline=1;endline=10;md5=341736dae83c9e344b53eeb1bc7d7bc2"
> +LIC_FILES_CHKSUM = "file://Copyright.txt;md5=7a64bc564202bf7401d9a8ef33c9564d \
> +                    file://Source/cmake.h;beginline=1;endline=3;md5=4494dee184212fc89c469c3acd555a14"
> 
> CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV', True).split('.')[0:2])}"
> 
> @@ -17,8 +17,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
>            file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \
>            "
> 
> -SRC_URI[md5sum] = "139d7affdd4e8ab1edfc9f4322d69e43"
> -SRC_URI[sha256sum] = "189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346"
> +SRC_URI[md5sum] = "3801dc4e54c1c957a7378d8b0d4254ba"
> +SRC_URI[sha256sum] = "ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31"
> 
> UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
> 
> diff --git a/meta/recipes-devtools/cmake/cmake_3.6.2.bb b/meta/recipes-devtools/cmake/cmake_3.7.0.bb
> similarity index 97%
> rename from meta/recipes-devtools/cmake/cmake_3.6.2.bb
> rename to meta/recipes-devtools/cmake/cmake_3.7.0.bb
> index 850d6de..58c6615 100644
> --- a/meta/recipes-devtools/cmake/cmake_3.6.2.bb
> +++ b/meta/recipes-devtools/cmake/cmake_3.7.0.bb
> @@ -27,6 +27,7 @@ EXTRA_OECMAKE=" \
>     -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \
>     -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
>     -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
> +    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
>     -DKWSYS_CHAR_IS_SIGNED=1 \
>     -DBUILD_CursesDialog=0 \
>     ${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DKWSYS_LFS_WORKS=1', '-DKWSYS_LFS_DISABLE=1', d)} \
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* Re: [PATCH 06/18] cmake: update to 3.7.0
  2016-11-28 23:24   ` Khem Raj
@ 2016-11-29 14:01     ` Alexander Kanavin
  2016-11-29 17:20       ` Khem Raj
  0 siblings, 1 reply; 22+ messages in thread
From: Alexander Kanavin @ 2016-11-29 14:01 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On 11/29/2016 01:24 AM, Khem Raj wrote:
>
>> On Nov 28, 2016, at 5:34 AM, Alexander Kanavin <alexander.kanavin@linux.intel.com> wrote:
>>
>> License is still 3-clause BSD.
>
> OK. what triggered the checksum change then ?

They added a contributor list to Copyright.txt (I'll trim the lines that 
are checksummed if that list will be constantly changing), and changed 
the header in cmake.h from

/*============================================================================
   CMake - Cross Platform Makefile Generator
   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium

   Distributed under the OSI-approved BSD License (the "License");
   see accompanying file Copyright.txt for details.

   This software is distributed WITHOUT ANY WARRANTY; without even the
   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   See the License for more information.
============================================================================*/

to

/* Distributed under the OSI-approved BSD 3-Clause License.  See 
accompanying
    file Copyright.txt or https://cmake.org/licensing for details.  */

Alex



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

* Re: [PATCH 06/18] cmake: update to 3.7.0
  2016-11-29 14:01     ` Alexander Kanavin
@ 2016-11-29 17:20       ` Khem Raj
  0 siblings, 0 replies; 22+ messages in thread
From: Khem Raj @ 2016-11-29 17:20 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core


> On Nov 29, 2016, at 6:01 AM, Alexander Kanavin <alexander.kanavin@linux.intel.com> wrote:
> 
> On 11/29/2016 01:24 AM, Khem Raj wrote:
>> 
>>> On Nov 28, 2016, at 5:34 AM, Alexander Kanavin <alexander.kanavin@linux.intel.com> wrote:
>>> 
>>> License is still 3-clause BSD.
>> 
>> OK. what triggered the checksum change then ?
> 
> They added a contributor list to Copyright.txt (I'll trim the lines that are checksummed if that list will be constantly changing), and changed the header in cmake.h from
> 
> /*============================================================================
>  CMake - Cross Platform Makefile Generator
>  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
> 
>  Distributed under the OSI-approved BSD License (the "License");
>  see accompanying file Copyright.txt for details.
> 
>  This software is distributed WITHOUT ANY WARRANTY; without even the
>  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>  See the License for more information.
> ============================================================================*/
> 
> to
> 
> /* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
>   file Copyright.txt or https://cmake.org/licensing for details.  */
> 

Thanks for sharing this. I think it will be good to make a note of it, maybe in commit msg itself.

> Alex
> 



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

end of thread, other threads:[~2016-11-29 17:20 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 13:34 [PATCH 00/18] Recipe version updates Alexander Kanavin
2016-11-28 13:34 ` [PATCH 01/18] icu: update to 58.1 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 02/18] sysprof: update to 3.22.2 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 03/18] btrfs-tools: update to 4.8.4 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 04/18] ca-certificates: upgrade to 20161102 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 05/18] lighttpd: upgrade to 1.4.43 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 06/18] cmake: update to 3.7.0 Alexander Kanavin
2016-11-28 23:24   ` Khem Raj
2016-11-29 14:01     ` Alexander Kanavin
2016-11-29 17:20       ` Khem Raj
2016-11-28 13:34 ` [PATCH 07/18] gnome-desktop3: update to 3.22.2 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 08/18] upstream-version-is-even.bbclass: ensure that the full version is matched Alexander Kanavin
2016-11-28 13:34 ` [PATCH 09/18] gnutls: update to 3.5.6 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 10/18] gobject-introspection: update to 1.50.0 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 11/18] iso-codes: update to 3.71 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 12/18] msmtp: update to 1.6.6 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 13/18] npth: update to 1.3 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 14/18] vala: update to 0.34.3 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 15/18] rng-tools: use SOURCEFORGE_MIRROR in SRC_URI Alexander Kanavin
2016-11-28 13:34 ` [PATCH 16/18] webkitgtk: update to 2.14.2 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 17/18] epiphany: update to 3.22.3 Alexander Kanavin
2016-11-28 13:34 ` [PATCH 18/18] ffmpeg: update to 3.2.1 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.