Update to 2.7.2.2. From the changelog:

- s6-ipcserver-socketbinder now takes a -B option to make the
   socket blocking.
 - s6-svscan now takes a "-d notif" option to notify readiness. This is
   *shallow readiness*, i.e. readiness will be reported when s6-svscan
   is ready to receive s6-svscanctl commands; it does *not* mean all the
   services started at s6-svscan launch will be ready.
 - New optional file in a service directory: down-signal. It allows you
   to customize the signal sent by s6-svc -d (and now s6-svc -r too).
 - New s6-svc option: -r. Sends the signal defined in the down-signal
   file (still SIGTERM by default).
 - Adaptation to skalibs-2.7.0.0.
 - Optional nsss support added.
 - s6-svwait et al. now exit 102 instead of hanging if s6-supervise dies.
 - New commands: s6-svdt, s6-svdt-clear, s6-permafailon
 - s6-tai64nlocal can now print GMT times with the -g option.
 - s6-ftrigrd and s6lockd internally use the textclient API/ABI instead
   of skaclient. This is cleaner, faster code.
 - New "-a perms" option to s6-ipcserver and s6-ipcserver-socketbinder.
 - New functions: s6_fdholder_start() and s6_fdholder_end().
 - Bugfixes.
This commit is contained in:
Amitai Schleier 2019-01-06 22:48:12 -05:00
parent e8269dca3f
commit e7f6fdc18d
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= s6-2.6.1.1
DISTNAME= s6-2.7.2.2
CATEGORIES= sysutils
MASTER_SITES= http://skarnet.org/software/s6/

View File

@ -37,6 +37,7 @@ bin/s6-ipcserverd
bin/s6-log
bin/s6-mkfifodir
bin/s6-notifyoncheck
bin/s6-permafailon
bin/s6-setlock
bin/s6-setsid
bin/s6-setuidgid
@ -46,6 +47,8 @@ bin/s6-sudoc
bin/s6-sudod
bin/s6-supervise
bin/s6-svc
bin/s6-svdt
bin/s6-svdt-clear
bin/s6-svlisten
bin/s6-svlisten1
bin/s6-svok

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (s6-2.6.1.1.tar.gz) = d60c93f183dc5c8b66cf74ebe75d4d9b646e525d
RMD160 (s6-2.6.1.1.tar.gz) = 5c597962423864bd2a3555440f58b98a3a332651
SHA512 (s6-2.6.1.1.tar.gz) = 08f1af0f2e66b3f60f4a6b1489ae91fc59dd5aec97789cc655ae2ba7841327293e3a3027155d02502b34bcdad40778dfaeb441f100e8598aecf081d9d739c99d
Size (s6-2.6.1.1.tar.gz) = 196083 bytes
SHA1 (s6-2.7.2.2.tar.gz) = a705e0366d1f086c29652cc4931c14e9bdf03030
RMD160 (s6-2.7.2.2.tar.gz) = d9f9101a4c3da0d405d3f3324c5c4da29d2f8c42
SHA512 (s6-2.7.2.2.tar.gz) = ed7b9fbc73e9947e56ad641459c04ff210fb801c8cfdbb5f0a00bdecbe1f5969ae73a6b52b048cd6617c88308f3a7bfd0ed98a48e78b1b5ba90b96e95845d165
Size (s6-2.7.2.2.tar.gz) = 207145 bytes