[oe-commits] [openembedded-core] branch pyro updated (93dd2f9 -> 2db9d08)

git at git.openembedded.org git at git.openembedded.org
Sun Nov 5 22:42:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from 93dd2f9  goarch.bbclass: Replace logic for setting GOARM
     new e811253  useradd: don't override pseudo environment
     new aa367a3  wic: accept '-' in bitbake variables
     new 20f54eb  oeqa/selftest/recipetool: use stable tarball for recipetool create test
     new f2a7a52  oe-build-perf-report: accept parenthesis in tag names
     new 6b3f1a6  oe-build-perf-report: allow slashes in {branch} field in tag names
     new 3a5a828  oe-build-perf-report: use correct x-axis max value in html charts
     new ef5f97a  binutils: apply mingw fix only for binutils-cross-canadian
     new 265db40  oe-pkgdata-util: package-info: Allow extra variables to be displayed
     new c33426e  gdb: fix gdbserver not working in musl/mips context
     new 5e9e8b3  busybox: fix a linking issue
     new d0047eb  busybox: add backported patch to support iproute 'scope'
     new 79c7c83  openssh: allow to override OpenSSL HostKeys when read-only-rootfs
     new 11064f1  selftest/archiver: add tests for recipe type filtering
     new 89a0023  selftest/archiver: only execute deploy_archives task
     new 23b520c  copyleft_filter.bbclass: restore possiblity to filter on type
     new 4c8be20  debianutils: Add a native version (for run-parts)
     new a406704  ca-certificates: Fix postinst dependency issues
     new 60f0e4b  kernel-uimage.bbclass: Fix up generation of uImage from vmlinux
     new feb78cb  kernel-fitimage: sanitize dtb section name (unbreak MIPS)
     new 1353892  kernel-fitimage: unbreak UBOOT_ENTRYSYMBOL support
     new d60b3d0  kernel-uimage: optimise UBOOT_ENTRYSYMBOL support
     new 3db4004  kernel-uboot: support compressed kernel on MIPS
     new ed459bc  kernel-fitimage: support MIPS (compressed)
     new f4dbb4c  curl: enable threaded resolver
     new b1843e6  useradd-staticids: don't create username-group if gid is specified
     new 9b0cb81  json-c: backport patch to fix gcc7 compilation
     new 73f1397  openssh: Fix key generation with systemd
     new 979ff60  image_types.bbclass: Make u-boot signed images more versatile
     new d40bcaf  oeqa/runtime: Replace buildiptables for buildlzip on runtime tests
     new 0699de9  oeqa/sdk: Replace buildiptables for buildlzip tests
     new fe734c3  valgrind: enable on mips soft-float
     new d358e9b  tiff: Security fix for CVE-2016-10271
     new a34da9e  tiff: Secruity fix CVE-2016-10093
     new a384e06  tiff: Security fix CVE-2016-10268
     new aa1dc0a  tiff: Security fix CVE-2016-10266
     new 91aff69  tiff: Security fix CVE-2016-10267
     new f9efc9f  tiff: Security fix for CVE-2016-10269
     new 9600bca  tiff: Security fix for CVE-2016-10270
     new 4c918f4  tiff: Security fix for CVE-2017-7592
     new ac828e5  tiff: Security fix for CVE-2017-7594
     new 7af2f59  tiff: Security fix for CVE-2017-7595
     new e22d6ca  tiff: Security fix for CVE-2017-7596
     new 13704be  tiff: Security fix for CVE-2017-7598
     new 7423b83  tiff: Security fix for CVE-2017-7601
     new 957e9f9  tiff: Security fix for CVE-2017-7602
     new b6ec8ab  tiff: Security fix for CVE-2017-7593
     new eafbe10  curl: Security fix for CVE-2017-1000100
     new a12cc75  curl: Security fix for CVE-2017-1000101
     new 2db9d08  ruby: Security fix for CVE-2017-14064

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


Summary of changes:
 meta/classes/copyleft_filter.bbclass               |  32 +-
 meta/classes/image.bbclass                         |   9 -
 meta/classes/image_types.bbclass                   |   6 +-
 meta/classes/image_types_uboot.bbclass             |  29 --
 meta/classes/kernel-fitimage.bbclass               |   9 +-
 meta/classes/kernel-uboot.bbclass                  |   8 +-
 meta/classes/kernel-uimage.bbclass                 |  26 +-
 meta/classes/rootfs-postcommands.bbclass           |   4 +-
 meta/classes/useradd-staticids.bbclass             |  10 +-
 meta/classes/useradd.bbclass                       |   2 +-
 .../cases/{buildiptables.py => buildlzip.py}       |   6 +-
 .../sdk/cases/{buildiptables.py => buildlzip.py}   |   8 +-
 meta/lib/oeqa/selftest/archiver.py                 |  78 ++++-
 meta/lib/oeqa/selftest/recipetool.py               |  12 +-
 meta/recipes-connectivity/openssh/openssh/init     |  31 +-
 .../openssh/openssh/sshd_check_keys                |  64 ++++
 .../openssh/openssh/sshdgenkeys.service            |  16 +-
 meta/recipes-connectivity/openssh/openssh_7.4p1.bb |   8 +
 ...mproper-optimization-req.r.rtm_scope-may-.patch |  33 ++
 .../0001-iproute-support-scope-.-Closes-8561.patch | 122 +++++++
 .../busybox-tar-add-IF_FEATURE_-checks.patch       |  70 ++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   3 +
 .../binutils/binutils-cross-canadian.inc           |   2 +
 meta/recipes-devtools/binutils/binutils.inc        |   1 -
 meta/recipes-devtools/gdb/gdb-7.12.1.inc           |   1 +
 ..._gdb_patches_120-sigprocmask-invalid-call.patch |  45 +++
 ...-FALLTHRU-comment-to-handle-GCC7-warnings.patch |  77 +++++
 meta/recipes-devtools/json-c/json-c_0.12.bb        |   1 +
 .../ruby/ruby/CVE-2017-14064.patch                 | 353 +++++++++++++++++++++
 meta/recipes-devtools/ruby/ruby_2.4.0.bb           |   1 +
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  |   2 -
 .../libtiff/files/CVE-2016-10093.patch             |  47 +++
 .../libtiff/files/CVE-2016-10266.patch             |  60 ++++
 .../libtiff/files/CVE-2016-10267.patch             |  70 ++++
 .../libtiff/files/CVE-2016-10268.patch             |  30 ++
 .../libtiff/files/CVE-2016-10269.patch             | 131 ++++++++
 .../libtiff/files/CVE-2016-10270.patch             | 134 ++++++++
 .../libtiff/files/CVE-2016-10271.patch             |  30 ++
 .../libtiff/files/CVE-2017-7592.patch              |  40 +++
 .../libtiff/files/CVE-2017-7593.patch              |  98 ++++++
 .../libtiff/files/CVE-2017-7594-p1.patch           |  43 +++
 .../libtiff/files/CVE-2017-7594-p2.patch           |  50 +++
 .../libtiff/files/CVE-2017-7595.patch              |  48 +++
 .../libtiff/files/CVE-2017-7596.patch              | 308 ++++++++++++++++++
 .../libtiff/files/CVE-2017-7598.patch              |  65 ++++
 .../libtiff/files/CVE-2017-7601.patch              |  52 +++
 .../libtiff/files/CVE-2017-7602.patch              |  69 ++++
 meta/recipes-multimedia/libtiff/tiff_4.0.7.bb      |  18 +-
 .../ca-certificates/ca-certificates_20161130.bb    |  11 +-
 .../curl/curl/CVE-2017-1000100.patch               |  50 +++
 .../curl/curl/CVE-2017-1000101.patch               |  92 ++++++
 meta/recipes-support/curl/curl_7.53.1.bb           |  12 +-
 .../debianutils/debianutils_4.8.1.bb               |   4 +-
 scripts/lib/wic/utils/misc.py                      |   2 +-
 scripts/oe-build-perf-report                       |   9 +-
 scripts/oe-pkgdata-util                            |  12 +-
 56 files changed, 2397 insertions(+), 157 deletions(-)
 delete mode 100644 meta/classes/image_types_uboot.bbclass
 rename meta/lib/oeqa/runtime/cases/{buildiptables.py => buildlzip.py} (89%)
 rename meta/lib/oeqa/sdk/cases/{buildiptables.py => buildlzip.py} (84%)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/sshd_check_keys
 create mode 100644 meta/recipes-core/busybox/busybox/0001-ip-fix-an-improper-optimization-req.r.rtm_scope-may-.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-iproute-support-scope-.-Closes-8561.patch
 create mode 100644 meta/recipes-core/busybox/busybox/busybox-tar-add-IF_FEATURE_-checks.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/package_devel_gdb_patches_120-sigprocmask-invalid-call.patch
 create mode 100644 meta/recipes-devtools/json-c/json-c/0001-Add-FALLTHRU-comment-to-handle-GCC7-warnings.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2017-14064.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10093.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10266.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10267.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10268.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10269.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10270.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-10271.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7592.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7593.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7594-p1.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7594-p2.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7595.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7596.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7598.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7601.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-7602.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2017-1000100.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2017-1000101.patch

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


More information about the Openembedded-commits mailing list