diff options
author | wangmy <wangmy@fujitsu.com> | 2021-10-19 09:18:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-19 09:23:08 -0700 |
commit | 2b4efc765d46d6f2acba83c8716401f960e0ddfc (patch) | |
tree | 0b59374ced342904c8cba7e309ce6a7444d712b8 /meta-networking | |
parent | 6791dc536444a1dd0f473653501ba43fc84704f2 (diff) | |
download | meta-openembedded-2b4efc765d46d6f2acba83c8716401f960e0ddfc.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/ifenslave/ifenslave_2.13.bb (renamed from meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.13.bb index 025482330..a2eb81fd5 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 | |||
8 | inherit manpages | 8 | inherit manpages |
9 | MAN_PKG = "${PN}" | 9 | MAN_PKG = "${PN}" |
10 | 10 | ||
11 | SRCREV = "88410a7003c31993e79471e151b24662fc2a0d64" | 11 | SRCREV = "1bdfb472f2f8212056ed418d48387e8b36e61b34" |
12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" | 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||