mirror of
https://github.com/lingble/Mailu.git
synced 2026-03-20 03:50:30 +00:00
Merge #3043
3043: SECURITY FIX: Update to Roundcube 1.6.5 (backport #3041) r=Diman0 a=mergify[bot] This is an automatic backport of pull request #3041 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - ``@Mergifyio` refresh` will re-evaluate the rules - ``@Mergifyio` rebase` will rebase this PR on its base branch - ``@Mergifyio` update` will merge the base branch into this PR - ``@Mergifyio` backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details> Co-authored-by: ctrl-i <1422608+ctrl-i@users.noreply.github.com> Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
@@ -29,7 +29,7 @@ def test_unsupported():
|
||||
import codecs
|
||||
if os.path.isfile(codecs.decode('/.qbpxrerai', 'rot13')) or os.environ.get(codecs.decode('V_XABJ_ZL_FRGHC_QBRFAG_SVG_ERDHVERZRAGF_NAQ_JBAG_SVYR_VFFHRF_JVGUBHG_CNGPURF', 'rot13'), None) or os.environ.get(codecs.decode('ZNVYH_URYZ_PUNEG', 'rot13'), None):
|
||||
return
|
||||
print('Your system is not supported. Please start by reading the documentation and then http://www.catb.org/~esr/faqs/smart-questions.html')
|
||||
log.critical('Your system is not supported. Please start by reading the documentation and then http://www.catb.org/~esr/faqs/smart-questions.html')
|
||||
while True:
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
1
towncrier/newsfragments/3024.misc
Normal file
1
towncrier/newsfragments/3024.misc
Normal file
@@ -0,0 +1 @@
|
||||
Upgrade to roundcube 1.6.5 (fix XSS)
|
||||
@@ -27,7 +27,7 @@ RUN set -euxo pipefail \
|
||||
; mkdir -p /run/nginx /conf
|
||||
|
||||
# roundcube
|
||||
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.6.4/roundcubemail-1.6.4-complete.tar.gz
|
||||
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcubemail-1.6.5-complete.tar.gz
|
||||
ENV CARDDAV_URL https://github.com/mstilkerich/rcmcarddav/releases/download/v5.1.0/carddav-v5.1.0.tar.gz
|
||||
|
||||
RUN set -euxo pipefail \
|
||||
|
||||
Reference in New Issue
Block a user