[oe-commits] [openembedded-core] branch master updated (b020b01 -> c86bf80)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:17 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  b020b01   oeqa/oetest: Improve subprocess error reporting
       new  c999b3d   security_flags.inc: enable PIE for a few recipes
       new  ea24d69   cross-canadian.bbclass: Add BASECANADIANEXTRAOS to specify main extraos
       new  e88d9e5   initramfs-live-boot: Make sure we kill udev before switching root when live booting
       new  c0efbcb   dropbear/init: Allow extra arguments for key generation
       new  36f1105   u-boot.inc: Enable out-of-tree builds
       new  40e2d36   initrdscripts/init-install*: Add rootwait when installing to USB devices
       new  9d7c32a   e2fsprogs: Fix missing check for permission denied.
       new  9e97ff5   tiff: Security fix CVE-2015-8781
       new  36097da   tiff: Security fix CVE-2015-8784
       new  3d818fc   tiff: Security fix CVE-2016-3186
       new  4a167cf   tiff: Security fix CVE-2016-5321
       new  4ad1220   tiff: Security fix CVE-2016-5323
       new  eaa0dc2   sanity.bbclass: Only verify /bin/sh link if it's a link
       new  4b4d803   init-install*: only pick root mmc devices
       new  ecff74a   systemd: fix typo in avoid-using-system-auth.patch
       new  6ae6680   ccache.bbclass: don't remove CCACHE_DIR as part of do_clean
       new  5a1efa9   oe-buildenv-internal: hint at specifying bitbake path in error message
       new  d65a6ee   gen-lockedsig-cache: ensure symlinks are dereferenced
       new  7bc9525   classes/populate_sdk_ext: ensure eSDK can build without uninative enabled
       new  9f39dee   classes/populate_sdk_ext: handle lack of uninative when filtering sstate
       new  71ecd3b   classes/populate_sdk_ext: sstate filtering fixes
       new  2b5b920   lib/oe/copy_buildsystem: fix merging sstate directories for eSDK
       new  8fb8adf   classes/populate_sdk_ext: properly handle buildtools install failure
       new  d5a601d   classes/populate_sdk_ext: properly determine buildtools filename
       new  1d3e874   toolchain-shar-extract.sh: add option to list contents
       new  6e6999a   classes/populate_sdk_ext: add some pre-install checks
       new  80dfaf4   classes/populate_sdk_ext: drop duplicated error message
       new  c0b8e1f   xinput-calibrator: remove bash dependency
       new  97d2ba2   perl-native: backport libnm link fix
       new  1d42b95   sqlite3: update 3.13.0 -> 3.14.0
       new  8c55625   iproute2: update 4.6.0 -> 4.7.0
       new  769fae0   npm: npm.bbclass now adds nodejs to RDEPENDS
       new  9f9240d   init-install*: /etc/mtab make a link rather than a copy
       new  e7d8426   Use PYTHON_SITEPACKAGES_DIR insted of hard-coded *site-packages*
       new  62157e2   curl: upgrade to 7.50.1
       new  25deaf1   ffmpeg: Pas CC and CXX to configure
       new  6e3ff00   libtasn1: Backport compiler warning fixes
       new  e28b604   libpng: update 1.6.23 -> 1.6.24
       new  38f9d79   python-3.5-manifest: Add some missing RDEPENDS
       new  c91898b   graph-tool: update to new networkx API, be iterative
       new  51caecc   gmp: Fix wrong detection of -march flag
       new  3637e5c   python3-gitdb: Fixes zlib missing dependency
       new  9d232fa   python3-git: Fixes dependencies, avoiding to install python3-misc
       new  979cae7   man-pages: upgrade to 4.07
       new  4ae0ebf   gnupg: upgrade to 2.1.14
       new  10abc04   ncurses: upgrade to 6.0+20160625
       new  0575e8c   python3.5-manifest: Fixes several dependencies on the newest python3
       new  26d7e50   oeqa/runtime/syslog.py: Improve test_syslog_logger on systemd
       new  bb1cbb8   lib/oeqa/selftest/bbtests: don't report expected failures
       new  a6c9e51   buildperf: Add support for times without decimal part
       new  56e455c   oeqa.buildperf: rename module containing basic tests
       new  b0b4342   oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCase
       new  b281c4a   oeqa.buildperf: add BuildPerfTestLoader class
       new  89eb37e   oeqa.buildperf: add BuildPerfTestResult class
       new  4e81967   oeqa.buildperf: convert test cases to unittest
       new  249d99c   oe-build-perf-test: use new unittest based framework
       new  09590ac   oeqa.buildperf: introduce runCmd2()
       new  36f58b5   oe-build-perf-test: suppress logger output when tests are being run
       new  9ce6e20   oe-build-perf-test: set-up file logging as early as possible
       new  d28eeea   oe-build-perf-test: simplify stderr log format
       new  240f6e7   oeqa.buildperf: be more verbose about failed commands
       new  c86bf80   oeqa.buildperf: use oe.path.remove()

The 62 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/ccache.bbclass                        |   2 -
 meta/classes/cross-canadian.bbclass                |  22 +-
 meta/classes/npm.bbclass                           |   1 +
 meta/classes/populate_sdk_ext.bbclass              | 114 +++++++--
 meta/classes/sanity.bbclass                        |   9 +-
 meta/conf/distro/include/security_flags.inc        |  11 -
 meta/files/ext-sdk-prepare.py                      |   2 +-
 meta/files/toolchain-shar-extract.sh               |  25 +-
 meta/lib/oe/copy_buildsystem.py                    |  20 +-
 meta/lib/oeqa/buildperf/__init__.py                |  10 +-
 meta/lib/oeqa/buildperf/base.py                    | 266 +++++++++++----------
 .../buildperf/{basic_tests.py => test_basic.py}    |  55 ++---
 meta/lib/oeqa/runtime/syslog.py                    |   7 +-
 meta/lib/oeqa/selftest/bbtests.py                  |   1 +
 meta/recipes-bsp/u-boot/u-boot.inc                 |  35 +--
 .../{iproute2_4.6.0.bb => iproute2_4.7.0.bb}       |   4 +-
 meta/recipes-core/dropbear/dropbear/init           |   4 +-
 .../initrdscripts/files/init-install-efi.sh        |  18 +-
 .../initrdscripts/files/init-install.sh            |  17 +-
 meta/recipes-core/initrdscripts/files/init-live.sh |   4 +-
 ...ses_6.0+20160319.bb => ncurses_6.0+20160625.bb} |   2 +-
 ...0015-systemd-user-avoid-using-system-auth.patch |   2 +-
 .../bootchart2/bootchart2_0.14.8.bb                |   2 +-
 ...s-fix-missing-check-for-permission-denied.patch |  32 +++
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |   2 +
 meta/recipes-devtools/perl/perl-native_5.22.1.bb   |   1 +
 .../perl/perl/perl-remove-nm-from-libswanted.patch |  30 +++
 .../python/python-3.5-manifest.inc                 |  32 ++-
 meta/recipes-devtools/python/python-setuptools.inc |   2 +-
 .../python/python-setuptools_22.0.5.bb             |   2 +-
 meta/recipes-devtools/python/python-smartpm_git.bb |  36 +--
 meta/recipes-devtools/python/python3-git_2.0.7.bb  |   2 +-
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |   2 +-
 meta/recipes-devtools/python/python3-pip_8.1.2.bb  |   8 +-
 .../python/python3-setuptools_22.0.5.bb            |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |  18 +-
 .../{man-pages_4.06.bb => man-pages_4.07.bb}       |   4 +-
 .../add-geometry-input-when-calibrating.patch      |  31 +--
 .../xinput-calibrator/xinput-calibrator_git.bb     |   2 +-
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |  10 +-
 meta/recipes-kernel/perf/perf.bb                   |   2 +-
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb     |   2 +
 .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb}  |  10 +-
 .../libtiff/files/CVE-2015-8781.patch              | 195 +++++++++++++++
 .../libtiff/files/CVE-2015-8784.patch              |  73 ++++++
 .../libtiff/files/CVE-2016-3186.patch              |  24 ++
 .../libtiff/files/CVE-2016-5321.patch              |  49 ++++
 .../libtiff/files/CVE-2016-5323.patch              | 107 +++++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |   5 +
 .../curl/{curl_7.50.0.bb => curl_7.50.1.bb}        |   4 +-
 ...re.ac-Believe-the-cflags-from-environment.patch |  52 ++++
 meta/recipes-support/gmp/gmp_6.1.1.bb              |   1 +
 .../gnupg/{gnupg_2.1.12.bb => gnupg_2.1.14.bb}     |   4 +-
 ...configure-don-t-add-Werror-to-build-flags.patch |  28 +++
 .../0002-ASN.y-corrected-compiler-warning.patch    |  28 +++
 ...corrected-potential-null-pointer-derefere.patch |  73 ++++++
 .../0004-tools-eliminated-compiler-warnings.patch  |  56 +++++
 meta/recipes-support/gnutls/libtasn1_4.9.bb        |   4 +
 .../{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb}       |   4 +-
 scripts/contrib/graph-tool                         |  13 +-
 scripts/contrib/python/generate-manifest-3.5.py    |  23 +-
 scripts/gen-lockedsig-cache                        |   7 +-
 scripts/oe-build-perf-test                         |  50 +++-
 scripts/oe-buildenv-internal                       |   2 +-
 64 files changed, 1302 insertions(+), 363 deletions(-)
 rename meta/lib/oeqa/buildperf/{basic_tests.py => test_basic.py} (77%)
 rename meta/recipes-connectivity/iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.bb} (71%)
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160319.bb => ncurses_6.0+20160625.bb} (84%)
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch
 create mode 100644 meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch
 rename meta/recipes-extended/man-pages/{man-pages_4.06.bb => man-pages_4.07.bb} (86%)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb} (59%)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2015-8781.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2015-8784.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3186.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5321.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5323.patch
 rename meta/recipes-support/curl/{curl_7.50.0.bb => curl_7.50.1.bb} (94%)
 create mode 100644 meta/recipes-support/gmp/gmp-6.1.1/0001-confiure.ac-Believe-the-cflags-from-environment.patch
 rename meta/recipes-support/gnupg/{gnupg_2.1.12.bb => gnupg_2.1.14.bb} (90%)
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0001-configure-don-t-add-Werror-to-build-flags.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0002-ASN.y-corrected-compiler-warning.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0003-parser_aux-corrected-potential-null-pointer-derefere.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/0004-tools-eliminated-compiler-warnings.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb} (58%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list