summaryrefslogtreecommitdiff
path: root/pcr/log4j-1.2/apache-log4j-build_fix.patch
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-27 01:01:16 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-27 01:01:19 +0200
commit54a5918a66e1779eb0abc80ccd003dafa3241665 (patch)
tree96448e099c9ef9f56f9418f1e20ae72ec855e91a /pcr/log4j-1.2/apache-log4j-build_fix.patch
parent29dbfaa0792627e69c3cf6a8bc39295307663579 (diff)
downloadabslibre-54a5918a66e1779eb0abc80ccd003dafa3241665.tar.gz
abslibre-54a5918a66e1779eb0abc80ccd003dafa3241665.tar.bz2
abslibre-54a5918a66e1779eb0abc80ccd003dafa3241665.zip
pcr: remove log4j-1.2
The 1.2 version of log4j is not only unmaintained / End of life, but it also has lot of security vulnerabilities[1] including at least one critical CVE, 4 high CVEs and 1 moderate CVE. [1]https://logging.apache.org/log4j/1.2/ Link: https://labs.parabola.nu/issues/3261 Reported-by: gap Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/log4j-1.2/apache-log4j-build_fix.patch')
-rw-r--r--pcr/log4j-1.2/apache-log4j-build_fix.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/log4j-1.2/apache-log4j-build_fix.patch b/pcr/log4j-1.2/apache-log4j-build_fix.patch
deleted file mode 100644
index b59472b47..000000000
--- a/pcr/log4j-1.2/apache-log4j-build_fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- apache-log4j-1.2.17.orig/build.xml 2012-05-06 06:00:28.000000000 -0500
-+++ apache-log4j-1.2.17/build.xml 2015-09-19 12:36:54.788784418 -0500
-@@ -167,12 +167,6 @@
- <and>
- <available classname="javax.management.MBeanInfo"
- classpath="${jmx.jar}"/>
-- <available classname="com.sun.jdmk.comm.HtmlAdaptorServer">
-- <classpath>
-- <pathelement location="${jmx.jar}"/>
-- <pathelement location="${javaee-api.jar}"/>
-- </classpath>
-- </available>
- </and>
- </condition>
- </target>
-@@ -497,7 +491,6 @@
- protected="true"
- author="true"
- use="true"
-- overview="${docs.dest}/overview.html"
- doctitle="log4j version ${version}&lt;br&gt;API Specification"
- windowtitle="Log4j Version ${version}"
- header='&lt;b&gt;Log4j ${version}&lt;/b&gt;&lt;!-- Licensed to the Apache Software Foundation (ASF) under one or more
-@@ -517,8 +510,6 @@
- --&gt;'
- bottom="Copyright 2000-2007 Apache Software Foundation.">
-
-- <link href="http://java.sun.com/j2se/1.3/docs/api/"/>
-- <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
- <classpath refid="compile.classpath"/>
- </javadoc>
-