[BACK]Return to plus70.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus70.html between version 1.2 and 1.3

version 1.2, 2021/09/23 18:46:46 version 1.3, 2021/09/26 18:47:05
Line 94 
Line 94 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2021/09/26 -->
   <li>Released <a href="https://www.openssh.com/txt/release-8.8">OpenSSH 8.8</a>.
   <li>Corrected <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> initialization of supplemental groups when executing an AuthorizedKeysCommand or AuthorizedPrincipalsCommand helper program (not enabled by default) as a different user.
   <!-- 2021/09/25 -->
   <!-- 2021/09/24 -->
   <!-- 2021/09/23 -->
   <li>Updated timezone information to remove DST for Samoa.
   <li>Avoided a potential overread in x509_constraints_parse_mailbox().
   <li>Fixed a memory leak in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
   <!-- 2021/09/22 -->
   <li>Adjusted <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> RIB_GENERIC_ADDPATH MRT message handling to work with other MRT implementations.
   <li>Added a workaround to <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> for machines where the framebuffer size reported by the hardware is incorrect.
   <li>Prevented <a href="https://man.openbsd.org/ucc.4">ucc(4)</a> keyboards from changing the <a href="https://man.openbsd.org/wsmux.4">wsmux(4)</a> keyboard layout.
   <!-- 2021/09/21 -->
   <li>Moved objcopy to base set to allow KARL to work on all installs.
   <li>Fixed <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a> issues with dead touchpads after resume.
   <li>Moved to <a href="https://man.openbsd.org/bgpd.8">OpenBGPD 7.2(8)</a>.
   <li>Prevented <a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> from reading too much in <a href="https://man.openbsd.org/btrace.8">btrace(8)</a>.
   <!-- 2021/09/20 -->
   <li>Allowed <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> login when ~./Xauthority does not exist.
   <li>Fixed <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> generation on sparc64.
   <li>Silently ignored invalid requests to change the encoding of a <a href="https://man.openbsd.org/ucc.4">ucc(4)</a> keyboard.
   <li>Changed <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> client identifier transmission to match other dhcp client implementations.
   <!-- 2021/09/19 -->
   <li>Fixed the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> "Allocated port" debug message for unix sockets.
   <li>Switched <a href="https://man.openbsd.org/scp.1">scp(1)</a> back to using the original scp/rcp protocol by default for release.
   <li>Unlocked the top part of the VM fault handler on i386.
   <!-- 2021/09/18 -->
   <li>In <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>, worked around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger Lake platform to properly restore the GPIO pin used for the touchpad interrupt upon resume.
   <li>Zeroed out potential passwords when freeing memory or handling parsing errors in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
   <!-- 2021/09/17 -->
   <li>Fixed <a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a> SAN generation for CSRs.
   <!-- 2021/09/16 -->
   <li>Implemented flushing for TLSv1.3 handshakes.
   <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> SFTP mode (including error logging) more scp-like.
   <li>Prevented a crash on strict alignment architectures of <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> WireGuard printer.
   <!-- 2021/09/15 -->
   <li>Set the <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> x509 validation depth limit to 12 or double the current depth.
   <li>Simplified <a href="https://man.openbsd.org/dhcpleasectl.8">dhcpleasectl(8)</a> and added syntax to match <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> (interface), allowing one to be aliased to the other.
   <li>Allowed CanonicalPermittedCNAMEs=none in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
   <!-- 2021/09/14 -->
   <li>Made pmap_extract() mpsafe on hppa and amd64.
   <li>Limited <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to 300 deltas to sync an RRDP repository rather than fetching a snapshot.
   <li>Put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
   <li>Enabled <a href="https://man.openbsd.org/cy.4">cy(4)</a> on amd64.
   <li>Retried broadcast with <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> when the dhcp server is unreachable via unicast UDP.
   <!-- 2021/09/13 -->
   <li>Added a theoretical limit of 512 to the number of allocated vcpus in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
   <li>Introduced /etc/<a href="https://man.openbsd.org/bsd.re-config.5">bsd.re-config(5)</a>, which can be used to configure the kernel using <a href="https://man.openbsd.org/config.8">config(8)</a>, allowing use of KARL while making changes to the GENERIC kernel.
   <li>Checked the installer's /tmp/i/hostname.* files for a configured IP address so that configurations without a broadcast address are detected as well.
   <!-- 2021/09/12 -->
   <li>Defaulted to using named curve parameter encoding in libcrypto.
   <!-- 2021/09/11 -->
   <li>Identified TPM2.0 devices and performed the 2.0-specific "suspend" command, allowing the lenovo xlr9 and xlnano using the latest BIOS (which added S3) to resume.
   <li>Stopped setting the highspeed bit on bcm2835-sdhci <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> controllers, fixing <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> wifi on the Raspberry Pi 3 Model B+.
   <li>Zeroed out <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Tx descriptors of frames which are done to prevent the device from writing to the former DMA address of a buffer which has been taken off the Tx ring.
   <li>Fixed a bug in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> Tx done interrupt processing which could cause fatal firmware errors under load and memory corruption.
   <li>Stopped ignoring SIGINT in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> while waiting for input if <a href="https://man.openbsd.org/editline.3">editline(3)</a> is not used.
 <!-- 2021/09/10 -->  <!-- 2021/09/10 -->
 <!-- 2021/09/09 -->  <!-- 2021/09/09 -->
 <li>Imported Mesa 21.1.8.  <li>Imported Mesa 21.1.8.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3