aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/certs.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 14:47:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 15:40:09 +0100
commitaf6533d442a5217e94d91d79f1ffea73c7140810 (patch)
treecb04101aa5bae6eb62b9d5bfd572cce543d6b573 /gnu/packages/certs.scm
parent63292fd39e365eabf257767dd7dc419bf3c93db3 (diff)
downloadguix-af6533d442a5217e94d91d79f1ffea73c7140810.tar.gz
guix-af6533d442a5217e94d91d79f1ffea73c7140810.zip
gnu: perl-apache-logformat-compiler: Update to 0.36.
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.36.
Diffstat (limited to 'gnu/packages/certs.scm')
0 files changed, 0 insertions, 0 deletions
>Ludovic Courtès 2018-11-07linux-initrd: Make sure 'build-initrd' can delete files....Fixes <https://bugs.gnu.org/33297>. Reported by Mark H Weaver <mhw@netris.org>. This fixes a regression introduced in 72dc64f8f720268930eed448abfc15d2a0eca3cf, which made files read-only. * gnu/build/linux-initrd.scm (build-initrd): Call 'make-file-writable' on all the files under contents/. Ludovic Courtès