summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Skip 'guix pack' test when networking is unavailable.Ludovic Courtès2017-03-22
| | | | * tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
* tests: Fix 'cond-expand' clause for 2.2/2.0.Ludovic Courtès2017-03-22
| | | | | | | | Fixes a mistake in a9a0227c0127e1813190a7664f7ad858e791480d. * tests/store.scm ("current-build-output-port, UTF-8 + garbage"): Inverse the 'cond-expand' clauses since the 'guile-2.0' feature doesn't exist.
* gnu: autoconf-archive: Update to 2017.03.21.Efraim Flashner2017-03-22
| | | | * gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
* publish: Add '--nar-path'.Ludovic Courtès2017-03-22
| | | | | | * guix/scripts/publish.scm (show-help, %options): Add '--nar-path'. (%default-options): Add 'nar-path'. (guix-publish): Honor it.
* publish: Make the nar URL prefix a parameter.Ludovic Courtès2017-03-22
| | | | | | | | * guix/scripts/publish.scm (narinfo-string): Add #:nar-path and honor it. (render-narinfo): Likewise. (make-request-handler): Likewise. (run-publish-server): Likewise. * tests/publish.scm ("custom nar path"): New test.
* publish: Add '--public-key' and '--private-key'.Ludovic Courtès2017-03-22
| | | | | | * guix/scripts/publish.scm (show-help, %options): Add --public-key and --private-key. * doc/guix.texi (Invoking guix publish): Document it.
* publish: The public and private keys are now SRFI-39 parameters.Ludovic Courtès2017-03-22
| | | | | | | | | | | | * guix/scripts/publish.scm (%default-options): Add 'public-key-file' and 'private-key-file'. (lazy-read-file-sexp): Remove. (%private-key, %public-key): Turn into SRFI-39 parameters. (signed-string, render-narinfo): Adjust accordingly. (guix-publish): Honor 'public-key-file' and 'private-key-file' from OPTS. Use 'parameterize'. * guix/pk-crypto.scm (read-file-sexp): New procedure. * tests/publish.scm: Initialize '%public-key' and '%private-key'.
* gnu: guile: Add 'guile-next' as a deprecated alias.Ludovic Courtès2017-03-22
| | | | | | This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c. * gnu/packages/guile.scm (guile-next): New variable.
* gnu: rustc: End resultless phases in #t.Danny Milosavljevic2017-03-22
| | | | * gnu/packages/rust.scm (rustc): End resultless phases in #t.
* gnu: python-pysam: Run tests in parallel.Ricardo Wurmus2017-03-22
| | | | | * gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in parallel.
* gnu: python-pysam: Run tests before installation.Ricardo Wurmus2017-03-22
| | | | | * gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Adjust check phase to be run before installation.
* gnu: python-pysam: Update to 0.10.0.Ricardo Wurmus2017-03-22
| | | | * gnu/packages/bioinformatics.scm (python-pysam): Update to 0.10.0.
* gnu: perl-mojolicious: Update to 7.29.Efraim Flashner2017-03-22
| | | | * gnu/packages/perl-web.scm (perl-mojolicious): Update to 7.29.
* gnu: perl-io-compress: Update to 2.074.Efraim Flashner2017-03-22
| | | | | * gnu/packages/compression.scm (perl-io-compress): Update to 2.074. [propagated-inputs]: Update minimum versions to 2.074.
* gnu: perl-compress-raw-bzip2: Update to 2.074.Efraim Flashner2017-03-22
| | | | * gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.074.
* gnu: perl-compress-raw-zlib: Update to 2.074.Efraim Flashner2017-03-22
| | | | * gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.074.
* gnu: openssh: Update to 7.5p1.Leo Famulari2017-03-22
| | | | * gnu/packages/ssh.scm (openssh): Update to 7.5p1.
* gnu: ntp: Update to 4.2.8p10 [security fixes].Leo Famulari2017-03-22
| | | | | | | Fixes CVE-2016-9042 and CVE-2017-{6451,6452,6455,6458,6459,6460,6462,6463,6464} and others. See 'NEWS' in the source code for more information. * gnu/packages/ntp.scm (ntp): Update to 4.2.8p10.
* gnu: python-psycopg2: Update to 2.6.2.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-psycopg2): Update to 2.6.2.
* gnu: python-zope-component: Update to 4.3.0.Tobias Geerinckx-Rice2017-03-22
| | | | | * gnu/packages/python.scm (python-zope-component): Update to 4.3.0. [source]: Use pypi-uri.
* gnu: python-atomicwrites: Update to 1.1.5.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-atomicwrites): Update to 1.1.5.
* gnu: python-texttable: Update to 0.8.7.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-texttable): Update to 0.8.7.
* gnu: python-feedgenerator: Update to 1.9.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-feedgenerator): Update to 1.9.
* gnu: python-wrapt: Update to 1.10.8.Tobias Geerinckx-Rice2017-03-22
| | | | | * gnu/packages/python.scm (python-wrapt): Update to 1.10.8. [source]: Use pypi-uri.
* gnu: python-py: Update to 1.4.32.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-py): Update to 1.4.32.
* gnu: python-sphinx-cloud-sptheme: Update to 1.8.0.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-sphinx-cloud-sptheme): Update to 1.8.0.
* gnu: python-wcwidth: Update to 0.1.7.Tobias Geerinckx-Rice2017-03-22
| | | | | * gnu/packages/python.scm (python-wcwidth): Update to 0.1.7. [source]: Use pypi-uri.
* gnu: python-markdown: Update to 2.6.8.Tobias Geerinckx-Rice2017-03-22
| | | | * gnu/packages/python.scm (python-markdown): Update to 2.6.8.
* gnu: dns: Return #t instead of something undefined.Tobias Geerinckx-Rice2017-03-22
| | | | | | * gnu/packages/dns.scm (yadifa, knot)[arguments]: Return #t after calling ‘substitute*’. (knot)[source]: Return #t after calling ‘delete-file-recursively’.
* file-systems: Add missing docstring.Ludovic Courtès2017-03-21
| | | | | * gnu/system/file-systems.scm (file-system-type-predicate): Add docstring.
* file-systems: Do not use (gnu packages …).Ludovic Courtès2017-03-21
| | | | | | | | | | | | | | Fixes a regression introduced in 7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system file-systems) would pull in (gnu packages …) module, which in turn breaks when importing things like (gnu build shepherd). * gnu/system/file-systems.scm (file-system-type-predicate): Export. (file-system-packages): Move to... * gnu/system/linux-initrd.scm (file-system-packages): ... here. Add docstring. * gnu/services/base.scm: Use it. * tests/file-systems.scm ("does not pull (gnu packages …)"): New test.
* gnu: vapoursynth: Update to 37.Efraim Flashner2017-03-21
| | | | * gnu/packages/video.scm (vapoursynth): Update to 37.
* gnu: zimg: Update to 2.5.Efraim Flashner2017-03-21
| | | | * gnu/packages/image.scm (zimg): Update to 2.5.
* tests: ssh: Add a test for SFTP.Clément Lassieur2017-03-21
| | | | | | * gnu/tests/ssh.scm (run-ssh-test): Introduce "SFTP file writing and reading". Make 'sftp?' a keyword parameter. (%test-openssh): Pass #:sftp? #t to 'run-ssh-test'.
* tests: ssh: Abstract session connection and authentication.Clément Lassieur2017-03-21
| | | | | | | * gnu/tests/ssh.scm (run-ssh-test): Introduce make-session-for-test, call-with-connected-session and call-with-connected-session/auth. (run-ssh-test)["connect"]: Rename to "shell command". Abstract its session connection and authentication work into the above three functions.
* services: openssh: Add 'subsystems' option.Clément Lassieur2017-03-21
| | | | | | * gnu/services/ssh.scm (openssh-config-file): Add it. (<openssh-configuration>)[subsystems]: Add it. * doc/guix.texi (Networking Services): Document it.
* services: openssh: Cosmetic changes.Clément Lassieur2017-03-21
| | | | | * gnu/services/ssh.scm (<openssh-configuration>): Reformat to fit in 80 columns.
* gnu: Add lmms.Rodger Fox2017-03-21
| | | | | | * gnu/packages/music.scm (lmms): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add megaglest.Arun Isaac2017-03-21
| | | | | | * gnu/packages/games.scm (megaglest): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add megaglest-data.Arun Isaac2017-03-21
| | | | | | * gnu/packages/games.scm (megaglest-data): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ots: Use 'modify-phases' syntax.Efraim Flashner2017-03-21
| | | | * gnu/packages/ots.scm (ots)[arguments]: Use 'modify-phases' syntax.
* gnu: ots: Add download mirror.Efraim Flashner2017-03-21
| | | | * gnu/packages/ots.scm (ots)[source]: Add Debian mirror.
* gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
* gnu: Add swaks.Arun Isaac2017-03-21
| | | | | | * gnu/packages/mail.scm (swaks): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: git: Update to 2.12.1.Marius Bakke2017-03-21
| | | | * gnu/packages/version-control.scm (git): Update to 2.12.1.
* gnu: Add perl-ole-storage-lite.humanitiesNerd2017-03-21
| | | | | | * gnu/packages/perl.scm (perl-ole-storage-lite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add perl-crypt-rc4.humanitiesNerd2017-03-21
| | | | | | * gnu/pakages/perl.scm (perl-crypt-rc4): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: kodi: Wrap executable so it finds libcurl.Marius Bakke2017-03-21
| | | | * gnu/packages/kodi.scm (kodi)[arguments]: Add 'wrap' phase.
* download: Handle username and password properties for FTP URIs.Roel Janssen2017-03-21
| | | | * guix/build/download.scm (ftp-fetch): Process username and password from a URI.
* ftp-client: Allow custom username and password for FTP servers.Roel Janssen2017-03-21
| | | | * guix/ftp-client.scm (ftp-open): Add username and password arguments.