All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Mingyu <wangmy@fujitsu.com>
To: <openembedded-devel@lists.openembedded.org>
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [oe] [meta-networking] [PATCH] smcroute: upgrade 2.5.3 -> 2.5.4
Date: Tue, 16 Nov 2021 11:36:41 +0800	[thread overview]
Message-ID: <1637033801-81290-4-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1637033801-81290-1-git-send-email-wangmy@fujitsu.com>

Changes:
Automatically extract new version from GIT tag

Fixes:
Avoid trying to delete inactive VIFs. Fixing an annoying bogus error:
"Failed deleting VIF for iface lo: Resource temporarily unavailable"
Fix #171: too small string buffer for IPv6 address causing garbled
output in periodic expiry callback
Fix too small buffer for IPv6 address in mroute display functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../smcroute/{smcroute_2.5.3.bb => smcroute_2.5.4.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/smcroute/{smcroute_2.5.3.bb => smcroute_2.5.4.bb} (89%)

diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb
similarity index 89%
rename from meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb
rename to meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb
index fc1575d65e..21a3c44264 100644
--- a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb
+++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb
@@ -5,7 +5,7 @@ SECTION = "net"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c"
+SRCREV = "9b6e397595a154c84a329c55bed21e0c43e89ee6"
 SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



      parent reply	other threads:[~2021-11-16  3:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16  3:36 [oe] [meta-python] [PATCH] python3-isort: upgrade 5.10.0 -> 5.10.1 Wang Mingyu
2021-11-16  3:36 ` [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 9.3.1 -> 10.1.0 Wang Mingyu
2021-11-16  3:36 ` [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.26 -> 1.4.27 Wang Mingyu
2021-11-16  3:36 ` Wang Mingyu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637033801-81290-4-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.