Author: schuch
Date: Thu Jan 24 19:27:12 2019
New Revision: 1852069
URL: http://svn.apache.org/viewvc?rev=1852069&view=rev
Log:
CONNECTORS-1565 Upgrade commons-collections to 3.2.2 (CVE-2015-6420)
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/build.xml
manifoldcf/trunk/pom.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1852069&r1=1852068&r2=1852069&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Thu Jan 24 19:27:12 2019
@@ -3,6 +3,11 @@ $Id$
======================= 2.13-dev =====================
+CONNECTORS-1565: Upgrades commons-collections to 3.2.2. Please consider
instructions
+in https://commons.apache.org/proper/commons-collections/security-reports.html
if your
+custom connector makes use of the org.apache.commons.collections.functors
package.
+(Markus Schuch)
+
CONNECTORS-1506: Add fixes for CSS preservation when opening in new tab in UI.
(Kishore Kumar)
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1852069&r1=1852068&r2=1852069&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Thu Jan 24 19:27:12 2019
@@ -44,7 +44,7 @@
<property name="castor.version" value="1.0.5"/>
<property name="wsdl4j.version" value="1.6.2"/>
<property name="commons-codec.version" value="1.10"/>
- <property name="commons-collections.version" value="3.2.1"/>
+ <property name="commons-collections.version" value="3.2.2"/>
<property name="commons-collections4.version" value="4.1"/>
<property name="commons-discovery.version" value="0.5"/>
<property name="commons-el.version" value="1.0"/>
Modified: manifoldcf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1852069&r1=1852068&r2=1852069&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Thu Jan 24 19:27:12 2019
@@ -59,7 +59,7 @@
<commons-codec.version>1.10</commons-codec.version>
<commons-io.version>2.4</commons-io.version>
<commons-logging.version>1.2</commons-logging.version>
- <commons-collections.version>3.2.1</commons-collections.version>
+ <commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.3.3</commons-fileupload.version>
<commons-discovery.version>0.5</commons-discovery.version>
<httpcomponent.httpclient.version>4.5.3</httpcomponent.httpclient.version>