From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/20] Recipe version updates
Date: Mon, 14 Dec 2015 17:05:12 +0200 [thread overview]
Message-ID: <cover.1450104283.git.alexander.kanavin@linux.intel.com> (raw)
Here are more recipe version updates - I've been looking at recipes that
have been last touched in 2014 or earlier. Other than valgrind (which needs
a significant effort to update), they're all here.
The following changes since commit b3d6872bf169a13e572638e3809c50a868246616:
lttng-tools: Revert wrong enforcement of Python 3.0 use (2015-12-12 23:42:55 +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 (20):
libidn: add native and nativesdk support
gnutls: update to 3.4.7
puzzles: update to current commit
cdrtools-native: update to 3.01 final
cpio: update to 2.12
dmidecode: update to 3.0
libxml-simple-perl: update to 2.22
python-numpy: update to 1.10.1
unfs3: update to r497
mtd-utils: update to 1.5.2
flex: update to 2.6.0
docbook-xsl-stylesheets: fix UPSTREAM_CHECK_REGEX
gmp: update to 6.1.0
kbd: update to 2.0.3
systemtap: update to 2.9
nfs-utils: update to 1.3.3
powertop: update to 2.8
babeltrace: update to 1.3.1
procps: update to 3.3.11
grep: update to 2.22
.../{nfs-utils_1.3.1.bb => nfs-utils_1.3.3.bb} | 7 +-
...-Only-inluclude-kernel-headers-with-glibc.patch | 29 ---
.../kbd/{kbd_2.0.2.bb => kbd_2.0.3.bb} | 5 +-
...s-native_3.01a31.bb => cdrtools-native_3.01.bb} | 10 +-
.../{dmidecode_2.12.bb => dmidecode_3.0.bb} | 9 +-
.../docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 3 +-
...fixes-Do-not-use-obsolete-bison-construct.patch | 80 --------
meta/recipes-devtools/flex/files/run-ptest | 30 +--
meta/recipes-devtools/flex/flex.inc | 19 +-
...-target-for-building-tests-without-runnin.patch | 28 +++
meta/recipes-devtools/flex/flex_2.5.39.bb | 9 -
meta/recipes-devtools/flex/flex_2.6.0.bb | 13 ++
.../mtd/mtd-utils/0001-Fix-build-with-musl.patch | 24 ---
...emove-duplicate-hashtable_iterator_value-.patch | 64 ------
...ibfec-use-standard-C-type-instead-of-u_lo.patch | 56 ------
meta/recipes-devtools/mtd/mtd-utils_git.bb | 6 +-
...ple-perl_2.20.bb => libxml-simple-perl_2.22.bb} | 6 +-
...-usr-and-so-on-for-libraries-by-default-.patch} | 33 ++-
...ython-numpy_1.7.0.bb => python-numpy_1.10.1.bb} | 9 +-
.../unfs3/unfs3/fix_warnings.patch | 53 -----
.../{unfs3_0.9.22.r490.bb => unfs3_0.9.22.r497.bb} | 11 +-
.../0001-fix-testcase-of-symlink-bad-length.patch | 57 ------
...-bad-length-test-for-64-bit-architectures.patch | 36 ----
.../cpio/cpio-2.11/fix-memory-overrun.patch | 220 --------------------
.../fix-testcase-symlink-bad-lengths.patch | 33 ---
.../cpio/cpio-2.11/remove-gets.patch | 20 --
meta/recipes-extended/cpio/cpio-2.11/statdef.patch | 17 --
.../0001-Fix-CVE-2015-1197.patch} | 103 ++++++----
...need_charset_alias-when-building-for-musl.patch | 0
meta/recipes-extended/cpio/cpio_2.11.bb | 18 --
meta/recipes-extended/cpio/cpio_2.12.bb | 12 ++
meta/recipes-extended/cpio/cpio_2.8.bb | 4 +-
meta/recipes-extended/cpio/cpio_v2.inc | 1 -
.../grep/grep/grep-fix-CVE-2015-1345.patch | 154 --------------
.../grep/{grep_2.21.bb => grep_2.22.bb} | 5 +-
meta/recipes-extended/libidn/libidn_0.6.14.bb | 3 +
meta/recipes-extended/libidn/libidn_1.32.bb | 3 +
.../procps/procps/fix-configure.patch | 19 --
.../procps/{procps_3.3.10.bb => procps_3.3.11.bb} | 5 +-
.../{babeltrace_1.2.4.bb => babeltrace_1.3.1.bb} | 5 +-
.../powertop/{powertop_2.7.bb => powertop_2.8.bb} | 4 +-
.../systemtap/systemtap-uprobes_git.bb | 2 -
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 +-
.../fix-compiling-failure-with-option-g-O.patch | 9 -
meta/recipes-sato/puzzles/puzzles_git.bb | 8 +-
meta/recipes-support/gmp/gmp-6.0.0/configure.patch | 222 ---------------------
.../gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch | 26 ---
...ser-provided-flags-to-the-auto-detected-.patch} | 39 ++--
.../gmp/{gmp-6.0.0 => gmp-6.1.0}/amd64.patch | 0
.../{gmp-6.0.0 => gmp-6.1.0}/use-includedir.patch | 0
.../gmp/{gmp_6.0.0.bb => gmp_6.1.0.bb} | 17 +-
meta/recipes-support/gnutls/gnutls.inc | 3 +-
...tch => 0001-configure.ac-fix-sed-command.patch} | 29 +--
.../gnutls/{gnutls_3.3.17.1.bb => gnutls_3.4.7.bb} | 6 +-
54 files changed, 260 insertions(+), 1328 deletions(-)
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.3.bb} (95%)
delete mode 100644 meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch
rename meta/recipes-core/kbd/{kbd_2.0.2.bb => kbd_2.0.3.bb} (83%)
rename meta/recipes-devtools/cdrtools/{cdrtools-native_3.01a31.bb => cdrtools-native_3.01.bb} (61%)
rename meta/recipes-devtools/dmidecode/{dmidecode_2.12.bb => dmidecode_3.0.bb} (59%)
delete mode 100644 meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
create mode 100644 meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch
delete mode 100644 meta/recipes-devtools/flex/flex_2.5.39.bb
create mode 100644 meta/recipes-devtools/flex/flex_2.6.0.bb
delete mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch
delete mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-mtd-utils-libfec-use-standard-C-type-instead-of-u_lo.patch
rename meta/recipes-devtools/perl/{libxml-simple-perl_2.20.bb => libxml-simple-perl_2.22.bb} (78%)
rename meta/recipes-devtools/python/python-numpy/{no-host-paths.patch => 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch} (69%)
rename meta/recipes-devtools/python/{python-numpy_1.7.0.bb => python-numpy_1.10.1.bb} (88%)
delete mode 100644 meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch
rename meta/recipes-devtools/unfs3/{unfs3_0.9.22.r490.bb => unfs3_0.9.22.r497.bb} (88%)
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/0001-fix-testcase-of-symlink-bad-length.patch
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/Fix-symlink-bad-length-test-for-64-bit-architectures.patch
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/remove-gets.patch
delete mode 100644 meta/recipes-extended/cpio/cpio-2.11/statdef.patch
rename meta/recipes-extended/cpio/{cpio-2.11/cpio-CVE-2015-1197.patch => cpio-2.12/0001-Fix-CVE-2015-1197.patch} (57%)
rename meta/recipes-extended/cpio/{cpio-2.11 => cpio-2.12}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
delete mode 100644 meta/recipes-extended/cpio/cpio_2.11.bb
create mode 100644 meta/recipes-extended/cpio/cpio_2.12.bb
delete mode 100644 meta/recipes-extended/grep/grep/grep-fix-CVE-2015-1345.patch
rename meta/recipes-extended/grep/{grep_2.21.bb => grep_2.22.bb} (85%)
delete mode 100644 meta/recipes-extended/procps/procps/fix-configure.patch
rename meta/recipes-extended/procps/{procps_3.3.10.bb => procps_3.3.11.bb} (93%)
rename meta/recipes-kernel/lttng/{babeltrace_1.2.4.bb => babeltrace_1.3.1.bb} (90%)
rename meta/recipes-kernel/powertop/{powertop_2.7.bb => powertop_2.8.bb} (88%)
delete mode 100644 meta/recipes-support/gmp/gmp-6.0.0/configure.patch
delete mode 100644 meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch
rename meta/recipes-support/gmp/{gmp-6.0.0/append_user_provided_flags.patch => gmp-6.1.0/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch} (50%)
rename meta/recipes-support/gmp/{gmp-6.0.0 => gmp-6.1.0}/amd64.patch (100%)
rename meta/recipes-support/gmp/{gmp-6.0.0 => gmp-6.1.0}/use-includedir.patch (100%)
rename meta/recipes-support/gmp/{gmp_6.0.0.bb => gmp_6.1.0.bb} (58%)
rename meta/recipes-support/gnutls/gnutls/{configure.ac-fix-sed-command.patch => 0001-configure.ac-fix-sed-command.patch} (40%)
rename meta/recipes-support/gnutls/{gnutls_3.3.17.1.bb => gnutls_3.4.7.bb} (42%)
--
2.6.2
next reply other threads:[~2015-12-14 15:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 15:05 Alexander Kanavin [this message]
2015-12-14 15:05 ` [PATCH 01/20] libidn: add native and nativesdk support Alexander Kanavin
2015-12-14 15:05 ` [PATCH 02/20] gnutls: update to 3.4.7 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 03/20] puzzles: update to current commit Alexander Kanavin
2015-12-14 15:05 ` [PATCH 04/20] cdrtools-native: update to 3.01 final Alexander Kanavin
2015-12-14 21:32 ` Burton, Ross
2015-12-14 15:05 ` [PATCH 05/20] cpio: update to 2.12 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 06/20] dmidecode: update to 3.0 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 07/20] libxml-simple-perl: update to 2.22 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 08/20] python-numpy: update to 1.10.1 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 09/20] unfs3: update to r497 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 10/20] mtd-utils: update to 1.5.2 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 11/20] flex: update to 2.6.0 Alexander Kanavin
2015-12-14 22:35 ` Burton, Ross
2015-12-14 15:05 ` [PATCH 12/20] docbook-xsl-stylesheets: fix UPSTREAM_CHECK_REGEX Alexander Kanavin
2015-12-14 15:05 ` [PATCH 13/20] gmp: update to 6.1.0 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 14/20] kbd: update to 2.0.3 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 15/20] systemtap: update to 2.9 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 16/20] nfs-utils: update to 1.3.3 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 17/20] powertop: update to 2.8 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 18/20] babeltrace: update to 1.3.1 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 19/20] procps: update to 3.3.11 Alexander Kanavin
2015-12-14 15:05 ` [PATCH 20/20] grep: update to 2.22 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.1450104283.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.