[oe-commits] [meta-openembedded] branch master-next updated (28ab03b -> 8f7f521)

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 06:49:58 UTC 2019


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

khem pushed a change to branch master-next
in repository meta-openembedded.

 discard 28ab03b  nodejs: allow use of system libuv (and make default)
 discard b429969  corosync: upgrade 2.4.4 -> 2.4.5
 discard 259ad35  grpc: upgrade 1.24.1 -> 1.24.3
 discard 5824b2f  libuv: update to 1.33.1
 discard 3c162d8  openwsman: Upgrade 2.6.9 -> 2.6.11
 discard 8679881  pegtl: Upgrade 2.1.4 -> 2.8.1
 discard da4fd86  libnss-nisplus: Upgrade to the latest upstream git
 discard 42e4698  libdivecomputer: Upgrade to 0.6.0
 discard 8a6c855  php: Upgrade 7.3.9 -> 7.3.11
 discard 2d54632  nodejs: Upgrade 10.16.3 -> 10.17.0
 discard aa115da  doxygen: Upgrade 1.8.15 -> 1.8.16
 discard a999726  cgdb: Upgrade 0.6.8 -> 0.7.1
 discard 5db71ab  libtorrent: Upgrade to 0.13.8
 discard 46a8ed1  flashrom: Upgrade 1.0 -> 1.1
 discard 5b39daf  dhcpcd: upgrade 8.0.2 -> 8.1.1
 discard e47308d  nodejs: allow use of system c-ares (and make default)
 discard 554631c  dbus-broker: build with libaudit if selinux is enabled
 discard 8fb0714  dovecot: Upgrade 2.2.36.3 -> 2.2.36.4
 discard 794f7e9  cim-schema: Remove duplicate file
 discard 3055582  usrsctp: Upgrade to a more recent git snapshot
 discard 4daddf3  lldpd: Upgrade 1.0.3 -> 1.0.4
 discard a3104ef  lftp: Remove no longer needed patch
     new 946a3f6  lldpd: Upgrade 1.0.3 -> 1.0.4
     new e766155  usrsctp: Upgrade to a more recent git snapshot
     new 61fa9f5  cim-schema: Remove duplicate file
     new 2d7fcc4  dovecot: Upgrade 2.2.36.3 -> 2.2.36.4
     new a740ccc  dbus-broker: build with libaudit if selinux is enabled
     new 6a591d5  nodejs: allow use of system c-ares (and make default)
     new 972f6e1  flashrom: Upgrade 1.0 -> 1.1
     new f059532  libtorrent: Upgrade to 0.13.8
     new 8dd653d  cgdb: Upgrade 0.6.8 -> 0.7.1
     new d8983cf  doxygen: Upgrade 1.8.15 -> 1.8.16
     new beb48a2  nodejs: Upgrade 10.16.3 -> 10.17.0
     new 70d830d  php: Upgrade 7.3.9 -> 7.3.11
     new 38d43aa  libdivecomputer: Upgrade to 0.6.0
     new 252d6e3  libnss-nisplus: Upgrade to the latest upstream git
     new 49cc63a  pegtl: Upgrade 2.1.4 -> 2.8.1
     new e4b5d7f  openwsman: Upgrade 2.6.9 -> 2.6.11
     new ec5cdd4  libuv: update to 1.33.1
     new ffeafdf  grpc: upgrade 1.24.1 -> 1.24.3
     new 4125a20  corosync: upgrade 2.4.4 -> 2.4.5
     new 5d51bd1  nodejs: allow use of system libuv (and make default)
     new 632aabd  dhcpcd: upgrade 8.0.2 -> 8.1.1
     new 0866758  iscsi-initiator-utils: upgrade 2.0.877 -> 2.0.878
     new 8f7f521  znc: upgrade 1.7.4 -> 1.7.5

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   (28ab03b)
            \
             N -- N -- N   refs/heads/master-next (8f7f521)

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 23 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:
 .../recipes-connectivity/dhcpcd/dhcpcd_8.1.1.bb    |   7 +-
 .../0001-dhcpcd-Fix-build-error-with-musl.patch    |  29 +++---
 .../lftp/files/fix-gcc-6-conflicts-signbit.patch   |  44 ++++++++
 .../recipes-connectivity/lftp/lftp_4.8.4.bb        |   1 +
 ...-build-issues-with-string-length-overflow.patch | 115 ---------------------
 .../0001-Make-iscsid-systemd-usage-optional.patch  |  88 ----------------
 ...g-config-in-Makefiles-for-newer-libraries.patch |  92 -----------------
 ...2.0.877.bb => iscsi-initiator-utils_2.0.878.bb} |   9 +-
 .../recipes-irc/znc/{znc_1.7.4.bb => znc_1.7.5.bb} |   2 +-
 9 files changed, 68 insertions(+), 319 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/lftp/files/fix-gcc-6-conflicts-signbit.patch
 delete mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Fix-i586-build-issues-with-string-length-overflow.patch
 delete mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Make-iscsid-systemd-usage-optional.patch
 delete mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Use-pkg-config-in-Makefiles-for-newer-libraries.patch
 rename meta-networking/recipes-daemons/iscsi-initiator-utils/{iscsi-initiator-utils_2.0.877.bb => iscsi-initiator-utils_2.0.878.bb} (93%)
 rename meta-networking/recipes-irc/znc/{znc_1.7.4.bb => znc_1.7.5.bb} (94%)

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


More information about the Openembedded-commits mailing list