[oe-commits] [openembedded-core] branch master-next updated (c6352ba -> 60c3012)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 5 00:25:00 UTC 2019


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

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

 discard c6352ba  python: make the python 3.x version of 2to3 utility the default one
 discard c01d2b2  python3: delete old 3.5.6 version
 discard d6feb10  python3: upgrade to 3.7.2
     new f540fed  send-error-report: Use https instead of http protocol
     new bcd5229  glibc: Fix pthread_rwlock_try*lock stalls
     new b71294c  binutils: Upgrade to binutils 2.32
     new 60c3012  timezone: refactor to simplify maint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c6352ba)
            \
             N -- N -- N   refs/heads/master-next (60c3012)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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/python3-dir.bbclass                   |    2 +-
 meta/classes/python3native.bbclass                 |    2 -
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 .../glibc/cross-localedef-native_2.29.bb           |    2 +-
 meta/recipes-core/glibc/glibc_2.29.bb              |    2 +-
 .../{binutils-2.31.inc => binutils-2.32.inc}       |   36 +-
 ...ian_2.31.bb => binutils-cross-canadian_2.32.bb} |    0
 ...nutils-cross_2.31.bb => binutils-cross_2.32.bb} |    0
 ...-crosssdk_2.31.bb => binutils-crosssdk_2.32.bb} |    0
 ...nutils-crosssdk-Generate-relocatable-SDKs.patch |   12 +-
 ...oss-Do-not-generate-linker-script-directo.patch |    8 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |   10 +-
 .../0004-Point-scripts-location-to-libdir.patch    |    8 +-
 ...te-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch |    8 +-
 .../binutils/binutils/0006-Use-libtool-2.4.patch   | 1425 ++++++++++----------
 ...7-Add-the-armv5e-architecture-to-binutils.patch |   35 -
 ...e-distro-compiler-point-to-the-wrong-ins.patch} |    8 +-
 ...s-of-system-directories-when-cross-linki.patch} |   26 +-
 ...rpath-in-libtool-when-sysroot-is-enabled.patch} |    6 +-
 ...hange-default-emulation-for-mips64-linux.patch} |   14 +-
 ...tch => 0011-Add-support-for-Netlogic-XLP.patch} |   98 +-
 ...correct-assembling-for-ppc-wait-mnemonic.patch} |   12 +-
 ...patch => 0013-Detect-64-bit-MIPS-targets.patch} |    8 +-
 ...tch => 0014-sync-with-OE-libtool-changes.patch} |    6 +-
 ...ble-x86_64-pep-for-producing-EFI-binarie.patch} |   26 +-
 ...compressed-header-alignment-correctly-by-.patch |  332 -----
 ...ignment-of-uncompressed-section-from-ch_a.patch |  200 ---
 .../binutils/binutils/CVE-2018-17358.patch         |  121 --
 .../binutils/binutils/CVE-2018-17360.patch         |   45 -
 .../binutils/binutils/CVE-2018-18309.patch         |  251 ----
 .../binutils/binutils/CVE-2018-18605.patch         |   29 -
 .../binutils/binutils/CVE-2018-18606.patch         |   50 -
 .../binutils/binutils/CVE-2018-18607.patch         |   56 -
 .../binutils/binutils/clang-bfd-fix.patch          |   30 -
 .../{binutils_2.31.bb => binutils_2.32.bb}         |    0
 ...usr-lib-termcap-to-linker-flags-to-avoid-.patch |   25 -
 ...hardcode-usr-lib-as-destination-directory.patch |   41 -
 ...e-use-qemu-wrapper-when-gathering-profile.patch |   25 -
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |   42 -
 .../python3/avoid_warning_about_tkinter.patch      |   36 -
 .../python-sanity/python3/cgi_py.patch             |   32 -
 .../python3/check_build_completeness.py            |   17 -
 .../python-sanity/python3_3.7.2.bb                 |  283 ----
 .../python/python/python2-manifest.json            |    2 +-
 .../python/python3-native_3.5.6.bb                 |  104 ++
 meta/recipes-devtools/python/python3.inc           |   43 +
 ...the-shell-version-of-python-config-that-w.patch |   25 +-
 ...-Use-_sysconfigdata.py-to-initialize-dist.patch |   66 +
 ...-SSLContext-has-improved-default-settings.patch |  272 ++++
 ...sue-13032-where-it-fails-with-UnicodeDeco.patch |   37 +
 ...-cc_basename-to-replace-CC-for-checking-c.patch |  140 ++
 ...le-add-target-to-split-profile-generation.patch |   40 +
 ...dd-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch |  227 ++++
 ...ixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch |  173 +++
 ...TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch |  110 ++
 ...0714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch |   68 +
 .../python/python3/03-fix-tkinter-detection.patch  |   42 +
 .../python/python3/030-fixup-include-dirs.patch    |   33 +
 .../python3/080-distutils-dont_adjust_files.patch  |   92 ++
 ...2-distutils-prefix-is-inside-staging-area.patch |   13 +-
 .../python/python3/130-readline-setup.patch        |   55 +
 .../python/python3/150-fix-setupterm.patch         |   17 +
 ...-CFLAGS-for-extensions-when-cross-compili.patch |   56 +
 .../python3/avoid-ncursesw-include-path.patch      |   21 +
 .../python3/avoid_warning_about_tkinter.patch      |   29 +
 .../python/{python => python3}/cgi_py.patch        |    0
 .../python/python3/configure.ac-fix-LIBPL.patch    |   30 +
 .../python3/create_manifest3.py                    |    0
 .../python3/fix_for_using_different_libdir.patch   |   54 +
 .../python/python3/float-endian.patch              |  212 +++
 meta/recipes-devtools/python/python3/ftplib.patch  |   60 +
 .../python3/get_module_deps3.py                    |    0
 .../python3/host_include_contamination.patch       |   28 +
 ...ss-missing-libraries-to-Extension-for-mul.patch |   82 ++
 .../python/python3/python-3.3-multilib.patch       |  363 +++++
 .../python3/python-config.patch                    |    0
 .../python3/python3-manifest.json                  |   49 +-
 ...-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch |   25 +
 .../python/python3/regen-all.patch                 |   25 +
 .../{python-sanity => python}/python3/run-ptest    |    0
 ...p.py-check-cross_compiling-when-get-FLAGS.patch |   50 +
 .../python/{python => python3}/setuptweaks.patch   |    0
 meta/recipes-devtools/python/python3/signal.patch  |   56 +
 .../python/{python => python3}/sitecustomize.py    |    0
 .../support_SOURCE_DATE_EPOCH_in_py_compile.patch  |   97 ++
 .../sysconfig.py-add-_PYTHON_PROJECT_SRC.patch     |   51 +
 .../python/python3/sysroot-include-headers.patch   |   35 +
 .../tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch |   52 +
 .../tweak-MULTIARCH-for-powerpc-linux-musl.patch   |   40 +
 .../python/python3/unixccompiler.patch             |   35 +
 meta/recipes-devtools/python/python3_3.5.6.bb      |  334 +++++
 meta/recipes-devtools/python/python_2.7.15.bb      |    3 -
 .../timezone.inc}                                  |   21 +-
 meta/recipes-extended/timezone/tzcode-native.bb    |   17 +
 .../{tzdata/tzdata_2018i.bb => timezone/tzdata.bb} |   12 +-
 scripts/send-error-report                          |    6 +-
 96 files changed, 4196 insertions(+), 2577 deletions(-)
 rename meta/recipes-devtools/binutils/{binutils-2.31.inc => binutils-2.32.inc} (54%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.31.bb => binutils-cross-canadian_2.32.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.31.bb => binutils-cross_2.32.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.31.bb => binutils-crosssdk_2.32.bb} (100%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch
 rename meta/recipes-devtools/binutils/binutils/{0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch => 0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch} (85%)
 rename meta/recipes-devtools/binutils/binutils/{0009-warn-for-uses-of-system-directories-when-cross-linki.patch => 0008-warn-for-uses-of-system-directories-when-cross-linki.patch} (94%)
 rename meta/recipes-devtools/binutils/binutils/{0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch => 0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch} (92%)
 rename meta/recipes-devtools/binutils/binutils/{0011-Change-default-emulation-for-mips64-linux.patch => 0010-Change-default-emulation-for-mips64-linux.patch} (88%)
 rename meta/recipes-devtools/binutils/binutils/{0012-Add-support-for-Netlogic-XLP.patch => 0011-Add-support-for-Netlogic-XLP.patch} (86%)
 rename meta/recipes-devtools/binutils/binutils/{0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch => 0012-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch} (76%)
 rename meta/recipes-devtools/binutils/binutils/{0014-Detect-64-bit-MIPS-targets.patch => 0013-Detect-64-bit-MIPS-targets.patch} (86%)
 rename meta/recipes-devtools/binutils/binutils/{0015-sync-with-OE-libtool-changes.patch => 0014-sync-with-OE-libtool-changes.patch} (95%)
 rename meta/recipes-devtools/binutils/binutils/{0016-add-i386pep-emulation-for-x86_64.patch => 0015-binutils-enable-x86_64-pep-for-producing-EFI-binarie.patch} (74%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0022-Handle-ELF-compressed-header-alignment-correctly-by-.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0023-gold-Get-alignment-of-uncompressed-section-from-ch_a.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-17358.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-17360.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-18309.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-18605.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-18606.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-18607.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/clang-bfd-fix.patch
 rename meta/recipes-devtools/binutils/{binutils_2.31.bb => binutils_2.32.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Do-not-hardcode-usr-lib-as-destination-directory.patch
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/avoid_warning_about_tkinter.patch
 delete mode 100644 meta/recipes-devtools/python-sanity/python3/cgi_py.patch
 delete mode 100755 meta/recipes-devtools/python-sanity/python3/check_build_completeness.py
 delete mode 100644 meta/recipes-devtools/python-sanity/python3_3.7.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-native_3.5.6.bb
 create mode 100644 meta/recipes-devtools/python/python3.inc
 rename meta/recipes-devtools/{python-sanity => python}/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch (56%)
 create mode 100644 meta/recipes-devtools/python/python3/0001-Issue-21272-Use-_sysconfigdata.py-to-initialize-dist.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Issue-28043-SSLContext-has-improved-default-settings.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
 create mode 100644 meta/recipes-devtools/python/python3/0002-Makefile-add-target-to-split-profile-generation.patch
 create mode 100644 meta/recipes-devtools/python/python3/0002-bpo-29136-Add-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch
 create mode 100644 meta/recipes-devtools/python/python3/0003-bpo-32947-Fixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch
 create mode 100644 meta/recipes-devtools/python/python3/0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch
 create mode 100644 meta/recipes-devtools/python/python3/0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch
 create mode 100644 meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch
 create mode 100644 meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
 create mode 100644 meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
 rename meta/recipes-devtools/{python-sanity => python}/python3/12-distutils-prefix-is-inside-staging-area.patch (86%)
 create mode 100644 meta/recipes-devtools/python/python3/130-readline-setup.patch
 create mode 100644 meta/recipes-devtools/python/python3/150-fix-setupterm.patch
 create mode 100644 meta/recipes-devtools/python/python3/Use-correct-CFLAGS-for-extensions-when-cross-compili.patch
 create mode 100644 meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
 create mode 100644 meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
 copy meta/recipes-devtools/python/{python => python3}/cgi_py.patch (100%)
 create mode 100644 meta/recipes-devtools/python/python3/configure.ac-fix-LIBPL.patch
 rename meta/recipes-devtools/{python-sanity => python}/python3/create_manifest3.py (100%)
 create mode 100644 meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch
 create mode 100644 meta/recipes-devtools/python/python3/float-endian.patch
 create mode 100644 meta/recipes-devtools/python/python3/ftplib.patch
 rename meta/recipes-devtools/{python-sanity => python}/python3/get_module_deps3.py (100%)
 create mode 100644 meta/recipes-devtools/python/python3/host_include_contamination.patch
 create mode 100644 meta/recipes-devtools/python/python3/pass-missing-libraries-to-Extension-for-mul.patch
 create mode 100644 meta/recipes-devtools/python/python3/python-3.3-multilib.patch
 rename meta/recipes-devtools/{python-sanity => python}/python3/python-config.patch (100%)
 rename meta/recipes-devtools/{python-sanity => python}/python3/python3-manifest.json (98%)
 create mode 100644 meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
 create mode 100644 meta/recipes-devtools/python/python3/regen-all.patch
 rename meta/recipes-devtools/{python-sanity => python}/python3/run-ptest (100%)
 create mode 100644 meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
 copy meta/recipes-devtools/python/{python => python3}/setuptweaks.patch (100%)
 create mode 100644 meta/recipes-devtools/python/python3/signal.patch
 copy meta/recipes-devtools/python/{python => python3}/sitecustomize.py (100%)
 create mode 100644 meta/recipes-devtools/python/python3/support_SOURCE_DATE_EPOCH_in_py_compile.patch
 create mode 100644 meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
 create mode 100644 meta/recipes-devtools/python/python3/sysroot-include-headers.patch
 create mode 100644 meta/recipes-devtools/python/python3/tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch
 create mode 100644 meta/recipes-devtools/python/python3/tweak-MULTIARCH-for-powerpc-linux-musl.patch
 create mode 100644 meta/recipes-devtools/python/python3/unixccompiler.patch
 create mode 100644 meta/recipes-devtools/python/python3_3.5.6.bb
 rename meta/recipes-extended/{tzcode/tzcode-native_2018i.bb => timezone/timezone.inc} (63%)
 create mode 100644 meta/recipes-extended/timezone/tzcode-native.bb
 rename meta/recipes-extended/{tzdata/tzdata_2018i.bb => timezone/tzdata.bb} (94%)

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


More information about the Openembedded-commits mailing list