From e7f6fdc18dc38d0a7dc75ae7a4dc0f95ce968ed9 Mon Sep 17 00:00:00 2001 From: Amitai Schleier Date: Sun, 6 Jan 2019 22:48:12 -0500 Subject: [PATCH] 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. --- s6/Makefile | 2 +- s6/PLIST | 3 +++ s6/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/s6/Makefile b/s6/Makefile index 24a8cadf95..6172b12bae 100644 --- a/s6/Makefile +++ b/s6/Makefile @@ -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/ diff --git a/s6/PLIST b/s6/PLIST index ccaae4cac2..01f0ab72e4 100644 --- a/s6/PLIST +++ b/s6/PLIST @@ -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 diff --git a/s6/distinfo b/s6/distinfo index 9a4706952a..ebf1c9ff65 100644 --- a/s6/distinfo +++ b/s6/distinfo @@ -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