aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-03-07services: file-systems: Include 'user-file-systems' service.Ludovic Courtès
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.
2018-03-07services: dicod: Depend on 'user-processes'.Ludovic Courtès
* gnu/services/dict.scm (dicod-shepherd-service): Add 'requirement'.
2018-03-06gnu: thefuck: Update to 3.25.Eric Bavier
* 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.
2018-03-06gnu: Add maven-resolver-connector-basic.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-connector-basic): New variable.
2018-03-06gnu: Add maven-resolver-util.Julien Lepiller
gnu/packages/maven.scm (maven-resolver-util): New variable.
2018-03-06gnu: Add maven-resolver-test-util.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-test-util): New variable.
2018-03-06gnu: Add maven-resolver-spi.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-spi): New variable.
2018-03-06gnu: Add maven-resolver-api.Julien Lepiller
* gnu/packages/maven.scm: New file. (maven-resolver-api): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-03-06gnu: isc-dhcp: Update to 4.3.6-P1 [fixes CVE-2018-{5732,5733}].Leo Famulari
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.6-P1.
2018-03-06gnu: syncthing: Update to 0.14.45.Leo Famulari
* 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.
2018-03-06gnu: Remove go-github-com-templexxx-xor.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
2018-03-06gnu: Remove go-github-com-templexxx-cpufeat.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
2018-03-06gnu: Remove go-github-com-tjfoc-gmsm-sm4.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
2018-03-06gnu: Remove go-github-com-klauspost-reedsolomon.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-klauspost-reedsolomon): Remove variable.
2018-03-06gnu: Remove go-github-com-klauspost-cpuid.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): Remove variable.
2018-03-06gnu: Remove go-github-com-ccding-go-stun.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
2018-03-06gnu: Remove go-github-com-xtaci-kcp-go.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.
2018-03-06gnu: Remove go-github-com-xtaci-smux.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
2018-03-06gnu: re2: Update to 2018-03-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2018-03-01.
2018-03-06gnu: feh: Update to 2.25.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.25.
2018-03-06gnu: iceauth: Update to 1.0.8.Marius Bakke
* gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
2018-03-06gnu: python-django: Update to 1.11.11 [fixes CVE-2018-7536 and CVE-2018-7537].Marius Bakke
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.
2018-03-06gnu: samtools: Update to 1.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
2018-03-06gnu: htslib: Update to 1.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (htslib): Update to 1.7. [arguments]: Remove field.
2018-03-06gnu: r-rhdf5: Make build reproducible.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Remove timestamp and host system information from settings file.
2018-03-06gnu: r-lambda-r: Run unit tests.Ricardo Wurmus
* gnu/packages/statistics.scm (r-lambda-r)[native-inputs]: Add r-runit. [arguments]: Add build phase to delete test logs.
2018-03-06gnu: r-gtools: Make output deterministic.Ricardo Wurmus
* gnu/packages/statistics.scm (r-gtools)[arguments]: Add build phase to avoid running tempdir at build time.
2018-03-06gnu: emacs-transmission: Update to 0.12.1.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-transmission): Update to 0.12.1.
2018-03-06gnu: haskell-mode: Fix find emacs-stream elisp directory.Oleg Pykhalov
* gnu/packages/emacs.scm (haskell-mode)[arguments]: Find only directories with "\\.el$" in ‘el-dir’.
2018-03-06gnu: ovmf: Fix build and add FIXME.Rutger Helling
* gnu/packages/firmware.scm (ovmf): Replace 'invoke' with 'system*'. Add FIXME about failing script.
2018-03-05gnu: java-ops4j-pax-tinybundles: Use distribution bndlib version.Gábor Boskovits
* gnu/packages/java.scm (java-ops4j-pax-tinybundles)[arguments]<#:phases>: Modify fix-version to use the distibution version of java-aqute-bndlib.
2018-03-05gnu: perl-email-address: Update to 1.909.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-email-address): Update to 1.909.
2018-03-05gnu: perl-sub-quote: Update to 2.005000.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-sub-quote): Update to 2.005000.
2018-03-05gnu: perl-xml-compile-cache: Update to 1.06.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
2018-03-05gnu: perl-xml-rss: Update to 1.60.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
2018-03-05gnu: editres: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (editres): Update to 1.0.7.
2018-03-05gnu: tocc, libtocc: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
2018-03-05gnu: perl-io-socket-ip: Update to 0.39.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.39.
2018-03-05gnu: perl-www-mechanize: Update to 1.87.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.87.
2018-03-05gnu: openvpn: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
2018-03-05gnu: openvpn: Update to 2.4.5.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (openvpn): Update to 2.4.5.
2018-03-05gnu: papi: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.
2018-03-05gnu: papi: Fix documentation location.Tobias Geerinckx-Rice
* gnu/packages/profiling.scm (papi)[arguments]: Install ‘documentation’ to a customary subdirectory of /share/doc.
2018-03-05gnu: xpra: Update to 2.2.5.Rutger Helling
* gnu/packages/xorg.scm (xpra): Update to 2.2.5.
2018-03-05gnu: linux-libre@4.14: Update to 4.14.24.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.24. (%linux-libre-4.14-hash): Update hash.
2018-03-05gnu: linux-libre@4.9: Update to 4.9.86.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.86.
2018-03-05gnu: linux-libre@4.4: Update to 4.4.120.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.120.
2018-03-05gnu: Add emacs-terraform-mode.Christopher Baines
* gnu/packages/emacs.scm (emacs-terraform-mode): New variable.
2018-03-05gnu: Add emacs-hcl-mode.Christopher Baines
* gnu/packages/emacs.scm (emacs-hcl-mode): New variable.
2018-03-05services: Add openntpd service.Efraim Flashner
* gnu/packages/ntp.scm (openntpd)[arguments]: Add 'configure-flags to set openntpd daemon's user and localstatedir. Add a custom phase to not try to create said directory at install time. * gnu/services/networking.scm (<openntpd-configuration>): New record type. (openntpd-shepherd-service, openntpd-service-activation): New procedures. (openntpd-service-type): New variable. * doc/guix.texi (Networking Services): Add openntpd documentation.