resending. looks like this did not hit the list. I think its do to my corporate email not registered.
- armin -------- Forwarded Message -------- Subject: [PATCH 00/27] Morty-next pull request cover letter only Date: Tue, 29 Nov 2016 09:08:18 -0800 From: Armin Kuster <akus...@mvista.com> To: akuster...@gmail.com, openembedded-core@lists.openembedded.org Please consider these changes for Morty. Built clean in AB. The following changes since commit 73454473d7c286c41ee697f74052fed03c79f9f5: bitbake: toaster: settings set ALLOWED_HOSTS to * in debug mode (2016-11-16 11:38:51 +0000) are available in the git repository at: http://git.yoctoproject.org/git/poky-contrib akuster/morty-next http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akuster/morty-next André Draszik (2): cve-check.bbclass: CVE-2014-2524 / readline v5.2 openssl: fix bashism in c_rehash shell script Armin Kuster (2): tzcode: update to 2016i tzdata: update to 2016i Daniel Díaz (1): weston: Add no-input-device patch to 1.11.0. Ed Bartosh (1): systemd-bootdisk.wks: use PARTUUID Kai Kang (3): openssh: fix CVE-2016-8858 qemu: fix CVE-2016-7909 qemu: update run-ptest script Khem Raj (2): libbsd: Fix build with musl cmake.bbclass: Set CXXFLAGS and CFLAGS Koen Kooi (1): libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk Li Zhou (1): db: disable the ARM assembler mutex code Maciej Borzecki (3): wic: make sure that partition size is always an integer in internal processing wic: check that filesystem is specified for a rootfs partition wic: fix function comment typos Robert Yang (1): qemuarm64.conf: make runqemu's graphics work Ross Burton (5): Revert "libwnck3: remove the recipe" Revert "epiphany: remove unnecessary libwnck3 dependency" lib/oe/qa: handle binaries with segments outside the first 4kb systemtap: remove explicit msgfmt check systemtap: fix native linking on recent Ubuntu T.O. Radzy Radzykewycz (1): OpenSSL: CVE-2004-2761 replace MD5 hash algorithm Yi Zhao (3): openssl: Security fix CVE-2016-7055 nfs-utils: fix protocol minor version fall-back tiff: Security fix CVE-2016-3632 Zhixiong Chi (1): tiff: Security fix CVE-2016-3658 meta/classes/cmake.bbclass | 2 + meta/classes/cve-check.bbclass | 2 +- meta/conf/machine/qemuarm64.conf | 2 +- meta/lib/oe/qa.py | 82 ++--- .../fix-protocol-minor-version-fall-back.patch | 55 ++++ .../nfs-utils/nfs-utils_1.3.3.bb | 1 + .../openssh/openssh/fix-CVE-2016-8858.patch | 39 +++ meta/recipes-connectivity/openssh/openssh_7.3p1.bb | 1 + .../openssl/openssl/CVE-2016-7055.patch | 43 +++ .../Use-SHA256-not-MD5-as-default-digest.patch | 69 ++++ .../openssl/openssl/openssl-c_rehash.sh | 2 +- .../recipes-connectivity/openssl/openssl_1.0.2j.bb | 1 + .../qemu/qemu/0004-fix-CVE-2016-7909.patch | 42 +++ meta/recipes-devtools/qemu/qemu/run-ptest | 8 +- meta/recipes-devtools/qemu/qemu_2.7.0.bb | 1 + ...code-native_2016h.bb => tzcode-native_2016i.bb} | 8 +- .../tzdata/{tzdata_2016h.bb => tzdata_2016i.bb} | 4 +- meta/recipes-gnome/epiphany/epiphany_3.20.3.bb | 4 +- meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 19 ++ ...on-1.11-config-option-for-no-input-device.patch | 123 +++++++ meta/recipes-graphics/wayland/weston_1.11.0.bb | 1 + .../systemtap/systemtap/fix-monitor-linking.patch | 41 +++ .../systemtap/systemtap/no-msgfmt-check.patch | 15 + meta/recipes-kernel/systemtap/systemtap_git.inc | 2 + .../libtiff/files/CVE-2016-3632.patch | 34 ++ .../libtiff/files/CVE-2016-3658.patch | 111 +++++++ meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 2 + meta/recipes-support/db/db_6.0.35.bb | 9 - ...001-Replace-__BEGIN_DECLS-and-__END_DECLS.patch | 363 +++++++++++++++++++++ .../libbsd/libbsd/0002-Remove-funopen.patch | 55 ++++ ...3-Fix-build-breaks-due-to-missing-a.out.h.patch | 130 ++++++++ meta/recipes-support/libbsd/libbsd_0.8.3.bb | 7 + scripts/lib/wic/canned-wks/systemd-bootdisk.wks | 2 +- scripts/lib/wic/partition.py | 16 +- scripts/lib/wic/plugins/source/bootimg-efi.py | 2 +- scripts/lib/wic/plugins/source/rawcopy.py | 4 +- scripts/lib/wic/utils/partitionedfs.py | 4 +- 37 files changed, 1234 insertions(+), 72 deletions(-) create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/fix-protocol-minor-version-fall-back.patch create mode 100644 meta/recipes-connectivity/openssh/openssh/fix-CVE-2016-8858.patch create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-7055.patch create mode 100644 meta/recipes-connectivity/openssl/openssl/Use-SHA256-not-MD5-as-default-digest.patch create mode 100644 meta/recipes-devtools/qemu/qemu/0004-fix-CVE-2016-7909.patch rename meta/recipes-extended/tzcode/{tzcode-native_2016h.bb => tzcode-native_2016i.bb} (69%) rename meta/recipes-extended/tzdata/{tzdata_2016h.bb => tzdata_2016i.bb} (98%) create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb create mode 100644 meta/recipes-graphics/wayland/weston/weston-1.11-config-option-for-no-input-device.patch create mode 100644 meta/recipes-kernel/systemtap/systemtap/fix-monitor-linking.patch create mode 100644 meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3632.patch create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3658.patch create mode 100644 meta/recipes-support/libbsd/libbsd/0001-Replace-__BEGIN_DECLS-and-__END_DECLS.patch create mode 100644 meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch create mode 100644 meta/recipes-support/libbsd/libbsd/0003-Fix-build-breaks-due-to-missing-a.out.h.patch -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core