=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- www/69.html 2021/04/10 16:51:14 1.13 +++ www/69.html 2021/04/10 17:16:19 1.14 @@ -291,6 +291,8 @@ href="https://man.openbsd.org/csh.1">csh(1) where redirecting input from a file containing ^T would cause csh(1) to perform a tty ioctl operation against a non-tty. +
  • Made syspatch(8) work + again when fewer than 3 patches are available.
  • Stopped exempting file systems from security(8) on the basis of nodev and nosuid options, which may not be used for file systems @@ -710,6 +712,10 @@
  • Fixed ldapd(8) cert and key path inference for absolute paths. +
  • Fixed incorrect cast in a + vsnprintf(3) + error check + in ldapd(8).
  • Applied unveil(2) to ldapd(8). @@ -773,6 +779,12 @@ are using Semantically Opaque Interface Identifiers.
  • Handled an autoconf interface changing its rdomain in slaacd(8). +
  • Do not leak the domains listed in + unwind(8)'s + blocklist file on each config reload. +
  • Do not leak duplicate domain nodes when loading the + unwind(8) + config.
  • Fixed rare crashes of unwind(8) when DNS answers are larger than the maximum imsg size. @@ -786,7 +798,6 @@ with unwind(8). Does not prevent logging to stderr with "unwind -d". -
  • Removed the -L option from dhclient(8).
  • Added a simple --timeout implementation to tcpbench(1), allowing analysis of TCP connections. - +
  • Avoid leaking the help text in + systat(8). +
  • Simplify argument parsing of + vmctl(8) stop + thereby avoiding a + printf(3) "%s" NULL, + a use of uninitialized and a dead else branch.