From 0bd0527214fd11b9316c097d5dac1907c7c4b13f Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 16 Jan 2021 06:36:11 -0700 Subject: main/bonding: add support for bond-members statements The newer ifupdown-ng bond executor uses bond-members instead of bond-slaves and rewrites the term as support for legacy terms was reimplemented as a term rewriter when namespaced terms was introduced in ifupdown-ng 0.10. Alpine still uses the legacy bonding scripts for 3.13, so we need to handle the rewritten term as well here. Fixes #12319. --- main/bonding/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/bonding/APKBUILD') diff --git a/main/bonding/APKBUILD b/main/bonding/APKBUILD index 4fcf23ce2ca..39d2643009c 100644 --- a/main/bonding/APKBUILD +++ b/main/bonding/APKBUILD @@ -5,7 +5,7 @@ pkgname=bonding pkgver=2.6 -pkgrel=4 +pkgrel=5 pkgdesc="Scripts for network interface bonding" url="https://wiki.alpinelinux.org/wiki/Bonding" arch="noarch" @@ -19,6 +19,6 @@ package() { done } -sha512sums="88d0566242b172c60b66bd62ce1b5c9f01e5d3b79a2caa7eea8f2ec0255158f449392a54348dd5c375d14f4d8fa6182333c2154582c7eab7f3e8f4a7adce900a bonding.pre-up +sha512sums="de37ddcd56b512f7adda2bddf9c84618796e95c8bc23df8948452c892cd48eff7043d4f0f5ee068bcd634c11907f6859a6216a72d50cb6a4d2473a7a641c71f5 bonding.pre-up 5c81b2891c281df2df4c98a560f776b857e4b6b20ac733858683d87fb7b1ac57423f57003cfdcfac24c8257de31062c4596270e9482b8d35d517e29f2bac0951 bonding.up c6b6f06d1c0a7be1022feb18cdcc55780cad2200ac0121f276527442becb7d75a7850b809ae9c6d5b914a1a03f791bd65c088f1289ce0e28b5a02bd86e3868de bonding.post-down" -- cgit v1.2.3