From: Jason A. Donenfeld Date: Mon, 27 Apr 2020 23:22:57 +0000 (-0600) Subject: net-vpn/wireguard-modules: drop unused patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e3df7e56dbf0947b6f3b293db64bbd8b236ce37;p=gentoo.git net-vpn/wireguard-modules: drop unused patch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld --- diff --git a/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch b/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch deleted file mode 100644 index 8e263e9622a9..000000000000 --- a/net-vpn/wireguard-modules/files/wireguard-modules-1.0.20200413-sch_generic-header.patch +++ /dev/null @@ -1,26 +0,0 @@ -From bd388363a66d67f0e04f9c45b20a9f33dfcf79f6 Mon Sep 17 00:00:00 2001 -From: "Jason A. Donenfeld" -Date: Thu, 16 Apr 2020 00:27:33 -0600 -Subject: compat: include sch_generic.h header for skb_reset_tc - -Reported-by: King DuckZ -Signed-off-by: Jason A. Donenfeld ---- - src/compat/compat.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/compat/compat.h b/src/compat/compat.h -index 75bd3b7..bb996b8 100644 ---- a/src/compat/compat.h -+++ b/src/compat/compat.h -@@ -1029,6 +1029,7 @@ out: - - #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 29) || (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 5, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 14)) - #include -+#include - static inline void skb_reset_redirect(struct sk_buff *skb) - { - #ifdef CONFIG_NET_SCHED --- -cgit v1.2.3-4-ga26e - diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild index 8a425d4191e6..16df945c1ab1 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200426.ebuild @@ -30,8 +30,6 @@ MODULE_NAMES="wireguard(kernel/drivers/net:src)" BUILD_TARGETS="module" CONFIG_CHECK="NET INET NET_UDP_TUNNEL CRYPTO_ALGAPI" -PATCHES=( "${FILESDIR}/${P}-sch_generic-header.patch" ) - pkg_setup() { if use module; then linux-mod_pkg_setup