Change in docker-playground[master]: redmine: We no longer need the hmac diff

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Feb 16 09:48:43 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/17178 )


Change subject: redmine: We no longer need the hmac diff
......................................................................

redmine: We no longer need the hmac diff

The upstream redmine container/image has meanwhile upgraded to a more
recent version of the ruby base modules which don't require to be
patched anymore.

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



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

diff --git a/redmine/Dockerfile b/redmine/Dockerfile
index 6402236..2dfb100 100644
--- a/redmine/Dockerfile
+++ b/redmine/Dockerfile
@@ -8,5 +8,6 @@
 		patch && \
 	apt-get clean
 
-ADD	hmac.diff /tmp/hmac.diff
-RUN	cd / && patch -p0 < /tmp/hmac.diff
+# no longer needed after ruby-openid-2.9.2 is used
+#ADD	hmac.diff /tmp/hmac.diff
+#RUN	cd / && patch -p0 < /tmp/hmac.diff

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/17178
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0fd7684bdab55eece889a7d9e524ec2a25b30a3b
Gerrit-Change-Number: 17178
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200216/fff661bd/attachment.htm>


More information about the gerrit-log mailing list