[oe-commits] [openembedded-core] branch master-next updated (84c6e9f -> 5457790)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 19 08:09:22 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

    from 84c6e9f  systemd-bootconf: Make is machine specific
     new 069e465  ltp: upgrade 20190115 -> 20190517
     new 04e81ac  iptables: Security Advisory - iptables - CVE-2019-11360
     new 8ef3f6d  rsync: fix CVEs for included zlib
     new 151a842  glibc: CVE-2018-20796 is same as CVE-2019-9169
     new e67ee2f  unzip: fix CVE-2019-13232
     new 042f8c4  python: include CVE patches for python-native as well
     new 415ec21  gdb: fix CVE-2017-9778
     new b74a0c6  cve-update-db-native: use os.path.join instead of +
     new 5457790  cve-update-db: actually inherit native

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/recipes-core/glibc/glibc/CVE-2019-9169.patch  |   1 +
 meta/recipes-core/meta/cve-update-db-native.bb     |  11 +-
 meta/recipes-devtools/gdb/gdb-8.3.inc              |   1 +
 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch  |  98 ++++++
 meta/recipes-devtools/python/python.inc            |   5 +
 meta/recipes-devtools/python/python_2.7.16.bb      |   5 -
 .../rsync/files/CVE-2016-9840.patch                |  75 +++++
 .../rsync/files/CVE-2016-9841.patch                | 228 ++++++++++++++
 .../rsync/files/CVE-2016-9842.patch                |  33 ++
 .../rsync/files/CVE-2016-9843.patch                |  53 ++++
 meta/recipes-devtools/rsync/rsync_3.1.3.bb         |   4 +
 .../iptables/iptables/CVE-2019-11360.patch         | 117 +++++++
 meta/recipes-extended/iptables/iptables_1.8.2.bb   |   1 +
 ...Add-option-to-select-libc-implementation.patch} |  27 +-
 .../0001-file01.sh-Fix-in-was-not-recognized.patch |  38 ---
 ...efine-TST_ABI-32-64-to-detect-target-type.patch |  74 -----
 ...trlimit03.c-read-proc-sys-fs-nr_open-for-.patch |  70 -----
 ...ollers-Link-with-libfts-explicitly-on-mu.patch} |  13 +-
 ...__GLIBC_PREREQ-is-defined-before-using-it.patch |  58 ++++
 ...h => 0004-guard-mallocopt-with-__GLIBC__.patch} |   9 +-
 ...efine-getdents-getdents64-only-for-glibc.patch} |  12 +-
 ...06-rt_tgsigqueueinfo-disable-test-on-musl.patch |  35 +++
 ...patch => 0007-Fix-test_proc_kill-hanging.patch} |  10 +-
 ...RDSIZE-undeclared-when-building-with-musl.patch |  31 --
 ...__GLIBC_PREREQ-is-defined-before-using-it.patch | 151 ---------
 ...twork-nfsv4-acl-acl1.c-Security-fix-on-s.patch} |  14 +-
 ...ition-of-struct-msgbuf-error-building-wit.patch |  36 ---
 ...testsuite-mmap24-2-Relax-condition-a-bit.patch} |   6 +-
 ...-t-use-hardcoded-index-0-for-SHM_STAT-te.patch} |   9 +-
 ...> 0011-direct_io-diotest4-drop-MAP_FIXED.patch} |  35 ++-
 ...adjust-a-bit-of-code-to-compatiable-with.patch} |   8 +-
 ..._GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch |  73 -----
 ...-Use-int-instead-of-enum-__ptrace_request.patch |  50 ---
 ...gaction-rt_sigprocmark-Define-_GNU_SOURCE.patch |  70 -----
 .../ltp/ltp/0026-crash01-Define-_GNU_SOURCE.patch  |  31 --
 ...n.h-Use-sighandler_t-instead-of-__sighand.patch |  48 ---
 .../ltp/ltp/0034-periodic_output.patch             |  55 ----
 ...s-ar01-Fix-for-test-in-deterministic-mode.patch | 254 ---------------
 .../define-sigrtmin-and-sigrtmax-for-musl.patch    | 114 -------
 .../setregid01-security-string-formatting.patch    |  46 ---
 .../ltp/{ltp_20190115.bb => ltp_20190517.bb}       |  39 +--
 .../unzip/unzip/CVE-2019-13232.patch               | 339 +++++++++++++++++++++
 meta/recipes-extended/unzip/unzip_6.0.bb           |   1 +
 43 files changed, 1145 insertions(+), 1243 deletions(-)
 create mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2016-9840.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2016-9841.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2016-9842.patch
 create mode 100644 meta/recipes-devtools/rsync/files/CVE-2016-9843.patch
 create mode 100644 meta/recipes-extended/iptables/iptables/CVE-2019-11360.patch
 rename meta/recipes-extended/ltp/ltp/{0004-build-Add-option-to-select-libc-implementation.patch => 0001-build-Add-option-to-select-libc-implementation.patch} (90%)
 delete mode 100644 meta/recipes-extended/ltp/ltp/0001-file01.sh-Fix-in-was-not-recognized.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0001-lapi-Define-TST_ABI-32-64-to-detect-target-type.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch
 rename meta/recipes-extended/ltp/ltp/{0005-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch => 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch} (86%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0003-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch
 rename meta/recipes-extended/ltp/ltp/{0018-guard-mallocopt-with-__GLIBC__.patch => 0004-guard-mallocopt-with-__GLIBC__.patch} (87%)
 rename meta/recipes-extended/ltp/ltp/{0020-getdents-define-getdents-getdents64-only-for-glibc.patch => 0005-getdents-define-getdents-getdents64-only-for-glibc.patch} (87%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0006-rt_tgsigqueueinfo-disable-test-on-musl.patch
 rename meta/recipes-extended/ltp/ltp/{0035-fix-test_proc_kill-hang.patch => 0007-Fix-test_proc_kill-hanging.patch} (86%)
 delete mode 100644 meta/recipes-extended/ltp/ltp/0007-fix-__WORDSIZE-undeclared-when-building-with-musl.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0008-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch
 rename meta/recipes-extended/ltp/ltp/{0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch => 0008-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch} (89%)
 delete mode 100644 meta/recipes-extended/ltp/ltp/0009-fix-redefinition-of-struct-msgbuf-error-building-wit.patch
 rename meta/recipes-extended/ltp/ltp/{0001-open_posix_testsuite-mmap24-2-Relax-condition-a-bit.patch => 0009-open_posix_testsuite-mmap24-2-Relax-condition-a-bit.patch} (95%)
 rename meta/recipes-extended/ltp/ltp/{0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch => 0010-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch} (91%)
 rename meta/recipes-extended/ltp/ltp/{0001-diotest4-Let-kernel-pick-an-address-when-calling-mma.patch => 0011-direct_io-diotest4-drop-MAP_FIXED.patch} (50%)
 rename meta/recipes-extended/ltp/ltp/{0001-getrlimit03-adjust-a-bit-of-code-to-compatiable-with.patch => 0012-getrlimit03-adjust-a-bit-of-code-to-compatiable-with.patch} (90%)
 delete mode 100644 meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0023-ptrace-Use-int-instead-of-enum-__ptrace_request.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0024-rt_sigaction-rt_sigprocmark-Define-_GNU_SOURCE.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0026-crash01-Define-_GNU_SOURCE.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0034-periodic_output.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/define-sigrtmin-and-sigrtmax-for-musl.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/setregid01-security-string-formatting.patch
 rename meta/recipes-extended/ltp/{ltp_20190115.bb => ltp_20190517.bb} (72%)
 create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232.patch

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


More information about the Openembedded-commits mailing list