All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-networking] [PATCH] ifenslave: upgrade 2.12 -> 2.13
@ 2021-10-19  1:18 Wang Mingyu
  0 siblings, 0 replies; only message in thread
From: Wang Mingyu @ 2021-10-19  1:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

ifenslave (2.13) unstable; urgency=medium

  * QA upload.

  [ Guillem Jover ]
  * Fix MAC address setting messed up by udev for bond interfaces.
    (Closes: #949062)
  * Use ifquery instead of example contrib script ifstate. (Closes: #991930)
  * Fix ifquery redirections.
  * Bump Standards-Version to 4.6.0 (no changed needed).
  * Remove long supported Linux version requirements from Description.

  [ Sami Haahtinen ]
  * Use correct argument in setup_slave_device(). (Closes: #968368)

  [ Oleander Reis ]
  * Handle slave definitions of interfaces with no bond settings.
    (Closes: #990428)
  * Delete bond interfaces on ifdown -a. (Closes: #992102)

 -- Guillem Jover <guillem@debian.org>  Sun, 17 Oct 2021 06:02:55 +0200

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ifenslave/{ifenslave_2.12.bb => ifenslave_2.13.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/ifenslave/{ifenslave_2.12.bb => ifenslave_2.13.bb} (91%)

diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.13.bb
similarity index 91%
rename from meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb
rename to meta-networking/recipes-support/ifenslave/ifenslave_2.13.bb
index 0254823304..a2eb81fd5b 100644
--- a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb
+++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.13.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253
 inherit manpages
 MAN_PKG = "${PN}"
 
-SRCREV = "88410a7003c31993e79471e151b24662fc2a0d64"
-SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https"
+SRCREV = "1bdfb472f2f8212056ed418d48387e8b36e61b34"
+SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-19  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  1:18 [oe] [meta-networking] [PATCH] ifenslave: upgrade 2.12 -> 2.13 Wang Mingyu

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.