From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.comp.gnu.guix.devel,gmane.lisp.guile.sources,gmane.lisp.guile.user Subject: GNU Shepherd 0.9.1 released Date: Sun, 22 May 2022 18:33:09 +0200 Message-ID: <87ilpxr0hm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37258"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) To: guix-devel@gnu.org, guile-sources@gnu.org, guile-user@gnu.org, info-gnu@gnu.org Original-X-From: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sun May 22 18:33:36 2022 Return-path: Envelope-to: gcggd-guix-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsoWO-0009UV-Au for gcggd-guix-devel@m.gmane-mx.org; Sun, 22 May 2022 18:33:36 +0200 Original-Received: from localhost ([::1]:39414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsoWM-0006EL-RL for gcggd-guix-devel@m.gmane-mx.org; Sun, 22 May 2022 12:33:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsoW1-0006DP-IR; Sun, 22 May 2022 12:33:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43002) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsoW1-0005NV-AB; Sun, 22 May 2022 12:33:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=M0qbOaJeNcA4fdtX/ou1znqgV76FTzH+2CwXzsVzgwg=; b=bi7ELnJL3TWNty mPQ83usYOUPDPnIvSwxDTOcRUakz/aCJ0d6z3FkBqhSEAJpa6b0j05xUffigcYRziv2cLkduN6vKM T3/w+wKQpSUFmdWBR7iYz0lZq8HWfpzE+q8lfgGmYqYxfI0Hb1CW/HlLmfGKuR6eFFnPV7g4a8t5d UA9IGB9sAJMH29F7cnb9n1eByfKIOwESsHwguVjnsY+7LU82XSpOyZDnH+1Tgcuxmq7gqfVdz+qkF 4SjXERdU0vATsWlozVQgDLUixfOH00RnO8Ui2BGfJ8mWvHlCTNtqj0z1evennIlQyb+U09Le5rYAe 7QAezMHYyXX6VexkO0Cw==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49644 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsoW0-0004nL-SL; Sun, 22 May 2022 12:33:13 -0400 Mail-Followup-To: guix-devel@gnu.org X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 Prairial an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Original-Sender: "Guix-devel" Xref: news.gmane.io gmane.comp.gnu.guix.devel:62534 gmane.lisp.guile.sources:609 gmane.lisp.guile.user:18270 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable We are pleased to announce the GNU Shepherd version 0.9.1. This is a bug-fix release, including a backward-compatible interface change, representing 18 commits by 2 people over 6 weeks. =E2=80=A2 About The GNU Daemon Shepherd or GNU Shepherd is a service manager written in Guile that looks after the herd of system services. It provides a replacement for the service-managing capabilities of SysV-init (or any other init) with a dependency-based system with a convenient interface. The GNU Shepherd may also be used by unprivileged users to manage per-user daemons (e.g., tor, privoxy, mcron, etc.) It is written in Guile Scheme, and is configured and extended using Guile. The GNU Shepherd is developed jointly with the GNU Guix project; it is used as the init system of Guix, GNU=E2=80=99s advanced GNU/Linux distrib= ution. https://www.gnu.org/software/shepherd/ =E2=80=A2 Download Here are the compressed sources and a GPG detached signature[*]: https://ftp.gnu.org/gnu/shepherd/shepherd-0.9.1.tar.gz https://ftp.gnu.org/gnu/shepherd/shepherd-0.9.1.tar.gz.sig Use a mirror for higher download bandwidth: https://ftpmirror.gnu.org/shepherd/shepherd-0.9.1.tar.gz https://ftpmirror.gnu.org/shepherd/shepherd-0.9.1.tar.gz.sig Here are the SHA1 and SHA256 checksums: 52bcd330ba7b4c77d4183d58d0a8d1b798761ff6 shepherd-0.9.1.tar.gz 66b447fbfeed6b0b96f7efc671b146b686bde9f5b6c39b6647887bfd8ccd4a50 shepher= d-0.9.1.tar.gz [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify shepherd-0.9.1.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.openpgp.org \ --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.71 Automake 1.16.5 Makeinfo 6.7 Help2man 1.48.5 =E2=80=A2 Changes since version 0.9.0 (excerpt from the NEWS file) ** =E2=80=98make-inetd-constructor=E2=80=99 now accepts a list of endpoin= ts In 0.9.0, =E2=80=98make-inetd-constructor=E2=80=99 would take a single ad= dress as returned by =E2=80=98make-socket-address=E2=80=99. This was insufficiently flexible = since it didn=E2=80=99t let you have an inetd service with multiple endpoints. =E2=80=98make-inetd-c= onstructor=E2=80=99 now takes a list of endpoints, similar to what =E2=80=98make-systemd-cons= tructor=E2=80=99 already did. For compatibility with 0.9.0, if the second argument to =E2=80=98make-systemd-constructor=E2=80=99 is an address, it is automatic= ally converted to a list of endpoints. This behavior will be preserved for at least the whole 0.9.x series. ** =E2=80=98AF_INET6=E2=80=99 endpoints are now interpreted as IPv6-only In 0.9.0, using an =E2=80=98AF_INET6=E2=80=99 endpoint for =E2=80=98make-= systemd-constructor=E2=80=99 would usually have the effect of making the service available on both IPv6 and = IPv4. This is due to the default behavior of Linux, which is to bind IPv6 addre= sses as IPv4 as well (the default behavior can be changed by running =E2=80=98sysctl net.ipv6.bindv6only 1=E2=80=99). =E2=80=98AF_INET6=E2=80=99 endpoints are now interpreted as IPv6-only. T= hus, if a service is to be made available both as IPv6 and IPv4, two endpoints must be used. ** =E2=80=98shepherd=E2=80=99 reports whether a service is transient ** =E2=80=98herd status=E2=80=99 shows whether a service is transient ** Fix possible file descriptor leak in =E2=80=98make-inetd-constructor= =E2=80=99 () ** Fix value of =E2=80=98LISTEN_FDNAMES=E2=80=99 variable set by =E2=80= =98make-systemd-constructor=E2=80=99 ** Fix crash when logging IPv6 addresses ** =E2=80=98start-in-the-background=E2=80=99 returns *unspecified* instea= d of zero values Please report bugs to bug-guix@gnu.org. Join guix-devel@gnu.org for discussions. Ludovic, on behalf of the Shepherd herd. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJBBAEBCgArFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAmKKZcYNHGx1ZG9AZ251 Lm9yZwAKCRAJCxGZPZrrtXfjD/9d35zkRDVOK/sgqKvQyvgQKaC36dphQ3hPAiRy IxE9dVgLxcJBEGji5SHUifftVJgQhYGhDZLQ3NH3K3xb6z6FrZQHiR3+lZI+ifb0 cMLc1G+xYHXxhehc39DWnA61fd1Me6+0YywL23OM85rNXYD9f6asCmQWx+hSJVfN vJxJ/8BTu2xFLCgfjLT/OcS9alDhvYXvPSymieAsuq2a78ZHoe3d0BM1Mez5+Y9T 3K4+TnA988pic/CXsBujdZsPMhcOS4+I4rPPyN0xZV8u8dLoEnuwfjJlyCB9LvfN jALJaSX73sGFyDglNrgNB+0RYi3ZQc2cVpSUtTM60Bk48G4eYnV+ut5nAJsDNVhv 6uPiXnHR89WPiJuaBHcXak/psIXrgAa5c+pPwC1lqO6lTqSQol7voXgbwbVD07fc gao+yalEe/3a2+rxX5dewI7UmB21MDZPtKzu2z3rnNsRgQPyIM8b/ylCodrSNhx3 u/aRcun0J6pQp4Z0cNoGajBFbSKZ8mZSQXWQfl+B1wgUeyVXK4wdbZGCHY2OXJNz PbYf2jRKO7PBqhrlFmCJ0PnF40XzHOn/vyX5dNf87Z8oVfLHHevRJ+6MyZqGlYsT UDDO0g6KC7S5HBVkuUORJcaKKNZvwU9HRjhGIFYLOkMRlwAw3hy889X9i0i7rbiU pgj7Qw== =snFf -----END PGP SIGNATURE----- --=-=-=--