aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: infamous-plugins: Remove compiler optimizations.Efraim Flashner2016-10-23
| | | | | * gnu/packages/audio.scm (infamous-plugins)[arguments]: Add phase removing built-in compiler optimizations in the source code.
* gnu: python2-validictory: Add missing input.Efraim Flashner2016-10-23
| | | | | | * gnu/packages/python.scm (python2-validictory)[native-inputs]: Add python2-setuptools. (python-validictory)[properties]: New field.
* gnu: ffmpeg: Update to 3.1.5.Efraim Flashner2016-10-23
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.1.5.
* gnu: mutt: Update to 1.7.1.Efraim Flashner2016-10-23
| | | | * gnu/packages/mail.scm (mutt): Update to 1.7.1.
* gnu: Add vim-full.ng02016-10-23
| | | | | | * gnu/packages/vim.scm (vim-full): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: aria2: Update to 1.28.0.Efraim Flashner2016-10-23
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.28.0.
* gnu: linux-libre: Update to 4.8.4.Mark H Weaver2016-10-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.4.
* gnu: linux-libre@4.4: Update to 4.4.27.Mark H Weaver2016-10-23
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.27.
* gnu: guile-ncurses: Update to version 2.0.John Darrington2016-10-22
| | | | * gnu/packages/guile.scm (guile-ncurses): Update version to 2.0.
* gnu: perl-test-mockobject: Update to 1.20150527.Alex Sassmannshausen2016-10-22
| | | | | | * gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wireshark: Update to 2.2.1.Nicolas Goaziou2016-10-22
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: giac-xcas: Update to 1.2.2-95.Nicolas Goaziou2016-10-22
| | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre@4.1: Add fix for CVE-2016-5195.Mark H Weaver2016-10-22
| | | | | | * gnu/packages/patches/linux-libre-4.1-CVE-2016-5195.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-4.1): Add patch.
* gnu: make-linux-libre: Add #:patches keyword argument.Mark H Weaver2016-10-22
| | | | | * gnu/packages/linux.scm (make-linux-libre): Add 'patches' keyword argument.
* gnu: go-1.7: Update to 1.7.3.Leo Famulari2016-10-21
| | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
* gnu: mpv: Update to 0.21.0.Leo Famulari2016-10-21
| | | | * gnu/packages/video.scm (mpv): Update to 0.21.0.
* gnu: slim: Fix line numbers in slim-login.patch.Christopher Allan Webber2016-10-21
| | | | | | This was causing build failures. * gnu/packages/patches/slim-login.patch: Fix line numbers.
* gnu: lrzip: Update to 0.631.Tobias Geerinckx-Rice2016-10-21
| | | | * gnu/packages/compression.scm (lrzip): Update to 0.631.
* gnu: slim: Display login message.Eric Bavier2016-10-20
| | | | | | * gnu/packages/patches/slim-login.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.
* gnu: slim: Do not reset session after failed login.Eric Bavier2016-10-20
| | | | | | * gnu/packages/patches/slim-reset.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.
* gnu: linux-libre-4.4: Update to 4.4.26.Leo Famulari2016-10-20
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.4.26.
* gnu: linux-libre: Update to 4.8.3.Leo Famulari2016-10-20
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.3.
* gnu: Add emacs-d-mode.Roel Janssen2016-10-20
| | | | * gnu/packages/emacs.scm (emacs-d-mode): New variable.
* gnu: python-mailmanclient: Fix typo.Ludovic Courtès2016-10-20
| | | | * gnu/packages/mail.scm (python-mailmanclient)[properties]: Fix typo.
* hydra: Add "arm-linux-gnueabihf" as a cross-compilation target.Ludovic Courtès2016-10-20
| | | | | * build-aux/hydra/gnu-system.scm (%cross-targets): Add "arm-linux-gnueabihf".
* services: ntpd: Add 'allow-large-adjustment?' knob.Ludovic Courtès2016-10-20
| | | | | | | | | | 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.
* gnu: Add python-mailmanclient.ng02016-10-20
| | | | | | * gnu/packages/mail.scm (python-mailmanclient): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-validictory and python2-validictory.Hartmut Goebel2016-10-20
| | | | | * gnu/packages/python.scm (python-validictory, python2-validictory): New variables.
* gnu: Add python2-pathlib2.Hartmut Goebel2016-10-20
| | | | | | | 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.
* gnu: Add python-setproctitle and python2-setproctitle.Hartmut Goebel2016-10-20
| | | | | * gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables.
* gnu: Add chromaprint.Hartmut Goebel2016-10-20
| | | | * gnu/packages/mp3.scm (chromaprint): New variable.
* gnu: Add r-bioccheck.Roel Janssen2016-10-20
| | | | * gnu/packages/bioinformatics.scm (r-bioccheck): New variable.
* gnu: openssh: Fix CVE-2016-8858.Leo Famulari2016-10-19
| | | | | | * 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.
* gnu: Add gucharmap.Rene Saavedra2016-10-19
| | | | | | * gnu/packages/gnome.scm (gucharmap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: %static-inputs: Use bash from PATH in bootstrap tar.Carlos Sánchez de La Lama2016-10-19
| | | | | | gnu/packages/make-bootstrap.scm (%static-inputs): Use bash from PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: borg: Install more documentation.Leo Famulari2016-10-19
| | | | | * gnu/packages/backup.scm (borg)[arguments]: Install more documentation in 'install-doc' phase. Use (srfi srfi-26).
* gnu: gparted: Update to 0.27.0.Tobias Geerinckx-Rice2016-10-19
| | | | * gnu/packages/disk.scm (gparted): Update to 0.27.0.
* gnu: ncftp: Use ‘modify-phases’.Tobias Geerinckx-Rice2016-10-19
| | | | * gnu/packages/ftp.scm (ncftp): Use the ‘modify-phases’ syntax.
* gnu: mcelog: Update to 143.Tobias Geerinckx-Rice2016-10-19
| | | | * gnu/packages/linux.scm (mcelog): Update to 143.
* gnu: lftp: Update to 4.7.3.Tobias Geerinckx-Rice2016-10-19
| | | | | | | | | | | * 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.
* gnu: awscli: Update to 1.11.5.Leo Famulari2016-10-19
| | | | | | * gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer.
* gnu: Add python-s3transfer.Leo Famulari2016-10-19
| | | | | * gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable.
* gnu: python-botocore: Update to 1.4.62.Leo Famulari2016-10-19
| | | | * gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
* gnu: python-rsa: Update to 3.4.2.Leo Famulari2016-10-19
| | | | * gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
* gnu: Add libseccomp.Leo Famulari2016-10-19
| | | | * gnu/packages/linux.scm (libseccomp): New variable.
* gnu: xapian: Update to 1.4.0.Marius Bakke2016-10-19
| | | | | | | | * 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.
* gnu: xapian: Use 'modify-phases' syntax.Marius Bakke2016-10-19
| | | | | * gnu/packages/search.scm (xapian)[arguments]: Use 'modify-phases'. Fix '/bin/sh' substitution to use (which "sh") instead of (which "bash").
* gnu: notmuch: Enable tests.Marius Bakke2016-10-19
| | | | | | | | | | | * 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.
* gnu: notmuch: Update to 0.23.Marius Bakke2016-10-19
| | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.23. [home-page]: Use https URL. (python-notmuch)[version]: Inherit from notmuch. [home-page]: Ditto.
* gnu: Add opensmtpd-extras.ng02016-10-19
| | | | | | * gnu/packages/mail.scm (opensmtpd-extras): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>