Age | Commit message (Collapse) | Author |
|
* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
|
|
* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
|
|
* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
|
|
* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4.
[source, home-page]: Move away from dead Google Code project.
[arguments, native-inputs]: Remove.
|
|
Hello,
The containers test was hanging for me, and this patch fixed the
problem.
--
Andy
From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 12 Nov 2016 22:10:01 -0500
Subject: [PATCH] tests: Don't check file-systems in container tests.
* tests/containers.scm ("call-with-container, mnt namespace"): Don't
check file-system in 'call-with-container' call.
* tests/containers.scm
("call-with-container, mnt namespace, wrong bindmount"): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/syndication.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/ncurses.scm (stfl): New variable.
|
|
* gnu/packages/perl.scm (perl-modern-perl): New variable.
|
|
* gnu/packages/patches/libtiff-CVE-2016-9273.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed): Use it.
|
|
* gnu/packages/python.scm (python-flask-restplus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-rednose): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-termstyle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This is a followup to 166ba5b10207f44360e218d9e3f00772d09bc7cd.
* gnu/packages/package-management.scm (guix-devel): Update to commit
166ba5b10207f44360e218d9e3f00772d09bc7cd.
|
|
Fixes a regression introduced in
9e4e431e049fae3f1121c3be22cf13b174404ba8 as a consequence of
bc3c41ce36349ed4ec758c70b48a7059e363043a.
Reported by Marius Bakke <mbakke@fastmail.com>.
* guix/scripts/substitute.scm (fetch): Pass #:verify-certificate? #f to
'open-connection-for-uri' and 'http-fetch'.
(download-cache-info): Likewise.
(http-multiple-get): Add #:verify-certificate? and honor it.
(fetch-narinfos): Pass #:verify-certificate? #f.
|
|
* guix/http-client.scm (http-fetch): Add #:verify-certificate? parameter
and pass it to 'open-connection-for-uri'.
|
|
|
|
* gnu/packages/lua.scm (lua5.1-sec-0.5): New variable.
* gnu/packages/messaging.scm (prosody):
[inputs]: Change lua5.1-sec to lua5.1-sec-0.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi: Added various @cindex tags to assist readers.
|
|
* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.10.
[native-inputs]: Add 'ruby-timecop'.
|
|
* gnu/packages/ruby.scm (ruby-arel): Update to 7.1.4.
|
|
* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.0.1.
|
|
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.15.2.
|
|
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
|
|
* gnu/packages/ruby.scm (bundler): Update to 1.13.6.
|
|
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.5-1.d816482a.
[source]: Update source URL.
[arguments]: Remove unneeded substitutions. Change test target.
* gnu/packages/patches/ruby-yard-fix-skip-of-markdown-tests.patch (New
file)
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.4.0.
|
|
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.4.0.
|
|
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.4.0.
|
|
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.4.0.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.31.
|
|
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.7.
|
|
* gnu/packages/guile.scm (guile-aspell): New variable.
|
|
* gnu/packages/wordnet.scm (wordnet)[arguments]: Remove
-fno-builtin-strcpy.
[native-inputs]: New field.
|
|
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.3.
|
|
This phase is no longer needed as upstream has merged the fix in the
current release.
* gnu/packages/statistics.scm (r-rmarkdown)[arguments]: Remove build
phase "copy-files-without-mode".
|
|
* gnu/packages/inkscape.scm (inkscape)[arguments]: Use modify-phases
syntax.
|
|
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0073.
|
|
* gnu/build/linux-container.scm (mount-file-systems): 'mounts' is now a
list of <file-system> objects instead of a list of lists ("specs").
Add call to 'file-system->spec' as the argument to 'mount-file-system'.
(run-container, call-with-container): Adjust docstring accordingly.
* gnu/system/file-systems.scm (spec->file-system): New procedure.
* gnu/system/linux-container.scm (container-script)[script]: Call
'spec->file-system' inside gexp.
* guix/scripts/environment.scm (launch-environment/container): Remove
call to 'file-system->spec'.
* tests/containers.scm ("call-with-container, mnt namespace")
("call-with-container, mnt namespace, wrong bind mount"): Pass a list of
<file-system> objects.
|
|
* gnu/system/linux-container.scm (container-script)[script]: Use
'source-module-closure' in 'with-imported-modules' form.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to commit
324a2ba56c2f4c0d91567ed08024ae2c492f3b23.
|
|
* gnu/packages/maths.scm (gmsh): Update to 2.14.1.
[source]: Use new uri.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/music.scm (milkytracker)[source]: Update source uri.
[home-page]: Change to new domain.
Reported-by: ng0 <ng0@we.make.ritual.n0.is>
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-4.
|
|
* gnu/packages/mail.scm (claws-mail): Update to 3.14.1.
|
|
* gnu/packages/pdf.scm(pdfposter): New variable.
|
|
* gnu/packages/pdf.scm (python2-pypdf): New variable.
|
|
* gnu/packages/pdf.scm (python-pypdf2, python2-pypdf2): New variables.
|