=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- www/68.html 2020/10/07 19:50:02 1.52 +++ www/68.html 2020/10/08 10:26:26 1.53 @@ -369,7 +369,7 @@
  • Fixed a hang in rpki-client(8) by properly waiting for exiting openrsync(1) processes.
  • Removed the -f (force) option in rpki-client(8). -
  • rpki-client(8) no longer uses openrsync(1)'s "--delete" to clean up stale files, but instead relies on cryptographically signed RPKI manifest listings.. +
  • rpki-client(8) no longer uses openrsync(1)'s "--delete" to clean up stale files, but instead relies on cryptographically signed RPKI manifest listings.
  • Fixed rpki-client(8) return value check for OpenSSL API used during pubkey validation.
  • Released rpki-client(8) 6.7p1 including OpenBSD 6.7 Errata 015.
  • Changed rpki-client(8) -n behavior to automatically validate the repo. @@ -572,7 +572,7 @@ TOKEN that expands to the effective HostKey of the destination. This allows, e.g., keeping host keys in individual files using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". -
  • ssh(1): add %-TOKEN, environment variable and tilde expansion to the UserKnownHostsFile directive, allowing the path to be completed by the configuration.
  • ssh-keygen(1):