guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (6b4124cdcc -> fee06d5aaa)


From: guix-commits
Subject: branch master updated (6b4124cdcc -> fee06d5aaa)
Date: Sun, 1 May 2022 16:15:31 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 6b4124cdcc nls: Update translations.
     new 774f8804ba gexp: Add 'references-file'.
     new eaebc7f2b7 file-systems: Avoid load-time warnings when attempting to 
load (guix store).
     new a76fa226c8 linux-container: 'call-with-container' relays SIGTERM and 
SIGINT.
     new f6c9763984 linux-container: Ensure signal-handling asyncs get a chance 
to run.
     new 391bd14359 linux-container: Add #:child-is-pid1? parameter to 
'call-with-container'.
     new 3682bd4003 Add (guix least-authority).
     new 002bcb7eb0 services: dicod: Rewrite using 'least-authority-wrapper'.
     new fd57ce267c services: dicod: Use 'make-inetd-constructor'.
     new 211fe3f66e services: bitlbee: Use 'make-inetd-constructor'.
     new f5ef68ba98 services: ipfs: Use 'least-authority-wrapper'.
     new 19df5f2423 services: wesnothd: Grant write access to /var/run/wesnothd.
     new 53dbc6fd9a services: wesnothd: Use 'least-authority-wrapper'.
     new dac4efc466 services: quassel: Use 'least-authority-wrapper'.
     new fee06d5aaa services: opendht: Use 'least-authority-wrapper'.

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                   |   1 +
 gnu/build/linux-container.scm |  78 ++++++++++++++++++--
 gnu/build/shepherd.scm        |   3 +-
 gnu/services/base.scm         |  22 ------
 gnu/services/dict.scm         |  61 ++++++++++------
 gnu/services/games.scm        |  33 +++++++--
 gnu/services/messaging.scm    | 105 +++++++++++++++++----------
 gnu/services/networking.scm   | 163 +++++++++++++++++++++---------------------
 gnu/system/file-systems.scm   |   5 +-
 gnu/tests/messaging.scm       |  21 +-----
 guix/gexp.scm                 |  44 ++++++++++++
 guix/least-authority.scm      | 135 ++++++++++++++++++++++++++++++++++
 tests/gexp.scm                |  18 +++++
 13 files changed, 490 insertions(+), 199 deletions(-)
 create mode 100644 guix/least-authority.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]