From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/19] Recipe updates and version check fixes
Date: Wed, 19 Oct 2016 18:06:35 +0300 [thread overview]
Message-ID: <cover.1476888929.git.alexander.kanavin@linux.intel.com> (raw)
This is a bunch of assorted version updates, and upstream check fixes. I have also
re-enabled gobject introspection on musl (seems to work now). Some version updates
are held off by the need to update glib/gtk first, or are more involved (openssl),
they will come later.
The following changes since commit 9c04beb9adf5ed05b4fe89322bfa4dd60296de2b:
ref-manual: Removed RM_OLD_IMAGE variable description. (2016-10-19 12:56:33 +0100)
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 (19):
musl: enable gobject introspection
mklibs-native: fix upstream version check
cve-check-tool: fix upstream version check
pigz: fix upstream version check
boost: update to 1.62.0
btrfs-tools: update to 4.8.1
cmake: update to 3.6.2
dtc: update to 1.4.2
ffmpeg: update to 3.1.4
gnome-desktop3: update to 3.22.1
gnutls: update to 3.5.5
libksba: update to 1.3.5
lighttpd: update to 1.4.42
mpg123: update to 1.23.8
nspr: update to 4.13
nss: update to 3.27.1
vala: update to 0.34.1
webkitgtk: update to 2.14.1
epiphany: update to 3.22.1
meta/conf/distro/include/tclibc-musl.inc | 4 -
.../btrfs-tools/btrfs-tools/fix-parallel.patch | 32 ---
.../{btrfs-tools_4.7.1.bb => btrfs-tools_4.8.1.bb} | 3 +-
...cmake-native_3.6.1.bb => cmake-native_3.6.2.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 4 +-
.../cmake/{cmake_3.6.1.bb => cmake_3.6.2.bb} | 0
.../cve-check-tool/cve-check-tool_5.6.4.bb | 2 +
.../mklibs/mklibs-native_0.1.41.bb | 2 +
meta/recipes-devtools/vala/vala.inc | 2 +-
.../vala/{vala_0.32.1.bb => vala_0.34.1.bb} | 4 +-
.../{lighttpd_1.4.41.bb => lighttpd_1.4.42.bb} | 4 +-
meta/recipes-extended/pigz/pigz.inc | 2 -
meta/recipes-extended/pigz/pigz_2.3.3.bb | 2 +-
.../{epiphany_3.20.3.bb => epiphany_3.22.1.bb} | 6 +-
...desktop3_3.20.2.bb => gnome-desktop3_3.22.1.bb} | 4 +-
.../dtc/{dtc_git.bb => dtc_1.4.2.bb} | 3 +-
.../ffmpeg/{ffmpeg_3.1.3.bb => ffmpeg_3.1.4.bb} | 4 +-
.../mpg123/{mpg123_1.23.6.bb => mpg123_1.23.8.bb} | 4 +-
...bKitMacros-Append-to-I-and-not-to-isystem.patch | 272 +++++++++------------
.../{webkitgtk_2.12.5.bb => webkitgtk_2.14.1.bb} | 26 +-
...bjam-native_1.61.0.bb => bjam-native_1.62.0.bb} | 0
.../boost/{boost-1.61.0.inc => boost-1.62.0.inc} | 4 +-
...ips-assembly-doesn-t-compile-in-mips16e-m.patch | 60 -----
.../boost/{boost_1.61.0.bb => boost_1.62.0.bb} | 1 -
...001-Use-correct-include-dir-with-minitasn.patch | 31 ---
.../gnutls/gnutls/CVE-2016-7444.patch | 35 ---
meta/recipes-support/gnutls/gnutls_3.5.3.bb | 13 -
meta/recipes-support/gnutls/gnutls_3.5.5.bb | 9 +
.../libksba/{libksba_1.3.4.bb => libksba_1.3.5.bb} | 4 +-
.../nspr/{nspr_4.12.bb => nspr_4.13.bb} | 4 +-
.../recipes-support/nss/nss/pqg.c-ULL_addend.patch | 8 +-
.../nss/{nss_3.25.bb => nss_3.27.1.bb} | 6 +-
32 files changed, 173 insertions(+), 382 deletions(-)
delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.7.1.bb => btrfs-tools_4.8.1.bb} (91%)
rename meta/recipes-devtools/cmake/{cmake-native_3.6.1.bb => cmake-native_3.6.2.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.6.1.bb => cmake_3.6.2.bb} (100%)
rename meta/recipes-devtools/vala/{vala_0.32.1.bb => vala_0.34.1.bb} (56%)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.41.bb => lighttpd_1.4.42.bb} (94%)
rename meta/recipes-gnome/epiphany/{epiphany_3.20.3.bb => epiphany_3.22.1.bb} (77%)
rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.20.2.bb => gnome-desktop3_3.22.1.bb} (83%)
rename meta/recipes-kernel/dtc/{dtc_git.bb => dtc_1.4.2.bb} (75%)
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.3.bb => ffmpeg_3.1.4.bb} (97%)
rename meta/recipes-multimedia/mpg123/{mpg123_1.23.6.bb => mpg123_1.23.8.bb} (95%)
rename meta/recipes-sato/webkit/{webkitgtk_2.12.5.bb => webkitgtk_2.14.1.bb} (85%)
rename meta/recipes-support/boost/{bjam-native_1.61.0.bb => bjam-native_1.62.0.bb} (100%)
rename meta/recipes-support/boost/{boost-1.61.0.inc => boost-1.62.0.inc} (83%)
delete mode 100644 meta/recipes-support/boost/boost/0003-smart_ptr-mips-assembly-doesn-t-compile-in-mips16e-m.patch
rename meta/recipes-support/boost/{boost_1.61.0.bb => boost_1.62.0.bb} (85%)
delete mode 100644 meta/recipes-support/gnutls/gnutls/0001-Use-correct-include-dir-with-minitasn.patch
delete mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2016-7444.patch
delete mode 100644 meta/recipes-support/gnutls/gnutls_3.5.3.bb
create mode 100644 meta/recipes-support/gnutls/gnutls_3.5.5.bb
rename meta/recipes-support/libksba/{libksba_1.3.4.bb => libksba_1.3.5.bb} (86%)
rename meta/recipes-support/nspr/{nspr_4.12.bb => nspr_4.13.bb} (96%)
rename meta/recipes-support/nss/{nss_3.25.bb => nss_3.27.1.bb} (97%)
--
2.9.3
next reply other threads:[~2016-10-19 15:09 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 15:06 Alexander Kanavin [this message]
2016-10-19 15:06 ` [PATCH 01/19] musl: enable gobject introspection Alexander Kanavin
2016-10-19 15:06 ` [PATCH 02/19] mklibs-native: fix upstream version check Alexander Kanavin
2016-10-19 15:06 ` [PATCH 03/19] cve-check-tool: " Alexander Kanavin
2016-10-19 15:06 ` [PATCH 04/19] pigz: " Alexander Kanavin
2016-10-19 15:06 ` [PATCH 05/19] boost: update to 1.62.0 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 06/19] btrfs-tools: update to 4.8.1 Alexander Kanavin
2016-10-20 18:39 ` Burton, Ross
2016-10-24 13:02 ` Alexander Kanavin
2016-10-19 15:06 ` [PATCH 07/19] cmake: update to 3.6.2 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 08/19] dtc: update to 1.4.2 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 09/19] ffmpeg: update to 3.1.4 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 10/19] gnome-desktop3: update to 3.22.1 Alexander Kanavin
2016-10-20 9:24 ` Burton, Ross
2016-10-21 15:04 ` Alexander Kanavin
2016-10-19 15:06 ` [PATCH 11/19] gnutls: update to 3.5.5 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 12/19] libksba: update to 1.3.5 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 13/19] lighttpd: update to 1.4.42 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 14/19] mpg123: update to 1.23.8 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 15/19] nspr: update to 4.13 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 16/19] nss: update to 3.27.1 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 17/19] vala: update to 0.34.1 Alexander Kanavin
2016-10-19 15:06 ` [PATCH 18/19] webkitgtk: update to 2.14.1 Alexander Kanavin
2016-10-20 9:23 ` Burton, Ross
2016-10-20 9:27 ` Burton, Ross
2016-10-21 15:17 ` Alexander Kanavin
2016-10-19 15:06 ` [PATCH 19/19] epiphany: update to 3.22.1 Alexander Kanavin
2016-10-20 3:31 ` Khem Raj
2016-10-20 9:21 ` Alexander Kanavin
2016-10-19 19:42 ` [PATCH 00/19] Recipe updates and version check fixes akuster808
2016-10-20 9:16 ` Alexander Kanavin
2016-10-20 16:36 ` akuster808
2016-10-21 12:27 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1476888929.git.alexander.kanavin@linux.intel.com \
--to=alexander.kanavin@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.