summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add xxd.Ricardo Wurmus2017-09-22
| | | | * gnu/packages/vim.scm (xxd): New variable.
* build: Do not store two copies of the ISO-9660 superblock anymore.Danny Milosavljevic2017-09-22
| | | | | * gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the ISO-9660 superblock anymore.
* gnu: linux-libre: Update to 4.13.3.Mark H Weaver2017-09-21
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.51.Mark H Weaver2017-09-21
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
* gnu: linux-libre@4.1: Update to 4.1.44.Mark H Weaver2017-09-21
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.
* services: network-manager: Add support for VPN plug-ins.Ludovic Courtès2017-09-22
| | | | | | | | | | | | * gnu/services.scm (directory-union): Export. * gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]: New field. (vpn-plugin-directory, network-manager-environment): New procedure. (network-manager-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'. (network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE extension. * doc/guix.texi (Networking Services): Document it.
* services: Move 'session-environment-service-type' to pam.scm.Ludovic Courtès2017-09-22
| | | | | | | * gnu/services/base.scm (environment-variables->environment-file) (session-environment-service-type) (session-environment-service): Move to... * gnu/system/pam.scm: ... here.
* system: <boot-parameters> does not use "/dev" device names.Ludovic Courtès2017-09-21
| | | | | | | | Fixes <https://bugs.gnu.org/28445>. Reported by Mark H Weaver and Roel Janssen. * gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure. Use it.
* gnu: vim: Update to 8.0.1130.Marius Bakke2017-09-21
| | | | * gnu/packages/vim.scm (vim): Update to 8.0.1130.
* gnu: dlib: Update to 19.7.Marius Bakke2017-09-21
| | | | | * gnu/packages/machine-learning.scm (dlib): Update to 19.7. [arguments]: Add #:configure-flags. Remove redundant CXXFLAGS from 'check' phase.
* gnu: emacs: Update to 25.3.Ricardo Wurmus2017-09-21
| | | | | | | * gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/emacs.scm (emacs): Update to 25.3. [source]: Remove obsolete patch.
* gnu: Add vcsh.Stefan Reichör2017-09-20
| | | | | | * gnu/packages/version-control.scm (vcsh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openfoam: Fix typo in Note.Paul Garlick2017-09-20
| | | | | | * gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add network-manager-openvpn.Ludovic Courtès2017-09-20
| | | | * gnu/packages/gnome.scm (network-manager-openvpn): New variable.
* gnu: virt-manager: Update to 1.4.3.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3.
* gnu: gnuastro: Update to 0.4.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
* gnu: wcslib: Use HTTPS home page.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
* gnu: wcslib: Update to 5.17.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (wcslib): Update to 5.17.
* gnu: btrfs-progs: Install bash completions.Marius Bakke2017-09-20
| | | | | * gnu/packages/linux.scm (btrfs-progs)[arguments]: Add 'install-bash-completion' phase.
* gnu: python-pyjwt: Update to 1.5.3.Marius Bakke2017-09-20
| | | | * gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
* gnu: samba: Update to 4.6.8.Marius Bakke2017-09-20
| | | | * gnu/packages/samba.scm (samba): Update to 4.6.8.
* gnu: nss, nss-certs: Update to 3.33.Marius Bakke2017-09-20
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.33. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: nspr: Update to 4.17.Marius Bakke2017-09-20
| | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.17.
* gnu: gnupg: Update to 2.2.1.Marius Bakke2017-09-20
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
* gnu: system: Fix computation of boot parameters for LUKS devices.Andy Wingo2017-09-20
| | | | | | | | * gnu/system.scm (read-boot-parameters): Fix store-device computation for root devices of type "device", like the LUKS partition described in the manual. From a patch from https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28445#23. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: xorg-server: Prefer intel driver only for older GPUs.Andy Wingo2017-09-20
| | | | | | | * gnu/packages/xorg.scm (xorg-server): Add patch to only prefer the intel driver for older Intel GPUs. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: services: Add modesetting driver to xorg configuration path.Andy Wingo2017-09-20
| | | | | | | * gnu/services/xorg.scm (xorg-configuration-file): Add drivers path from xorg-server. This includes the modesetting driver. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: xf86-video-intel: Update to latest Git.Andy Wingo2017-09-20
| | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to latest Git. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: Add cheese.Andy Wingo2017-09-20
| | | | | | * gnu/packages/gnome.scm (cheese): New public variable. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: Add gnome-video-effects.Andy Wingo2017-09-20
| | | | | | * gnu/packages/gnome.scm (gnome-video-effects): New public variable. Signed-off-by: Andy Wingo <wingo@igalia.com>
* gnu: emacs-skewer-mode: Include html and js files.Oleg Pykhalov2017-09-19
| | | | | | * gnu/packages/emacs.scm (emacs-skewer-mode): Include html and js files. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: efl: Update to 1.20.4.Efraim Flashner2017-09-19
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.20.4.
* system: Create "/etc/hostname".Thomas Danckaert2017-09-19
| | | | | * gnu/system.scm (operating-system-etc-service): Add a plain-file with the operating-system-host-name.
* gnu: cuirass: Update development snapshot.Ludovic Courtès2017-09-19
| | | | * gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
* gnu: qutebrowser: Update to 0.11.0.Eric Bavier2017-09-19
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 0.11.0.
* gnu: gstreamer: Update to 1.12.3.Marius Bakke2017-09-18
| | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.3.
* gnu: gdk-pixbuf: Replace with 2.36.10.Marius Bakke2017-09-18
| | | | | | | Fixes CVE-2017-2862, CVE-2017-2870 and CVE-2017-6311. * gnu/packages/gtk.scm (gdk-pixbuf, gdk-pixbuf+svg)[replacement]: New field. (gdk-pixbuf-2.36.10, gdk-pixbuf+svg-2.36.10): New variables.
* gnu: freexl: Update to 1.0.4 [fixes CVE-2017-2923 and CVE-2017-2924].Marius Bakke2017-09-18
| | | | * gnu/packages/xml.scm (freexl): Update to 1.0.4.
* gnu: newsbeuter: Fix CVE-2017-14500.Efraim Flashner2017-09-18
| | | | | | * gnu/packages/syndication.scm (newsbeuter)[source]: Add patch. * gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380].Tobias Geerinckx-Rice2017-09-18
| | | | * gnu/packages/tor.scm (tor): Update to 0.3.0.11.
* gnu: youtube-dl: Update to 2017.09.15.Tobias Geerinckx-Rice2017-09-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.09.15.
* gnu: httpd: Patch "options bleed" [fixes CVE-2017-9798].Ludovic Courtès2017-09-18
| | | | | | * gnu/packages/patches/httpd-CVE-2017-9798.patch: New file. * gnu/packages/web.scm (httpd)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* system: Define 'DICPATH' in /etc/profile.Ludovic Courtès2017-09-18
| | | | | * gnu/system.scm (operating-system-etc-service) <profile>: Define 'DICPATH'.
* gnu: r-rcas: Add missing inputs.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Add r-pbapply.
* gnu: r-energy: Update to 1.7-2.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/cran.scm (r-energy): Update to 1.7-2.
* gnu: r-glmnet: Update to 2.0-12.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/statistics.scm (r-glmnet): Update to 2.0-12.
* gnu: r-lambda-r: Update to 1.2.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/statistics.scm (r-lambda-r): Update to 1.2.
* gnu: r-gridextra: Update to 2.3.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/statistics.scm (r-gridextra): Update to 2.3.
* gnu: r-dplyr: Update to 0.7.3.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/statistics.scm (r-dplyr): Update to 0.7.3.
* gnu: r-crayon: Update to 1.3.4.Ricardo Wurmus2017-09-18
| | | | * gnu/packages/statistics.scm (r-crayon): Update to 1.3.4.