Subject: CVS commit: pkgsrc/devel/skalibs
From: Amitai Schleier
Date: 2021-01-11 19:11:32
Message id: 20210111181133.115F6FA9D@cvs.NetBSD.org

Log Message:
Update to 2.10.0.0. From the changelog:

- New openc_* functions.
- New function: ipc_bind_reuse_lock(), taking a lock before
  unconditionally deleting the socket.
- ipc_bind_reuse() rewritten to use ipc_bind_reuse_lock(),
  so it does the right thing instead of clobbering sockets.
- Complete revamping of the pathexec functions, see exec.h.
- Revamping of the locking functions.
- Use of standard O_NONBLOCK and O_CLOEXEC instead of adhoc
  DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE.
- Better header separation; webipc.h removed (stuff moved to
  socket.h)
- New function: mkptemp2(), creating a fifo with a templated
  name (like mkptemp) but with options for O_NONBLOCK and O_CLOEXEC.
- New sysdep to test for chroot().

Files:
RevisionActionfile
1.9modifypkgsrc/devel/skalibs/Makefile
1.7modifypkgsrc/devel/skalibs/PLIST
1.8modifypkgsrc/devel/skalibs/distinfo
1.4modifypkgsrc/devel/skalibs/patches/patch-configure