[oe-commits] [meta-openembedded] branch master-next updated (ffd5641 -> 2be016e)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 8 17:40:53 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 ffd5641  lcdproc: Fix parallel build
 discard 95efa0d  nuttcp: update to 7.3.3
 discard 61cac2f  macchanger: update to 1.7.0
     add fb21b3d  nuttcp: update to 7.3.3
     add 4a9deab  lcdproc: Fix parallel build
     new 6cd2bf0  smcroute: update to 2.4.4
     new 495fff2  phytool: update to v2
     new d5da3fa  libowfat: update to 0.32
     new 1b8b861  fwknop: update to 2.6.10
     new dad4ca3  cifs-utils: update to 6.9
     new 324a35c  keepalived: update to 2.0.15
     new 89893ec  chrony: update to 3.4
     new b1754dc  usbredir: update to 0.8.0
     new 781045b  open-isns: update to 0.99
     new b0dd01a  nanomsg: update to 1.1.5
     new 19f647b  stunnel: update to 5.51
     new a7336cb  babeld: update to 1.8.4
     new 10809a0  drbd-utils: update to 9.8.0
     new afc08e7  drbd: update to 9.0.17-1
     new fe457c5  gvfs: remove executable permission from systemd user services
     new c9d7848  gd: fix compile error caused by -Werror=maybe-uninitialized
     new a3dd37a  ledmon: control hard disk led for RAID arrays
     new 2be016e  python-cryptography: Move linker flag to .inc

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   (ffd5641)
            \
             N -- N -- N   refs/heads/master-next (2be016e)

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 18 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-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb       |  8 ++++
 .../nanomsg/{nanomsg_1.1.4.bb => nanomsg_1.1.5.bb} |  2 +-
 .../{keepalived_1.4.2.bb => keepalived_2.0.15.bb}  |  4 +-
 .../babeld/{babeld_1.8.3.bb => babeld_1.8.4.bb}    |  2 +-
 .../chrony/{chrony_3.3.bb => chrony_3.4.bb}        |  4 +-
 .../cifs/{cifs-utils_git.bb => cifs-utils_6.9.bb}  |  8 ++--
 ...001-mount.cifs-Remove-data_blob.h-include.patch | 32 ----------------
 ...drbd-tools-only-rmmod-if-DRBD-is-a-module.patch | 43 ----------------------
 .../{drbd-utils_9.5.0.bb => drbd-utils_9.8.0.bb}   |  7 ++--
 .../drbd/{drbd_9.0.16-1.bb => drbd_9.0.17-1.bb}    |  4 +-
 .../fwknop/{fwknop_2.6.9.bb => fwknop_2.6.10.bb}   |  5 +--
 .../{macchanger_1.7.0.bb => macchanger_1.5.0.bb}   | 13 ++++---
 .../ncp/{libowfat_0.31.bb => libowfat_0.32.bb}     |  4 +-
 ....h-endian.h-is-available-on-musl-on-linux.patch | 38 -------------------
 .../{open-isns_0.98.bb => open-isns_0.99.bb}       |  6 +--
 meta-networking/recipes-support/phytool/phytool.bb |  4 +-
 .../{smcroute_2.0.0.bb => smcroute_2.4.4.bb}       |  4 +-
 .../spice/{usbredir_git.bb => usbredir_0.8.0.bb}   |  3 +-
 .../stunnel/{stunnel_5.49.bb => stunnel_5.51.bb}   |  6 +--
 meta-oe/recipes-bsp/ledmon/ledmon_git.bb           | 32 ++++++++++++++++
 meta-oe/recipes-support/gd/gd_2.2.5.bb             |  2 +
 .../python/python-cryptography.inc                 |  2 +
 22 files changed, 79 insertions(+), 154 deletions(-)
 rename meta-networking/recipes-connectivity/nanomsg/{nanomsg_1.1.4.bb => nanomsg_1.1.5.bb} (94%)
 rename meta-networking/recipes-daemons/keepalived/{keepalived_1.4.2.bb => keepalived_2.0.15.bb} (92%)
 rename meta-networking/recipes-protocols/babeld/{babeld_1.8.3.bb => babeld_1.8.4.bb} (93%)
 rename meta-networking/recipes-support/chrony/{chrony_3.3.bb => chrony_3.4.bb} (97%)
 rename meta-networking/recipes-support/cifs/{cifs-utils_git.bb => cifs-utils_6.9.bb} (88%)
 delete mode 100644 meta-networking/recipes-support/cifs/files/0001-mount.cifs-Remove-data_blob.h-include.patch
 delete mode 100644 meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-drbd-tools-only-rmmod-if-DRBD-is-a-module.patch
 rename meta-networking/recipes-support/drbd/{drbd-utils_9.5.0.bb => drbd-utils_9.8.0.bb} (91%)
 rename meta-networking/recipes-support/drbd/{drbd_9.0.16-1.bb => drbd_9.0.17-1.bb} (83%)
 rename meta-networking/recipes-support/fwknop/{fwknop_2.6.9.bb => fwknop_2.6.10.bb} (86%)
 rename meta-networking/recipes-support/macchanger/{macchanger_1.7.0.bb => macchanger_1.5.0.bb} (50%)
 rename meta-networking/recipes-support/ncp/{libowfat_0.31.bb => libowfat_0.32.bb} (84%)
 delete mode 100644 meta-networking/recipes-support/open-isns/open-isns/0001-util.h-endian.h-is-available-on-musl-on-linux.patch
 rename meta-networking/recipes-support/open-isns/{open-isns_0.98.bb => open-isns_0.99.bb} (86%)
 rename meta-networking/recipes-support/smcroute/{smcroute_2.0.0.bb => smcroute_2.4.4.bb} (75%)
 rename meta-networking/recipes-support/spice/{usbredir_git.bb => usbredir_0.8.0.bb} (83%)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.49.bb => stunnel_5.51.bb} (86%)
 create mode 100644 meta-oe/recipes-bsp/ledmon/ledmon_git.bb

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


More information about the Openembedded-commits mailing list