All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] lldpd: Update to version 0.9.2
@ 2016-04-14 12:47 Fabio Berton
  2016-04-14 14:31 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Berton @ 2016-04-14 12:47 UTC (permalink / raw)
  To: openembedded-devel

This new release has following changes since version 0.9.0:

lldpd (0.9.2)

    - Ability to add/remove/replace custom TLV from lldpcli.
    - LLDP-MED capabilities are displayed differently in lldpcli.
    - Limit the maximum depth (5) when trying to apply a VLAN.
    - Change JSON output format when using json-c to match Jansson
    - output.
    - Integration tests for the major parts of lldpd, including use of
    - address and leak sanitizer.
    - Fix:
    - LLDP-MED POE TLV are now displayed in lldpcli.
    - Ignore lower link when it is in another namespace.
    - Fix various problems with interfaces being enslaved.
    - Fix a memory leak when modifying port-related settings.

lldpd (0.9.1)

    - Rework packaging for OS X to make it work with El Capitan. To
    - simplify a bit, it is not possible anymore to build fat
    - binaries. Latest version of OS X supporting 32bit was 10.6.
    - Fix:
    - By default, when using port alias as description, use port name
    - as port ID.
    - Miscellaneous fixes with netlink cache.
    - Ensure large netlink messages can be received.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-daemons/lldpd/{lldpd_0.9.0.bb => lldpd_0.9.2.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/lldpd/{lldpd_0.9.0.bb => lldpd_0.9.2.bb} (94%)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.2.bb
similarity index 94%
rename from meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
rename to meta-networking/recipes-daemons/lldpd/lldpd_0.9.2.bb
index c590fae..77ed09f 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.2.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
     file://lldpd.default \
     "
 
-SRC_URI[md5sum] = "ed0226129b0c90b3a45c273fe1aba8de"
-SRC_URI[sha256sum] = "300e4a590f7bf21c79d5ff94c2d6a69d0b2c34dbc21e17281496462a04ca80bc"
+SRC_URI[md5sum] = "b809887bc927fb558fd5dd64b6c0a494"
+SRC_URI[sha256sum] = "6054f29d41faf32186a22331853a299c87f4419b4332df4a564f76a139305a32"
 
 inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-networking][PATCH] lldpd: Update to version 0.9.2
  2016-04-14 12:47 [meta-networking][PATCH] lldpd: Update to version 0.9.2 Fabio Berton
@ 2016-04-14 14:31 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2016-04-14 14:31 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Thu, Apr 14, 2016 at 9:47 AM, Fabio Berton
<fabio.berton@ossystems.com.br> wrote:
> This new release has following changes since version 0.9.0:
>
> lldpd (0.9.2)
>
>     - Ability to add/remove/replace custom TLV from lldpcli.
>     - LLDP-MED capabilities are displayed differently in lldpcli.
>     - Limit the maximum depth (5) when trying to apply a VLAN.
>     - Change JSON output format when using json-c to match Jansson
>     - output.
>     - Integration tests for the major parts of lldpd, including use of
>     - address and leak sanitizer.

       I think the extra - is wrong. It is a continuation of previous line.

>     - Fix:
>     - LLDP-MED POE TLV are now displayed in lldpcli.
>     - Ignore lower link when it is in another namespace.
>     - Fix various problems with interfaces being enslaved.
>     - Fix a memory leak when modifying port-related settings.
>
> lldpd (0.9.1)
>
>     - Rework packaging for OS X to make it work with El Capitan. To
>     - simplify a bit, it is not possible anymore to build fat
>     - binaries. Latest version of OS X supporting 32bit was 10.6.

        Here too.

>     - Fix:
>     - By default, when using port alias as description, use port name
>     - as port ID.

      And here.

>     - Miscellaneous fixes with netlink cache.
>     - Ensure large netlink messages can be received.
>
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>

Please rework the commit log and post a new patchset revision.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-14 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-14 12:47 [meta-networking][PATCH] lldpd: Update to version 0.9.2 Fabio Berton
2016-04-14 14:31 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.