Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 701758

Summary: net-vpn/wireguard-0.0.20191127: Needs >=net-firewall/iptables-1.6.2
Product: Gentoo Linux Reporter: tastytea <gentoo>
Component: Current packagesAssignee: Jason A. Donenfeld <zx2c4>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tastytea 2019-12-02 14:47:17 UTC
wg-quick calls ip6tables-save with `-w`. The current stable iptables on amd64 is 1.6.1-r3, its ip6tables-save has no `-w` option. The one in 1.6.2-r2 has it.

Reproducible: Always




[#] ip6tables-restore -nw
ip6tables-restore: invalid option -- 'w'
Comment 1 Larry the Git Cow gentoo-dev 2019-12-03 10:33:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9ebbaf620a46cdd36da1fb98b0766f65b02fd0

commit 8b9ebbaf620a46cdd36da1fb98b0766f65b02fd0
Author:     Jason A. Donenfeld <zx2c4@gentoo.org>
AuthorDate: 2019-12-03 10:30:18 +0000
Commit:     Jason A. Donenfeld <zx2c4@gentoo.org>
CommitDate: 2019-12-03 10:33:48 +0000

    net-vpn/wireguard: fix dependencies
    
    Bug: https://bugs.gentoo.org/701762
    Bug: https://bugs.gentoo.org/701758
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>

 ...0191127.ebuild => wireguard-0.0.20191127-r1.ebuild} |  6 +++++-
 net-vpn/wireguard/wireguard-9999.ebuild                | 18 ++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)