[oe-commits] [meta-openembedded] branch master-next updated (6b928f3 -> 341f88f)

git at git.openembedded.org git at git.openembedded.org
Wed May 25 10:43:54 UTC 2016


martin_jansa pushed a change to branch master-next
in repository meta-openembedded.

      from  6b928f3   sthttpd: update to 2.27.0
       new  9406d2c   python-backports-ssl: update to version 3.5.0.1
       new  3777af8   python-cffi: update to version 1.6.0
       new  40cc8b6   python-enum34: update to version 1.1.6
       new  7bd97be   python-greenlet: update to version 0.4.9
       new  51ba4c9   python-mock: update to version 2.0.0
       new  78961f6   python-monotonic: update to version 1.1
       new  aa3ef55   python-pip: update to version 8.1.2
       new  3980599   python-psutil: update to version 4.2.0
       new  99a9649   python-pyflakes: update to version 1.2.3
       new  74c9d7c   python-pyopenssl: update to version 16.0.0
       new  36ae8a7   python-pyparsing: update to version 2.1.4
       new  53b3ca7   python-pyroute2: update to version 0.3.22
       new  6229210   python-pytz: update to version 2016.4
       new  8d831e2   python-pyudev: update to version 0.20.0
       new  3a2b29b   python-urllib3: update to version 1.15.1
       new  1734b29   python-thrift: update to version 0.9.3
       new  f448692   squid: CVE-2016-4553
       new  550b34c   opensaf: update to 5.0.0
       new  27d6994   netkit-rsh: fix build issue.
       new  5059a5f   libass: add newer version
       new  8ae2c77   mpv: Media Player
       new  4df32fe   florence: move to latest GTK2 version 0.5.4
       new  33efbf5   postfix: Fix rootfs creation errors
       new  341f88f   esmtp: Fix rootfs creation errors

The 24 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:
 .../florence/files/fix-no-atspi-compile.patch      | 30 ++++++++++
 .../{florence_0.5.1.bb => florence_0.5.4.bb}       | 12 ++--
 .../opensaf/{opensaf_4.7.0.bb => opensaf_5.0.0.bb} | 37 ++++++------
 .../recipes-daemons/postfix/postfix.inc            |  5 ++
 .../squid/files/CVE-2016-4553.patch                | 51 ++++++++++++++++
 .../recipes-daemons/squid/squid_3.5.7.bb           |  1 +
 .../netkit-rsh/fixup_wait3_api_change.patch        | 34 +++++++++++
 .../recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb   |  1 +
 meta-networking/recipes-support/esmtp/esmtp_1.2.bb |  5 ++
 meta-oe/recipes-multimedia/libass/libass.inc       | 10 ++--
 meta-oe/recipes-multimedia/libass/libass_0.10.1.bb |  5 --
 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb |  4 ++
 meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb   | 69 ++++++++++++++++++++++
 .../python-thrift/python-thrift_0.9.2.bb           | 16 -----
 .../python-thrift/python-thrift_0.9.3.bb           |  9 +++
 ..._3.4.0.2.bb => python-backports-ssl_3.5.0.1.bb} |  7 ++-
 .../{python-cffi_1.5.2.bb => python-cffi_1.6.0.bb} |  5 +-
 .../recipes-devtools/python/python-enum34_1.1.2.bb |  8 ---
 .../recipes-devtools/python/python-enum34_1.1.6.bb |  9 +++
 ...-greenlet_0.4.7.bb => python-greenlet_0.4.9.bb} |  5 +-
 .../{python-mock_1.3.0.bb => python-mock_2.0.0.bb} |  5 +-
 ...on-monotonic_1.0.bb => python-monotonic_1.1.bb} |  5 +-
 .../{python-pip_8.1.1.bb => python-pip_8.1.2.bb}   |  5 +-
 ...thon-psutil_4.1.0.bb => python-psutil_4.2.0.bb} |  5 +-
 .../python/python-pyflakes_1.1.0.bb                | 14 -----
 .../python/python-pyflakes_1.2.3.bb                | 15 +++++
 ...penssl_0.15.1.bb => python-pyopenssl_16.0.0.bb} |  6 +-
 .../python/python-pyparsing_2.1.1.bb               | 10 ----
 .../python/python-pyparsing_2.1.4.bb               | 10 ++++
 ...yroute2_0.3.14.bb => python-pyroute2_0.3.22.bb} |  5 +-
 ...python-pytz_2016.3.bb => python-pytz_2016.4.bb} |  7 ++-
 ...on-pyudev_0.19.0.bb => python-pyudev_0.20.0.bb} |  5 +-
 .../recipes-devtools/python/python-urllib3_1.14.bb | 11 ----
 .../python/python-urllib3_1.15.1.bb                | 12 ++++
 34 files changed, 318 insertions(+), 120 deletions(-)
 create mode 100644 meta-gnome/recipes-support/florence/files/fix-no-atspi-compile.patch
 rename meta-gnome/recipes-support/florence/{florence_0.5.1.bb => florence_0.5.4.bb} (62%)
 rename meta-networking/recipes-daemons/opensaf/{opensaf_4.7.0.bb => opensaf_5.0.0.bb} (94%)
 create mode 100644 meta-networking/recipes-daemons/squid/files/CVE-2016-4553.patch
 create mode 100644 meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch
 delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
 create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
 create mode 100644 meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb
 delete mode 100644 meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb
 create mode 100644 meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb
 rename meta-python/recipes-devtools/python/{python-backports-ssl_3.4.0.2.bb => python-backports-ssl_3.5.0.1.bb} (71%)
 rename meta-python/recipes-devtools/python/{python-cffi_1.5.2.bb => python-cffi_1.6.0.bb} (51%)
 delete mode 100644 meta-python/recipes-devtools/python/python-enum34_1.1.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-enum34_1.1.6.bb
 rename meta-python/recipes-devtools/python/{python-greenlet_0.4.7.bb => python-greenlet_0.4.9.bb} (55%)
 rename meta-python/recipes-devtools/python/{python-mock_1.3.0.bb => python-mock_2.0.0.bb} (59%)
 rename meta-python/recipes-devtools/python/{python-monotonic_1.0.bb => python-monotonic_1.1.bb} (52%)
 rename meta-python/recipes-devtools/python/{python-pip_8.1.1.bb => python-pip_8.1.2.bb} (60%)
 rename meta-python/recipes-devtools/python/{python-psutil_4.1.0.bb => python-psutil_4.2.0.bb} (51%)
 delete mode 100644 meta-python/recipes-devtools/python/python-pyflakes_1.1.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyflakes_1.2.3.bb
 rename meta-python/recipes-devtools/python/{python-pyopenssl_0.15.1.bb => python-pyopenssl_16.0.0.bb} (66%)
 delete mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.1.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb
 rename meta-python/recipes-devtools/python/{python-pyroute2_0.3.14.bb => python-pyroute2_0.3.22.bb} (72%)
 rename meta-python/recipes-devtools/python/{python-pytz_2016.3.bb => python-pytz_2016.4.bb} (55%)
 rename meta-python/recipes-devtools/python/{python-pyudev_0.19.0.bb => python-pyudev_0.20.0.bb} (63%)
 delete mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.14.bb
 create mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb

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


More information about the Openembedded-commits mailing list