You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 10:09:45 UTC

[lucene] branch branch_7_3 created (now 6bb88bb)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch branch_7_3
in repository https://gitbox.apache.org/repos/asf/lucene.git.


      at 6bb88bb  SOLR-12316: Make CVE public

This branch includes the following new commits:

     new 1dfa1fa  Update doap files with 7.3.1 release
     new 6bb88bb  SOLR-12316: Make CVE public

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene] 01/02: Update doap files with 7.3.1 release

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch branch_7_3
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 1dfa1fa83922b955205bfaf73d6da55bf7e4e102
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Tue May 15 08:54:43 2018 +0700

    Update doap files with 7.3.1 release
---
 dev-tools/doap/lucene.rdf | 7 +++++++
 dev-tools/doap/solr.rdf   | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/dev-tools/doap/lucene.rdf b/dev-tools/doap/lucene.rdf
index d5f8893..5557ad8 100644
--- a/dev-tools/doap/lucene.rdf
+++ b/dev-tools/doap/lucene.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
       <Version>
+        <name>lucene-7.3.1</name>
+        <created>2018-05-15</created>
+        <revision>7.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>lucene-7.3.0</name>
         <created>2018-04-04</created>
         <revision>7.3.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index fb23089..805dcc7 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
       <Version>
+        <name>solr-7.3.1</name>
+        <created>2018-05-15</created>
+        <revision>7.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>solr-7.3.0</name>
         <created>2018-04-04</created>
         <revision>7.3.0</revision>


[lucene] 02/02: SOLR-12316: Make CVE public

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch branch_7_3
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 6bb88bb2861e2fb512d1da9831afbc29acba7a1b
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon May 21 13:55:39 2018 +0200

    SOLR-12316: Make CVE public
    
    # Conflicts:
    #	solr/CHANGES.txt
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bb908d4..3bc48f0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -51,8 +51,8 @@ Bug Fixes
 
 * SOLR-12202: Fix errors in solr-exporter.cmd. (Minoru Osuka via koji)
 
-* SOLR-12316: Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing.
-  (Ananthesh, Ishan Chattopadhyaya, Uwe Schindler)
+* SOLR-12316: Do not allow to use absolute URIs for including other files in solrconfig.xml
+  and schema parsing (CVE-2018-8010).  (Ananthesh, Ishan Chattopadhyaya, Uwe Schindler)  
 
 ==================  7.3.0 ==================