aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-self.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 15:20:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commit81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a (patch)
tree6aa3aea15078846a0da28adb19d6454013fa5c80 /build-aux/build-self.scm
parent6d51ebf63b505cd25d3ad95017c9b6d3162db148 (diff)
downloadguix-81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a.tar.gz
guix-81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a.zip
gnu: kdevelop: Update to 23.04.3.
* gnu/packages/kde.scm (kdevelop): Update to 23.04.3. [arguments]: Use G-Expressions, adjust add-include-path phase.
Diffstat (limited to 'build-aux/build-self.scm')
0 files changed, 0 insertions, 0 deletions
nu/services/vpn.scm (openvpn-client-configuration): Likewise. Tobias Geerinckx-Rice 2021-03-10services: Prevent following symlinks during activation....This addresses a potential security issue, where a compromised service could trick the activation code in changing the permissions, owner and group of arbitrary files. However, this patch is currently only a partial fix, due to a TOCTTOU (time-of-check to time-of-use) race, which can be fixed once guile has bindings to openat and friends. Fixes: <https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00388.html> * gnu/build/activation.scm: new procedure 'mkdir-p/perms'. * gnu/services/authentication.scm (%nslcd-activation, nslcd-service-type): use new procedure. * gnu/services/cups.scm (%cups-activation): likewise. * gnu/services/dbus.scm (dbus-activation): likewise. * gnu/services/dns.scm (knot-activation): likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos