From 4657db9347681fe2f89f81604b925525ed5b49b0 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sun, 24 May 2020 13:07:53 -0400 Subject: [PATCH] Fix netty version to 50 and restore epoll native support Accidently used the snapshot, as well as needed to exclude the existing old 25 build of libnetty so that we load the newer build of epoll instead. Thanks to 56738 for the catch. --- Spigot-Server-Patches/POM-Changes.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch index 54498d1d66..33301b8118 100644 --- a/Spigot-Server-Patches/POM-Changes.patch +++ b/Spigot-Server-Patches/POM-Changes.patch @@ -68,7 +68,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + io.netty + netty-all -+ 4.1.51.Final-SNAPSHOT ++ 4.1.50.Final + @@ -153,6 +153,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 com/google/thirdparty/** + + io/netty/** ++ META-INF/native/libnetty* + com/brigadier/** + META-INF/MANIFEST.MF + com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository