summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2003.xml
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-02-05 12:00:00 +0000
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2020-02-05 12:00:00 +0000
commit4600fe67c55bf03c6d3839dda2637805bc09dff8 (patch)
treecdd874fde6fac4621aa28d52f945f70ddf6a0741 /nixos/doc/manual/release-notes/rl-2003.xml
parent7c558f7ac729ab454802a1211e07e0c669d2b882 (diff)
downloadnixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar.gz
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar.bz2
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar.lz
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar.xz
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.tar.zst
nixpkgs-4600fe67c55bf03c6d3839dda2637805bc09dff8.zip
nixos/roundcube: add release notes for #77532
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2003.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml17
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 d21ac882f27..fc301aecbb9 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>.