summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Enable specifying a custom PostgreSQL portspike-end-to-end-test-systemChristopher Baines2016-11-14
|
* Remove requirement on loopbackChristopher Baines2016-11-14
| | | | As the host system provides this.
* Don't include the shared network files in /etcChristopher Baines2016-11-14
| | | | As these conflict with those from the host.
* Change container-script to share the host networkChristopher Baines2016-11-14
|
* gnu: libtiff: Fix CVE-2016-9273.Leo Famulari2016-11-12
| | | | | | * 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: Add python-flask-restplus.Danny Milosavljevic2016-11-12
| | | | | | * gnu/packages/python.scm (python-flask-restplus): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-rednose.Danny Milosavljevic2016-11-12
| | | | | | * gnu/packages/python.scm (python-rednose): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-termstyle.Danny Milosavljevic2016-11-12
| | | | | | * gnu/packages/python.scm (python-termstyle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update development snapshot.Ludovic Courtès2016-11-12
| | | | | | | This is a followup to 166ba5b10207f44360e218d9e3f00772d09bc7cd. * gnu/packages/package-management.scm (guix-devel): Update to commit 166ba5b10207f44360e218d9e3f00772d09bc7cd.
* substitute: Disable HTTPS certificate verification.Ludovic Courtès2016-11-12
| | | | | | | | | | | | | 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.
* http-client: Add #:verify-certificate? to 'http-fetch'.Ludovic Courtès2016-11-12
| | | | | * guix/http-client.scm (http-fetch): Add #:verify-certificate? parameter and pass it to 'open-connection-for-uri'.
* nls: Update 'fr' translation.Ludovic Courtès2016-11-12
|
* gnu: prosody: fix SSL/TLS.Clément Lassieur2016-11-12
| | | | | | | | * 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: Added some index entries.John Darrington2016-11-12
| | | | * doc/guix.texi: Added various @cindex tags to assist readers.
* gnu: ruby-lumberjack: Update to 1.0.10.Ben Woodcroft2016-11-11
| | | | | * gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.10. [native-inputs]: Add 'ruby-timecop'.
* gnu: ruby-arel: Update to 7.1.4.Ben Woodcroft2016-11-11
| | | | * gnu/packages/ruby.scm (ruby-arel): Update to 7.1.4.
* gnu: ruby-rake-compiler: Update to 1.0.1.Ben Woodcroft2016-11-11
| | | | * gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.0.1.
* gnu: ruby-hoe: Update to 3.15.2.Ben Woodcroft2016-11-11
| | | | * gnu/packages/ruby.scm (ruby-hoe): Update to 3.15.2.
* gnu: ruby-rspec-core: Update to 3.5.4.Ben Woodcroft2016-11-11
| | | | * gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
* gnu: bundler: Update to 1.13.6.Ben Woodcroft2016-11-11
| | | | * gnu/packages/ruby.scm (bundler): Update to 1.13.6.
* gnu: ruby-yard: Update to 0.9.5-1.d816482a.Ben Woodcroft2016-11-11
| | | | | | | | | * 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: r-org-mm-eg-db: Update to 3.4.0.Ricardo Wurmus2016-11-11
| | | | * gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.4.0.
* gnu: r-org-dm-eg-db: Update to 3.4.0.Ricardo Wurmus2016-11-11
| | | | * gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.4.0.
* gnu: r-org-ce-eg-db: Update to 3.4.0.Ricardo Wurmus2016-11-11
| | | | * gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.4.0.
* gnu: r-org-hs-eg-db: Update to 3.4.0.Ricardo Wurmus2016-11-11
| | | | * gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.4.0.
* gnu: linux-libre@4.4: Update to 4.4.31.Leo Famulari2016-11-11
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.31.
* gnu: linux-libre: Update to 4.8.7.Leo Famulari2016-11-11
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.7.
* gnu: Add guile-aspell.Ludovic Courtès2016-11-11
| | | | * gnu/packages/guile.scm (guile-aspell): New variable.
* gnu: wordnet: Build with gcc@6 to prevent chunked literal strings.Ludovic Courtès2016-11-11
| | | | | | * gnu/packages/wordnet.scm (wordnet)[arguments]: Remove -fno-builtin-strcpy. [native-inputs]: New field.
* gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189,9190}].Leo Famulari2016-11-10
| | | | * gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.3.
* gnu: r-rmarkdown: Remove phase "copy-files-without-mode".Ricardo Wurmus2016-11-10
| | | | | | | | 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: inkscape: Use modify-phases syntax.Ricardo Wurmus2016-11-10
| | | | | * gnu/packages/inkscape.scm (inkscape)[arguments]: Use modify-phases syntax.
* gnu: vim: Update to 8.0.0073.Marius Bakke2016-11-10
| | | | * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0073.
* container: Pass a list of <file-system> objects as things to mount.Ludovic Courtès2016-11-10
| | | | | | | | | | | | | | | * 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.
* linux-container: Use 'source-module-closure' when generating the script.Ludovic Courtès2016-11-10
| | | | | * gnu/system/linux-container.scm (container-script)[script]: Use 'source-module-closure' in 'with-imported-modules' form.
* gnu: guix: Update development snapshot.Ludovic Courtès2016-11-10
| | | | | * gnu/packages/package-management.scm (guix-devel): Update to commit 324a2ba56c2f4c0d91567ed08024ae2c492f3b23.
* gnu: gmsh: Update to 2.14.1Paul Garlick2016-11-10
| | | | | | | * gnu/packages/maths.scm (gmsh): Update to 2.14.1. [source]: Use new uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: milkytracker: Update upstream location.Marius Bakke2016-11-10
| | | | | | | * 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: imagemagick: Update to 6.9.6-4.Leo Famulari2016-11-10
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-4.
* gnu: claws-mail: Update to 3.14.1.Tobias Geerinckx-Rice2016-11-10
| | | | * gnu/packages/mail.scm (claws-mail): Update to 3.14.1.
* gnu: Add pdfposter.Hartmut Goebel2016-11-10
| | | | * gnu/packages/pdf.scm(pdfposter): New variable.
* gnu: Add python2-pypdf.Hartmut Goebel2016-11-10
| | | | * gnu/packages/pdf.scm (python2-pypdf): New variable.
* gnu: Add python-pypdf2.Hartmut Goebel2016-11-10
| | | | * gnu/packages/pdf.scm (python-pypdf2, python2-pypdf2): New variables.
* tests: Adjust 'url-fetch' mocks to TLS changes.Ludovic Courtès2016-11-10
| | | | | | | | This is a followup to bc3c41ce36349ed4ec758c70b48a7059e363043a. * tests/cpan.scm ("cpan->guix-package"): Add #:verify-certificate? parameter in 'url-fetch' mock. * tests/cran.scm ("description->package"): Likewise.
* gnu: gcc@5, gcc@6: Work around use of 'movabs' for /gnu/store strings.Ludovic Courtès2016-11-09
| | | | | | | | | | Partly addresses <http://bugs.gnu.org/24703>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/gcc-strmov-store-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5)[sources](patches): Add it. (gcc-6)[sources](patches): Add it.
* lint: 'cve' checker catches 'tls-certificate-error'.Ludovic Courtès2016-11-09
| | | | | | | | | Reported by Frederick Muriithi <fredmanglis@gmail.com>. * guix/scripts/lint.scm (tls-certificate-error-string): New procedure. (validate-uri): Use it. (current-vulnerabilities*): Catch 'tls-certificate-error' and print a warning.
* gnu: Add kdevelop-pg-qt.Thomas Danckaert2016-11-09
| | | | | | * gnu/packages/kde.scm (kdevelop-pg-qt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libkomparediff2.Thomas Danckaert2016-11-09
| | | | | | * gnu/packages/kde.scm (libkomparediff2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hidapi: Fix 'license'.Ludovic Courtès2016-11-09
| | | | | * gnu/packages/libusb.scm (hidapi)[license]: Actually call 'non-copyleft'.
* doc: Mention elpa.gnu.org package signatures.Ludovic Courtès2016-11-09
| | | | | * doc/guix.texi (Invoking guix import): Document elpa.gnu.org signatures.