summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-20hydra: Add "arm-linux-gnueabihf" as a cross-compilation target.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "arm-linux-gnueabihf".
2016-10-20services: ntpd: Add 'allow-large-adjustment?' knob.Ludovic Courtès
Suggested by Leo Famulari. * gnu/services/networking.scm (<ntp-configuration>)[allow-large-adjustment?]: New field. (ntp-shepherd-service): Honor it. (ntp-service): Add #:allow-large-adjustment? and honor it. * doc/guix.texi (Networking Services): Document it.
2016-10-20gnu: Add python-mailmanclient.ng0
* gnu/packages/mail.scm (python-mailmanclient): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-20gnu: Add python-validictory and python2-validictory.Hartmut Goebel
* gnu/packages/python.scm (python-validictory, python2-validictory): New variables.
2016-10-20gnu: Add python2-pathlib2.Hartmut Goebel
Adding only the Python 2 variant, since for Python 3 our minimum version is 3.4 which already includes this package as part of the standard library. gnu/packages/python.scm (python2-pathlib2): New variable.
2016-10-20gnu: Add python-setproctitle and python2-setproctitle.Hartmut Goebel
* gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables.
2016-10-20gnu: Add chromaprint.Hartmut Goebel
* gnu/packages/mp3.scm (chromaprint): New variable.
2016-10-20gnu: Add r-bioccheck.Roel Janssen
* gnu/packages/bioinformatics.scm (r-bioccheck): New variable.
2016-10-19gnu: openssh: Fix CVE-2016-8858.Leo Famulari
* gnu/packages/patches/openssh-memory-exhaustion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it.
2016-10-19gnu: Add gucharmap.Rene Saavedra
* gnu/packages/gnome.scm (gucharmap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-19gnu: %static-inputs: Use bash from PATH in bootstrap tar.Carlos Sánchez de La Lama
gnu/packages/make-bootstrap.scm (%static-inputs): Use bash from PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-19gnu: borg: Install more documentation.Leo Famulari
* gnu/packages/backup.scm (borg)[arguments]: Install more documentation in 'install-doc' phase. Use (srfi srfi-26).
2016-10-19gnu: gparted: Update to 0.27.0.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gparted): Update to 0.27.0.
2016-10-19gnu: ncftp: Use ‘modify-phases’.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (ncftp): Use the ‘modify-phases’ syntax.
2016-10-19gnu: mcelog: Update to 143.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 143.
2016-10-19gnu: lftp: Update to 4.7.3.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (lftp): Update to 4.7.3. [source]: Use HTTPS. Remove patch. [arguments]: Add ‘disable-impure-tests’ phase. Add #:configure-flags with explicit location of readline headers. [home-page]: Use HTTPS. * gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-10-19gnu: awscli: Update to 1.11.5.Leo Famulari
* gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer.
2016-10-19gnu: Add python-s3transfer.Leo Famulari
* gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable.
2016-10-19gnu: python-botocore: Update to 1.4.62.Leo Famulari
* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
2016-10-19gnu: python-rsa: Update to 3.4.2.Leo Famulari
* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
2016-10-19gnu: Add libseccomp.Leo Famulari
* gnu/packages/linux.scm (libseccomp): New variable.
2016-10-19gnu: xapian: Update to 1.4.0.Marius Bakke
* gnu/packages/search.scm (xapian): Update to 1.4.0. [source]: Use https URL. [home-page]: Use https URL. [arguments]: Remove 'patch-remotetcp-harness' phase. Replace 'check' phase with a list of custom test targets.
2016-10-19gnu: xapian: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/search.scm (xapian)[arguments]: Use 'modify-phases'. Fix '/bin/sh' substitution to use (which "sh") instead of (which "bash").
2016-10-19gnu: notmuch: Enable tests.Marius Bakke
* gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (notmuch)[source]: Use patch. [arguments]: Add verbose make flags. Add phase 'patch-notmuch-lib.el' to fix hard-coded /bin/sh. Add 'prepare-test-environment' phase to patch test shebangs and set environment. [native-inputs]: Change from 'emacs-minimal' to 'emacs-no-x'. Add dtach, gnupg, man, perl and which.
2016-10-19gnu: notmuch: Update to 0.23.Marius Bakke
* gnu/packages/mail.scm (notmuch): Update to 0.23. [home-page]: Use https URL. (python-notmuch)[version]: Inherit from notmuch. [home-page]: Ditto.
2016-10-19gnu: Add opensmtpd-extras.ng0
* gnu/packages/mail.scm (opensmtpd-extras): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: Add opensmtpd.ng0
* gnu/packages/mail.scm (opensmtpd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: Add libasr.ng0
* gnu/packages/dns.scm (libasr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: zile: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/zile.scm (zile)[arguments]: Use 'modify-phases' syntax.
2016-10-19gnu: zile: Update to 2.4.13.Efraim Flashner
* gnu/packages/zile.scm (zile): Update to 2.4.13. [home-page]: Use https.
2016-10-19tests: Make sure child process of 'pivot-root' test exits.Ludovic Courtès
* tests/syscalls.scm ("pivot-root"): Use 'test-equal'. Wrap child body in 'dynamic-wind'.
2016-10-19tests: Fix typo in 'with-graft' transformation test.Ludovic Courtès
This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65. * tests/scripts-build.scm ("options->transformation, with-graft"): Use 'with-graft', not 'with-input'.
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
This reduces the closure of (guix ui) from 123 to 106 modules. * guix/derivations.scm: Use (ice-9 binary-ports) instead of (rnrs io ports). (map-derivation)[substitute-file]: Use 'read-string' instead of 'get-string-all'. * guix/ftp-client.scm: Likewise. * guix/hash.scm: Likewise. * guix/http-client.scm: Likewise. * guix/pki.scm (ensure-acl, current-acl): Likewise. * guix/scripts/archive.scm (authorize-key)[read-key]: Likewise. * guix/scripts/authenticate.scm (read-canonical-sexp) (read-hash-data): Likewise. * guix/scripts/download.scm: Likewise. * guix/scripts/offload.scm (register-gc-root, remove-gc-roots) (send-files): Likewise. * guix/scripts/publish.scm (lazy-read-file-sexp): Likewise. * guix/scripts/refresh.scm: Likewise. * guix/scripts/substitute.scm (check-acl-initialized): Likewise. * guix/serialization.scm (read-maybe-utf8-string): Likewise. * guix/scripts/hash.scm (guix-hash): Use 'force-output' instead of 'flush-output-port'. * guix/store.scm (process-stderr): Likewise. * guix/tests.scm: Likewise. * guix/utils.scm: Use (ice-9 binary-ports) and autoload (rnrs io ports) for 'make-custom-binary-input-port'.
2016-10-19lint: Suggest @code instead of quotes.Ludovic Courtès
* guix/scripts/lint.scm (%quoted-identifier-rx): New variable. (check-description-style)[check-quotes]: New procedure. Use it. * tests/lint.scm ("description: suggest ornament instead of quotes"): New test.
2016-10-19gnu: Add Ao.Ludovic Courtès
* gnu/packages/engineering.scm (ao): New variable.
2016-10-19gnu: glfw: Propagate the relevant inputs.Ludovic Courtès
* gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM.
2016-10-19container: Allow 'container-excursion' to the same namespaces.Ludovic Courtès
Before that, 'container-excursion' would call 'setns' even when the target namespace is the one the caller is already in, which would fail. * gnu/build/linux-container.scm (container-excursion): Introduce 'source' and 'target'. Compare the result of 'readlink' on these instead of comparing file descriptors to decide whether to call 'setns'. * tests/containers.scm ("container-excursion, same namespace"): New test.
2016-10-19gnu: Add r-biocstyle.Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocstyle): New variable.
2016-10-19gnu: Add r-biocviews.Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocviews): New variable.
2016-10-19gnu: Add iperf.Benz Schenk
* gnu/packages/networking.scm (iperf): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-10-19gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel
* gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
2016-10-19gnu: Add r-optparse.Roel Janssen
* gnu/packages/bioinformatics.scm (r-optparse): New variable.
2016-10-19gnu: Add r-getopt.Roel Janssen
* gnu/packages/bioinformatics.scm (r-getopt): New variable.
2016-10-19gnu: Add GHC 8.0.1.Federico Beffa
* gnu/packages/haskell.scm (ghc-8): New variable.
2016-10-19gnu: Add ghc-hashtables.Federico Beffa
* gnu/packages/haskell.scm (ghc-hashtables): New variable.
2016-10-19gnu: Add ghc-easyplot.Federico Beffa
* gnu/packages/haskell.scm (ghc-easyplot): New variable.
2016-10-19gnu: Add ghc-hmatrix-gsl-stats.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
2016-10-19gnu: Add ghc-hmatrix-special.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
2016-10-19gnu: Add ghc-hmatrix-gsl.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
2016-10-19gnu: Add ghc-hmatrix.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix): New variable.