Merge #2119
2119: Fix #2117. Gpg-agent package was missing for roundcube image. r=mergify[bot] a=Diman0 ## What type of PR? Bug fix ## What does this PR do? In the past gpg-agent was installed as dependency of gpg for the roundcube image. The packages gpg and gpgagent are used by the enigmail plugin in roundcube. This plugin is one of the default plugins for roundcube. After updating to a newer php (debian) image in 1.9, gpg-agent is not installed anymore together with gpg. I suspect this was changed in a newer debian version. The fix has already been confirmed by the issue reporter. See #2117. ### Related issue(s) - closes #2117 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz> Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>master
commit
dbdd1c85a0
@ -0,0 +1,3 @@
|
|||||||
|
The gpg-agent package was missing due to updating to a new debian version.
|
||||||
|
This fix adds gpg-agent back to the roundcube image.
|
||||||
|
It is used for the enigmail roundcube plugin.
|
Loading…
Reference in New Issue