From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!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.8.0 released Followup-To: gmane.comp.gnu.guix.devel Date: Tue, 21 Apr 2020 15:47:26 +0200 Message-ID: <87tv1dx85t.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="ciao.gmane.io:159.69.161.202"; logging-data="104297"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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 Tue Apr 21 15:47:47 2020 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 1jQtFb-000R2U-2x for guile-sources@m.gmane-mx.org; Tue, 21 Apr 2020 15:47:47 +0200 Original-Received: from localhost ([::1]:58654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQtFa-0000mM-77 for guile-sources@m.gmane-mx.org; Tue, 21 Apr 2020 09:47:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53422) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQtFO-0000lq-At; Tue, 21 Apr 2020 09:47:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41521) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQtFO-0000Su-3I; Tue, 21 Apr 2020 09:47:34 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36102 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jQtFN-0008Bv-Ds; Tue, 21 Apr 2020 09:47:33 -0400 Mail-Followup-To: guix-devel@gnu.org X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 =?utf-8?Q?Flor=C3=A9al?= an 228 de la =?utf-8?Q?R?= =?utf-8?Q?=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.23 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:538 gmane.comp.gnu.guix.devel:53706 gmane.lisp.guile.user:16396 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.0. This release represents 31 commits by 7 people, primarily bug fixes and small additions to the programming interface. =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.8.0.tar.gz https://ftp.gnu.org/gnu/shepherd/shepherd-0.8.0.tar.gz.sig Use a mirror for higher download bandwidth: https://ftpmirror.gnu.org/shepherd/shepherd-0.8.0.tar.gz https://ftpmirror.gnu.org/shepherd/shepherd-0.8.0.tar.gz.sig Here are the SHA1 and SHA256 checksums: 1b1cea9c1271ef21611e8b717e9fd37c3c165bdc shepherd-0.8.0.tar.gz 940eb3e8a6f2ee710925b35ace3ee003cc8a38ff017a121d471bb5573e628b0a shepher= d-0.8.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.8.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.69 Automake 1.16.2 Makeinfo 6.7 Help2man 1.47.13 =E2=80=A2 Changes since version 0.7.0 (excerpt from the NEWS file) ** Kill the whole process group when the PID file doesn=E2=80=99t show up () ** =E2=80=98make-kill-destructor=E2=80=99 kills the process group ** New =E2=80=98default-pid-file-timeout=E2=80=99 SRFI-39 parameter ** New #:file-creation-mask parameter for =E2=80=98make-forkexec-construc= tor=E2=80=99 ** =E2=80=98make-forkexec-constructor=E2=80=99 creates log files as #o640 () ** Improve documentation and examples ** Ensure man pages are up to date () ** Fix compilation on systems without =E2=80=98prctl=E2=80=99 such as GNU= /Hurd ** Remove kludge that would send SIGALRM every second ** Address =E2=80=9Cerror in finalization thread=E2=80=9D warning ** =E2=80=98make-forkexec-constructor=E2=80=99 no longer supports old cal= ling convention The first argument must be a list of strings. Passing several strings has been deprecated since 0.1. Please report bugs to bug-guix@gnu.org. Join guix-devel@gnu.org and gnu-system-discuss@gnu.org for discussions. Ludovic, on behalf of the Shepherd herd. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAl6e+W4ACgkQCQsRmT2a 67Vxcw/9G3w7lI3AYr0cj0YLZHTi2K4kiRMbZQyy3f3rcZFiti6WUJlTiIPe0wIx yXv3EL0cdeTLF9eb3x0Elm/O2ywPso3e3tpm0Bsd9PahY0YJeYy4qSJB/6GNd0YA 9fhcPgdAmr/bnZ1g7PInE3fmDSb9x9GincY6GFKG9JTS9bRrDpwPiEc6Gju62g1d ZAfnECgx52mY4AAQMigprnywr9et+LeCbA7sRuNPQJlfDVLqUPMzhN/HBYE+FXqp fkaHo5SmgUjyQY4aB0szCqPYzj48Z+xlTnEz87mo+e3Mb764F150ImpVHSOlnvWF sK8pfubWCTft2wqV9arobFNAZyEDblI67vA4OJJiwxfUBJRCOnJPhqBoT9U/gHZU tF1rqTO+CuGNRkY+6IEl1DGIEob6Royk9xdL4aqgQLuxx49k3aEZbi3nOggWzQcG MeL6kEz8EEPpjohOzFzYx3q8FO1+XmIUwyXSKkf/zT11XjMOEJVxiW+mEYVuWmpN /rzvg7xLBuzepm1AaUtzL1oLCOODhbdy3XvPvg3mWCMnv2V6WcPzqm+5iOQ2+lg5 Hv5O2+LY2OghLjVhnY/+41HWJAjP0hiXp1exxWudx8So1UyGhlVLLvpdNEX7Bakn chh5d1S2fPVVWOUU0euiaQNDkUUXAqu2gy0pKyPdD3tPzePAlAc= =dkot -----END PGP SIGNATURE----- --=-=-=--