aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix system: 'reconfigure' loads and starts new services.Ludovic Courtès2016-02-03
| | | | | | | | | | | | | | Partly fixes <http://bugs.gnu.org/22039>. * gnu/services/herd.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/services/shepherd.scm (shepherd-service-canonical-name): New procedure. (shepherd-service-file): Export. * guix/scripts/system.scm (upgrade-shepherd-services): New procedure. (switch-to-system): Use it. * guix/ui.scm (info): New procedure. * doc/guix.texi (Invoking guix system): Mention system services.
* gnu: libdvdcss: Update to 1.4.0.Efraim Flashner2016-02-03
| | | | | * gnu/packages/video.scm (libdvdcss): Update to 1.4.0. [source]: Change source url.
* gnu: youtube-dl: Update to 2016.02.01.Efraim Flashner2016-02-03
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2016.02.01.
* gnu: enlightenment: Update to 0.20.5.Efraim Flashner2016-02-03
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.5.
* gnu: emotion-generic-players: Update to 1.17.0.Efraim Flashner2016-02-03
| | | | * gnu/packages/enlightenment.scm (emotion-generic-players): Update to 1.17.0.
* gnu: evas-generic-loaders: Update to 1.17.0.Efraim Flashner2016-02-03
| | | | * gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.17.0.
* gnu: elementary: Update to 1.17.0.Efraim Flashner2016-02-03
| | | | * gnu/packages/enlightenment.scm (elementary): Update to 1.17.0.
* gnu: efl: Update to 1.17.0.Efraim Flashner2016-02-03
| | | | * gnu/package/enlightenment.scm (efl): Update to 1.17.0.
* gnu: hwloc: Build without numactl support on armhf.Andreas Enge2016-02-03
| | | | | * gnu/packages/mpi.scm (hwloc)[inputs]: Drop numactl on armhf, where the package is not available.
* gnu: numactl: Remove unsupported system armhf-linux.Andreas Enge2016-02-03
| | | | * gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf.
* gnu: Remove linux-libre-4.2.5.Mark H Weaver2016-02-03
| | | | | | This series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-4.2.5): Remove variable.
* gnu: pius: Update to 2.2.2.Andreas Enge2016-02-03
| | | | * gnu/packages/gnupg.scm (pius): Update to 2.2.2.
* gnu: gnupg: Update to 2.1.11.Andreas Enge2016-02-03
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.11.
* gnu: ao: Update to 1.2.0.Efraim Flashner2016-02-03
| | | | * gnu/packages/xiph.scm (ao): Update to 1.2.0.
* syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.Ludovic Courtès2016-02-03
| | | | | | | | This fixes interfaces with a dash or other characters being ignored. Suggested by Jookia <166291@gmail.com>. * guix/build/syscalls.scm (%interface-line): Use [[:graph:]] instead of [[:alnum:]].
* system: /etc/profile reads /etc/environment for the sake of lshd.Ludovic Courtès2016-02-03
| | | | | | | Fixes <http://bugs.gnu.org/22175>. * gnu/system.scm (operating-system-etc-service)[profile]: Add hack to define variables from /etc/environment.
* gnu: Add Italian Aspell dictionary.Federico Beffa2016-02-03
| | | | * gnu/packages/aspell.scm (aspell-dict-it): New variable.
* gnu: sbcl: Generate and install documentation.Federico Beffa2016-02-03
| | | | | | * gnu/packages/lisp.scm (sbcl): Add 'doc' output. [arguments]: Add 'build-doc' and 'install-doc' phases. [native-inputs]: Add 'texlive' and 'texinfo'.
* gnu: sbcl: Convert to the 'modify-phases' syntax.Federico Beffa2016-02-03
| | | | * gnu/packages/lisp.scm (sbcl): Do it.
* gnu: Add emacs-slime.Federico Beffa2016-02-03
| | | | * gnu/packages/emacs.scm (emacs-slime): New variable.
* gnu: mit-scheme: Generate and install documentation.Federico Beffa2016-02-03
| | | | | | * gnu/packages/scheme.scm (mit-scheme): Add 'doc' output. [arguments]: Add phases 'configure-doc, 'build-doc and 'install-doc. [native-inputs]: Add 'texlive'. Move 'texinfo' and 'm4' from inputs.
* gnu: mit-scheme: Convert to the 'modify-phases' syntax.Federico Beffa2016-02-03
| | | | * gnu/packages/scheme.scm (mit-scheme): Do it.
* gnu: Add emacs-constants.Federico Beffa2016-02-03
| | | | | | * gnu/packages/emacs.scm (emacs-constants): New variable. * gnu/packages/patches/emacs-constants-lisp-like.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add emacs-mit-scheme-doc.Federico Beffa2016-02-03
| | | | * gnu/packages/emacs.scm (emacs-mit-scheme-doc): New variable.
* gnu: scmutils: Generate 'scmutils-autoloads.el' file.Federico Beffa2016-02-03
| | | | * gnu/packages/scheme.scm (scmutils): Do it.
* gnu: Add emacs-scheme-complete.Federico Beffa2016-02-03
| | | | | | * gnu/packages/emacs.scm (emacs-scheme-complete): New variable. * gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch. * gnu-system.am (dist_patch_DATA): Add the new patch.
* gnu: qemu: Update to 2.5.0; add fixes for security flaws.Mark H Weaver2016-02-03
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2015-6855.patch: Delete file. * gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch, gnu/packages/patches/qemu-CVE-2015-8558.patch, gnu/packages/patches/qemu-CVE-2015-8567.patch, gnu/packages/patches/qemu-CVE-2015-8613.patch, gnu/packages/patches/qemu-CVE-2015-8701.patch, gnu/packages/patches/qemu-CVE-2015-8743.patch, gnu/packages/patches/qemu-CVE-2016-1568.patch, gnu/packages/patches/qemu-CVE-2016-1922.patch: New files. * gnu-system.am (dist_patch_DATA): Remove 'qemu-CVE-2015-6855.patch'; add the new patches. * gnu/packages/qemu.scm (qemu): Update to 2.5.0. [source]: Remove old patches and add new ones. [arguments]: Add 'disable-test-qga' phase. (%glib-memory-vtable-patch, %glib-duplicate-test-patch): Remove variables.
* gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.Mark H Weaver2016-02-02
| | | | | * gnu/packages/tls.scm (openssl)[source]: When computing URI, use 'string-trim-right' instead of 'string-take'.
* gnu: yelp: Update to 3.18.1.宋文武2016-02-03
| | | | * gnu/packages/gnome.scm (yelp): Update to 3.18.1.
* gnu: webkitgtk: Update to 2.10.7.宋文武2016-02-03
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
* gnu: openssl: Add alternate url.Efraim Flashner2016-02-02
| | | | * gnu/packages/tls.scm (openssl)[source]: Add alternate url.
* gnu: eudev: Add variant that depends on libblkid.Ludovic Courtès2016-02-02
| | | | | | | | | | | | | This fixes a bug whereby /dev/disk/by-{label,id} would be missing on GuixSD (/dev/disk/by-id would still contain device-mapped partitions though.) Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/linux.scm (eudev-with-blkid): New variable. * gnu/services/base.scm (udev-service): #:udev defaults to EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID.
* gnu: aspell: Wrap binary to find dictionaries.Federico Beffa2016-02-02
| | | | | | | | * gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase. * gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF' definition. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vdirsyncer: Update to 0.8.1.Leo Famulari2016-02-02
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
* gnu: Add python-pytest-subtesthack.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables.
* licenses: Add the Unlicense.Leo Famulari2016-02-02
| | | | * guix/licenses.scm (unlicense): New variable.
* gnu: Add python-hypothesis.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables.
* gnu: Add awscli.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (awscli): New variable.
* gnu: Add python-botocore.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-botocore): New variable.
* gnu: Add python-jmespath.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-jmespath): New variable.
* gnu: Add python-tox.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-tox): New variable.
* gnu: Add python-pluggy.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-pluggy): New variable.
* gnu: Add python-rsa.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-rsa, python2-rsa): New variables.
* gnu: Add python-colorama.David Thompson2016-02-02
| | | | | * gnu/packages/python.scm (python-colorama, python2-colorama): New variables.
* gnu: Update sortmerna to 2.1.Ben J. Woodcroft2016-02-02
| | | | * gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
* gnu: ntp: Update to 4.2.8p6.Leo Famulari2016-02-02
| | | | | | Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}. * gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
* gnu: Add linux-libre-4.1.Mark H Weaver2016-02-02
| | | | | | | * gnu/packages/linux-libre-4.1-i686.conf, gnu/packages/linux-libre-4.1-x86_64.conf: New files. * Makefile.am (KCONFIGS): Add them. * gnu/packages/linux.scm (linux-libre-4.1): New variable.
* gnu: linux-libre: Generalize 'kernel-config' to support variants.Mark H Weaver2016-02-02
| | | | | * gnu/packages/linux.scm (kernel-config): Rewrite to support optional #:variant keyword argument.
* gnu: linux-libre: Update to 4.4.1.Mark H Weaver2016-02-01
| | | | | | | * gnu/packages/patches/linux-libre-CVE-2016-0728.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (linux-libre): Update to 4.4.1. [source]: Remove patch.
* gnu: Update socat to 1.7.3.1.Leo Famulari2016-02-01
| | | | * gnu/packages/networking.scm (socat): Update to 1.7.3.1.