From 4537ed779ad09d7955dd2d3aa7218a6a787d77d1 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Sat, 14 Jan 2023 19:53:32 +0100 Subject: [PATCH] Update netty to 4.1.87 --- patches/server/Add-support-for-Proxy-Protocol.patch | 2 +- patches/server/Build-system-changes.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/server/Add-support-for-Proxy-Protocol.patch b/patches/server/Add-support-for-Proxy-Protocol.patch index f35a53516c..cd9381c0f8 100644 --- a/patches/server/Add-support-for-Proxy-Protocol.patch +++ b/patches/server/Add-support-for-Proxy-Protocol.patch @@ -12,7 +12,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 */ implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins -+ implementation("io.netty:netty-codec-haproxy:4.1.77.Final") // Paper - Add support for proxy protocol ++ implementation("io.netty:netty-codec-haproxy:4.1.87.Final") // Paper - Add support for proxy protocol // Paper end implementation("org.apache.logging.log4j:log4j-iostreams:2.19.0") // Paper - remove exclusion implementation("org.ow2.asm:asm:9.3") diff --git a/patches/server/Build-system-changes.patch b/patches/server/Build-system-changes.patch index 4065482b16..9f0d4014c4 100644 --- a/patches/server/Build-system-changes.patch +++ b/patches/server/Build-system-changes.patch @@ -26,7 +26,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-library:1.3") + -+ implementation("io.netty:netty-all:4.1.77.Final"); // Paper - Bump netty ++ implementation("io.netty:netty-all:4.1.87.Final"); // Paper - Bump netty } val craftbukkitPackageVersion = "1_19_R2" // Paper