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.lisp.guile.sources,gmane.comp.gnu.guix.devel,gmane.lisp.guile.user Subject: GNU Shepherd 0.9.0 released Date: Wed, 06 Apr 2022 23:25:05 +0200 Message-ID: <874k35hpla.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="29039"; 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: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Wed Apr 06 23:26:02 2022 Return-path: Envelope-to: guile-sources@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 1ncDA9-0007MJ-99 for guile-sources@m.gmane-mx.org; Wed, 06 Apr 2022 23:26:01 +0200 Original-Received: from localhost ([::1]:60502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncDA7-00089N-SQ for guile-sources@m.gmane-mx.org; Wed, 06 Apr 2022 17:25:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52740) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncD9v-00088k-VW; Wed, 06 Apr 2022 17:25:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35980) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncD9v-0007RJ-Ml; Wed, 06 Apr 2022 17:25:47 -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=H784Ix61O8AQrExZr/isyzQxCKhZTQF0uAkrAi/aK/w=; b=fg0SEsrbqUuTwu iXLVhNh16VC9JuBLnSyOj1q6UONXrmYmtzyTmnLry7Kna4iwm10IpnMl2NVWVBWXzEL8yC6TwTuO7 KwEsLQoZHKApGMIxxHucHiADvfJeCZh/7MmtzuvTqAcsClJiAieN5TkFsPP8BD8dogiIB3g+ZGgJ2 kiwCQqk4UjwmqFsGtg8dmjTyaAAe1D2tPMM/fAskaOi/2RCNJOCyreQYcLKLYy9xYNV2s57Xy8a/h qkuUwZdd60NOZRxLlXAn9lGSyyef9gXRhBZnAVX4+bLolpreEZNmEH0vcrSrnfx/JPoQKVAzN4KkG zg5FALa/EDOOSuJ6zI+g==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:65423 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncD9I-0000FD-Jr; Wed, 06 Apr 2022 17:25:26 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Germinal 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: guile-sources@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Guile source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Original-Sender: "guile-sources" Xref: news.gmane.io gmane.lisp.guile.sources:605 gmane.comp.gnu.guix.devel:62172 gmane.lisp.guile.user:18231 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable We are pleased to announce the GNU Shepherd version 0.8.1. This release represents 49 commits by 3 people, bringing a new concurrent, event-driven core, improved logging, and on-demand service startup. =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.0.tar.gz https://ftp.gnu.org/gnu/shepherd/shepherd-0.9.0.tar.gz.sig Use a mirror for higher download bandwidth: https://ftpmirror.gnu.org/shepherd/shepherd-0.9.0.tar.gz https://ftpmirror.gnu.org/shepherd/shepherd-0.9.0.tar.gz.sig Here are the SHA1 and SHA256 checksums: df84c15e21b00e6237af1c243ff77dfee2373626 shepherd-0.9.0.tar.gz c180778397694fccc051606d97ab646c8cb07e9d65712e21f154e8155986bce5 shepher= d-0.9.0.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.0.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.8.1 (excerpt from the NEWS file) ** The Shepherd now depends on Fibers 1.1.0 or later ** =E2=80=98shepherd=E2=80=99 no longer blocks when waiting for PID files= , etc. ** Services without #:log-file have their output written to syslog ** Services with #:log-file have their output timestamped ** New =E2=80=98make-inetd-constructor=E2=80=99 procedure for inetd-style= services ** New =E2=80=98make-systemd-constructor=E2=80=99 for systemd-style =E2= =80=9Csocket activation=E2=80=9D ** New =E2=80=98start-in-the-background=E2=80=99 procedure ** Services can now be =E2=80=9Ctransient=E2=80=9D (see the manual for de= tails) ** New #:supplementary-groups parameter for =E2=80=98make-forkexec-constr= uctor=E2=80=99 ** New #:create-session? parameter for =E2=80=98make-forkexec-constructor= =E2=80=99 ** New #:resource-limits parameter for =E2=80=98make-forkexec-constructor= =E2=80=99 ** Log file of unprivileged =E2=80=98shepherd=E2=80=99 is now under $XDG_= DATA_DIR ** Do not reboot upon =E2=80=98quit=E2=80=99 when running as root but not= PID 1 ** Improved documentation and examples ** The Shepherd can no longer be built with Guile 2.0 ** Work around Guile 3.0.[5-7] compiler bug () ** Updated translations: da, de, sv, uk 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/cadtAz7CQsRmT2a67UFAmJOBTENHGx1ZG9AZ251 Lm9yZwAKCRAJCxGZPZrrtcwcD/933OT3uVmPVYZkDCS7b9NrgM7gBLNhq8MVwEWK qEzU8+vfCstgPS60SiqnjRND8ZmAJRM9mZ4kCXFmbjjxeFghBayPkROFhg299H/f nvQDyXO1obY3MdbQKveY1zOtne5+uWU+F3FcdeIXXMV5r7387Y1pvb8UG/WobP5z 5JYj1PQ1JRquI44gHZIHVgZRJrLybS2ZZHWYiQFSIPpJxWQsLjC+hL7ehkIGn39C r2vk3WxrhQp7IMrAAfBXno15FgS7umzBUDQg7jsdTfe+W/ZxaYmAW406iuwhicLp ctWVAu+icp1uF3nj9ehwRNEgF7VMF3nWj6P17KTFQlAm5kqSsEyiQtkaKGZcOype wA1TcmJaX3AUWPYsq+x0exQr9qZsy16Gkt4NuVlEz62b/znk0OkbDZqgc5w8MJ93 yj58f70kj7CSnuBNh57QdOuTioR3gxWYhkcfAhfkPg/6icGoVfUc/o66Djnpp7p+ AA8Fui4ZEIZyWLjduq126pUDUhFMYsRZTXZbUy4ButfIi6b5oTLTRb0C8q3RR37Z eYZg9827fdxifJaKd3bmEZZbYPYmsfKb5XxIZtX3lqNiJ5mBdHxLxsBskG+jt9wK gRvoYIq0ZUADtjsPgkcEo4D4gbbql7EUXyarsipgTYn/5h5wxwdteiqvPg8XL5e4 X7La+A== =1eqi -----END PGP SIGNATURE----- --=-=-=--