Use a non-recursive replace function when the parser supports it. https://bugs.gnu.org/29782 https://bugzilla.samba.org/show_bug.cgi?id=9515 https://bugzilla.gnome.org/show_bug.cgi?id=736077 (for xsltproc) Patch copied from Debian: https://anonscm.debian.org/cgit/collab-maint/docbook-xsl.git/tree/debian/patches/765567_non-recursive_string_subst.patch Description: use EXSLT "replace" function when available A recursive implementation of string.subst is problematic, long strings with many matches will cause stack overflows. Author: Peter De Wachter Bug-Debian: https://bugs.debian.org/750593 --- a/lib/lib.xsl +++ b/lib/lib.xsl @@ -10,7 +10,10 @@ This module implements DTD-independent functions ******************************************************************** --> - + @@ -56,6 +59,9 @@ + + + u/packages/arcan.scm'>
eaca33b816b2d56af1d814a03bde'>build: Don’t delete ‘guix-gc.timer’ file....
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-09-16gnu: arcan: Fix build....Guillaume Le Vaillant
2021-07-24gnu: Use 'search-input-directory' when looking for C/C++ library headers....Ludovic Courtès
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
Xinglu Chen
2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...Thiago Jung Bauermann
2021-04-09daemon: 'guix substitute' replies on FD 4....Ludovic Courtès
2021-04-03daemon: Remove dead code....Ludovic Courtès
2021-03-30gnu: guix: Fix openrc init scripts....zimoun
2021-03-18daemon: Prevent privilege escalation with '--keep-failed' [security]....Ludovic Courtès
2021-03-17daemon: Correctly handle '--discover' with no value....Ludovic Courtès