supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* [announce] skarnet.org June 2024 update
@ 2024-06-07 14:27 Laurent Bercot
  2024-06-08  5:08 ` Alexis
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Bercot @ 2024-06-07 14:27 UTC (permalink / raw)
  To: skaware; +Cc: supervision


  Hello,

  New versions of some skarnet.org packages are available. This is a
light update, focused on quality of life, improved support
for old platforms, and in preparation for larger updates later. The
exception is a breaking change to s6, which adds support for addressing
a service's process group - useful e.g. if you want to kill straggler
processes when the service dies and you're not using cgroups.

skalibs-2.14.2.0              (minor)
execline-2.9.6.0              (minor)
s6-2.13.0.0                   (major)
s6-rc-0.5.4.3                 (release)
s6-dns-2.3.7.2                (release)
s6-networking-2.7.0.3         (release)
mdevd-0.1.6.4                 (release)
smtpd-starttls-proxy-0.0.1.4  (release)
tipidee-0.0.5.0               (minor)
shibari-0.0.1.1               (release)

  Details below. If there are no details for a package, the release
only contains bugfixes and/or code cleanups.


  * skalibs-2.14.2.0
    ----------------

  This version underlies all the changes in the other packages. It brings
support for the midipix environment and old MacOS versions; it adds
more cspawn functions for improved posix_spawn() use.

  https://skarnet.org/software/skalibs/
  git://git.skarnet.org/skalibs


  * execline-2.9.6.0
    ----------------

  This version adds "elglob -d" for encoding the result of a glob into
a single word. It also adds "importas -S" to import a variable with
the same name as the substitution value, just like the old "import"
command.

  https://skarnet.org/software/execline/
  git://git.skarnet.org/execline


  * s6-2.13.0.0
    -----------

  s6-supervise now tracks the service's process group! It is passed to
the finish script as the 4th argument, so finish scripts can kill the
whole process group if the service leaves unwanted children behind.
Note that this isn't completely foolproof: a very badly behaved service
can create children in different process groups. But daemons don't
normally mess with process groups; and any alternative is non-portable.
  While the service is running, s6-svstat -o pgid prints the process
group id, and s6-svc -K can send a SIGKILL to the process group (as
well as -P for SIGSTOP and -C for SIGCONT).

  Additionally, a small bug has been fixed and an arbitrary limit has
been lifted in s6-ftrigrd: a service can now wait on as many fifodirs
as it wants.

  Your supervision trees need to be restarted after you upgrade to the
new version.

  https://skarnet.org/software/s6/
  git://git.skarnet.org/s6


  * s6-rc-0.5.4.3
    -------------

  An arbitrary limit has been lifted: the internal fd-holder can now
be autorefilled with as many pipes as it can hold.

  https://skarnet.org/software/s6-rc/
  git://git.skarnet.org/s6-rc


  * s6-dns-2.3.7.2
    --------------

  Refactor of some APIs to allow for dns-0x20 implementation, which is
useful for interoperating with recent versions of Unbound and
similarly paranoid software.

  https://skarnet.org/software/s6-dns/
  git://git.skarnet.org/s6-dns


  * tipidee-0.0.5.0
    ---------------

  tipidee.conf now accepts "" as an extension indicator for the
content-type directive, which allows the user to specify a default
Content-Type for files without an extension (previously, the
application/octet-stream default was not overridable).

  https://skarnet.org/software/tipidee/
  git://git.skarnet.org/tipidee


  * shibari-0.0.1.1
    ---------------

  shibari now implements dns-0x20, which means the latest Unbound
resolvers won't fail when querying it.

  https://skarnet.org/software/shibari/
  git://git.skarnet.org/shibari


  Enjoy,
  Bug-reports welcome.

--
  Laurent


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [announce] skarnet.org June 2024 update
  2024-06-07 14:27 [announce] skarnet.org June 2024 update Laurent Bercot
@ 2024-06-08  5:08 ` Alexis
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis @ 2024-06-08  5:08 UTC (permalink / raw)
  To: skaware; +Cc: supervision


Updates to the relevant man page ports are now available:

* https://git.sr.ht/~flexibeast/execline-man-pages/refs/v2.9.6.0.1
* https://git.sr.ht/~flexibeast/s6-man-pages/refs/v2.13.0.0.1
* https://git.sr.ht/~flexibeast/s6-rc-man-pages/refs/v0.5.4.3.1
* 
  https://git.sr.ht/~flexibeast/s6-networking-man-pages/refs/v2.7.0.3.1
* https://git.sr.ht/~flexibeast/tipidee-man-pages/refs/v0.0.5.0.1
* https://git.sr.ht/~flexibeast/shibari-man-pages/refs/v0.0.1.1.1


Alexis.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-08  5:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07 14:27 [announce] skarnet.org June 2024 update Laurent Bercot
2024-06-08  5:08 ` Alexis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).