diff options
author | Symphorien Gibol | 2020-02-05 12:00:00 +0000 |
---|---|---|
committer | Symphorien Gibol | 2020-02-05 12:00:00 +0000 |
commit | 4600fe67c55bf03c6d3839dda2637805bc09dff8 (patch) | |
tree | cdd874fde6fac4621aa28d52f945f70ddf6a0741 /nixos | |
parent | 7c558f7ac729ab454802a1211e07e0c669d2b882 (diff) |
nixos/roundcube: add release notes for #77532
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2003.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml index d21ac882f275..fc301aecbb97 100644 --- a/nixos/doc/manual/release-notes/rl-2003.xml +++ b/nixos/doc/manual/release-notes/rl-2003.xml @@ -248,6 +248,23 @@ services.xserver.displayManager.defaultSession = "xfce+icewm"; </listitem> <listitem> <para> + The <literal>roundcube</literal> module has been hardened. + <itemizedlist> + <listitem> + <para> + The password of the database is not written world readable in the store any more. If <literal>database.host</literal> is set to <literal>localhost</literal>, then a unix user of the same name as the database will be created and PostreSQL peer authentication will be used, removing the need for a password. Otherwise, a password is still needed and can be provided with the new option <literal>database.passwordFile</literal>, which should be set to the path of a file containing the password and readable by the user <literal>nginx</literal> only. The <literal>database.password</literal> option is insecure and deprecated. Usage of this option will print a warning. + </para> + </listitem> + <listitem> + <para> + A random <literal>des_key</literal> is set by default in the configuration of roundcube, instead of using the hardcoded and insecure default. To ensure a clean migration, all users will be logged out when you upgrade to this release. + </para> + </listitem> + </itemizedlist> + </para> + </listitem> + <listitem> + <para> The packages <literal>openobex</literal> and <literal>obexftp</literal> are no longer installed when enabling Bluetooth via <option>hardware.bluetooth.enable</option>. |