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

Diff for /www/71.html between version 1.23 and 1.24

version 1.23, 2022/04/10 21:43:50 version 1.24, 2022/04/10 21:51:16
Line 1 
Line 1 
 <!doctype html>  <!doctype html>
 <html lang=en id=release>  <html lang=en id=release>
   <head>
 <meta charset=utf-8>  <meta charset=utf-8>
   
 <title>OpenBSD 7.1</title>  <title>OpenBSD 7.1</title>
Line 7 
Line 8 
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/71.html">  <link rel="canonical" href="https://www.openbsd.org/71.html">
   </head><body>
 <h2 id=OpenBSD>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i>Open</i><b>BSD</b></a>  <i>Open</i><b>BSD</b></a>
Line 224 
Line 225 
                 href="https://man.openbsd.org/ppoll.2">ppoll(2)</a> and <a                  href="https://man.openbsd.org/ppoll.2">ppoll(2)</a> and <a
                 href="https://man.openbsd.org/pselect.2">pselect(2)</a> on top of                  href="https://man.openbsd.org/pselect.2">pselect(2)</a> on top of
                 kqueue.                  kqueue.
         <li>Unlocked top part of UVM fault hander on mips64. <!--- XXX move? --->          <li>Unlocked top part of UVM fault hander on mips64. <!-- XXX move? -->
         <li>Unlocked the <a href="https://man.openbsd.org/kevent.2">kevent(2)</a> system call.          <li>Unlocked the <a href="https://man.openbsd.org/kevent.2">kevent(2)</a> system call.
         <li>Made the kqread event filter MP-safe.          <li>Made the kqread event filter MP-safe.
         <li>Reduced the time overhead of <a          <li>Reduced the time overhead of <a
Line 472 
Line 473 
                 href="https://man.openbsd.org/ld.lld.1">ld.lld(1)</a> linker) to also                  href="https://man.openbsd.org/ld.lld.1">ld.lld(1)</a> linker) to also
                 user the LLVM archiver <a                  user the LLVM archiver <a
                 href="https://man.openbsd.org/llvm-ar.1">llvm-ar(1)</a>.                  href="https://man.openbsd.org/llvm-ar.1">llvm-ar(1)</a>.
         <li>Added openvpn ports (udp/1194 & tcp/1194) to /etc/services.          <li>Added openvpn ports (udp/1194 &amp; tcp/1194) to /etc/services.
         <li>Prevented an access to uninitialized memory in <a          <li>Prevented an access to uninitialized memory in <a
                 href="https://man.openbsd.org/awk.1">awk(1)</a>.                  href="https://man.openbsd.org/awk.1">awk(1)</a>.
         <li>Fixed <a href="https://man.openbsd.org/vi.1">vi(1)</a> recovery          <li>Fixed <a href="https://man.openbsd.org/vi.1">vi(1)</a> recovery
Line 917 
Line 918 
             <li>Improve cleanup of rrdp directory contents.              <li>Improve cleanup of rrdp directory contents.
             <li>Introduce a validated cache which holds all the files that have              <li>Introduce a validated cache which holds all the files that have
                 successfully been verified by rpki-client.                  successfully been verified by rpki-client.
             <li>Add a new option '-f <file>' to validate a signed object in a file              <li>Add a new option '-f &lt;file&gt;' to validate a signed object in a file
                 against the RPKI cache.                  against the RPKI cache.
             <li>Add various RFC 6488 compliance checks to improve the CMS parser.              <li>Add various RFC 6488 compliance checks to improve the CMS parser.
             <li>Improve RRDP replication through less aggressive cache cleanup.              <li>Improve RRDP replication through less aggressive cache cleanup.
             <li>Add a check whether a given Manifest EE certificate is listed on the              <li>Add a check whether a given Manifest EE certificate is listed on the
                 applicable CRL.                  applicable CRL.
             <li>For forward compatibility permit ASPA object to appear on Manifests.              <li>For forward compatibility permit ASPA object to appear on Manifests.
             <li>Various improvements to the '-f <file>' diagnostic option to              <li>Various improvements to the '-f &lt;file&gt;' diagnostic option to
                 now also validate files containing Trust Anchor certs and CRLs.                  now also validate files containing Trust Anchor certs and CRLs.
             <li>Do not apply timezone offsets when converting X509 times.  X509              <li>Do not apply timezone offsets when converting X509 times.  X509
                 times are in UTC and comparing them to times in different timezones                  times are in UTC and comparing them to times in different timezones
Line 982 
Line 983 
         <li>Added OSC 7 capability to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> for setting titles.          <li>Added OSC 7 capability to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> for setting titles.
   </ul>    </ul>
   
 <li>OpenSMTPD version XXX <!--- XXX --->  <li>OpenSMTPD version XXX <!-- XXX -->
   <ul>    <ul>
         <li>Stopped <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> from verifying the cert or CA for a relay using opportunistic TLS.          <li>Stopped <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> from verifying the cert or CA for a relay using opportunistic TLS.
         <li>Enabled TLS verify by default for outbound "smtps://" and "smtp+tls://", restoring documented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> behavior.          <li>Enabled TLS verify by default for outbound "smtps://" and "smtp+tls://", restoring documented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> behavior.
   </ul>    </ul>
   
 <li>LibreSSL version XXX <!--- XXX --->  <li>LibreSSL version XXX <!-- XXX -->
   <ul>    <ul>
     <li>New Features      <li>New Features
     <ul>      <ul>
Line 1263 
Line 1264 
     </ul>      </ul>
   </ul>    </ul>
   
 <li>OpenSSH version XXX <!--- XXX --->  <li>OpenSSH version XXX <!-- XXX -->
  <ul>   <ul>
   <li>Security    <li>Security
   <ul>    <ul>
Line 1651 
Line 1652 
 would like to know more, the mailing list  would like to know more, the mailing list
 <a href="mail.html">ports@openbsd.org</a> is a good place to know.  <a href="mail.html">ports@openbsd.org</a> is a good place to know.
 </section>  </section>
   </body>
   </html>

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24