[oe-commits] [openembedded-core] branch jethro updated (f6999fa -> c9c85df)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 22:22:24 UTC 2016


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

      from  f6999fa   curl: security fix for CVE-2016-5421
       new  7ab2f49   openssl: add a patch to fix parallel builds
       new  5781eb9   openssl: Security fix CVE-2016-2177
       new  82fe0e8   openssl: Security fix CVE-2016-2178
       new  249cc16   libpcre: Fix CVE-2016-3191
       new  b4471e7   tiff: Security fix CVE-2016-3186
       new  35a7cb6   tiff: Security fix CVE-2016-5321
       new  4e2f448   tiff: Security fix CVE-2016-5323
       new  91e05c2   bind: Security fix CVE-2016-2088
       new  64ff622   git: Security fix CVE-2016-2315 CVE-2016-2324
       new  7d07de3   openssh: Security fix CVE-2016-6210
       new  3fdad45   openssh: Security fix CVE-2016-5615
       new  c71cbdd   openssh: Security fix CVE-2015-8325
       new  15b6586   wget: Security fix CVE-2016-4971
       new  8ce0ce8   qemu: Security Fix CVE-2016-3710
       new  6f25d96   qemu: Security Fix CVE-2016-3712
       new  628b9bf   qemu: Security fix CVE-2016-4439
       new  5729eb1   qemu: Security fix CVE-2016-6351
       new  6d7c10e   qemu: Security fix for CVE-2016-4002
       new  2f3f09d   qemu: Secuirty fix for CVE-2016-5403
       new  c9c85df   util-linux: Security fix for CVE-2016-5011

The 20 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:
 .../bind/bind/CVE-2016-2088.patch                  | 216 ++++++++++++++
 meta/recipes-connectivity/bind/bind_9.10.2-P4.bb   |   1 +
 .../openssh/openssh/CVE-2015-8325.patch            |  33 +++
 .../openssh/openssh/CVE-2016-6210.patch            | 114 +++++++
 .../openssh/openssh/CVE-2016-6210_p2.patch         | 110 +++++++
 .../openssh/openssh/CVE-2016-6210_p3.patch         |  62 ++++
 .../openssh/openssh/CVE-2016-6515.patch            |  54 ++++
 meta/recipes-connectivity/openssh/openssh_7.1p2.bb |   5 +
 .../openssl/openssl/CVE-2016-2177.patch            | 286 ++++++++++++++++++
 .../openssl/openssl/CVE-2016-2178.patch            |  51 ++++
 .../openssl/openssl/parallel.patch                 | 326 +++++++++++++++++++++
 .../recipes-connectivity/openssl/openssl_1.0.2h.bb |   3 +
 .../util-linux/util-linux/CVE-2016-5011.patch      |  59 ++++
 .../util-linux/util-linux/CVE-2016-5011_p2.patch   |  91 ++++++
 meta/recipes-core/util-linux/util-linux_2.26.2.bb  |   2 +
 .../git/git-2.5.0/CVE-2016-2315_2324.patch         | 307 +++++++++++++++++++
 .../git/git-2.5.0/CVE-2016-2315_p1.patch           | 115 ++++++++
 .../git/git-2.5.0/CVE-2016-2315_p2.patch           |  89 ++++++
 .../git/git-2.5.0/CVE-2016-2315_p3.patch           | 160 ++++++++++
 .../git/git-2.5.0/CVE-2016-2315_p4.patch           | 237 +++++++++++++++
 meta/recipes-devtools/git/git_2.5.0.bb             |   5 +
 .../recipes-devtools/qemu/qemu/CVE-2016-3710.patch | 112 +++++++
 .../qemu/qemu/CVE-2016-3712_p1.patch               |  73 +++++
 .../qemu/qemu/CVE-2016-3712_p2.patch               | 132 +++++++++
 .../qemu/qemu/CVE-2016-3712_p3.patch               |  34 +++
 .../qemu/qemu/CVE-2016-3712_p4.patch               |  80 +++++
 .../recipes-devtools/qemu/qemu/CVE-2016-4002.patch |  39 +++
 .../recipes-devtools/qemu/qemu/CVE-2016-4439.patch |  46 +++
 .../recipes-devtools/qemu/qemu/CVE-2016-5403.patch |  67 +++++
 .../qemu/qemu/CVE-2016-6351_p1.patch               |  75 +++++
 .../qemu/qemu/CVE-2016-6351_p2.patch               |  60 ++++
 meta/recipes-devtools/qemu/qemu_2.4.0.bb           |  10 +
 .../recipes-extended/wget/wget/CVE-2016-4971.patch | 294 +++++++++++++++++++
 ...mping-and-continue-behaviour-with-ftp-pro.patch | 108 +++++++
 meta/recipes-extended/wget/wget_1.16.3.bb          |   2 +
 .../libtiff/files/CVE-2016-3186.patch              |  24 ++
 .../libtiff/files/CVE-2016-5321.patch              |  45 +++
 .../libtiff/files/CVE-2016-5323.patch              | 103 +++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.4.bb      |   3 +
 .../libpcre/libpcre/CVE-2016-3191.patch            | 174 +++++++++++
 meta/recipes-support/libpcre/libpcre_8.38.bb       |   1 +
 41 files changed, 3808 insertions(+)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2088.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2015-8325.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-6210.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-6210_p2.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-6210_p3.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-6515.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2177.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2178.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/parallel.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2016-5011.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2016-5011_p2.patch
 create mode 100644 meta/recipes-devtools/git/git-2.5.0/CVE-2016-2315_2324.patch
 create mode 100644 meta/recipes-devtools/git/git-2.5.0/CVE-2016-2315_p1.patch
 create mode 100644 meta/recipes-devtools/git/git-2.5.0/CVE-2016-2315_p2.patch
 create mode 100644 meta/recipes-devtools/git/git-2.5.0/CVE-2016-2315_p3.patch
 create mode 100644 meta/recipes-devtools/git/git-2.5.0/CVE-2016-2315_p4.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-3710.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-3712_p1.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-3712_p2.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-3712_p3.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-3712_p4.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-4002.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-4439.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-5403.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-6351_p1.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-6351_p2.patch
 create mode 100644 meta/recipes-extended/wget/wget/CVE-2016-4971.patch
 create mode 100644 meta/recipes-extended/wget/wget/Fix-timestamping-and-continue-behaviour-with-ftp-pro.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3186.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5321.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-5323.patch
 create mode 100644 meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch

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


More information about the Openembedded-commits mailing list