From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 447EC138350 for ; Fri, 3 Apr 2020 03:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37A32E09A2; Fri, 3 Apr 2020 03:37:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 207EBE09A2 for ; Fri, 3 Apr 2020 03:37:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3030F34EEF5 for ; Fri, 3 Apr 2020 03:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF34104 for ; Fri, 3 Apr 2020 03:37:52 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1585885057.5b17f25d5467680509ca9968ffa7baf745010a4f.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild X-VCS-Directories: net-vpn/wireguard-tools/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 5b17f25d5467680509ca9968ffa7baf745010a4f X-VCS-Branch: master Date: Fri, 3 Apr 2020 03:37:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43f37089-e2a2-4f24-949b-d21a38a1b34e X-Archives-Hash: a09164f5cee5d01596d5569d3c3f7b77 commit: 5b17f25d5467680509ca9968ffa7baf745010a4f Author: Simeon Simeonov pichove org> AuthorDate: Thu Apr 2 10:54:31 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Fri Apr 3 03:37:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b17f25d net-vpn/wireguard-tools: check for NF_CONNTRACK_MARK Closes: https://bugs.gentoo.org/715892 Signed-off-by: Jason A. Donenfeld gentoo.org> net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild b/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild index 3d39a1a08d1..63594bbb2be 100644 --- a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild +++ b/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild @@ -49,6 +49,7 @@ pkg_setup() { wg_quick_optional_config_nob NFT_FIB wg_quick_optional_config_nob NFT_FIB_IPV4 wg_quick_optional_config_nob NFT_FIB_IPV6 + wg_quick_optional_config_nob NF_CONNTRACK_MARK elif has_version net-firewall/iptables; then wg_quick_optional_config_nob NETFILTER_XTABLES wg_quick_optional_config_nob NETFILTER_XT_MARK