summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-1703.xml
blob: fda46217144cb22691932317b9acc331e808eb02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<section xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         version="5.0"
         xml:id="sec-release-17.03">

<title>Release 17.03 (“XXX”, 2017/03/??)</title>

<para>In addition to numerous new and upgraded packages, this release
has the following highlights: </para>

<itemizedlist>
  <listitem>
    <para>Nixpkgs is now extensible through overlays. See the <link
    xlink:href="https://nixos.org/nixpkgs/manual/#sec-overlays-install">Nixpkgs
    manual</link> for more information.</para>
  </listitem>

  <listitem>
    <para>The setuid wrapper functionality now supports setting
    capabilities.</para>
  </listitem>

  <listitem>
    <para>X.org server uses branch 1.19.  Due to ABI incompatibilities,
      <literal>ati_unfree</literal> keeps forcing 1.17
      and <literal>amdgpu-pro</literal> starts forcing 1.18.</para>
  </listitem>

  <listitem>
    <para>PHP now defaults to PHP 7.1</para>
  </listitem>

  <listitem>
    <para>Packages in nixpkgs can be marked as insecure through listed
    vulnerabilities. See the <link
    xlink:href="https://nixos.org/nixpkgs/manual/#sec-allow-insecure">Nixpkgs
    manual</link> for more information.</para>
  </listitem>

</itemizedlist>

<para>The following new services were added since the last release:</para>

<itemizedlist>
  <listitem>
    <para></para>
  </listitem>
</itemizedlist>


<para>When upgrading from a previous release, please be aware of the
following incompatible changes:</para>

<itemizedlist>
  <listitem>
    <para>
      Cross compilation has been rewritten. See the nixpkgs manual for
      details. The most obvious breaking change is that derivations absent a
      <literal>.nativeDrv</literal> or <literal>.crossDrv</literal> are now
      cross by default, not native.
    </para>
  </listitem>

  <listitem>
    <para>
      <literal>stdenv.overrides</literal> is now expected to take <literal>self</literal>
      and <literal>super</literal> arguments. See <literal>lib.trivial.extends</literal>
      for what those parameters represent.
    </para>
  </listitem>

  <listitem>
    <para>
      <literal>ansible</literal> now defaults to ansible version 2 as version 1
      has been removed due to a serious <link
      xlink:href="https://www.computest.nl/advisories/CT-2017-0109_Ansible.txt">
      vulnerability</link> unpatched by upstream.
    </para>
  </listitem>

  <listitem>
    <para>
      <literal>gnome</literal> alias has been removed along with
      <literal>gtk</literal>, <literal>gtkmm</literal> and several others.
      Now you need to use versioned attributes, like <literal>gnome3</literal>.
    </para>
  </listitem>

  <listitem>
    <para>
      The attribute name of the Radicale daemon has been changed from
      <literal>pythonPackages.radicale</literal> to
      <literal>radicale</literal>.
    </para>
  </listitem>

  <listitem>
    <para>
      The Yama LSM is now enabled by default in the kernel,
      which prevents ptracing non-child processes.
      This means you will not be able to attach gdb to an existing process,
      but will need to start that process from gdb (so it is a child).
    </para>
  </listitem>

  <listitem>
    <para>
      The <literal>stripHash</literal> bash function in <literal>stdenv</literal>
      changed according to its documentation; it now outputs the stripped name to
      <literal>stdout</literal> instead of putting it in the variable
      <literal>strippedName</literal>.
    </para>
  </listitem>

  <listitem>
    <para>PHP now scans for extra configuration .ini files in /etc/php.d
    instead of /etc. This prevents accidentally loading non-PHP .ini files
    that may be in /etc.
    </para>
  </listitem>

  <listitem>
    <para>
      Two lone top-level dict dbs moved into <literal>dictdDBs</literal>. This
      affects: <literal>dictdWordnet</literal> which is now at
      <literal>dictdDBs.wordnet</literal> and <literal>dictdWiktionary</literal>
      which is now at <literal>dictdDBs.wiktionary</literal>
    </para>
  </listitem>

  <listitem>
    <para>
      Parsoid service now uses YAML configuration format.
     <literal>service.parsoid.interwikis</literal> is now called
     <literal>service.parsoid.wikis</literal> and is a list of either API URLs
     or attribute sets as specified in parsoid's documentation.
    </para>
  </listitem>

  <listitem>
    <para>
     <literal>Ntpd</literal> was replaced by
     <literal>systemd-timesyncd</literal> as the default service to synchronize
     system time with a remote NTP server. The old behavior can be restored by
     setting <literal>services.ntp.enable</literal> to <literal>true</literal>.
     Upstream time servers for all NTP implementations are now configured using
     <literal>networking.timeServers</literal>.
   </para>
  </listitem>

  <listitem>
    <para>
      <literal>service.nylon</literal> is now declared using named instances.
      As an example:

<programlisting>
  services.nylon = {
    enable = true;
    acceptInterface = "br0";
    bindInterface = "tun1";
    port = 5912;
  };
</programlisting>

      should be replaced with:

<programlisting>
  services.nylon.myvpn = {
    enable = true;
    acceptInterface = "br0";
    bindInterface = "tun1";
    port = 5912;
  };
</programlisting>

      this enables you to declare a SOCKS proxy for each uplink.

    </para>
  </listitem>

  <listitem>
    <para><literal>overridePackages</literal> function no longer exists.
    It is replaced by <link
    xlink:href="https://nixos.org/nixpkgs/manual/#sec-overlays-install">
    overlays</link>.  For example, the following code:

<programlisting>
  let
    pkgs = import &lt;nixpkgs&gt; {};
  in
    pkgs.overridePackages (self: super: ...)
</programlisting>

    should be replaced by:

<programlisting>
  let
    pkgs = import &lt;nixpkgs&gt; {};
  in
    import pkgs.path { overlays = [(self: super: ...)] }
</programlisting>

    </para>
  </listitem>

  <listitem>
    <para>
      Autoloading connection tracking helpers is now disabled by default.
      This default was also changed in the Linux kernel and is considered
      insecure if not configured properly in your firewall. If you need
      connection tracking helpers (i.e. for active FTP) please enable
      <literal>networking.firewall.autoLoadConntrackHelpers</literal> and
      tune <literal>networking.firewall.connectionTrackingModules</literal>
      to suit your needs.
    </para>
  </listitem>

  <listitem>
    <para>
      <literal>local_recipient_maps</literal> is not set to empty value by
      Postfix service. It's an insecure default as stated by Postfix
      documentation. Those who want to retain this setting need to set it via
      <literal>services.postfix.extraConfig</literal>.
    </para>
  </listitem>

  <listitem>
    <para>
    Iputils no longer provide ping6 and traceroute6. The functionality of
    these tools have been integrated into ping and traceroute respectively. To
    enforce an address family the new flags <literal>-4</literal> and
    <literal>-6</literal> have been added. One notable incompatibility is that
    specifying an interface (for link-local IPv6 for instance) is no longer done
    with the <literal>-I</literal> flag, but by encoding the interface into the
    address (<literal>ping fe80::1%eth0</literal>).
    </para>
  </listitem>

</itemizedlist>


<para>Other notable improvements:</para>

<itemizedlist>

  <listitem>
    <para>Module type system have a new extensible option types feature that
      allow to extend certain types, such as enum, through multiple option
      declarations of the same option across multiple modules.
    </para>
  </listitem>

  <listitem>
    <para>
      <literal>jre</literal> now defaults to GTK+ UI by default. This
      improves visual consistency and makes Java follow system font style,
      improving the situation on HighDPI displays. This has a cost of increased
      closure size; for server and other headless workloads it's recommended to
      use <literal>jre_headless</literal>.
    </para>
  </listitem>

  <listitem>
    <para>
      Python 2.7, 3.5 and 3.6 are now built deterministically and 3.4 mostly.
      Minor modifications had to be made to the interpreters in order to generate
      deterministic bytecode. This has security implications and is relevant for
      those using Python in a <literal>nix-shell</literal>. See the Nixpkgs manual
      for details.
    </para>
  </listitem>

</itemizedlist>


</section>