From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user,gmane.comp.gnu.guix.devel,gmane.lisp.guile.sources Subject: GNU Shepherd 0.5.0 released Date: Wed, 26 Sep 2018 15:07:46 +0200 Message-ID: <87bm8k1k65.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1537967186 518 195.159.176.226 (26 Sep 2018 13:06:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2018 13:06:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: guix-devel@gnu.org, guile-sources@gnu.org, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Sep 26 15:06:22 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g59WH-0008UM-NW for guile-user@m.gmane.org; Wed, 26 Sep 2018 15:06:21 +0200 Original-Received: from localhost ([::1]:58850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g59YO-00084A-35 for guile-user@m.gmane.org; Wed, 26 Sep 2018 09:08:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g59Xh-0007l4-GA for guile-user@gnu.org; Wed, 26 Sep 2018 09:07:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g59Xg-0006jl-Hs for guile-user@gnu.org; Wed, 26 Sep 2018 09:07:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g59Xg-0006jh-Cm; Wed, 26 Sep 2018 09:07:48 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57544 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g59Xg-0003po-3n; Wed, 26 Sep 2018 09:07:48 -0400 Mail-Followup-To: guix-devel@gnu.org X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 =?utf-8?Q?Vend=C3=A9miaire?= an 227 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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14901 gmane.comp.gnu.guix.devel:44117 gmane.lisp.guile.sources:485 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable We are pleased to announce the GNU Shepherd version 0.5.0, a release containing new features and bug fixes. =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 GuixSD, GNU=E2=80=99s advanced GNU/Linux distr= ibution. https://www.gnu.org/software/shepherd/ =E2=80=A2 Download Here are the compressed sources and a GPG detached signature[*]: https://alpha.gnu.org/gnu/shepherd/shepherd-0.5.0.tar.gz https://alpha.gnu.org/gnu/shepherd/shepherd-0.5.0.tar.gz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the SHA1 and SHA256 hashes: ff864ff254644c72abae8fc720c38f6086b74b19 shepherd-0.5.0.tar.gz e84a31b9d287b826a4bcfb69965736607a1c1f00d67aa243b7f4fa442b8eacf2 shepher= d-0.5.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.5.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.gnupg.net --recv-keys 3CE464558A84FDC69DB40CFB090B= 11993D9AEBB5 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.16.1 Makeinfo 6.5 Help2man 1.47.6 =E2=80=A2 Changes since version 0.4.0 (excerpt from the NEWS file) ** Services now have a =E2=80=98replacement=E2=80=99 slot ** Restarting a service now restarts its dependent services as well ** Gracefully halt upon ctrl-alt-del when running as PID 1 on GNU/Linux ** Actions can now be invoked on services not currently running ** Guile >=3D 2.0.13 is now required; Guile 3.0 is supported ** Unused runlevel code has been removed ** Updated translations: es, fr, pt_BR, sv 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----- iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAlurhKIACgkQCQsRmT2a 67VFeA//WRnMQ9U9In9Btu9iwAje217wmkgJPwJGyLu6lfHZlbz5e/TX6ntpR+fy hi0lmRoX8xuA12RKX2darerEqRGngr1eJE0QoIMsnIxVyqTD8rvvhehXyVqB8CcP 7fAjrvQkjYY12TYFWgx5DDvytQNcZB6NaAKDYg06IFXcagYlDB1Z9Q1KZlQ8uxFN Hh2vgz1VYE4x5pWUscYV656wSIg/pBPkTbl24fIBxJiUyUh0iZI0moPD+cERRWA1 cMfdeN9PwUZ76OJmD/mGc1hU6+1/CBcBRdNHwFNF+vf8kcYPPID/FMu37ycd4BQv CYx1Fvwcu6Xd7WSHwTnPHE0rZ0Nnygv5PNSi8XNGNBtLHdnF6oJsyFGyD501ox1D LImsp07I9z8BjCV7e0Qo2kOBpjmHiR6AJ9vEotOdSnFD2o0F7tFscopqwet+cfml MxqRBEWKalkrx6JND1Dm54EZ4YS+Puq9919rIBGXLusT3oH2NNEB5JNujCem2iTI XfaW0ZiYPU8fdS5BrUCLwFVXpUqazkq8xSKwjR5jfy7iLKf0FCT68AJrdHwJDzp3 kQGZrTT/n+d9DJJ5H9zDP2VFBqIeHDagUS9vvqQVSv+jUXx26r6eNx8F7S09S7kw iGNxt96pSHam0rEh7VT8V5nAE2daBJC5xVkEJgBv2qrQoKkLnhc= =jtt9 -----END PGP SIGNATURE----- --=-=-=--