summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* linux-initrd: Factorize 'check-device-initrd-modules'.Ludovic Courtès2018-03-07
| | | | | | | | | * gnu/system/mapped-devices.scm (check-device-initrd-modules): Move to... * gnu/system/linux-initrd.scm (check-device-initrd-modules): ... here. New procedure. * po/guix/POTFILES.in: Add it. * guix/scripts/system.scm (check-initrd-modules)[check-device]: Remove. Use 'check-device-initrd-modules' instead.
* services: file-systems: Include 'user-file-systems' service.Ludovic Courtès2018-03-07
| | | | | | | | | | | | | | | | | | | | Previously the KNOWN-FS value used in 'essential-services' would be incomplete: it would lack all the file systems provided by services that extend 'file-system-service-type' (/sys/fs/cgroup, /proc/sys/fs/binfmt_misc, etc.) Consequently, upon shutdown, 'user-processes' would unmount these file systems before their corresponding service had been stopped; when their corresponding (e.g., 'file-system-/proc/sys/fs/binfmt_misc') was stopped, its 'umount' call would fail. This was harmless in practice, but this patch makes sure things work as intended and file systems are unmounted in the right order. * gnu/services/base.scm (file-system-shepherd-services): Instantiate 'user-file-systems' Shepherd service from here. (user-unmount-service-type, user-unmount-service): Remove. * gnu/system.scm (essential-services): Remove call to 'user-unmount-service'. * gnu/system/install.scm (cow-store-service-type): Adjust comment.
* services: dicod: Depend on 'user-processes'.Ludovic Courtès2018-03-07
| | | | * gnu/services/dict.scm (dicod-shepherd-service): Add 'requirement'.
* gnu: thefuck: Update to 3.25.Eric Bavier2018-03-06
| | | | | | | * gnu/packages/admin.scm (thefuck): Update to 3.25 [inputs]: Add python-pyte. [native-inputs]: Remove python-setuptools. * gnu/packages/patches/thefuck-test-environ.patch: Adjust to latest source.
* gnu: Add maven-resolver-connector-basic.Julien Lepiller2018-03-06
| | | | * gnu/packages/maven.scm (maven-resolver-connector-basic): New variable.
* gnu: Add maven-resolver-util.Julien Lepiller2018-03-06
| | | | gnu/packages/maven.scm (maven-resolver-util): New variable.
* gnu: Add maven-resolver-test-util.Julien Lepiller2018-03-06
| | | | * gnu/packages/maven.scm (maven-resolver-test-util): New variable.
* gnu: Add maven-resolver-spi.Julien Lepiller2018-03-06
| | | | * gnu/packages/maven.scm (maven-resolver-spi): New variable.
* gnu: Add maven-resolver-api.Julien Lepiller2018-03-06
| | | | | | * gnu/packages/maven.scm: New file. (maven-resolver-api): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: isc-dhcp: Update to 4.3.6-P1 [fixes CVE-2018-{5732,5733}].Leo Famulari2018-03-06
| | | | * gnu/packages/admin.scm (isc-dhcp): Update to 4.3.6-P1.
* gnu: syncthing: Update to 0.14.45.Leo Famulari2018-03-06
| | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.45. [inputs]: Remove go-github-com-xtaci-kcp-go, go-github-com-ccding-go-stun, and go-github-com-xtaci-smux. Add go-github-com-pkg-errors.
* gnu: Remove go-github-com-templexxx-xor.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
* gnu: Remove go-github-com-templexxx-cpufeat.Leo Famulari2018-03-06
| | | | | * gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
* gnu: Remove go-github-com-tjfoc-gmsm-sm4.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
* gnu: Remove go-github-com-klauspost-reedsolomon.Leo Famulari2018-03-06
| | | | | * gnu/packages/syncthing.scm (go-github-com-klauspost-reedsolomon): Remove variable.
* gnu: Remove go-github-com-klauspost-cpuid.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): Remove variable.
* gnu: Remove go-github-com-ccding-go-stun.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
* gnu: Remove go-github-com-xtaci-kcp-go.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.
* gnu: Remove go-github-com-xtaci-smux.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
* gnu: re2: Update to 2018-03-01.Marius Bakke2018-03-06
| | | | * gnu/packages/regex.scm (re2): Update to 2018-03-01.
* gnu: feh: Update to 2.25.Marius Bakke2018-03-06
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.25.
* gnu: iceauth: Update to 1.0.8.Marius Bakke2018-03-06
| | | | * gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
* gnu: python-django: Update to 1.11.11 [fixes CVE-2018-7536 and CVE-2018-7537].Marius Bakke2018-03-06
| | | | | | | See <https://www.djangoproject.com/weblog/2018/mar/06/security-releases/> for more information about the vulnerabilities. * gnu/packages/django.scm (python-django): Update to 1.11.11.
* gnu: samtools: Update to 1.7.Ricardo Wurmus2018-03-06
| | | | * gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
* gnu: htslib: Update to 1.7.Ricardo Wurmus2018-03-06
| | | | | * gnu/packages/bioinformatics.scm (htslib): Update to 1.7. [arguments]: Remove field.
* gnu: r-rhdf5: Make build reproducible.Ricardo Wurmus2018-03-06
| | | | | * gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Remove timestamp and host system information from settings file.
* gnu: r-lambda-r: Run unit tests.Ricardo Wurmus2018-03-06
| | | | | * gnu/packages/statistics.scm (r-lambda-r)[native-inputs]: Add r-runit. [arguments]: Add build phase to delete test logs.
* gnu: r-gtools: Make output deterministic.Ricardo Wurmus2018-03-06
| | | | | * gnu/packages/statistics.scm (r-gtools)[arguments]: Add build phase to avoid running tempdir at build time.
* ui: 'load*' no longer fails on Guile 2.2.3 upon EACCES or similar.Ludovic Courtès2018-03-06
| | | | | | | | | | | | | | Previously, if ~/.cache was not write-accessible, 'guix' would exit with code 1 without printing any message. That was because the 'make-stack' call would fail since the exception (a 'system-error) came from 'compile-file', which was called at a point where TAG wasn't installed yet. Secondly, to mimick auto-compilation behavior, we just swallow 'system-error raised by 'compile-file'. Reported by Clément Lassieur. * guix/ui.scm (load*): Move 'compile-file' call in the dynamic extent of TAG. Catch 'system-error around it and ignore it.
* gnu: emacs-transmission: Update to 0.12.1.Oleg Pykhalov2018-03-06
| | | | * gnu/packages/emacs.scm (emacs-transmission): Update to 0.12.1.
* gnu: haskell-mode: Fix find emacs-stream elisp directory.Oleg Pykhalov2018-03-06
| | | | | * gnu/packages/emacs.scm (haskell-mode)[arguments]: Find only directories with "\\.el$" in ‘el-dir’.
* gnu: ovmf: Fix build and add FIXME.Rutger Helling2018-03-06
| | | | | * gnu/packages/firmware.scm (ovmf): Replace 'invoke' with 'system*'. Add FIXME about failing script.
* gnu: java-ops4j-pax-tinybundles: Use distribution bndlib version.Gábor Boskovits2018-03-05
| | | | | * gnu/packages/java.scm (java-ops4j-pax-tinybundles)[arguments]<#:phases>: Modify fix-version to use the distibution version of java-aqute-bndlib.
* gnu: perl-email-address: Update to 1.909.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/perl.scm (perl-email-address): Update to 1.909.
* gnu: perl-sub-quote: Update to 2.005000.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xml.scm (perl-sub-quote): Update to 2.005000.
* gnu: perl-xml-compile-cache: Update to 1.06.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
* gnu: perl-xml-rss: Update to 1.60.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
* gnu: editres: Update to 1.0.7.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/xorg.scm (editres): Update to 1.0.7.
* gnu: tocc, libtocc: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
* gnu: perl-io-socket-ip: Update to 0.39.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/web.scm (perl-io-socket-ip): Update to 0.39.
* gnu: perl-www-mechanize: Update to 1.87.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/web.scm (perl-www-mechanize): Update to 1.87.
* gnu: openvpn: Mark up description.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
* gnu: openvpn: Update to 2.4.5.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.4.5.
* gnu: papi: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-05
| | | | * gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.
* gnu: papi: Fix documentation location.Tobias Geerinckx-Rice2018-03-05
| | | | | * gnu/packages/profiling.scm (papi)[arguments]: Install ‘documentation’ to a customary subdirectory of /share/doc.
* gnu: xpra: Update to 2.2.5.Rutger Helling2018-03-05
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.5.
* ui: Better workaround for lack of '%fresh-auto-compile' on 2.2.3.Ludovic Courtès2018-03-05
| | | | | | Fixes <https://bugs.gnu.org/29226> for the most part. * guix/ui.scm (load*): Add call to 'compile-file' on 2.2.3.
* nls: Add Simplified Chinese translation.Ludovic Courtès2018-03-05
|
* build: Default to berlin.guixsd.org substitutes on aarch64.Ludovic Courtès2018-03-05
| | | | | | | Suggested by Efraim Flashner <efraim@flashner.co.il>. * config-daemon.ac: Set 'guix_substitute_urls' to berlin.guixsd.org on aarch64.
* build: Always use https substitute URLs.Ludovic Courtès2018-03-05
| | | | * config-daemon.ac: Remove GUILE_MODULE_AVAILABLE check for (gnutls).