aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/acl.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-04-16 11:12:17 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-04-16 11:12:17 +0200
commit6be6ea42768eae33b6ca0c9d1d713a0466a87567 (patch)
tree4d0884e6ce3e878effad7bd30313262020fa4eb7 /gnu/packages/acl.scm
parent6db5787120d5b571836a46ab8e1abc92d1b0ef8d (diff)
downloadguix-6be6ea42768eae33b6ca0c9d1d713a0466a87567.tar.gz
guix-6be6ea42768eae33b6ca0c9d1d713a0466a87567.zip
gnu: electron-cash: Update to 4.2.7.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.7.
Diffstat (limited to 'gnu/packages/acl.scm')
0 files changed, 0 insertions, 0 deletions
ces: static-networking: Change interface to mimic netlink....* gnu/services/base.scm (<static-networking>)[interface, ip, netmask] [gateway]: Remove. [addresses, links, routes]: New fields. [requirement]: Default to '(udev). (<network-address>, <network-link>, <network-route>): New record types. (ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove. (ipv6-address?, cidr->netmask, ip+netmask->cidr) (network-set-up/hurd, network-tear-down/hurd) (network-set-up/linux, network-tear-down/linux) (static-networking->hurd-pfinet-options): New procedures. (static-networking-shepherd-service): New procedure. (static-networking-shepherd-services): Rewrite in terms of the above. (static-networking-service): Deprecate. Adjust to new 'static-networking' API. (%base-services): Likewise. * gnu/system/install.scm (%installation-services): Likewise. * gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate 'loopback' from 'networking'. * gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove "servers/socket/2". * gnu/tests/networking.scm (run-openvswitch-test)["networking has started on ovs0"]: Check for 'networking instead of 'networking-ovs0, which is no longer provided. * doc/guix.texi (Networking Setup): Document the new interface. Remove documentation of 'static-networking-service'. (Virtualization Services): Change Ganeti example to use the new interface. Ludovic Courtès 2021-10-18hurd-boot: Set pfinet on the right node for AF_INET6....* gnu/build/hurd-boot.scm (set-hurd-device-translators): Fix /servers file name for AF_INET6. Ludovic Courtès