[oe-commits] [openembedded-core] branch master-next updated (ac0b204 -> d576ec2)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 27 13:09:25 UTC 2018


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

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

 discard ac0b204  dhcp: update 4.4.1
 discard 47d3e84  bind: update to ESV version 9.11.3
     new 054854c  bitbake.conf: handle cmake -dev files packaging with default rules
     new 01fb078  db: drop legacy ARM specific SWP based mutex optimisation
     new 5fa53ed  image: Set COREBASE as the git directory for timestamp
     new ad0e429  kernel: Set SOURCE_DATE_EPOCH to kernel git timestamp if not set
     new 5299245  maintainers: assign systemtap to Victor Kanensky
     new c640a8e  gcc-8: define GLIBC_DYNAMIC_LINKER relative to SYSTEMLIBS_DIR on riscv
     new 9c9a920  glibc: fix CVE-2018-11237
     new 8e023e4  insane.bbclass: Make missing license file fatal
     new ec43efa  insane.bbclass: Don't let warnings make previous errors non-fatal
     new d576ec2  arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ac0b204)
            \
             N -- N -- N   refs/heads/master-next (d576ec2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 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/classes/cmake.bbclass                         |   2 -
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/insane.bbclass                        |  12 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/conf/bitbake.conf                             |   4 +-
 meta/conf/distro/include/maintainers.inc           |   4 +-
 meta/conf/machine/include/arm/arch-armv7a.inc      |   1 +
 ...-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch |  13 +-
 .../0001-lib-dns-gen.c-fix-too-long-error.patch    |  13 +-
 .../bind/bind/bind-confgen-build-unix.o-once.patch |  48 +++++
 ...-searching-for-json-headers-searches-sysr.patch |  13 +-
 .../bind/bind/dont-test-on-host.patch              |  17 ++
 .../use-python3-and-fix-install-lib-path.patch     |  36 ++++
 .../bind/{bind_9.11.3.bb => bind_9.10.6.bb}        |  81 ++++----
 meta/recipes-connectivity/dhcp/dhcp.inc            |  19 +-
 ...o-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch |  13 +-
 .../dhcp/dhcp/0003-link-with-lcrypto.patch         |  13 +-
 .../dhcp/dhcp/0004-Fix-out-of-tree-builds.patch    | 109 ++++++-----
 .../dhcp/0006-site.h-enable-gentle-shutdown.patch  |  13 +-
 ...re-argument-to-make-the-libxml2-dependenc.patch |  40 +---
 .../dhcp/dhcp/0010-build-shared-libs.patch         | 208 +++++++++++++++++++++
 ...all-to-isc_app_ctxstart-to-not-get-signal.patch |  81 ++++++++
 ...correct-the-intention-for-xml2-lib-search.patch |  13 +-
 .../dhcp/dhcp/CVE-2017-3144.patch                  |  74 ++++++++
 .../dhcp/{dhcp_4.4.1.bb => dhcp_4.3.6.bb}          |  12 +-
 meta/recipes-core/glibc/glibc/CVE-2018-11237.patch |  82 ++++++++
 meta/recipes-core/glibc/glibc_2.27.bb              |   1 +
 ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch |  16 +-
 .../db/db/arm-thumb-mutex_db5.patch                |  50 -----
 meta/recipes-support/db/db_5.3.28.bb               |  18 +-
 30 files changed, 751 insertions(+), 259 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/use-python3-and-fix-install-lib-path.patch
 rename meta/recipes-connectivity/bind/{bind_9.11.3.bb => bind_9.10.6.bb} (70%)
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0010-build-shared-libs.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0011-Moved-the-call-to-isc_app_ctxstart-to-not-get-signal.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2017-3144.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.4.1.bb => dhcp_4.3.6.bb} (65%)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11237.patch
 delete mode 100644 meta/recipes-support/db/db/arm-thumb-mutex_db5.patch

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


More information about the Openembedded-commits mailing list