Skip to content

Commit

Permalink
[TASK] Update solr version to 6.6.3 (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
timohund authored Apr 9, 2018
1 parent c3f8f0d commit d972d38
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM solr:6.6.2
FROM solr:6.6.3
MAINTAINER Timo Hund <[email protected]>
ENV TERM linux

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ EXT: solr Apache Solr TYPO3 Schema Solrconfig
5.1 4.10 7.6 tx_solr-5-1-0--20160725 tx_solr-4-0-0--20160406 2.1 3.2 1.2 1.2 1.3
6.0 6.3 7.6 tx_solr-6-0-0--20161209 tx_solr-6-0-0--20161122 2.2 4.0 1.2 1.3 1.7
6.1 6.3 7.6 - 8.x tx_solr-6-1-0--20170206 tx_solr-6-1-0--20161220 2.3 4.1 2.0 1.3 2.0
6.5 6.6.2 7.6 - 8.x tx_solr-6-5-0--20171023 tx_solr-6-5-0--20171023 2.3 4.1 2.0 1.3 2.0
6.5 6.6.3 7.6 - 8.x tx_solr-6-5-0--20171023 tx_solr-6-5-0--20171023 2.3 4.1 2.0 1.3 2.0
========= =========== ========= ======================== ======================= ========= =========== ============= ================ =============

89 changes: 89 additions & 0 deletions Documentation/Releases/solr release 6.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
6.5.1 - Maintenance release - Apache Solr 6.6.3 security release

# Apache Solr for TYPO3 version 6.5.1 released

This release is a bugfix only release. It contains all patches from 6.5.0 + the update to Apache Solr 6.6.3.
This release is for everyone who needs to stay on TYPO3 7 LTS, if you are using 8 LTS you should update to 8.0.x when possible.

## Update to Apache Solr 6.6.3

There was a security issue with Apache Solr 6.6.2 in combination with the DataImportHandler. This handler is disabled by default in our configuration and you only need to update when you have enabled the DataImportHandler.

Related links:

* https://issues.apache.org/jira/browse/SOLR-11971
* http://mirror.dkd.de/apache/lucene/solr/6.6.3/changes/Changes.html

# Contributors

Big thanks to our partners that have joined the EB2018 program:

Also a big thanks to our partners that have joined the EB2018 program:

* 4eyes GmbH
* Albervanderveen
* Agentur Frontal AG
* Amedick & Sommer
* AUSY SA
* Bibus AG
* Bitmotion GmbH
* bgm Websolutions GmbH
* Citkomm services GmbH
* Consulting Piezunka und Schamoni - Information Technologies GmbH
* Cows Online GmbH
* food media Frank Wörner
* Fachhochschule für öffentliche Verwaltung NRW
* FTI Touristik GmbH
* Hirsch & Wölfl GmbH
* Hochschule Furtwangen
* Image Transfer GmbH
* JUNGMUT Communications GmbH
* Kreis Coesfeld
* LOUIS INTERNET GmbH
* L.N. Schaffrath DigitalMedien GmbH
* MEDIA::ESSENZ
* Mercedes AMG GmbH
* Petz & Co
* pietzpluswild GmbH
* plan.net
* Pluswerk AG
* PROFILE MEDIA GmbG
* Q3i GmbH & Co. KG
* ressourcenmangel an der panke GmbH
* Roza Sancken
* Site'nGo
* Studio B12 GmbH
* systime
* Talleux & Zöllner GbR
* TOUMORO
* TWT Interactive GmbH
* T-Systems Multimedia Solutions GmbH
* Ueberbit GmbH
* Web Commerce GmbH


Special thanks to our premium EB 2018 partners:

* b13 http://www.b13.de/
* dkd http://www.dkd.de/
* jweiland.net http://www.jweiland.net/
* sitegeist http://www.sitegeist.de/

Thanks to everyone who helped in creating this release!

# How to Get Involved

There are many ways to get involved with Apache Solr for TYPO3:

* Submit bug reports and feature requests on [GitHub](https://github.com/TYPO3-Solr/ext-solr)
* Ask or help or answer questions in our [Slack channel](https://typo3.slack.com/messages/ext-solr/)
* Provide patches through Pull Request or review and comment on existing [Pull Requests](https://github.com/TYPO3-Solr/ext-solr/pulls)
* Go to [www.typo3-solr.com](http://www.typo3-solr.com) or call [dkd](http://www.dkd.de) to sponsor the ongoing development of Apache Solr for TYPO3

Support us in 2018 by becoming an EB partner:

http://www.typo3-solr.com/en/contact/

or call:

+49 (0)69 - 2475218 0
2 changes: 1 addition & 1 deletion Resources/Private/Install/install-solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clear
SCRIPTPATH=$( cd $(dirname $0) ; pwd -P )
EXTENSION_ROOTPATH="$SCRIPTPATH/../../../"

SOLR_VERSION=6.6.2
SOLR_VERSION=6.6.3
EXT_SOLR_VERSION=6.5
JAVA_VERSION=8
SOLR_INSTALL_DIR="/opt/solr"
Expand Down

0 comments on commit d972d38

Please sign in to comment.