[oe-commits] [openembedded-core] branch master-next updated (0877278 -> 5e8ddfb)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:28:27 UTC 2016


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

      from  0877278   oeqa/selftest/base: backup and restore local configuration files
       new  c3e402e   nativesdk-qemu-helper: drop old Zaurus flash tools
       new  9b70621   lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"
       new  72c9536   lib/oe/patch: improve accuracy of patch header extraction
       new  d8ed0be   lttng-tools: fixes a wrong header issue
       new  3653f59   lttng-tools: adds DEPENDS to util-linux
       new  c5850e7   arch-mips: Add mips64r2 tunes
       new  f5a2894   openssl: update to 1.0.2i (CVE-2016-6304 and more)
       new  20d8275   openssl.inc: avoid random ptest failures
       new  290d798   wic: remove partition images
       new  cd75586   gnutls: Skip QA check for text relocation on x86
       new  20279df   cracklib: Apply patch to fix CVE-2016-6318
       new  a488451   scons.bbclass: rework parameters for install task
       new  f46e0e0   scripts/runqemu: provide better error message on runqemu ifup fail
       new  5e8ddfb   pseudo: Fix problem where pseudo could kill a container init

The 14 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/scons.bbclass                         |   2 +-
 meta/conf/machine/include/tune-mips64r2.inc        |  84 +++++
 meta/lib/oe/patch.py                               |  32 +-
 meta/recipes-connectivity/openssl/openssl.inc      |  14 +
 .../openssl/openssl/CVE-2016-2177.patch            | 286 ----------------
 .../openssl/openssl/CVE-2016-2178.patch            |  51 ---
 .../openssl/Fix-typo-introduced-by-a03f81f4.patch  |  29 ++
 .../openssl/openssl/debian/ca.patch                |   2 +-
 .../openssl/openssl/parallel.patch                 |  17 +-
 .../{openssl_1.0.2h.bb => openssl_1.0.2i.bb}       |   7 +-
 .../files/0001-Don-t-send-SIGUSR1-to-init.patch    |  48 +++
 meta/recipes-devtools/pseudo/pseudo_1.8.1.bb       |   1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |  11 -
 meta/recipes-devtools/qemu/qemu-helper/raw2flash.c | 370 ---------------------
 .../0001-Apply-patch-to-fix-CVE-2016-6318.patch    | 105 ++++++
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb   |   1 +
 .../0001-Fix-error.h-common-error.h.patch          |  33 ++
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   3 +-
 meta/recipes-support/gnutls/gnutls_3.5.3.bb        |   3 +
 scripts/lib/wic/utils/partitionedfs.py             |   9 +-
 scripts/runqemu                                    |   3 +
 22 files changed, 378 insertions(+), 735 deletions(-)
 create mode 100644 meta/conf/machine/include/tune-mips64r2.inc
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2177.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2178.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.0.2h.bb => openssl_1.0.2i.bb} (91%)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Don-t-send-SIGUSR1-to-init.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-helper/raw2flash.c
 create mode 100644 meta/recipes-extended/cracklib/cracklib/0001-Apply-patch-to-fix-CVE-2016-6318.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch

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


More information about the Openembedded-commits mailing list