Skip to content
Snippets Groups Projects
  1. Jul 13, 2019
  2. Jul 12, 2019
  3. Jul 11, 2019
    • Jack Hill's avatar
      gnu: expat: fix CVE-2018-20843 · 5a836ce3
      Jack Hill authored
      
      * gnu/packages/xml.scm (expat)[replacement]: New field.
      (expat/fixed): New variable.
      * gnu/packages/patches/expat-CVE-2018-20843.patch: New file.
      * gnu/local.mk (dist_patch_DATA): Add patch file.
      
      Signed-off-by: default avatarMarius Bakke <mbakke@fastmail.com>
      5a836ce3
    • Jack Hill's avatar
      gnu: expat: Add additional source URI · f85c8dd8
      Jack Hill authored
      
      The expat sourceforge page announces that the project is in the process of
      moving to GitHub.
      
      * gnu/packages/xml.scm (expat)[source]: Add GitHub URI.
      
      Signed-off-by: default avatarMarius Bakke <mbakke@fastmail.com>
      f85c8dd8
    • Ricardo Wurmus's avatar
      gnu: mumi: Update to 0.0.0-4.ea0a28f. · c5ac35d7
      Ricardo Wurmus authored
      * gnu/packages/mail.scm (mumi): Update to 0.0.0-4.ea0a28f.
      c5ac35d7
    • Pierre Langlois's avatar
      gnu: sbcl-clx: Update to 0.7.5. · c894b803
      Pierre Langlois authored
      
      * gnu/packages/lisp.scm (sbcl-clx): Update to 0.7.5.
      [origin]: Drop "clx-remove-demo.patch" and the snippet that removes demo code.
      * gnu/packages/patches/clx-remove-demo.patch: Delete file.
      * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
      
      Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
      c894b803
    • Ludovic Courtès's avatar
      gnu: pies: Update to 1.4. · 3fb666bd
      Ludovic Courtès authored
      * gnu/packages/admin.scm (pies): Update to 1.4.
      [arguments]: Modify /bin/sh reference in src/comp.c as well.
      3fb666bd
    • Ludovic Courtès's avatar
      guix gc: Correctly handle '--delete-generations' with no arguments. · 5c3d4430
      Ludovic Courtès authored
      Previously, 'guix gc --delete-generations' would crash: the "" pattern
      would be passed to 'matching-generations', which would return #f instead
      of returning a list.
      
      Reported by Raghav Gururajan <rvgn@disroot.org>
      in <https://bugs.gnu.org/36466>.
      
      * guix/ui.scm (matching-generations): Raise an error when passed an
      invalid pattern.
      * guix/scripts/gc.scm (delete-old-generations): Check if PATTERN is
      true.
      (%options): Leave ARG as-is for 'delete-generations'.
      (guix-gc): Use 'assq' instead of 'assoc-ref' for 'delete-generations'.
      * guix/scripts/package.scm (delete-matching-generations):
      Replace (string-null? pattern) with (not pattern).  Remove 'else'
      clause.
      (%options): Leave ARG as-is for 'delete-generations'.
      * guix/scripts/pull.scm (%options): Leave ARG as-is for
      'list-generations'.
      (process-query): Replace (string-null? pattern) with (not pattern).
      * guix/scripts/system.scm (list-generations): Likewise, and remove
      'else' clause.
      (process-command): Use #f instead of "" when no pattern is given.
      5c3d4430
    • Marius Bakke's avatar
      Merge branch 'staging' · 878a6baa
      Marius Bakke authored
      878a6baa
Loading