Age | Commit message (Expand) | Author |
2016-11-14 | gnu: freedesktop.scm: Reorder modules alphabetically....* gnu/packages/freedesktop.scm: Reorder modules alphabetically.
| Efraim Flashner |
2016-11-14 | gnu: libinput: Update to 1.5.1....* gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
| Efraim Flashner |
2016-11-14 | gnu: wayland-protocols: Update to 1.7....* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
| Efraim Flashner |
2016-11-14 | gnu: mpv: Use lua@5.2....* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
| Andy Patterson |
2016-11-14 | import/cpan: Maybe coerce version to string....* guix/import/cpan.scm (cpan-module->sexp) <version>: Test if version in
meta is string or number. If it is number, coerce to string.
| Alex Sassmannshausen |
2016-11-13 | gnu: readline-6.2: Fix CVE-2014-2524....* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/readline.scm (readline-6.2): Use it.
| Leo Famulari |
2016-11-13 | gnu: signify: Update to 20....* gnu/packages/crypto.scm (signify): Update to 20.
| Leo Famulari |
2016-11-13 | gnu: mailutils: Update to 3.0....* gnu/packages/mail.scm (mailutils): Update to 3.0.
[arguments]: Adjust 'pre-build' phase.
* gnu/packages/patches/m4-gets-undeclared.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2016-11-13 | gnu: guile-ncurses: Update to 2.1....* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
| Efraim Flashner |
2016-11-13 | gnu: btrfs-progs: Update to 4.8.3....* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: tidy: Use ‘modify-phases’....* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: protobuf: Replace dead Google Code home-page....* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: exfat-utils: Update to 1.2.4....* 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.
| Tobias Geerinckx-Rice |
2016-11-13 | tests: Don't check file-systems in container tests....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>
| Andy Patterson |
2016-11-13 | gnu: clisp: Use readline@6.2....* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson |
2016-11-13 | Merge branch 'core-updates' | Ludovic Courtès |
2016-11-12 | gnu: Add newsbeuter....* gnu/packages/syndication.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Efraim Flashner |
2016-11-12 | gnu: Add stfl....* gnu/packages/ncurses.scm (stfl): New variable.
| Efraim Flashner |
2016-11-12 | gnu: Add perl-modern-perl....* gnu/packages/perl.scm (perl-modern-perl): New variable.
| Alex Sassmannshausen |
2016-11-12 | gnu: libtiff: Fix CVE-2016-9273....* 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.
| Leo Famulari |
2016-11-12 | gnu: Add python-flask-restplus....* gnu/packages/python.scm (python-flask-restplus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Danny Milosavljevic |
2016-11-12 | gnu: Add python-rednose....* gnu/packages/python.scm (python-rednose): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Danny Milosavljevic |
2016-11-12 | gnu: Add python-termstyle....* gnu/packages/python.scm (python-termstyle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Danny Milosavljevic |
2016-11-12 | gnu: guix: Update development snapshot....This is a followup to 166ba5b10207f44360e218d9e3f00772d09bc7cd.
* gnu/packages/package-management.scm (guix-devel): Update to commit
166ba5b10207f44360e218d9e3f00772d09bc7cd.
| Ludovic Courtès |
2016-11-12 | substitute: Disable HTTPS certificate verification....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.
| Ludovic Courtès |
2016-11-12 | http-client: Add #:verify-certificate? to 'http-fetch'....* guix/http-client.scm (http-fetch): Add #:verify-certificate? parameter
and pass it to 'open-connection-for-uri'.
| Ludovic Courtès |
2016-11-12 | nls: Update 'fr' translation. | Ludovic Courtès |
2016-11-12 | gnu: prosody: fix SSL/TLS....* 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>
| Clément Lassieur |
2016-11-12 | doc: Added some index entries....* doc/guix.texi: Added various @cindex tags to assist readers.
| John Darrington |
2016-11-11 | gnu: ruby-lumberjack: Update to 1.0.10....* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.10.
[native-inputs]: Add 'ruby-timecop'.
| Ben Woodcroft |
2016-11-11 | gnu: ruby-arel: Update to 7.1.4....* gnu/packages/ruby.scm (ruby-arel): Update to 7.1.4.
| Ben Woodcroft |
2016-11-11 | gnu: ruby-rake-compiler: Update to 1.0.1....* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.0.1.
| Ben Woodcroft |
2016-11-11 | gnu: ruby-hoe: Update to 3.15.2....* gnu/packages/ruby.scm (ruby-hoe): Update to 3.15.2.
| Ben Woodcroft |
2016-11-11 | gnu: ruby-rspec-core: Update to 3.5.4....* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
| Ben Woodcroft |
2016-11-11 | gnu: bundler: Update to 1.13.6....* gnu/packages/ruby.scm (bundler): Update to 1.13.6.
| Ben Woodcroft |
2016-11-11 | gnu: ruby-yard: Update to 0.9.5-1.d816482a....* 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.
| Ben Woodcroft |
2016-11-11 | gnu: r-org-mm-eg-db: Update to 3.4.0....* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.4.0.
| Ricardo Wurmus |
2016-11-11 | gnu: r-org-dm-eg-db: Update to 3.4.0....* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.4.0.
| Ricardo Wurmus |
2016-11-11 | gnu: r-org-ce-eg-db: Update to 3.4.0....* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.4.0.
| Ricardo Wurmus |
2016-11-11 | gnu: r-org-hs-eg-db: Update to 3.4.0....* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.4.0.
| Ricardo Wurmus |
2016-11-11 | gnu: linux-libre@4.4: Update to 4.4.31....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.31.
| Leo Famulari |
2016-11-11 | gnu: linux-libre: Update to 4.8.7....* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.7.
| Leo Famulari |
2016-11-11 | gnu: Add guile-aspell....* gnu/packages/guile.scm (guile-aspell): New variable.
| Ludovic Courtès |
2016-11-11 | gnu: wordnet: Build with gcc@6 to prevent chunked literal strings....* gnu/packages/wordnet.scm (wordnet)[arguments]: Remove
-fno-builtin-strcpy.
[native-inputs]: New field.
| Ludovic Courtès |
2016-11-10 | gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189,9190}]....* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.3.
| Leo Famulari |
2016-11-10 | gnu: r-rmarkdown: Remove phase "copy-files-without-mode"....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".
| Ricardo Wurmus |
2016-11-10 | gnu: inkscape: Use modify-phases syntax....* gnu/packages/inkscape.scm (inkscape)[arguments]: Use modify-phases
syntax.
| Ricardo Wurmus |
2016-11-10 | gnu: vim: Update to 8.0.0073....* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0073.
| Marius Bakke |
2016-11-10 | container: Pass a list of <file-system> objects as things to mount....* 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.
| Ludovic Courtès |
2016-11-10 | linux-container: Use 'source-module-closure' when generating the script....* gnu/system/linux-container.scm (container-script)[script]: Use
'source-module-closure' in 'with-imported-modules' form.
| Ludovic Courtès |