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

Diff for /www/71.html between version 1.28 and 1.29

version 1.28, 2022/04/11 00:21:43 version 1.29, 2022/04/11 00:36:31
Line 229 
Line 229 
                 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 handler 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 864 
Line 864 
   
         <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,          <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
         <ul>          <ul>
             <li>Stopp verifying the cert or CA for a relay using opportunistic TLS.              <li>Stop 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>
   
Line 887 
Line 887 
         </ul>          </ul>
   
   
         <!-- IPSEC/isakmpd/iked -->          <!-- IPsec/isakmpd/iked -->
         <li>IPSEC support was improved:          <li>IPsec support was improved:
         <ul>          <ul>
             <li>Made <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> proto config option accept a list to allow specifying multiple protocols for a single policy.              <li>Made <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> proto config option accept a list to allow specifying multiple protocols for a single policy.
             <li>Fixed removal of SAs that could not be flushed with <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> -F.              <li>Fixed removal of SAs that could not be flushed with <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> -F.
Line 939 
Line 939 
         <!-- bgpd -->          <!-- bgpd -->
         <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,          <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,
         <ul>          <ul>
             <li>macro expansion in the config file was improved. It is now possible              <li>Macro expansion in the config file was improved. It is now possible
                 to expand 'set large-community $myAS:$location:$transit'.                  to expand 'set large-community $myAS:$location:$transit'.
             <li>tThe RIB codebase was refactored in order to add multipath              <li>The RIB codebase was refactored in order to add multipath
                 support in an upcoming release.                  support in an upcoming release.
             <li>the <a href="https://man.openbsd.org/bgpd.8">bgpd</a> login              <li>The <a href="https://man.openbsd.org/bgpd.8">bgpd</a> login
                 class datasize attribute (in <a                  class datasize attribute (in <a
                 href="https://man.openbsd.org/login.conf.5">login.conf(5)</a>) was set                  href="https://man.openbsd.org/login.conf.5">login.conf(5)</a>) was set
                 to either 16G or 1G, depending on architecture.                  to either 16G or 1G, depending on architecture.
             <li>added a "listen on" parameter in in <a              <li>Added a "listen on" parameter in in <a
                 href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> to make it                  href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> to make it
                 possible to bind and connect to non-default ports.                  possible to bind and connect to non-default ports.
         </ul>          </ul>

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29