summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: linux-libre@4.4: Update to 4.4.87.Mark H Weaver2017-09-08
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.87.
* tests: Fix incorrect use of 'file-append'.Ludovic Courtès2017-09-08
| | | | | | | | Fixes a regression introduced in fbc7b1f12561159e0ec3f6459d336f95cf2ce503. * gnu/tests/install.scm (run-install)[install]: Don't use 'file-append' with a string as its first argument; use a gexp with 'string-append' instead. Use a gexp instead of a list for "-cdrom IMG".
* gnu: elogind: Use itself as the cgroup controller.Ludovic Courtès2017-09-08
| | | | | | | | | | | | | | | | Fixes a regression introduced in fa67d5654176b4b815832eaf259188e1486c65ab whereby elogind would fail to start with: Cannot determine cgroup we are running in: No data available Out of memory. thereby preventing log-in altogether. * gnu/packages/freedesktop.scm (elogind)[arguments]: Pass "--with-cgroup-controller=elogind". * gnu/tests/desktop.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* services: elogind: Add default value.Ludovic Courtès2017-09-08
| | | | | * gnu/services/desktop.scm (elogind-service-type)[default-value]: New field.
* marionette: 'wait-for-file' can be passed a read procedure.Ludovic Courtès2017-09-08
| | | | | | | * gnu/build/marionette.scm (wait-for-file): Add #:read parameter and honor it. * gnu/tests/base.scm (run-basic-test)["login on tty1"]: Use 'wait-for-file' instead of inline code.
* gnu: elogind: Remove unnecessary configure flag.Ludovic Courtès2017-09-08
| | | | | * gnu/packages/freedesktop.scm (elogind)[arguments]: Remove "--with-libcap" configure flag, which is no longer needed.
* gnu: tcpdump: Update to 4.9.2 [security fixes].Leo Famulari2017-09-07
| | | | | | | | | | | | | | | | | Fixes CVE-2017-{12893,12894,12895,12896,12897,12898,12899,12900,12901,12902, 12985,12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997, 12998,12999,13000,13001,13002,13003,13004,13005,13006,13007,13008,13009,13010, 13012,13013,13014,13015,13016,13017,13018,13019,13020,13021,13022,13023,13024, 13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,13037, 13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,13050, 13051,13052,13053,13054,13055,13687,13688,13689,13690,13725}. * gnu/packages/admin.scm (tcpdump): Update to 4.9.2. [source]: Remove patches and add alternate source URL. * gnu/packages/patches/tcpdump-CVE-2017-11541.patch, gnu/packages/patches/tcpdump-CVE-2017-11542.patch, gnu/packages/patches/tcpdump-CVE-2017-11543.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: certbot, python-acme: Update to 0.18.0.Leo Famulari2017-09-07
| | | | * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.18.0.
* gnu: qemu: Fix CVE-2017-{13711,14167}.Leo Famulari2017-09-07
| | | | | | | * gnu/packages/patches/qemu-CVE-2017-14167.patch gnu/packages/patches/qemu-CVE-2017-13711.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
* gnu: libarchive: Replace with libarchive 3.3.2 and fix CVE-2017-14166.Leo Famulari2017-09-07
| | | | | | | * gnu/packages/backup.scm (libarchive)[replacement]: New field. (libarchive-3.3.2): New variable. * gnu/packages/patches/libarchive-CVE-2017-14166.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add BLIS.Ludovic Courtès2017-09-07
| | | | | | | * gnu/packages/maths.scm (make-blis): New procedure. (blis, ignorance): New variables. (blis/x86_64): New macro. (blis-sandybridge, blis-haswell, blis-knl): New variables.
* gnu: elogind: Add '-L' flag for libcap in libelogind.la.Ludovic Courtès2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix allows us to revert this series of commits: 1b97e9261 * gnu: gdm: Add missing input. de0c89f18 * gnu: colord: Add missing input. 7e38ba654 * gnu: accountsservice: Add missing input. 166bc1b25 * gnu: network-manager: Add missing input. daae20894 * gnu: modem-manager: Add missing input. 1f919459e * gnu: udisks: Add missing input. 744e9d074 * gnu: mutter: Add missing input. 0cce140dc * gnu: gnome-session: Add missing input. 77c2476ae * gnu: polkit: Add missing input. 124ac301c * gnu: weston: Add missing input. 472c2223c * gnu: kmscon: Add missing input. * gnu/packages/freedesktop.scm (elogind)[arguments]: Add 'add-libcap-to-search-path' phase. (weston)[inputs]: Remove LIBCAP. (udisks): Likewise. (accountsservice): Likewise. (modem-manager): Likewise. * gnu/packages/gnome.scm (colord): Likewise (gnome-session): Likewise. (mutter): Likewise. (network-manager): Likewise. (gdm): Likewise. * gnu/packages/polkit.scm (polkit): Likewise. * gnu/packages/terminals.scm (kmscon): Likewise.
* gnu: elogind: Update to 232.4.Peter Mikkelsen2017-09-07
| | | | | | | * gnu/packages/freedesktop.scm (elogind): Update to 232.4. [arguments]: Add --with-rootlibexecdir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-ess: Relocate the etc directory so that ESS can find it.Roel Janssen2017-09-07
| | | | | * gnu/packages/emacs.scm (emacs-ess): Relocate the etc directory so that ESS can find it.
* gnu: python-tox: Update to 2.8.0.Cyril Roelandt2017-09-06
| | | | * gnu/packages/python.scm (python-tox): Update to 2.8.0.
* gnu: terminology: Update to 1.1.1.Efraim Flashner2017-09-06
| | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.1.1.
* gnu: gdm: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/gnome.scm (gdm)[inputs]: Add libcap.
* gnu: colord: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/gnome.scm (colord)[inputs]: Add libcap.
* gnu: accountsservice: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add libcap.
* gnu: network-manager: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/gnome.scm (network-manager)[inputs]: Add libcap.
* gnu: modem-manager: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
* gnu: udisks: Add missing input.Peter Mikkelsen2017-09-06
| | | | * gnu/packages/freedesktop.scm (udisks)[inputs]: Add libcap.
* gnu: python-pyxb: Update to 1.2.6.Tobias Geerinckx-Rice2017-09-06
| | | | * gnu/packages/xml.scm (python-pyxb): Update to 1.2.6.
* gnu: iproute: Edit description.Tobias Geerinckx-Rice2017-09-06
| | | | | * gnu/packages/linux.scm (iproute)[description]: Re-order, be concise, and omit information that is obsolete, misleading, or irrelevant to Guix users.
* gnu: iproute: Update to 4.13.0.Tobias Geerinckx-Rice2017-09-06
| | | | * gnu/packages/linux.scm (iproute): Update to 4.13.0.
* gnu: emacs-org: Update to 20170906.Nicolas Goaziou2017-09-06
| | | | * gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
* gnu: libzip: Update to 1.3.0 (fixes CVE-2017-14107).Efraim Flashner2017-09-06
| | | | | | | | * gnu/packages/compression.scm (libzip): Update to 1.3.0. [source]: Remove patch. [arguments]: Remove custom 'patch-perl phase. * gnu/packages/patches/libzip-CVE-2017-12858.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: openjpeg: Fix CVE-2017-14151, CVE-2017-14152.Efraim Flashner2017-09-06
| | | | | | | * gnu/packages/image.scm (openjpeg)[source]: Add patches. * gnu/packages/patches/openjpeg-CVE-2017-14151.patch, gnu/packages/patches/openjpeg-CVE-2017-14152.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: csound: Update to 6.09.1.Nicolas Goaziou2017-09-06
| | | | | | * gnu/packages/audio.scm (csound): Update to 6.09.1. Change source URI. * gnu/packages/patches/csound-header-ordering.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove reference to patch above.
* gnu: Update calibre to 3.6.0.Roel Janssen2017-09-06
| | | | | | | * gnu/local.mk: Remove calibre-drop-unrar.patch * gnu/packages/ebook.scm (calibre): Update to 3.6.0. Add python-html5-parser input. * gnu/packages/patches/calibre-drop-unrar.patch: Remove file.
* gnu: Add python-html5-parser, python2-html5-parser.Roel Janssen2017-09-06
| | | | | * gnu/packages/python.scm (python-html5-parser): New variable. (python2-html5-parser: New variable.
* gnu: Update python-lxml to 3.8.0.Roel Janssen2017-09-06
| | | | * gnu/packages/python.scm (python-lxml): Update to 3.8.0.
* gnu: Add emacs-go-mode.Christopher Baines2017-09-06
| | | | * gnu/packages/emacs.scm (emacs-go-mode): New variable.
* gnu: mutter: Add missing input.Efraim Flashner2017-09-06
| | | | * gnu/packages/gnome.scm (mutter)[inputs]: Add libcap.
* gnu: mutter: Only propagate glib once.Efraim Flashner2017-09-06
| | | | | * gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate glib.
* gnu: gnome-session: Add missing input.Efraim Flashner2017-09-06
| | | | * gnu/packages/gnome.scm (gnome-settings)[inputs]: Add libcap.
* gnu: polkit: Add missing input.Efraim Flashner2017-09-06
| | | | * gnu/packages/polkit.scm (polkit)[inputs]: Add libcap.
* gnu: weston: Add missing input.Efraim Flashner2017-09-06
| | | | * gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
* gnu: kmscon: Add missing input.Efraim Flashner2017-09-06
| | | | * gnu/packages/terminals.scm (kmscon)[inputs]: Add libcap.
* tests: Add test for installing from an ISO Image.Christopher Baines2017-09-06
| | | | | | * gnu/tests/install.scm (%test-iso-image-installer): New variable. (run-install): Add #:installation-disk-image-file-system-type as a keyword argument.
* vm: Call iso9660-image with #:register-closures? as #t.Christopher Baines2017-09-06
| | | | | * gnu/system/vm.scm (system-disk-image): Call iso9660-image with #:register-closures? as #t.
* vm: Add support for registering closures to iso9660-image.Christopher Baines2017-09-06
| | | | * gnu/system/vm.scm (iso9660-image): Add support for registering closures.
* vm: Create /mnt in the generated ISO image in make-iso9660-image.Christopher Baines2017-09-06
| | | | | | | | This is used in the installation process, as the mountpoint for the target filesystem. * gnu/build/vm.scm (make-iso9660-image): Create /mnt within the generated ISO image.
* vm: Add support for registering closures to make-iso9660-image.Christopher Baines2017-09-06
| | | | | | | | This mimics the functionality in the root-partition-initializer used in creating the QEMU image. This helps when trying to run guix system init from the generated ISO image. * gnu/build/vm.scm (make-iso9660-image): Add support for registering closures.
* gnu: file: Fix CVE-2017-1000249.Efraim Flashner2017-09-05
| | | | | | | | * gnu/packages/file.scm (file)[replacement]: New field. (file/fixed): New variable. * gnu/packages/commencement.scm (file-boot0): Use package/inherit. * gnu/packages/patches/file-CVE-2017-1000249.patch. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: ruby-coderay: Update to 1.1.2.Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.2.
* gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
* services: web: Fix nginx-service-type's ‘file’ procedure.Tobias Geerinckx-Rice2017-09-05
| | | | | | * gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace references to non-existent ‘config-file’ with ‘file’. * doc/guix.texi (Web Services): Likewise.
* gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].Leo Famulari2017-09-05
| | | | | | | | * gnu/packages/patches/tcpdump-CVE-2017-11541.patch, gnu/packages/patches/tcpdump-CVE-2017-11542.patch gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/admin.scm (tcpdump)[source]: Use them.
* gnu: libmediainfo: Adjust build phases.Efraim Flashner2017-09-05
| | | | | * gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build directory before running autogen.