ifenslave: upgrade 2.12 -> 2.13

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2021-10-19 09:18:20 +08:00 committed by Khem Raj
parent 6791dc5364
commit 2b4efc765d

View File

@ -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"