Change in docker-playground[master]: redmine: Fix openid

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Oct 7 09:13:43 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/11259


Change subject: redmine: Fix openid
......................................................................

redmine: Fix openid

For some reason, redmine:3.4 ships with ancient (2014) ruby-openid,
which is no longer compatible with the way how ruby handles HMAC.

Change-Id: I60f6f1ede059accf6b29891abcfe3b2529744e8a
---
M redmine/Dockerfile
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/59/11259/1

diff --git a/redmine/Dockerfile b/redmine/Dockerfile
index 25f6308..488d6f4 100644
--- a/redmine/Dockerfile
+++ b/redmine/Dockerfile
@@ -7,3 +7,6 @@
 		mscgen \
 		patch && \
 	apt-get clean
+
+ADD	hmac.diff /tmp/hmac.diff
+RUN	cd / && patch -p0 < /tmp/hmac.diff

-- 
To view, visit https://gerrit.osmocom.org/11259
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I60f6f1ede059accf6b29891abcfe3b2529744e8a
Gerrit-Change-Number: 11259
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181007/1d0a5ca9/attachment.htm>


More information about the gerrit-log mailing list