From a0ab5052f8c290e40c2fc6a41198cb8db5a384d7 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 24 Sep 2020 20:42:18 +0000 Subject: [PATCH] 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) --- .../releases/12.2R/relnotes/relnotes.xml | 41 ++++++++++++++++++- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml index 8ef1a992ff..d199e45255 100644 --- a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml +++ b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml @@ -204,7 +204,32 @@ Userland Application Changes -   + The &man.dd.1; utility has been updated + to include new operands: + + + + conv=fsync + + + + conf=fdatasync + + + + oflag=fsync + + + + oflag=sync + + + + iflag=fullblock + + + + See &man.dd.1; for usage details. @@ -243,6 +268,13 @@ The &man.xz.1; utility has been updated to version 5.2.5. + OpenSSL has + been updated to version 1.1.1g. + + OpenSSH has been + updated to version 7.9p1. + The timezone database files have been updated to version 2020a. @@ -316,7 +348,12 @@ General Kernel Changes -   + The &man.read.2; system call has been + changed to disable read() calls on + directories by default. A new &man.sysctl.8; has been added, + security.bsd.allow_read_dir, which when set + to 1 will restore the previous + behavior.