GNU Shepherd 0.8.0 released
Ludovic Courtès <[email protected]> Tue, 21 Apr 2020 15:47:26 +0200
| Newsgroups | gmane.lisp.guile.sources,gmane.comp.gnu.guix.devel,gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
--=-=-=
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
(<https://bugs.gnu.org/40672>)
** =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
(<https://bugs.gnu.org/40405>)
** Improve documentation and examples
** Ensure man pages are up to date
(<https://bugs.gnu.org/39694>)
** 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 [email protected].
Join [email protected] and [email protected] 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-----
--=-=-=--