Release notes documentation:

- r363017: read(2) on directories disabled by default.
- r355520: new dd(1) operands added.
- r360278: OpenSSL 1.1.1g.
- r360313: OpenSSH 7.9p1.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-09-24 20:42:18 +00:00
parent 5d56e76b42
commit a0ab5052f8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54526

View file

@ -204,7 +204,32 @@
<sect2 xml:id="userland-programs">
<title>Userland Application Changes</title>
<para>&nbsp;</para>
<para revision="355520">The &man.dd.1; utility has been updated
to include new operands:</para>
<itemizedlist>
<listitem>
<para><literal>conv=fsync</literal></para>
</listitem>
<listitem>
<para><literal>conf=fdatasync</literal></para>
</listitem>
<listitem>
<para><literal>oflag=fsync</literal></para>
</listitem>
<listitem>
<para><literal>oflag=sync</literal></para>
</listitem>
<listitem>
<para><literal>iflag=fullblock</literal></para>
</listitem>
</itemizedlist>
<para>See &man.dd.1; for usage details.</para>
</sect2>
<sect2 xml:id="userland-contrib">
@ -243,6 +268,13 @@
<para revision="359635">The &man.xz.1; utility has been updated
to version 5.2.5.</para>
<para revision="360278"><application>OpenSSL</application> has
been updated to version 1.1.1g.</para>
<para revision="360313" contrib="sponsor"
sponsor="&ff;"><application>OpenSSH</application> has been
updated to version 7.9p1.</para>
<para revision="360361">The timezone database files have been
updated to version 2020a.</para>
@ -316,7 +348,12 @@
<sect2 xml:id="kernel-general">
<title>General Kernel Changes</title>
<para>&nbsp;</para>
<para revision="363017">The &man.read.2; system call has been
changed to disable <function>read()</function> calls on
directories by default. A new &man.sysctl.8; has been added,
<literal>security.bsd.allow_read_dir</literal>, which when set
to <literal>1</literal> will restore the previous
behavior.</para>
</sect2>
</sect1>