[oe-commits] [openembedded-core] branch master-next updated (3246319 -> 9f1fe76)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:11:28 UTC 2016


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

      from  3246319   binconfig: Use d.getVar
      adds  3d9c3aa   lib/oe/package_manager: .deb pre/postinst args
      adds  983a498   readline: Update to version 7.0
      adds  709004a   glib-networking: remove intltool dependency
      adds  6be164d   ltp: Reduce duplication in MIPS variants.
      adds  e04d917   swig: 3.0.8 -> 3.0.10
      adds  04e1772   webkitgtk: Add an option to disable opengl support
      adds  0526524   openssl: fix bashism in c_rehash shell script
      adds  134a056   openssh: fix CVE-2016-8858
      adds  a3c2ace   glibc: fix CVE-2016-6323
      adds  126783c   qemu: fix CVE-2016-7909
      adds  364565f   qemu: update run-ptest script
      adds  94efe6d   systemd: Reload configuration on package install
      adds  c060e91   tiff: Security fix CVE-2016-3658
      adds  826f3cd   cmake.bbclass: Set CXXFLAGS and CFLAGS
      adds  66bf697   devtool: update-recipe: check output before treating it as a string
      adds  bdc844b   oe-selftest: devtool: test update-recipe with only local files
      adds  d9971f5   lib/oe/patch: fix handling of patches with no header
      adds  e47d216   devtool: update-recipe: fix handling of compressed local patches
      adds  a19c26c   devtool: update-recipe: support replacing remote patches
      adds  e9c418d   lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()
      adds  936eba3   oe-selftest: devtool: test that updating a file with subdir= works
      adds  b24a63d   opkg-utils: clear update-alternatives database on uninstall
      adds  a23004f   sysvinit-inittab: make TERM=vt102 on serial consoles
      adds  f5c11a4   glib: remove obsolete gi-exclude patch
      adds  933539a   populate_sdk_ext.bbclass: use weak assignment for TOOLCHAINEXT_OUTPUTNAME
      adds  eef9457   testsdk.bbclass: print which file is not found
      adds  0b31a03   sanity.bbclass:check_connectivity(): print more error messages
      adds  3d8db6c   sanity.bbclass: fix check_connectivity() for BB_NO_NETWORK = "0"
      adds  e12912a   systemd: systemd should not depend on systemd-container
      adds  c077f4a   devshell: list commands when throwing NoSupportedTerminals
      adds  17cd2cb   oe-selftest: enforce en_US.UTF-8 locale
      adds  40e92de   rpm: fix multilib macro installation
      adds  ebb73aa   recipetool: add postinst to .deb import
      adds  fe694f9   webkitgtk: move recommends on ca-certificates from epiphany to webkitgtk.
      adds  5f08d4e   licenses.conf: Fix variable name in comments (FOSS_NO_COPYRIGHT)
      adds  857c06d   devtool: modify: support recipes with only local files as source
      adds  47dfd17   buildstats: Place 'Elapsed Time' stat into a single line
      adds  81479b1   scripts: Specify the stats to take into account
      adds  e36066d   lib/oe/lsb: better handle missing fields
      adds  f924428   OpenSSL: CVE-2004-2761 replace MD5 hash algorithm
      adds  e1bad14   parselogs: Whitelist NUC6 firmware load error message on genericx86-64
      adds  07cfa9e   openssl: Security fix CVE-2016-7055
      adds  3325966   nfs-utils: fix protocol minor version fall-back
      adds  f0f11d8   perl: remove plan9 related stuff in perl-ptest package
      adds  39829ef   musl: Update to latest on master
      adds  462ccb35  python3-native: Extend RPROVIDES list
      adds  8fd8082   python3-numpy: upgrade to 1.11.2
      adds  9891a91   python3-pygobject: upgrade to 3.22.0
      adds  83a388a   python3-pip: upgrade to 9.0.1
      adds  76cfe4d   python3-numpy: upgrade to 1.11.2
      adds  e5d8b00   python*-git: upgrade to 2.1.0
      adds  7828fd7   python*-mako: upgrade to 1.0.6
      adds  3778171   python-pexpect: upgrade to 4.2.1
      adds  b3dc1eb   python-scons*: upgrade to 2.5.1
      adds  2758f03   grub_git: set COMPATIBLE_HOST_armv7ve to null
      adds  9206c86   tiff: Security fix CVE-2016-3632
      adds  d225558   libdrm: Upgrade 2.4.71 -> 2.4.73
      adds  1875ea9   devtool: fix handling of unicode characters from subprocess stdout
      adds  be60ffc   mesa: Upgrade 12.0.3 -> 13.0.1
      adds  9f1fe76   libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

No new revisions were added by this update.

Summary of changes:
 .../recipes-test/devtool/devtool-test-localonly.bb |   6 ++
 .../devtool/devtool-test-localonly/file1           |   1 +
 .../devtool/devtool-test-localonly/file2           |   1 +
 .../recipes-test/devtool/devtool-test-patch-gz.bb  |  16 +++
 .../devtool/devtool-test-patch-gz/readme.patch.gz  | Bin 0 -> 449 bytes
 .../recipes-test/devtool/devtool-test-subdir.bb    |   7 ++
 .../devtool-test-subdir/devtool-test-subdir.tar.gz | Bin 0 -> 181 bytes
 .../devtool/devtool-test-subdir/testfile           |   1 +
 meta/classes/buildstats.bbclass                    |   4 +-
 meta/classes/cmake.bbclass                         |   2 +
 meta/classes/patch.bbclass                         |   9 +-
 meta/classes/populate_sdk_ext.bbclass              |   2 +-
 meta/classes/sanity.bbclass                        |  19 ++--
 meta/classes/systemd.bbclass                       |   4 +
 meta/classes/terminal.bbclass                      |   8 +-
 meta/classes/testsdk.bbclass                       |   6 +-
 meta/conf/licenses.conf                            |   5 +-
 meta/lib/oe/lsb.py                                 |  13 +--
 meta/lib/oe/package_manager.py                     |  17 ++--
 meta/lib/oe/patch.py                               |   8 +-
 meta/lib/oe/recipeutils.py                         |  22 +++-
 meta/lib/oe/terminal.py                            |  13 ++-
 meta/lib/oeqa/runtime/parselogs.py                 |   1 +
 meta/lib/oeqa/selftest/devtool.py                  |  69 +++++++++++++
 meta/recipes-bsp/grub/grub_git.bb                  |   1 +
 ...r_state_t.ai-usage-when-INET6-is-not-defi.patch |  41 ++++++++
 ...02-Add-missing-compiler_state_t-parameter.patch |  67 ++++++++++++
 meta/recipes-connectivity/libpcap/libpcap_1.8.1.bb |   2 +
 .../fix-protocol-minor-version-fall-back.patch     |  55 ++++++++++
 .../nfs-utils/nfs-utils_1.3.3.bb                   |   1 +
 .../openssh/openssh/fix-CVE-2016-8858.patch        |  39 +++++++
 meta/recipes-connectivity/openssh/openssh_7.3p1.bb |   1 +
 .../openssl/openssl/CVE-2016-7055.patch            |  43 ++++++++
 .../Use-SHA256-not-MD5-as-default-digest.patch     |  69 +++++++++++++
 .../openssl/openssl/openssl-c_rehash.sh            |   2 +-
 .../recipes-connectivity/openssl/openssl_1.0.2j.bb |   1 +
 .../glib-2.0/glib-2.0/gi-exclude.patch             |  59 -----------
 meta/recipes-core/glib-2.0/glib-2.0_2.50.1.bb      |   1 -
 .../glib-networking/glib-networking_2.50.0.bb      |   2 +-
 ...k-__startcontext-as-.cantunwind-bug-20435.patch |  46 +++++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |   1 +
 meta/recipes-core/musl/files/CVE-2016-8859.patch   |  79 --------------
 meta/recipes-core/musl/musl_git.bb                 |   3 +-
 .../configure-fix.patch                            |   0
 .../{readline-6.3 => readline-7.0}/norpath.patch   |   0
 meta/recipes-core/readline/readline_6.3.bb         |  34 -------
 meta/recipes-core/readline/readline_7.0.bb         |   7 ++
 meta/recipes-core/systemd/systemd_230.bb           |   1 +
 .../sysvinit/sysvinit-inittab/start_getty          |   2 +-
 .../sysvinit/sysvinit-inittab_2.88dsf.bb           |   2 +-
 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |   5 +
 meta/recipes-devtools/perl/perl-ptest.inc          |   3 +-
 ...thon-numpy_1.11.1.bb => python-numpy_1.11.2.bb} |   4 +-
 ...on3-numpy_1.11.0.bb => python3-numpy_1.11.2.bb} |   4 +-
 meta/recipes-devtools/python/python-git.inc        |   4 +-
 .../{python-git_2.0.7.bb => python-git_2.1.0.bb}   |   0
 meta/recipes-devtools/python/python-mako.inc       |   4 +-
 .../{python-mako_1.0.4.bb => python-mako_1.0.6.bb} |   0
 ...on-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} |   4 +-
 ...ative_2.5.0.bb => python-scons-native_2.5.1.bb} |   0
 ...python-scons_2.5.0.bb => python-scons_2.5.1.bb} |   4 +-
 .../{python3-git_2.0.7.bb => python3-git_2.1.0.bb} |   0
 ...python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} |   0
 .../python/python3-native_3.5.2.bb                 |   3 +
 .../{python3-pip_8.1.2.bb => python3-pip_9.0.1.bb} |   4 +-
 ...bject_3.20.1.bb => python3-pygobject_3.22.0.bb} |   4 +-
 .../qemu/qemu/0004-fix-CVE-2016-7909.patch         |  42 ++++++++
 meta/recipes-devtools/qemu/qemu/run-ptest          |   8 +-
 meta/recipes-devtools/qemu/qemu_2.7.0.bb           |   1 +
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   8 +-
 .../swig/{swig_3.0.8.bb => swig_3.0.10.bb}         |   4 +-
 meta/recipes-extended/ltp/ltp_20160126.bb          |   2 +-
 meta/recipes-gnome/epiphany/epiphany_3.22.1.bb     |   3 +-
 .../drm/{libdrm_2.4.71.bb => libdrm_2.4.73.bb}     |   4 +-
 .../0001-Use-wayland-scanner-in-the-path.patch     |  37 +++++++
 .../files/replace_glibc_check_with_linux.patch     |  25 +++--
 .../mesa/{mesa-gl_12.0.3.bb => mesa-gl_13.0.1.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   7 +-
 .../mesa/{mesa_12.0.3.bb => mesa_13.0.1.bb}        |   5 +-
 .../libtiff/files/CVE-2016-3632.patch              |  34 +++++++
 .../libtiff/files/CVE-2016-3658.patch              | 111 ++++++++++++++++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |   2 +
 meta/recipes-sato/webkit/webkitgtk_2.14.1.bb       |   5 +-
 scripts/contrib/bb-perf/buildstats.sh              |  99 ++++++++++++++----
 scripts/lib/devtool/__init__.py                    |   5 +-
 scripts/lib/devtool/standard.py                    | 113 ++++++++++++++++-----
 scripts/lib/recipetool/create.py                   |  35 ++++++-
 scripts/oe-selftest                                |   3 +
 88 files changed, 1078 insertions(+), 311 deletions(-)
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-localonly.bb
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-localonly/file1
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-localonly/file2
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-patch-gz/readme.patch.gz
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-subdir.bb
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-subdir/devtool-test-subdir.tar.gz
 create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-subdir/testfile
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/0001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/0002-Add-missing-compiler_state_t-parameter.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/fix-protocol-minor-version-fall-back.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/fix-CVE-2016-8858.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-7055.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/Use-SHA256-not-MD5-as-default-digest.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/gi-exclude.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0027-arm-mark-__startcontext-as-.cantunwind-bug-20435.patch
 delete mode 100644 meta/recipes-core/musl/files/CVE-2016-8859.patch
 rename meta/recipes-core/readline/{readline-6.3 => readline-7.0}/configure-fix.patch (100%)
 rename meta/recipes-core/readline/{readline-6.3 => readline-7.0}/norpath.patch (100%)
 delete mode 100644 meta/recipes-core/readline/readline_6.3.bb
 create mode 100644 meta/recipes-core/readline/readline_7.0.bb
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.11.1.bb => python-numpy_1.11.2.bb} (95%)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.11.0.bb => python3-numpy_1.11.2.bb} (95%)
 rename meta/recipes-devtools/python/{python-git_2.0.7.bb => python-git_2.1.0.bb} (100%)
 rename meta/recipes-devtools/python/{python-mako_1.0.4.bb => python-mako_1.0.6.bb} (100%)
 rename meta/recipes-devtools/python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} (81%)
 rename meta/recipes-devtools/python/{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb} (78%)
 rename meta/recipes-devtools/python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} (100%)
 rename meta/recipes-devtools/python/{python3-pip_8.1.2.bb => python3-pip_9.0.1.bb} (90%)
 rename meta/recipes-devtools/python/{python3-pygobject_3.20.1.bb => python3-pygobject_3.22.0.bb} (82%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0004-fix-CVE-2016-7909.patch
 rename meta/recipes-devtools/swig/{swig_3.0.8.bb => swig_3.0.10.bb} (58%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.71.bb => libdrm_2.4.73.bb} (93%)
 create mode 100644 meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_12.0.3.bb => mesa-gl_13.0.1.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_12.0.3.bb => mesa_13.0.1.bb} (75%)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3632.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3658.patch

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


More information about the Openembedded-commits mailing list