Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2021-12-14 15:55:59 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-12-14 15:59:52 +0300
commit1005ab11fe2d4f1d38c32d4923435cb1674e5d16 (patch)
treecfb04d8fb2a5171f7ca7708f041c00cff162a5fc
parente0be6c37aa9a557385ffc20e104648708a002a30 (diff)
Updated log4j to version 2.16.0
-rw-r--r--app/.classpath4
-rw-r--r--app/lib/log4j-api-2.16.0.jar (renamed from app/lib/log4j-api-2.15.0.jar)bin301805 -> 301892 bytes
-rw-r--r--app/lib/log4j-core-2.16.0.jar (renamed from app/lib/log4j-core-2.15.0.jar)bin1789769 -> 1789565 bytes
-rw-r--r--arduino-core/.classpath4
-rw-r--r--arduino-core/lib/log4j-api-2.16.0.jar (renamed from arduino-core/lib/log4j-api-2.15.0.jar)bin301805 -> 301892 bytes
-rw-r--r--arduino-core/lib/log4j-core-2.16.0.jar (renamed from arduino-core/lib/log4j-core-2.15.0.jar)bin1789769 -> 1789565 bytes
-rw-r--r--build/shared/revisions.txt3
7 files changed, 7 insertions, 4 deletions
diff --git a/app/.classpath b/app/.classpath
index 4ed362202..9b920b1bb 100644
--- a/app/.classpath
+++ b/app/.classpath
@@ -38,8 +38,8 @@
<classpathentry kind="lib" path="lib/jmdns-3.5.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.22.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.22.jar"/>
- <classpathentry kind="lib" path="lib/log4j-api-2.15.0.jar"/>
- <classpathentry kind="lib" path="lib/log4j-core-2.15.0.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-api-2.16.0.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-core-2.16.0.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/>
diff --git a/app/lib/log4j-api-2.15.0.jar b/app/lib/log4j-api-2.16.0.jar
index 77f6b2bef..2cdcc4b07 100644
--- a/app/lib/log4j-api-2.15.0.jar
+++ b/app/lib/log4j-api-2.16.0.jar
Binary files differ
diff --git a/app/lib/log4j-core-2.15.0.jar b/app/lib/log4j-core-2.16.0.jar
index 5d6a73a65..bc913bc53 100644
--- a/app/lib/log4j-core-2.15.0.jar
+++ b/app/lib/log4j-core-2.16.0.jar
Binary files differ
diff --git a/arduino-core/.classpath b/arduino-core/.classpath
index 1b3e5a9b1..42c399786 100644
--- a/arduino-core/.classpath
+++ b/arduino-core/.classpath
@@ -8,8 +8,8 @@
<classpathentry kind="lib" path="lib/jmdns-3.5.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.22.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.22.jar"/>
- <classpathentry kind="lib" path="lib/log4j-api-2.15.0.jar"/>
- <classpathentry kind="lib" path="lib/log4j-core-2.15.0.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-api-2.16.0.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-core-2.16.0.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
<classpathentry kind="lib" path="../app/lib/commons-httpclient-3.1.jar"/>
diff --git a/arduino-core/lib/log4j-api-2.15.0.jar b/arduino-core/lib/log4j-api-2.16.0.jar
index 77f6b2bef..2cdcc4b07 100644
--- a/arduino-core/lib/log4j-api-2.15.0.jar
+++ b/arduino-core/lib/log4j-api-2.16.0.jar
Binary files differ
diff --git a/arduino-core/lib/log4j-core-2.15.0.jar b/arduino-core/lib/log4j-core-2.16.0.jar
index 5d6a73a65..bc913bc53 100644
--- a/arduino-core/lib/log4j-core-2.15.0.jar
+++ b/arduino-core/lib/log4j-core-2.16.0.jar
Binary files differ
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index f09eefaaa..b41e1b44f 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,5 +1,8 @@
ARDUINO 1.8.18 2021.12.14 SECURITY HOTFIX RELEASE
+[ide]
+* Upgrade log4j to 2.16.0 - Extra hardening for CVE-2021-44228
+
ARDUINO 1.8.17 (not released superseded by 1.8.18)