Commit Graph

38069 Commits (1a92f1ff1cc62f14b6b1b676af1474515058363e)

Author SHA1 Message Date
Christopher Baines f8cd07e8d8
services: mcron: Log to a file.
This makes it easier to read the output, as it's recorded in a file.

* gnu/services/mcron.scm (mcron-shepherd-services): Add #:log-file to
make-forkexec-constructor.
2019-05-12 18:16:37 +01:00
Gábor Boskovits 59199e1adb
gnu: icedtea-7: Disable os version check.
* gnu/packages/java.scm (icedtea-7)[arguments]:
Add phase 'disable-os-version-check.
2019-05-12 09:19:11 +02:00
Gábor Boskovits 0bc11cc745
gnu: icedtea-6: Disable os version check.
* gnu/packages/java.scm (icedtea-6)[arguments]:
Add phase 'disable-os-version-check.
2019-05-12 09:19:03 +02:00
Mark H Weaver 152030ffdf
gnu: linux-libre: Update to 5.1.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.1.
(%linux-libre-hash): Update hash.
2019-05-11 20:13:18 -04:00
Mark H Weaver 22e40d0911
gnu: linux-libre@4.19: Update to 4.19.42.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.42.
(%linux-libre-4.19-hash): Update hash.
2019-05-11 20:12:23 -04:00
Mark H Weaver 877747ebe1
gnu: linux-libre@4.14: Update to 4.14.118.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.118.
(%linux-libre-4.14-hash): Update hash.
2019-05-11 20:11:32 -04:00
Mark H Weaver 2157c1210e
gnu: linux-libre@4.9: Update to 4.9.175.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.175.
2019-05-11 20:10:28 -04:00
Tobias Geerinckx-Rice 2ce144eebb
gnu: acpica: Update to 20190509.
* gnu/packages/admin.scm (acpica): Update to 20190509.
2019-05-11 23:35:34 +02:00
Tobias Geerinckx-Rice 980808075c
gnu: xtensor: Update to 0.20.5.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
2019-05-11 23:35:34 +02:00
Tobias Geerinckx-Rice 0b69897bda
gnu: xtl: Update to 0.6.4.
* gnu/packages/cpp.scm (xtl): Update to 0.6.4.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice 7d9fa5f376
gnu: picard: Read disc IDs.
* gnu/packages/music.scm (picard)[inputs]: Add python-discid.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice e28b0798d2
gnu: picard: Don't check for updates.
* gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’
to #:configure-flags.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice 8eba82753a
gnu: iproute2: Update to 5.1.0.
* gnu/packages/linux.scm (iproute2): Update to 5.1.0.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice cc4e5e1330
gnu: gegl: Update to 0.4.16.
* gnu/packages/gimp.scm (gegl): Update to 0.4.16.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice d09a8dffdd
gnu: electrum: Update to 3.3.5.
* gnu/packages/finance.scm (electrum): Update to 3.3.5.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice 0691567d78
gnu: libkomparediff2: Update to 19.04.1.
* gnu/packages/kde.scm (libkomparediff2): Update to 19.04.1.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice 40b5ec2f3e
gnu: libkomparediff2: Don't use NAME in source URI.
* gnu/packages/kde.scm (libkomparediff2)[source]: Hard-code NAME.
2019-05-11 23:35:33 +02:00
Tobias Geerinckx-Rice 819488fb95
gnu: libkomparediff2: Fix source file name.
* gnu/packages/kde.scm (libkomparediff2)[source]: Remove (incorrect)
FILE-NAME.
2019-05-11 23:35:32 +02:00
Tobias Geerinckx-Rice ef81faeec0
gnu: nethack: Update to 3.6.2.
* gnu/packages/games.scm (nethack): Update to 3.6.2.
2019-05-11 23:35:32 +02:00
Diego Nicola Barbato 6bf795329a
gnu: denemo: Use older version of gtksourceview.
* gnu/packages/music.scm (denemo)[inputs]: Replace gtksourceview with
gtksourceview-3.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>.
2019-05-11 21:33:19 +02:00
Oleg Pykhalov 3a228f7a0a
gnu: Add emacs-dired-rsync.
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): New variable.
2019-05-11 21:22:35 +03:00
Ludovic Courtès 3b8699f9c2
gnu: shepherd: Update to 0.6.1.
* gnu/packages/admin.scm (shepherd): Update to 0.6.1.
2019-05-11 20:10:26 +02:00
Tobias Geerinckx-Rice e247244e00
gnu: picard: Return #t from phases.
* gnu/packages/music.scm (picard)[arguments]: Return #t from
‘patch-source’ phase.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice 251448f7f5
gnu: picard: Use build system features.
* gnu/packages/music.scm (picard)[arguments]: Leverage #:use-setuptools?
and #:configure-flags instead of a custom ‘install’ phase.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice b421e91558
gnu: picard: Update to 2.1.3.
* gnu/packages/music.scm (picard): Update to 2.1.3.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice e174699534
gnu: libshout: Update to 2.4.2.
* gnu/packages/xiph.scm (libshout): Update to 2.4.2.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice 7824fbf8c5
gnu: libshout: Don't use NAME in source URI.
* gnu/packages/xiph.scm (libshout)[source]: Hard-code NAME.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice 4088d809c0
gnu: upower: Update to 0.99.10.
* gnu/packages/gnome.scm (upower): Update to 0.99.10.
* gnu/packages/patches/upower-builddir.patch: Adapt.
2019-05-11 19:55:39 +02:00
Tobias Geerinckx-Rice 90d37addbe
gnu: powwow: Update to 1.2.19.
* gnu/packages/games.scm (powwow): Update to 1.2.19.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice 93ce003741
gnu: wesnoth: Update to 1.14.7.
* gnu/packages/games.scm (wesnoth): Update to 1.14.7.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice 9cf65f051c
gnu: chroma: Update to 1.17.
* gnu/packages/games.scm (chroma): Update to 1.17.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice 6cc9533eb1
gnu: qbittorrent: Update to 4.1.6.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.6.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice 4ac7112748
gnu: man-db: Update to 2.8.5.
* gnu/packages/man.scm (man-db): Update to 2.8.5.
[arguments]: Add systemd unit directory to #:configure-flags.
2019-05-11 19:55:38 +02:00
Timothy Sample dcb3a0fe0a
services: gdm: Include user profile in D-Bus paths.
This partially addresses <https://bugs.gnu.org/35267>.

* gnu/services/xorg.scm (dbus-daemon-wrapper): When available, include
directories from '~/.guix-profile' in the search paths of the D-Bus
daemon.
2019-05-11 13:41:34 -04:00
Julien Lepiller c087a90e06
gnu: wine-staging: Update to 4.8.
* gnu/packages/wine.scm (wine-staging,wine-staging-patchset-data):
Update to 4.8.
2019-05-11 17:06:14 +02:00
Arun Isaac 6dedf0aeb2
gnu: emacs-use-package: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.
2019-05-11 17:06:53 +05:30
Oleg Pykhalov 59e72ac8f5
gnu: Add emacs-rotate-text.
* gnu/packages/emacs-xyz.scm (emacs-rotate-text): New variable.
2019-05-11 14:06:13 +03:00
Ricardo Wurmus 21ec924868
gnu: r-hdf5array: Update to 1.12.1.
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.12.1.
2019-05-11 12:05:35 +02:00
Ricardo Wurmus 2521bb1d7d
gnu: r-sfsmisc: Update to 1.1-4.
* gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-4.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus bc4e1114f3
gnu: r-dt: Update to 0.6.
* gnu/packages/statistics.scm (r-dt): Update to 0.6.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus 9d38b15b2e
gnu: r-rversions: Update to 2.0.0.
* gnu/packages/statistics.scm (r-rversions): Update to 2.0.0.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus ae9ed1390f
gnu: r-quadprog: Update to 1.5-7.
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-7.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus 4238c3ee2a
gnu: r-styler: Update to 1.1.1.
* gnu/packages/cran.scm (r-styler): Update to 1.1.1.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus 080c706225
gnu: r-bookdown: Update to 0.10.
* gnu/packages/cran.scm (r-bookdown): Update to 0.10.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus 53dbf3a2ac
gnu: r-future: Update to 1.13.0.
* gnu/packages/cran.scm (r-future): Update to 1.13.0.
2019-05-11 12:05:34 +02:00
Ricardo Wurmus 407a04fa03
gnu: r-grimport2: Update to 0.1-5.
* gnu/packages/cran.scm (r-grimport2): Update to 0.1-5.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus a75c6d9c63
gnu: r-rcmdcheck: Update to 1.3.3.
* gnu/packages/cran.scm (r-rcmdcheck): Update to 1.3.3.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus c02f574d38
gnu: r-fs: Update to 1.3.1.
* gnu/packages/cran.scm (r-fs): Update to 1.3.1.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus 86ad5dbc62
gnu: r-parsedate: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsedate): Update to 1.2.0.
[propagated-inputs]: Add r-rematch2.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus 4d970db846
gnu: r-processx: Update to 3.3.1.
* gnu/packages/cran.scm (r-processx): Update to 3.3.1.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus 00399a780b
gnu: r-ggrepel: Update to 0.8.1.
* gnu/packages/cran.scm (r-ggrepel): Update to 0.8.1.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus 7a67bca198
gnu: r-dimred: Update to 0.2.3.
* gnu/packages/cran.scm (r-dimred): Update to 0.2.3.
2019-05-11 12:05:33 +02:00
Ricardo Wurmus d1d6e13eb6
gnu: r-regioner: Update to 1.16.1.
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.16.1.
2019-05-11 12:05:32 +02:00
Jonathan Brielmaier 41e09a159a
gnu: osc: Update to 0.165.0.
* gnu/packages/build-tools.scm (osc): Update to 0.165.0.
[source]: Use git-fetch.
[arguments]: Use python3. osc_hotshot.py is gone. So, do not attempt to delete
it. Rename fix-filename-and-remove-unused phase to fix-filename phase.
[inputs]: Add rpm. Remove python2-urlgrabber. Replace python2-m2crypto and
python2-pycurl with python-m2crypto and python-pycurl.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-05-11 14:08:52 +05:30
Jonathan Brielmaier c0023514a3
gnu: rpm: Update to 4.14.2.1.
* gnu/packages/package-management.scm (rpm): Update to 4.14.2.1.
[inputs]: Use python instead of python-2.
[home-page]: Use HTTPS URI.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-05-11 14:08:51 +05:30
HiPhish c3ebaec531
gnu: neovim: Update to 0.3.5.
* gnu/packages/vim.scm (neovim): Update to 0.3.5.
[source]: Use git-fetch.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-05-11 12:56:13 +05:30
Ludovic Courtès dc5729a8e0
services: 'gc-root-service-type' now has a default value.
* gnu/services.scm (gc-root-service-type)[default-value]: New field.
2019-05-10 23:29:18 +02:00
Ludovic Courtès 76ae10a1f4
linux-container: Improve filtering of unnecessary file systems.
* gnu/system/linux-container.scm (containerized-operating-system)[user-file-systems]:
Add trailing slash for the "/dev/" and "/sys/" prefixes.
2019-05-10 23:29:18 +02:00
Ludovic Courtès f8885ecab6
system: Export 'operating-system-default-essential-services'.
* gnu/system.scm (essential-services): Rename to...
(operating-system-default-essential-services): ... this.
(<operating-system>)[essential-services]: Adjust accordingly.
2019-05-10 23:29:18 +02:00
Leo Famulari 755a6027ce
gnu: Go 1.11: Update to 1.11.10.
* gnu/packages/golang.scm (go-1.11): Update to 1.11.10.
2019-05-10 13:30:07 -04:00
Nicolas Goaziou 7a9158f83e
gnu: emacs-auctex: Update to 12.1.2.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.1.2.
2019-05-10 19:23:37 +02:00
Nicolas Goaziou de1206dc5f
gnu: emacs-debbugs: Update to 0.18.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.18.
2019-05-10 19:20:18 +02:00
Ricardo Wurmus d13f3a033e
gnu: gnome-tweak-tool: Update to 3.28.1.
Fixes <https://bugs.gnu.org/35597>.

* gnu/packages/gnome.scm (gnome-tweak-tool): Deprecate and rename...
(gnome-tweaks): ...to this.  Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Adjust configure flags; pass glib-or-gtk? flag; remove custom
phases that are now provided by the meson-build-system; add phases "wrap" and
"wrap-gi-typelib".
[native-inputs]: Remove meson-for-build and ninja.
[home-page]: Update.
[description]: Use "Tweaks" instead of "Tweak Tool".
* gnu/packages/patches/gnome-tweak-tool-search-paths.patch: Rename file...
* gnu/packages/patches/gnome-tweaks-search-paths.patch: ...to this.
* gnu/local.mk (dist_patch_DATA): Update patch file name.
2019-05-10 13:31:32 +02:00
Ricardo Wurmus 496b024fde
gnu: Add r-rqc.
* gnu/packages/bioconductor.scm (r-rqc): New variable.
2019-05-10 13:31:03 +02:00
Ricardo Wurmus 5e0241db84
gnu: Add r-quasr.
* gnu/packages/bioconductor.scm (r-quasr): New variable.
2019-05-10 13:31:03 +02:00
Ricardo Wurmus 5865606459
gnu: Add r-rhisat2.
* gnu/packages/bioconductor.scm (r-rhisat2): New variable.
2019-05-10 13:31:03 +02:00
Ricardo Wurmus 1444153913
gnu: Add r-sgseq.
* gnu/packages/bioconductor.scm (r-sgseq): New variable.
2019-05-10 13:31:03 +02:00
Ricardo Wurmus 30f1029f4c
gnu: Add r-xgboost.
* gnu/packages/cran.scm (r-xgboost): New variable.
2019-05-10 13:31:03 +02:00
Ricardo Wurmus 29591ca611
gnu: Add r-citr.
* gnu/packages/cran.scm (r-citr): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus afc4370d4c
gnu: Add r-refmanager.
* gnu/packages/cran.scm (r-refmanager): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus 85625cae66
gnu: Add r-ggfortify.
* gnu/packages/cran.scm (r-ggfortify): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus c9487dfadc
gnu: Add r-plot3d.
* gnu/packages/cran.scm (r-plot3d): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus 70debac5f1
gnu: Add r-enrichr.
* gnu/packages/cran.scm (r-enrichr): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus 5bea832f72
gnu: Add r-dalex.
* gnu/packages/cran.scm (r-dalex): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus 4d06ef4b71
gnu: Add r-rbowtie.
* gnu/packages/bioconductor.scm (r-rbowtie): New variable.
2019-05-10 13:31:02 +02:00
Ricardo Wurmus 8c42f8f6e8
gnu: Add r-iclusterplus.
* gnu/packages/bioconductor.scm (r-iclusterplus): New variable.
2019-05-10 13:31:01 +02:00
Mark H Weaver b40a36baff
gnu: linux-libre: Update to 5.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.
(%linux-libre-hash): Update hash.
(%linux-libre-5.0-patches): Rename to ...
(%linux-libre-5.1-patches): ... this.
(linux-libre, linux-libre-arm-generic, linux-libre-arm-veyron)
(linux-libre-arm-omap2plus): Use %linux-libre-5.1-patches.
(vhba-module): Move definition below the kernel packages.
* gnu/packages/aux-files/linux-libre/5.0-arm-veyron.conf,
gnu/packages/aux-files/linux-libre/5.0-arm.conf,
gnu/packages/aux-files/linux-libre/5.0-arm64.conf,
gnu/packages/aux-files/linux-libre/5.0-i686.conf,
gnu/packages/aux-files/linux-libre/5.0-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/5.1-arm-veyron.conf,
gnu/packages/aux-files/linux-libre/5.1-arm.conf,
gnu/packages/aux-files/linux-libre/5.1-arm64.conf,
gnu/packages/aux-files/linux-libre/5.1-i686.conf,
gnu/packages/aux-files/linux-libre/5.1-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
2019-05-10 00:00:49 -04:00
Ivan Petkov 3d8033af42
gnu: rust: Update to 1.34.1.
* gnu/packages/rust.scm (rust): Update to 1.34.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-10 00:44:09 +02:00
Ivan Petkov 4ed20d3cfe
gnu: rust: Make source derivations smaller.
* gnu/packages/rust.scm (rust-source-pre-1.32): Delete procedure.
(rust-bootstrapped-package-pre-1.32): Delete procedure.
(rust-bootstrapped-package): Remove optional keys, and return an origin.
(rust-uri): New variable.
(mrustc): Change native-input "rust" to use source of rust-1.19.
(rust-1.19)[source]: Define package source.
(rust-1.20): Use rust-bootstrapped-package.
(rust-1.21): Likewise.
(rust-1.22): Likewise.
(rust-1.23): Likewise.
(rust-1.24): Likewise.
(rust-1.25): Likewise.
(rust-1.26): Likewise.
(rust-1.27): Likewise.
(rust-1.28): Likewise.
(rust-1.29): Likewise.
(rust-1.30): Likewise.
(rust-1.31): Likewise.
(rust-1.32): Likewise.
(rust-1.33): Likewise.
(rust-1.34): Likewise.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-10 00:44:09 +02:00
Ivan Petkov bea01c0d2b
gnu: rust: Delete install logs and manifests.
* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[delete-install-logs]:
New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-10 00:44:08 +02:00
Ivan Petkov e88735b45f
build/cargo-utils: Remove "src-name" parameter.
* gnu/packages/gnuzilla.scm (icecat)[arguments]<#:phases>
[patch-cargo-checksums]: Delete "null-file" variable.
* gnu/packages/rust.scm (%cargo-reference-project-file): Delete variable.
* gnu/packages/rust.scm (rust-1.19): Remove reference to
"%cargo-reference-project-file".
* guix/build/cargo-utils.scm (generate-checksums): Remove "src-name"
parameter.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-10 00:44:08 +02:00
Ricardo Wurmus d78010b81e
gnu: gcc-4.7: Hide package.
* gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
2019-05-09 23:18:39 +02:00
Ricardo Wurmus 935568d5ce
gnu: emacs-dash: Update to 2.16.0.
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.16.0.
2019-05-09 22:51:33 +02:00
Ricardo Wurmus b97b4624d0
gnu: Add guile-file-names.
* gnu/packages/guile-xyz.scm (guile-file-names): New variable.
2019-05-09 22:41:14 +02:00
Tobias Geerinckx-Rice ae623b3f9d
gnu: seabios: Update to 1.12.1.
This is a stable release despite the missing tarball.
<https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread/ONGRJVF3A45SAXOKBED52V2UD3YUWTRT/>

* gnu/packages/firmware.scm (seabios): Update to 1.12.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-09 21:16:54 +02:00
Tobias Geerinckx-Rice 05de4c346d
gnu: man-pages: Update to 5.01.
* gnu/packages/man.scm (man-pages): Update to 5.01.
2019-05-09 21:16:53 +02:00
Tobias Geerinckx-Rice 34dce89a0c
gnu: emacs-sml-mode: Update to 6.9.
* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.9.
2019-05-09 21:16:53 +02:00
Tobias Geerinckx-Rice b03a4ed465
gnu: cdemu-client: Update to 3.2.1.
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.1.
2019-05-09 21:13:29 +02:00
Tobias Geerinckx-Rice 97dbf75a56
gnu: cdemu-daemon: Update to 3.2.2.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.2.
2019-05-09 21:13:28 +02:00
Tobias Geerinckx-Rice d201571754
gnu: libmirage: Update to 3.2.2.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.2.
2019-05-09 21:13:28 +02:00
Tobias Geerinckx-Rice 819b3b8201
gnu: vhba-module: Update to 20190410.
* gnu/packages/linux.scm (vhba-module): Update to 20190410.
2019-05-09 21:13:28 +02:00
Tobias Geerinckx-Rice 38878020b0
gnu: cloc: Update to 1.82.
* gnu/packages/code.scm (cloc): Update to 1.82.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-09 21:13:28 +02:00
Marius Bakke 6c2180f5d0
services: dhcp-client: Ignore interfaces that are not ARP capable.
* gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces
that do not support the ARP protocol.
2019-05-09 20:00:22 +02:00
Marius Bakke 18160c3408
gnu: Use mirror://kernel.org in source URIs.
* gnu/packages/linux.scm (bridge-utils, cpufrequtils, sbc)[source](uri): Use
"mirror://kernel.org" instead of www.kernel.org directly.
2019-05-09 14:06:07 +02:00
Marius Bakke aeb1ed1abc
gnu: wpa_supplicant: Update to 2.8 [security fixes].
This release fixes CVE-2019-9494, CVE-2019-9495, CVE-2019-9496, CVE-2019-9497,
CVE-2019-9498, CVE-2019-9499, and CVE-2019-11555.

* gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.8.
[source](snippet): New field.  Disable D-Bus.
[arguments]: Change CONFIG_TLS to use OpenSSL rather than GnuTLS.  This is
required by many of the new default build-time settings.
[inputs]: Remove GNUTLS and LIBGCRYPT.  Add OPENSSL.
(wpa-supplicant)[arguments]: Remove obsolete CONFIG_CTRL_IFACE_DBUS=y.
2019-05-09 13:43:03 +02:00
Marius Bakke 3fde051bfd
gnu: libtorrent-rasterbar: Update to 1.1.13.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.13.
2019-05-09 13:43:03 +02:00
Marius Bakke 3a32be71eb
gnu: leveldb: Update to 1.22.
* gnu/packages/databases.scm (leveldb): Update to 1.22.
2019-05-09 13:43:03 +02:00
Josh Holland 4506018e28
gnu: Mercurial: Update to 5.0
* gnu/packages/version-control.scm (mercurial): Update to 5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-09 12:11:37 +02:00
Ludovic Courtès e6b1a2248f
services: Log-in services now require "pam_loginuid".
Fixes <https://bugs.gnu.org/35553>.
Reported by Bruno Haible <bruno@clisp.org>.

* gnu/services/base.scm (login-pam-service): Pass #:login-uid? #t to
'unix-pam-service'.
* gnu/services/ssh.scm (lsh-pam-services, openssh-pam-services):
Likewise.
* gnu/services/xorg.scm (slim-pam-service): Likewise.
(gdm-pam-service): Likewise for "gdm-autologin" and "gdm-password".
* gnu/tests/base.scm (run-basic-test)["getlogin on tty1"]: New test.
* gnu/tests/ssh.scm (run-ssh-test): Add #:test-getlogin? parameter.
["getlogin"]: New test.
(%test-dropbear): Pass #:test-getlogin? #f.
2019-05-09 12:11:36 +02:00
Ludovic Courtès af55ca481d
system: pam: Add #:login-uid? parameter to 'unix-pam-service'.
* gnu/system/pam.scm (unix-pam-service): Add #:login-uid? parameter.  In
then 'session' field, add "pam_loginuid.so" as required when LOGIN-UID?
is true.
2019-05-09 12:11:36 +02:00