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

Diff for /www/63.html between version 1.52 and 1.53

version 1.52, 2018/03/27 09:21:06 version 1.53, 2018/03/27 09:28:57
Line 93 
Line 93 
        for two-wire bus found on several Allwinner SoCs.         for two-wire bus found on several Allwinner SoCs.
     <li>New <a href="https://man.openbsd.org/sypwr.4">sypwr(4)</a> driver      <li>New <a href="https://man.openbsd.org/sypwr.4">sypwr(4)</a> driver
        for the Silergy SY8106A regulator.         for the Silergy SY8106A regulator.
     <li>Support for Rockchip RK3328 SoCs has been added to the      <li>Support for Rockchip RK3328 SoCs has been added to the
         <a href="https://man.openbsd.org/dwge.4">dwge(4)</a>,          <a href="https://man.openbsd.org/dwge.4">dwge(4)</a>,
         <a href="https://man.openbsd.org/rkgrf.4">rkgrf(4)</a>,          <a href="https://man.openbsd.org/rkgrf.4">rkgrf(4)</a>,
         <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a> and          <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a> and
         <a href="https://man.openbsd.org/rkpinctrl.4">rkpinctrl(4)</a>          <a href="https://man.openbsd.org/rkpinctrl.4">rkpinctrl(4)</a>
         drivers.          drivers.
     <li>Support for Rockchip RK3288/RK3328 SoCs has been added to the      <li>Support for Rockchip RK3288/RK3328 SoCs has been added to the
         <a href="https://man.openbsd.org/rktemp.4">rktemp(4)</a>          <a href="https://man.openbsd.org/rktemp.4">rktemp(4)</a>
         driver.          driver.
     <li>Support for Allwinner A10/A20, A23/A33, A80 and R40/V40      <li>Support for Allwinner A10/A20, A23/A33, A80 and R40/V40
Line 200 
Line 200 
     <li>Support for GRE over IPv6.      <li>Support for GRE over IPv6.
     <li>New <a href="https://man.openbsd.org/egre.4">egre(4)</a>      <li>New <a href="https://man.openbsd.org/egre.4">egre(4)</a>
         driver for Ethernet over GRE tunnels.          driver for Ethernet over GRE tunnels.
     <li>Support for the optional GRE key header and GRE key entropy in      <li>Support for the optional GRE key header and GRE key entropy in
         <a href="https://man.openbsd.org/gre.4">gre(4)</a> and          <a href="https://man.openbsd.org/gre.4">gre(4)</a> and
         <a href="https://man.openbsd.org/egre.4">egre(4)</a>.          <a href="https://man.openbsd.org/egre.4">egre(4)</a>.
     <li>New <a href="https://man.openbsd.org/nvgre.4">nvgre(4)</a>      <li>New <a href="https://man.openbsd.org/nvgre.4">nvgre(4)</a>
Line 249 
Line 249 
     <li>Stop using x86 "repz ret" in dusty corners of the tree.      <li>Stop using x86 "repz ret" in dusty corners of the tree.
     <li>Introduce "execpromises" in      <li>Introduce "execpromises" in
         <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.          <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.
     <li>Prepare for the introduction of <b>MAP_STACK</b> to      <li>Prepare for the introduction of <b>MAP_STACK</b> to
         <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> after 6.3.          <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> after 6.3.
     <li>Push a small piece of KARL-linked kernel text into the random      <li>Push a small piece of KARL-linked kernel text into the random
         number generator as entropy at startup.          number generator as entropy at startup.
Line 531 
Line 531 
   
 <li>LibreSSL 2.7.2  <li>LibreSSL 2.7.2
    <ul>     <ul>
    <li> Fixed a bug in int_x509_param_set_hosts, calling strlen() if name  
    length provided is 0 to match the OpenSSL behaviour. Issue noticed  
    by Christian Heimes &lt;christian@python.org&gt;.  
    <li> Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on     <li> Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
    observations of real-world usage in applications. These are     observations of real-world usage in applications. These are
    implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility     implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53