You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/04/18 23:32:01 UTC

[1/4] lucene-solr:master: SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 924d95940 -> 8523f384a
  refs/heads/branch_7x a6ff9dfc9 -> 36241416f
  refs/heads/master 29cbd031c -> d09c76518


SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d09c7651
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d09c7651
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d09c7651

Branch: refs/heads/master
Commit: d09c76518a1f72626a189957d8d4d8c6dab68d3c
Parents: 29cbd03
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Apr 18 19:28:55 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Apr 18 19:28:55 2018 -0400

----------------------------------------------------------------------
 lucene/ivy-versions.properties                  |  2 +-
 solr/CHANGES.txt                                | 18 ++++++++++++++++++
 solr/licenses/commons-fileupload-1.3.2.jar.sha1 |  1 -
 solr/licenses/commons-fileupload-1.3.3.jar.sha1 |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d09c7651/lucene/ivy-versions.properties
----------------------------------------------------------------------
diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 14e7194..d930f25 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -53,7 +53,7 @@ com.sun.jersey.version = 1.9
 /commons-collections/commons-collections = 3.2.2
 /commons-configuration/commons-configuration = 1.6
 /commons-digester/commons-digester = 2.1
-/commons-fileupload/commons-fileupload = 1.3.2
+/commons-fileupload/commons-fileupload = 1.3.3
 /commons-io/commons-io = 2.5
 /commons-lang/commons-lang = 2.6
 /commons-logging/commons-logging = 1.1.3

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d09c7651/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index df7df15..e771990 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -230,6 +230,24 @@ Other Changes
 * SOLR-12134: ref-guide 'bare-bones html' validation is now part of 'ant documentation' and validates
   javadoc links locally. (hossman)
 
+==================  7.3.1 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.17
+Carrot2 3.15.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.11
+Jetty 9.4.8.v20171121
+
+Bug Fixes
+----------------------
+
+* SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031.  (Steve Rowe)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d09c7651/solr/licenses/commons-fileupload-1.3.2.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.2.jar.sha1 b/solr/licenses/commons-fileupload-1.3.2.jar.sha1
deleted file mode 100644
index 80f80fb..0000000
--- a/solr/licenses/commons-fileupload-1.3.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5d7491ed6ebd02b6a8d2305f8e6b7fe5dbd95f72

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d09c7651/solr/licenses/commons-fileupload-1.3.3.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.3.jar.sha1 b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
new file mode 100644
index 0000000..d27deb4
--- /dev/null
+++ b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
@@ -0,0 +1 @@
+04ff14d809195b711fd6bcc87e6777f886730ca1


[4/4] lucene-solr:branch_7_3: SOLR-12204: CHANGES.txt: remove extra 7.3.1 release header

Posted by sa...@apache.org.
SOLR-12204: CHANGES.txt: remove extra 7.3.1 release header


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8523f384
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8523f384
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8523f384

Branch: refs/heads/branch_7_3
Commit: 8523f384ad37d2654702d5c6483cd3b018d7762a
Parents: 847b80b
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Apr 18 19:31:10 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Apr 18 19:31:10 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8523f384/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9fcdfc7..c0b84a6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -29,23 +29,6 @@ Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.11
 Jetty 9.4.8.v20171121
 
-
-(No Changes)
-
-
-==================  7.3.1 ==================
-
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
-
-Versions of Major Components
----------------------
-Apache Tika 1.17
-Carrot2 3.15.0
-Velocity 1.7 and Velocity Tools 2.0
-Apache UIMA 2.3.1
-Apache ZooKeeper 3.4.11
-Jetty 9.4.8.v20171121
-
 Bug Fixes
 ----------------------
 


[2/4] lucene-solr:branch_7x: SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031

Posted by sa...@apache.org.
SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/36241416
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/36241416
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/36241416

Branch: refs/heads/branch_7x
Commit: 36241416fdba2d6835631bfdb1d6222ba3c165be
Parents: a6ff9df
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Apr 18 19:28:55 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Apr 18 19:29:18 2018 -0400

----------------------------------------------------------------------
 lucene/ivy-versions.properties                  |  2 +-
 solr/CHANGES.txt                                | 18 ++++++++++++++++++
 solr/licenses/commons-fileupload-1.3.2.jar.sha1 |  1 -
 solr/licenses/commons-fileupload-1.3.3.jar.sha1 |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/36241416/lucene/ivy-versions.properties
----------------------------------------------------------------------
diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 14e7194..d930f25 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -53,7 +53,7 @@ com.sun.jersey.version = 1.9
 /commons-collections/commons-collections = 3.2.2
 /commons-configuration/commons-configuration = 1.6
 /commons-digester/commons-digester = 2.1
-/commons-fileupload/commons-fileupload = 1.3.2
+/commons-fileupload/commons-fileupload = 1.3.3
 /commons-io/commons-io = 2.5
 /commons-lang/commons-lang = 2.6
 /commons-logging/commons-logging = 1.1.3

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/36241416/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0a9352d..cd46975 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -210,6 +210,24 @@ Other Changes
 * SOLR-12134: ref-guide 'bare-bones html' validation is now part of 'ant documentation' and validates
   javadoc links locally. (hossman)
 
+==================  7.3.1 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.17
+Carrot2 3.15.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.11
+Jetty 9.4.8.v20171121
+
+Bug Fixes
+----------------------
+
+* SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031.  (Steve Rowe)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/36241416/solr/licenses/commons-fileupload-1.3.2.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.2.jar.sha1 b/solr/licenses/commons-fileupload-1.3.2.jar.sha1
deleted file mode 100644
index 80f80fb..0000000
--- a/solr/licenses/commons-fileupload-1.3.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5d7491ed6ebd02b6a8d2305f8e6b7fe5dbd95f72

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/36241416/solr/licenses/commons-fileupload-1.3.3.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.3.jar.sha1 b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
new file mode 100644
index 0000000..d27deb4
--- /dev/null
+++ b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
@@ -0,0 +1 @@
+04ff14d809195b711fd6bcc87e6777f886730ca1


[3/4] lucene-solr:branch_7_3: SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031

Posted by sa...@apache.org.
SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/847b80b5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/847b80b5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/847b80b5

Branch: refs/heads/branch_7_3
Commit: 847b80b54cce126542b9067d93f769080643b31f
Parents: 924d959
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Apr 18 19:28:55 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Apr 18 19:29:28 2018 -0400

----------------------------------------------------------------------
 lucene/ivy-versions.properties                  |  2 +-
 solr/CHANGES.txt                                | 18 ++++++++++++++++++
 solr/licenses/commons-fileupload-1.3.2.jar.sha1 |  1 -
 solr/licenses/commons-fileupload-1.3.3.jar.sha1 |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/847b80b5/lucene/ivy-versions.properties
----------------------------------------------------------------------
diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 3f4f310..4ae4e5c 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -52,7 +52,7 @@ com.sun.jersey.version = 1.9
 /commons-collections/commons-collections = 3.2.2
 /commons-configuration/commons-configuration = 1.6
 /commons-digester/commons-digester = 2.1
-/commons-fileupload/commons-fileupload = 1.3.2
+/commons-fileupload/commons-fileupload = 1.3.3
 /commons-io/commons-io = 2.5
 /commons-lang/commons-lang = 2.6
 /commons-logging/commons-logging = 1.1.3

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/847b80b5/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 659fe5c..9fcdfc7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -33,6 +33,24 @@ Jetty 9.4.8.v20171121
 (No Changes)
 
 
+==================  7.3.1 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.17
+Carrot2 3.15.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.11
+Jetty 9.4.8.v20171121
+
+Bug Fixes
+----------------------
+
+* SOLR-12204: Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031.  (Steve Rowe)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/847b80b5/solr/licenses/commons-fileupload-1.3.2.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.2.jar.sha1 b/solr/licenses/commons-fileupload-1.3.2.jar.sha1
deleted file mode 100644
index 80f80fb..0000000
--- a/solr/licenses/commons-fileupload-1.3.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5d7491ed6ebd02b6a8d2305f8e6b7fe5dbd95f72

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/847b80b5/solr/licenses/commons-fileupload-1.3.3.jar.sha1
----------------------------------------------------------------------
diff --git a/solr/licenses/commons-fileupload-1.3.3.jar.sha1 b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
new file mode 100644
index 0000000..d27deb4
--- /dev/null
+++ b/solr/licenses/commons-fileupload-1.3.3.jar.sha1
@@ -0,0 +1 @@
+04ff14d809195b711fd6bcc87e6777f886730ca1