From 6f03c0a52975b02b1805702348f9744c6b19e243 Mon Sep 17 00:00:00 2001 From: sulu5890 Date: Sun, 19 Dec 2021 18:10:33 -0600 Subject: [PATCH] Update Log4J (1.14.4) (#7156) * Update Log4j * update log4j (again) --- Spigot-Server-Patches/0430-Update-Log4j.patch | 100 ++++++++++++++++++ work/Paperclip | 2 +- 2 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 Spigot-Server-Patches/0430-Update-Log4j.patch diff --git a/Spigot-Server-Patches/0430-Update-Log4j.patch b/Spigot-Server-Patches/0430-Update-Log4j.patch new file mode 100644 index 0000000000..21949c27af --- /dev/null +++ b/Spigot-Server-Patches/0430-Update-Log4j.patch @@ -0,0 +1,100 @@ +From 1dfb687b8c1aa89424bfc697e6d85d0bef99d006 Mon Sep 17 00:00:00 2001 +From: sulu5890 +Date: Sat, 11 Dec 2021 12:27:27 -0600 +Subject: [PATCH] Update Log4j + + +diff --git a/pom.xml b/pom.xml +index beda5dc8a..668f8646f 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -60,25 +60,25 @@ + + org.apache.logging.log4j + log4j-core +- 2.8.1 ++ 2.17.0 + compile + + + org.apache.logging.log4j + log4j-slf4j-impl +- 2.8.1 ++ 2.17.0 + runtime + + + org.apache.logging.log4j + log4j-iostreams +- 2.8.1 ++ 2.17.0 + + + + com.lmax + disruptor +- 3.4.2 ++ 3.4.4 + runtime + + +@@ -179,6 +179,7 @@ + Bukkit + ${api.version} + Bukkit Team ++ true + + + +@@ -206,7 +207,7 @@ + + org.apache.maven.plugins + maven-shade-plugin +- 3.1.1 ++ 3.2.4 + + + package +@@ -215,6 +216,16 @@ + + + ${project.build.directory}/dependency-reduced-pom.xml ++ ++ ++ ++ org.spigotmc:minecraft-server:** ++ ++ org/apache/logging/log4j/** ++ ++ ++ ++ + ${shadeSourcesJar} + + +@@ -265,16 +276,18 @@ + + META-INF/services/java.sql.Driver + +- ++ + + + + + + +- com.github.edwgiz +- maven-shade-plugin.log4j2-cachefile-transformer +- 2.8.1 ++ ++ io.github.edwgiz ++ log4j-maven-shade-plugin-extensions ++ 2.17.0 ++ + + + +-- +2.34.1 + diff --git a/work/Paperclip b/work/Paperclip index c7bfd68a6d..2d4c7b3bbd 160000 --- a/work/Paperclip +++ b/work/Paperclip @@ -1 +1 @@ -Subproject commit c7bfd68a6d71e6c5a09970a4dd00def29a4cbc33 +Subproject commit 2d4c7b3bbd322d8b7f3bbe2fe33ecf627251c828