From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: GNU Shepherd 0.6.1 released Date: Sat, 11 May 2019 19:45:35 +0200 Message-ID: <87imugx4u8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sender: "guile-user" To: guix-devel@gnu.org, guile-sources@gnu.org, guile-user@gnu.org, info-gnu@gnu.org List-Id: guix-devel.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable We are pleased to announce the GNU Shepherd version 0.6.1, a bug-fix release. =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.6.1.tar.gz https://ftp.gnu.org/gnu/shepherd/shepherd-0.6.1.tar.gz.sig Use a mirror for higher download bandwidth: https://ftpmirror.gnu.org/shepherd/shepherd-0.6.1.tar.gz https://ftpmirror.gnu.org/shepherd/shepherd-0.6.1.tar.gz.sig Here are the SHA1 and SHA256 checksums: 256847dedeee7409181c1c5a667c6dd09900ed69 shepherd-0.6.1.tar.gz 531bca85ee71ce8e99dcc0add5eb3a968229c350320198db737721b8caaac6f6 shepher= d-0.6.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.6.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 pool.sks-keyservers.net \ --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 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.8 =E2=80=A2 Changes since version 0.6.0 (excerpt from the NEWS file) ** =E2=80=98herd status=E2=80=99 distinguishes between =E2=80=9Cstopped= =E2=80=9D and =E2=80=9Cone-shot=E2=80=9D services ** =E2=80=98read-pid-file=E2=80=99 gracefully handles PID files not creat= ed atomically () ** =E2=80=98shepherd=E2=80=99 no longer crashes when asked to load files = with syntax errors () ** New translations: de, sk ** Updated translations: da, es, fr, pt_BR 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/cadtAz7CQsRmT2a67UFAlzXCj8ACgkQCQsRmT2a 67WEjw/+MXAgk6U2OnXr6atoiZOArc2RQgd76EJ8GEmisuf3D37CTREwhxNFFmZu 1zPfY5aj+nW6ROkkmmRqjk3mM3r5btG4lqHJZcrxjXJlpDQLgBBReQ/e/qu3IYa/ LpyemDpc6FtWevIWukAfsv7jjBhD8Dvb7v8J8mAuk2/p/XHr2QxVY0g6vuoun9U5 ojApmaf5X0fnFb90sb7+jftGWVXkkdawhNe+Y9qgqyneEmXWonX0ke85J4FAvbO2 jWu5CWsb6mAozGif0SopK7y+F3yv0PBQQRnaCloJeUlSEwJ4vjN7KMdWlJCg66SF Ibgpo4K8FE1fNodPp9k8QIZeV4wLahr4WUd/i7iRd4ojKmnmhS7MgPmsFpS22pSb C3FdYIVyvF19ZwC+DvJeb/pXMefU7GTWsYwZ14z3a7H81l6w6imDJUrVK4/E2C7F FqGutHg5nsIlx0uWCMRy55lHJ0DCLeuLtc9PNW2qVGqRK2SZz6CoftDiJBW1ZPsE CEe2VmYBnyZG4coQF00BlpD/HKMmN56BkTKdi11PrC2Dto9Rx6RjgAyKyMET9QYM UG47N/t59Bt7e3c4Pc1Ql4XpTZxpXZVA/h9ICePmUfx6k6hyTv0sD6mgxZ5P2ogD mLXdvuQrKTdFmdwHvRtyyUysOQ445slbN+Bs9wivPJ1LYT9f8FI= =KPFj -----END PGP SIGNATURE----- --=-=-=--