[oe-commits] [openembedded-core] branch python3 updated (9877189 -> 63d8cb7)

git at git.openembedded.org git at git.openembedded.org
Wed May 18 19:55:10 UTC 2016


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

  discards  9877189   Switch urlparse to urllib.parse
  discards  91c253b   meta: python3 megapatch
  discards  3b0de20   meta: print fixes
  discards  0a7495d   meta: Convert to use python3 octal syntax
  discards  d9adc0c   scripts/oe-buildenv-internal: allow experimental python3 support
       new  076cb58   wic: add bmaptool to the list of utilities
       new  5885b42   wic: implement --bmap option
       new  dbf7971   wic: add help for --bmap commandline option
       new  03e74f4   oe-selftest: wic: add test_bmap test case
       new  a1dc342   scripts/oe-selftest: Improve listing by reducing unneeded spacing
       new  a31f7ab   openssh: Upgrade 7.1p2 -> 7.2p2
       new  78e0335   openssh: Backport fix for CVE-2015-8325
       new  aa2d8f6   useradd: use bindir_native for pseudo PATH
       new  090d009   python3-smmap: add it for python3-gitdb
       new  7edce74   python3-async: add it for python3-gitdb
       new  bc1c233   python3-gitdb: add it for python3-git
       new  5927662   python3-git: add it for buildtools-tarball
       new  5969e2c   buildtools-tarball: remove nativesdk-python-pexpect
       new  651bb75   buildtools-tarball: replace nativesdk-python with nativesdk-python3
       new  d21de77   buildtools-tarball: add nativesdk-locale-base-en-us
       new  9b4a006   useradd.bbclass: Strip trailing '; ' in cmd params
       new  de9400b   systemd: Create missing sysusers offline
       new  71aac5c   pixman: Fix build on arches not defining FE_INVALID exception
       new  ef6ddfa   stat: fix security issues
       new  7167470   makedevs: fix security issues
       new  fcfc761   zip: fix security issues
       new  6b40a7d   webkitgtk: turn off JIT on armv4 and armv7a
       new  2e4cd05   scripts/oe-buildenv-internal: allow experimental python3 support
       new  da25252   meta: Convert to use python3 octal syntax
       new  532699f   meta: print fixes
       new  d0384ec   meta: python3 megapatch
       new  30eeff6   Switch urlparse to urllib.parse
       new  8af0e01   wic: use python3 in shebang
       new  63d8cb7   wic: encode help text

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   (9877189)
            \
             N -- N -- N   refs/heads/python3 (63d8cb7)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 29 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/useradd.bbclass                       |   6 +-
 meta/conf/distro/include/security_flags.inc        |   3 -
 meta/lib/oeqa/selftest/wic.py                      |   8 +
 .../openssh/openssh/CVE-2015-8325.patch            |  39 +++
 .../openssh/openssh/CVE-2016-1907_2.patch          |  65 ----
 .../openssh/openssh/CVE-2016-1907_3.patch          | 329 ---------------------
 .../openssh/CVE-2016-1907_upstream_commit.patch    |  33 ---
 .../openssh/openssh/CVE-2016-3115.patch            |  84 ------
 .../openssh/{openssh_7.1p2.bb => openssh_7.2p2.bb} |   9 +-
 meta/recipes-core/meta/buildtools-tarball.bb       |  12 +-
 meta/recipes-core/systemd/systemd_229.bb           |   8 +-
 .../makedevs/makedevs/fix-security-format.patch    |  63 ++++
 meta/recipes-devtools/makedevs/makedevs_1.0.1.bb   |   1 +
 .../{python-async_0.6.2.bb => python-async.inc}    |   4 -
 meta/recipes-devtools/python/python-async_0.6.2.bb |  16 +-
 .../python/{python-git_1.0.2.bb => python-git.inc} |   5 -
 meta/recipes-devtools/python/python-git_1.0.2.bb   |  22 +-
 .../{python-gitdb_0.6.4.bb => python-gitdb.inc}    |   5 -
 meta/recipes-devtools/python/python-gitdb_0.6.4.bb |  18 +-
 .../{python-smmap_0.9.0.bb => python-smmap.inc}    |   4 -
 meta/recipes-devtools/python/python-smmap_0.9.0.bb |  20 +-
 .../recipes-devtools/python/python3-async_0.6.2.bb |   6 +
 meta/recipes-devtools/python/python3-git_1.0.2.bb  |   7 +
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |   7 +
 .../recipes-devtools/python/python3-smmap_0.9.0.bb |   5 +
 .../stat/stat-3.3/fix-security-format.patch        |  68 +++++
 meta/recipes-extended/stat/stat_3.3.bb             |   1 +
 .../zip/zip-3.0/fix-security-format.patch          |  42 +++
 meta/recipes-extended/zip/zip.inc                  |   3 +-
 ...Check-for-FE_INVALID-definition-before-us.patch |  33 +++
 meta/recipes-graphics/xorg-lib/pixman_0.34.0.bb    |   1 +
 meta/recipes-sato/webkit/webkitgtk_2.12.1.bb       |   7 +-
 scripts/lib/wic/creator.py                         |   1 +
 scripts/lib/wic/engine.py                          |  11 +-
 scripts/lib/wic/help.py                            |   7 +-
 scripts/lib/wic/imager/direct.py                   |  23 +-
 scripts/lib/wic/plugins/imager/direct_plugin.py    |   3 +-
 scripts/lib/wic/utils/oe/misc.py                   |   3 +-
 scripts/oe-selftest                                |  11 +-
 scripts/wic                                        |   5 +-
 40 files changed, 355 insertions(+), 643 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2015-8325.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_2.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_3.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_upstream_commit.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-3115.patch
 rename meta/recipes-connectivity/openssh/{openssh_7.1p2.bb => openssh_7.2p2.bb} (95%)
 create mode 100644 meta/recipes-devtools/makedevs/makedevs/fix-security-format.patch
 copy meta/recipes-devtools/python/{python-async_0.6.2.bb => python-async.inc} (89%)
 copy meta/recipes-devtools/python/{python-git_1.0.2.bb => python-git.inc} (83%)
 copy meta/recipes-devtools/python/{python-gitdb_0.6.4.bb => python-gitdb.inc} (77%)
 copy meta/recipes-devtools/python/{python-smmap_0.9.0.bb => python-smmap.inc} (91%)
 create mode 100644 meta/recipes-devtools/python/python3-async_0.6.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-git_1.0.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
 create mode 100644 meta/recipes-devtools/python/python3-smmap_0.9.0.bb
 create mode 100644 meta/recipes-extended/stat/stat-3.3/fix-security-format.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/fix-security-format.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch

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


More information about the Openembedded-commits mailing list