Hello,
  A series of small releases.
  * skalibs-2.3.3.0
    ---------------
  - A bugfix in buffer_get, that returned an error on short read
instead of simply returning the number of bytes read. (For error
on short reads, buffer_getall() is where it's at.)
  - A sha512 implementation, <skalibs/sha512.h>
  
http://skarnet.org/software/skalibs/
  git://git.skarnet.org/skalibs
  * execline-2.1.1.1
    ----------------
  - The execline parser is now a library function, el_parse().
  
http://skarnet.org/software/execline/
  git://git.skarnet.org/execline
  * s6-dns-2.0.0.3
    --------------
  - A bugfix in s6dns_engine that sometimes performed a
double close in case of a read error.
  
http://skarnet.org/software/s6-dns/
  git://git.skarnet.org/s6-dns
  * s6-networking-2.1.0.1
    ---------------------
  - A regression fix: s6-tcpclient and s6-tcpserver-access did not
read /etc/resolv.conf, leading to incorrect DNS resolution.
  
http://skarnet.org/software/s6-networking/
  git://git.skarnet.org/s6-networking
  GitHub is currently the target of a DoS attack (apparently from
the Chinese censorship authorities); I had trouble pushing the
changes to GitHub. Don't be surprised if you have trouble pulling
from it. When in doubt, always pull from git.skarnet.org, which
probably won't be under a political Chinese attack in the foreseeable
future.
  Enjoy,
  Bug-reports welcome.
-- 
  Laurent
Received on Mon Mar 30 2015 - 12:41:28 UTC