From eca27032d9cf6206b794ac802ba1594c9b7276ef Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Wed, 28 Sep 2022 20:56:04 +0200 Subject: gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]. * gnu/packages/xml.scm (expat/fixed): Update to 2.4.9. --- gnu/packages/xml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 467f90ab39..42d76bef53 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -159,7 +159,7 @@ things the parser might find in the XML document (like start tags).") (define expat/fixed (package (inherit expat) - (version "2.4.7") + (version "2.4.9") (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c)))) (origin (method url-fetch) @@ -171,7 +171,7 @@ things the parser might find in the XML document (like start tags).") "/expat-" version ".tar.xz"))) (sha256 (base32 - "0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq"))))))) + "0m03zh7al39mx4rf0s2bgdn77r658qqf9k3a7bwx6z2wzql0g33f"))))))) (define-public libebml (package -- cgit v1.2.3 ctive' href='/guix/log/gnu/services.scm'>logtreecommitdiff
path: root/gnu/services.scm
AgeCommit message (Expand)Author
2021-08-12system: Handle 'setuid-programs' deprecation handling as a field sanitizer....Ludovic Courtès
2021-07-29services: setuid: More configurable setuid support....Chris Lemmer-Webber
2021-05-11gnu: Allow services to install kernel-loadable modules....raid5atemyhomework
2021-04-12services: Support DELETE in MODIFY-SERVICES macro....Ricardo Wurmus
2021-03-09gnu: services: Add activate script to the profile system directory....Brice Waegeneire
2020-12-01services: profile: Create manifest at monadic-bind time....Ludovic Courtès
2020-10-16services: provenance: Wrap config file name in 'assume-valid-file-name'....Ludovic Courtès
2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe
2020-08-25linux-libre: Support module compression....Mathieu Othacehe
2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-15services: Add 'system-provenance' procedure....Ludovic Courtès
2020-07-01services: provenance: Save channel introductions....Ludovic Courtès
2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen
2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen
2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès
2020-04-26services: profile: Use a declarative profile....Ludovic Courtès
2020-04-21services: etc: Detect and report duplicate entries....Ludovic Courtès
2020-04-05services: Allow modprobe to use "/etc/modprobe.d"....Brice Waegeneire
2020-04-02services: Accumulate builds for 'system' entries....Ludovic Courtès
2019-12-07services: Add 'provenance-service-type'....Ludovic Courtès
2019-11-09services: 'fold-services' memoizes service values....Ludovic Courtès
2019-08-14remote: Remove '--system' argument....Jakob L. Kreuze
2019-05-10services: 'gc-root-service-type' now has a default value....Ludovic Courtès
2018-09-07services: 'instantiate-missing-services' reaches fixed point....Ludovic Courtès
2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès
2018-06-20services: Add description to core services....Ludovic Courtès
2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès
2018-06-20services: boot: Reverse the order of boot expressions....Ludovic Courtès
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès