jackhill/guix/guix.git
6 years agognu: optipng: Update to 0.7.7 [security fixes].
Tobias Geerinckx-Rice [Fri, 23 Feb 2018 13:24:42 +0000 (14:24 +0100)]
gnu: optipng: Update to 0.7.7 [security fixes].

This release claims to fix 2 vulnerabilities:
- ‘an integer overflow vulnerability in the TIFF decoder’
  (CVE-2017-1000229, previously patched in Guix), and
- ‘a buffer overflow vulnerability in the GIF decoder’.

* gnu/packages/image.scm (optipng): Update to 0.7.7.
[source]: Remove patch.
[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
* gnu/packages/patches/optipng-CVE-2017-1000229.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: bpython: Update to 0.17.1.
Tobias Geerinckx-Rice [Fri, 23 Feb 2018 12:12:45 +0000 (13:12 +0100)]
gnu: bpython: Update to 0.17.1.

* gnu/packages/python.scm (bpython): Update to 0.17.1.

6 years agognu: musl: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 23 Feb 2018 12:02:02 +0000 (13:02 +0100)]
gnu: musl: Use HTTPS home page.

* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.

6 years agognu: musl: Update to 1.1.19.
Tobias Geerinckx-Rice [Fri, 23 Feb 2018 12:01:37 +0000 (13:01 +0100)]
gnu: musl: Update to 1.1.19.

* gnu/packages/musl.scm (musl): Update to 1.1.19.

6 years agognu: parallel: Update to 20180222.
Tobias Geerinckx-Rice [Fri, 23 Feb 2018 11:33:40 +0000 (12:33 +0100)]
gnu: parallel: Update to 20180222.

* gnu/packages/parallel.scm (parallel): Update to 20180222.

6 years agognu: mesa-utils: Update to 8.4.0.
Rutger Helling [Fri, 23 Feb 2018 14:34:35 +0000 (15:34 +0100)]
gnu: mesa-utils: Update to 8.4.0.

* gnu/packages/gl.scm (mesa-utils): Update to 8.4.0.

6 years agognu: dolphin-emu: Enable Vulkan video backend.
Rutger Helling [Fri, 23 Feb 2018 09:13:40 +0000 (10:13 +0100)]
gnu: dolphin-emu: Enable Vulkan video backend.

* gnu/packages/emulators.scm (dolphin-emu): Enable Vulkan video backend.
[inputs]: Add vulkan-icd-loader.
[arguments]: Rename 'generate-fonts to
'generate-fonts&hardcore-libvulkan-path. Hardcode libvulkan.so.

6 years agognu: you-get: Update to 0.4.1025.
Rutger Helling [Fri, 23 Feb 2018 07:47:05 +0000 (08:47 +0100)]
gnu: you-get: Update to 0.4.1025.

* gnu/packages/video.scm (you-get): Update to 0.4.1025.

6 years agognu: Add rhash.
Arun Isaac [Thu, 8 Feb 2018 12:17:45 +0000 (17:47 +0530)]
gnu: Add rhash.

* gnu/packages/crypto.scm (rhash): New variable.

6 years agoservices: certbot: Allow to set a deploy hook.
Clément Lassieur [Sun, 11 Feb 2018 09:53:10 +0000 (10:53 +0100)]
services: certbot: Allow to set a deploy hook.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (<certificate-configuration>, certbot-command): Add
it.

6 years agoservices: certbot: Add verbosity.
Clément Lassieur [Sun, 11 Feb 2018 00:19:56 +0000 (01:19 +0100)]
services: certbot: Add verbosity.

The certificate name wasn't displayed if it wasn't being renewed.

* gnu/services/certbot.scm (certbot-command): Print certificate name before
running the associated command.

6 years agoservices: certbot: Allow to set RSA key size.
Clément Lassieur [Sat, 10 Feb 2018 16:27:19 +0000 (17:27 +0100)]
services: certbot: Allow to set RSA key size.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (<cerbot-configuration>, certbot-command,
certbot-activation, certbot-nginx-server-configurations): Add it.

6 years agodoc: Fix typo in certbot-configuration description.
Clément Lassieur [Sun, 11 Feb 2018 22:11:35 +0000 (23:11 +0100)]
doc: Fix typo in certbot-configuration description.

* doc/guix.texi (Certificate Services): Fix typo.

6 years agoservices: certbot: Associate one certificate with several domains.
Clément Lassieur [Sat, 10 Feb 2018 16:20:22 +0000 (17:20 +0100)]
services: certbot: Associate one certificate with several domains.

* doc/guix.texi (Certificate Services): Document <certificate-configuration>,
the change from domains to certificates and the fact that their path is now
derived from their name.
* gnu/services/certbot.scm (<certificate-configuration>): Add and export it.
(certbot-configuration, certbot-command, certbot-activation,
certbot-nginx-server-configurations, certbot-service-type): Replace 'domains'
with 'certificates'.
(certbot-nginx-server-configurations): Use only one nginx-server-configuration
and use all certificate domains as the server-name.

6 years agoservices: certbot: Get certbot to run non-interactively.
Clément Lassieur [Sat, 10 Feb 2018 15:32:26 +0000 (16:32 +0100)]
services: certbot: Get certbot to run non-interactively.

* doc/guix.texi (Certificate Services): Add email field and link to the ACME
Subscriber Agreement.
* gnu/services/certbot.scm (<certbot-configuration>, certbot-command,
certbot-activation, certbot-nginx-server-configurations): Add email field.
(certbot-command): Add '-n' and '--agree-tos' options.
(certbot-service-type): Remove default-value.

6 years agoservices: certbot: Refactor certbot command.
Clément Lassieur [Sat, 10 Feb 2018 15:06:12 +0000 (16:06 +0100)]
services: certbot: Refactor certbot command.

* gnu/services/certbot.scm (certbot-renewal-jobs, certbot-activation):
Refactor common code into certbot-command.

6 years agoservices: certbot: Rename 'host' to 'domain'.
Clément Lassieur [Sat, 10 Feb 2018 13:56:53 +0000 (14:56 +0100)]
services: certbot: Rename 'host' to 'domain'.

* doc/guix.texi (Certificate Services): Rename 'host' to 'domain'.
* gnu/services/certbot.scm (<certbot-configuration>, certbot-renewal-jobs,
certbot-activation, certbot-nginx-server-configurations,
certbot-service-type): Rename 'host' to 'domain'.

6 years agoservices: certbot: Fix indentation.
Clément Lassieur [Fri, 9 Feb 2018 00:02:08 +0000 (01:02 +0100)]
services: certbot: Fix indentation.

* gnu/services/certbot.scm (certbot-activation): Fix indentation.

6 years agoservices: certbot: Run certbot twice a day at a random minute.
Clément Lassieur [Fri, 9 Feb 2018 00:01:17 +0000 (01:01 +0100)]
services: certbot: Run certbot twice a day at a random minute.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (certbot-renewal-jobs): Change job's time
specification.

6 years agoservices: certbot: Listen on IPv6.
Clément Lassieur [Fri, 9 Feb 2018 00:00:33 +0000 (01:00 +0100)]
services: certbot: Listen on IPv6.

* gnu/services/certbot.scm (certbot-nginx-server-configurations): Listen on
IPv6 too.

6 years agognu: american-fuzzy-lop: Change custom qemu input.
Efraim Flashner [Thu, 22 Feb 2018 20:14:54 +0000 (22:14 +0200)]
gnu: american-fuzzy-lop: Change custom qemu input.

* gnu/packages/debug.scm (american-fuzzy-lop)[inputs]: Custom-qemu now
inherits from private qemu-minimal-2.10.
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): Add note to move
variable to gnu/packages/debug.scm when no longer needed in
bootloaders.scm.

6 years agognu: gnupg: Update to 2.2.5.
Leo Famulari [Thu, 22 Feb 2018 19:30:36 +0000 (14:30 -0500)]
gnu: gnupg: Update to 2.2.5.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.

6 years agognu: Add cwm.
ng0 [Sun, 4 Feb 2018 11:15:19 +0000 (11:15 +0000)]
gnu: Add cwm.

* gnu/packages/wm.scm (cwm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: dolphin-emu: Shorten the source snippet.
Efraim Flashner [Thu, 22 Feb 2018 18:42:11 +0000 (20:42 +0200)]
gnu: dolphin-emu: Shorten the source snippet.

* gnu/packages/emulators.scm (dolphin-emu): Rewrite the source snippet
to be more compact.

6 years agognu: dolphin-emu: Enable building on aarch64-linux.
Efraim Flashner [Thu, 22 Feb 2018 18:28:55 +0000 (20:28 +0200)]
gnu: dolphin-emu: Enable building on aarch64-linux.

* gnu/packages/emulators.scm (dolphin-emu)[supported-systems]: Add
aarch64-linux.

6 years agognu: mlt: Fix compilation against glibc 2.26.
Oleg Pykhalov [Tue, 20 Feb 2018 18:44:47 +0000 (21:44 +0300)]
gnu: mlt: Fix compilation against glibc 2.26.

* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.

6 years agognu: strongswan: Separate phases.
Tobias Geerinckx-Rice [Thu, 22 Feb 2018 16:09:49 +0000 (17:09 +0100)]
gnu: strongswan: Separate phases.

* gnu/packages/networking.scm (strongswan)[arguments]: Split
‘adjust-to-environment’ phase into ‘patch-command-file-names’ and
‘set-up-test-environment’.

6 years agognu: strongswan: Update to 5.6.2.
Tobias Geerinckx-Rice [Thu, 22 Feb 2018 16:00:44 +0000 (17:00 +0100)]
gnu: strongswan: Update to 5.6.2.

* gnu/packages/networking.scm (strongswan): Update to 5.6.2.

6 years agognu: pumpa: Update to 0.9.3.
Tobias Geerinckx-Rice [Thu, 22 Feb 2018 15:53:41 +0000 (16:53 +0100)]
gnu: pumpa: Update to 0.9.3.

* gnu/packages/pumpio.scm (pumpa): Update to 0.9.3.
[arguments]: Substitute INVOKE for SYSTEM*.

6 years agognu: mit-scheme: Update phase style.
Tobias Geerinckx-Rice [Thu, 22 Feb 2018 14:26:14 +0000 (15:26 +0100)]
gnu: mit-scheme: Update phase style.

* gnu/packages/scheme.scm (mit-scheme)[arguments]: Use INVOKE and end
phases with #t.

6 years agognu: po4a: Update home page.
Tobias Geerinckx-Rice [Thu, 22 Feb 2018 15:01:25 +0000 (16:01 +0100)]
gnu: po4a: Update home page.

* gnu/packages/gettext.scm (po4a)[home-page]: Update.

6 years agognu: libx264: Change to stable branch.
Marius Bakke [Thu, 22 Feb 2018 14:32:48 +0000 (15:32 +0100)]
gnu: libx264: Change to stable branch.

Fixes <https://bugs.gnu.org/30573>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>

* gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.

6 years agognu: ccid: Update to 1.4.29.
Marius Bakke [Thu, 22 Feb 2018 13:31:53 +0000 (14:31 +0100)]
gnu: ccid: Update to 1.4.29.

* gnu/packages/security-token.scm (ccid): Update to 1.4.29.

6 years agognu: Add spatialite-gui.
Björn Höfling [Wed, 21 Feb 2018 23:10:51 +0000 (00:10 +0100)]
gnu: Add spatialite-gui.

* gnu/packages/geo.scm (spatialite-gui): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agoRevert "gnu: Remove wxwidgets@2.8."
Björn Höfling [Wed, 21 Feb 2018 23:09:59 +0000 (00:09 +0100)]
Revert "gnu: Remove wxwidgets@2.8."

This reverts commit 6f9ba4c91c096a2fb95da111be0657d99ef2b683.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: Add libgaiagraphics.
Björn Höfling [Wed, 21 Feb 2018 23:08:41 +0000 (00:08 +0100)]
gnu: Add libgaiagraphics.

* gnu/packages/geo.scm (libgaiagraphics): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: Add libspatialite.
Björn Höfling [Wed, 21 Feb 2018 23:07:47 +0000 (00:07 +0100)]
gnu: Add libspatialite.

* gnu/packages/geo.scm (libspatialite): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: libsoup: Update to 2.60.3.
Marius Bakke [Thu, 22 Feb 2018 12:55:54 +0000 (13:55 +0100)]
gnu: libsoup: Update to 2.60.3.

* gnu/packages/gnome.scm (libsoup): Update to 2.60.3.

6 years agognu: fio: Update to 3.5.
Marius Bakke [Wed, 21 Feb 2018 01:29:49 +0000 (02:29 +0100)]
gnu: fio: Update to 3.5.

* gnu/packages/benchmark.scm (fio): Update to 3.5.

6 years agognu: xorgproto: Update to 2018.3.
Marius Bakke [Wed, 21 Feb 2018 00:56:14 +0000 (01:56 +0100)]
gnu: xorgproto: Update to 2018.3.

* gnu/packages/xorg.scm (xorgproto): Update to 2018.3.

6 years agognu: Adjust and remove copyright lines for moved packages.
Rutger Helling [Thu, 22 Feb 2018 12:54:05 +0000 (13:54 +0100)]
gnu: Adjust and remove copyright lines for moved packages.

* gnu/packages/games.scm: Adjust and remove copyright lines for packages that
  got moved to emulators.scm

6 years agognu: Remove copyright line for moved package.
Rutger Helling [Thu, 22 Feb 2018 11:36:33 +0000 (12:36 +0100)]
gnu: Remove copyright line for moved package.

* gnu/packages/games.scm: Remove copyright line for package that got moved to
  emulators.scm

6 years agognu: Move emulation packages from games to emulators.
Rutger Helling [Thu, 22 Feb 2018 11:04:14 +0000 (12:04 +0100)]
gnu: Move emulation packages from games to emulators.

* gnu/packages/games.scm (desmume) (dosbox) (emulation-station) (higan) (mgba)
  (mupen64plus-audio-sdl) (mupen64plus-core) (mupen64plus-input-sdl)
  (mupen64plus-rsp-hle) (mupen64plus-rsp-z64) (mupen64plus-ui-console)
  (mupen64plus-video-arachnoid) (mupen64plus-video-glide64)
  (mupen64plus-video-glide64mk2) (mupen64plus-video-rice)
  (mupen64plus-video-z64) (nestopia-ue) (retroarch): Move to... *
  gnu/packages/emulators.scm: ... here.

6 years agognu: r-qtl: Update to 1.42-8.
Ricardo Wurmus [Thu, 22 Feb 2018 10:09:40 +0000 (11:09 +0100)]
gnu: r-qtl: Update to 1.42-8.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.42-8.

6 years agognu: r-forcats: Update to 0.3.0.
Ricardo Wurmus [Thu, 22 Feb 2018 10:09:11 +0000 (11:09 +0100)]
gnu: r-forcats: Update to 0.3.0.

* gnu/packages/statistics.scm (r-forcats): Update to 0.3.0.
[propagated-inputs]: Add r-rlang.

6 years agognu: r-xml: Update to 3.98-1.10.
Ricardo Wurmus [Thu, 22 Feb 2018 10:08:30 +0000 (11:08 +0100)]
gnu: r-xml: Update to 3.98-1.10.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.10.
[inputs]: Add zlib.
[native-inputs]: Add pkg-config.

6 years agognu: r-devtools: Update to 1.13.5.
Ricardo Wurmus [Thu, 22 Feb 2018 10:08:17 +0000 (11:08 +0100)]
gnu: r-devtools: Update to 1.13.5.

* gnu/packages/statistics.scm (r-devtools): Update to 1.13.5.

6 years agognu: r-dbplyr: Update to 1.2.1.
Ricardo Wurmus [Thu, 22 Feb 2018 10:08:07 +0000 (11:08 +0100)]
gnu: r-dbplyr: Update to 1.2.1.

* gnu/packages/statistics.scm (r-dbplyr): Update to 1.2.1.

6 years agognu: r-rlang: Update to 0.2.0.
Ricardo Wurmus [Thu, 22 Feb 2018 10:07:57 +0000 (11:07 +0100)]
gnu: r-rlang: Update to 0.2.0.

* gnu/packages/statistics.scm (r-rlang): Update to 0.2.0.

6 years agognu: r-knitr: Update to 1.20.
Ricardo Wurmus [Thu, 22 Feb 2018 10:07:48 +0000 (11:07 +0100)]
gnu: r-knitr: Update to 1.20.

* gnu/packages/statistics.scm (r-knitr): Update to 1.20.

6 years agognu: r-stringr: Update to 1.3.0.
Ricardo Wurmus [Thu, 22 Feb 2018 10:07:29 +0000 (11:07 +0100)]
gnu: r-stringr: Update to 1.3.0.

* gnu/packages/statistics.scm (r-stringr): Update to 1.3.0.
[propagated-inputs]: Add r-glue.

6 years agognu: r-timedate: Update to 3043.102.
Ricardo Wurmus [Thu, 22 Feb 2018 10:07:17 +0000 (11:07 +0100)]
gnu: r-timedate: Update to 3043.102.

* gnu/packages/cran.scm (r-timedate): Update to 3043.102.

6 years agognu: Add dolphin-emu.
Rutger Helling [Thu, 22 Feb 2018 08:17:55 +0000 (09:17 +0100)]
gnu: Add dolphin-emu.

* gnu/packages/emulators.scm (dolphin-emu): New variable.

6 years agognu/local.mk: Add emulators.scm.
Rutger Helling [Thu, 22 Feb 2018 08:12:12 +0000 (09:12 +0100)]
gnu/local.mk: Add emulators.scm.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add emulators.scm.

6 years agognu: Add wxwidgets-gtk2-3.1.
David Thompson [Wed, 7 Feb 2018 11:28:46 +0000 (06:28 -0500)]
gnu: Add wxwidgets-gtk2-3.1.

* gnu/packages/wxwidgets.scm (wxwidgets-gtk2-3.1): New variable.

Signed-off-by: Rutger Helling <rhelling@mykolab.com>
6 years agognu: mpd-mpc: Update to 0.29.
Leo Famulari [Thu, 22 Feb 2018 06:34:44 +0000 (01:34 -0500)]
gnu: mpd-mpc: Update to 0.29.

* gnu/packages/mpd.scm (mpd-mpc): Update to 0.29.
[build-system]: Use the meson-build-system.

6 years agognu: mpd: Update to 0.20.17.
Leo Famulari [Thu, 22 Feb 2018 06:34:23 +0000 (01:34 -0500)]
gnu: mpd: Update to 0.20.17.

* gnu/packages/mpd.scm (mpd): Update to 0.20.17.
[source]: Use HTTPS URL.

6 years agognu: libmpdclient: Update to 2.14.
Leo Famulari [Thu, 22 Feb 2018 06:33:21 +0000 (01:33 -0500)]
gnu: libmpdclient: Update to 2.14.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.14.
[source]: Use HTTPS URL.

6 years agoenvironment: Add --manifest option.
David Thompson [Fri, 16 Feb 2018 01:54:28 +0000 (20:54 -0500)]
environment: Add --manifest option.

* guix/scripts/environment.scm (show-help, %options): Add -m/--manifest.
(options/resolve-packages): Handle manifests.
* tests/guix-envronment.sh: Add a test.
* doc/guix.texi (Invoking guix environment): Document it.

6 years agoetc: guix-install.sh: Add aarch64-linux support.
Efraim Flashner [Wed, 21 Feb 2018 20:09:41 +0000 (22:09 +0200)]
etc: guix-install.sh: Add aarch64-linux support.

* etc/guix-install.sh (chk_sys_arch): Add aarch64 case.

6 years agognu: Add emacs-edit-indirect.
Oleg Pykhalov [Wed, 21 Feb 2018 19:21:10 +0000 (22:21 +0300)]
gnu: Add emacs-edit-indirect.

* gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.

6 years agognu: mbedtls-apache: Update to 2.7.0 [security fixes].
Leo Famulari [Wed, 21 Feb 2018 19:25:20 +0000 (14:25 -0500)]
gnu: mbedtls-apache: Update to 2.7.0 [security fixes].

Fixes CVE-2017-18187 and CVE-2018-{0487,0488}.

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.0.

6 years agognu: libx264: Use nasm.
Danny Milosavljevic [Wed, 21 Feb 2018 19:25:00 +0000 (20:25 +0100)]
gnu: libx264: Use nasm.

Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.

* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.

6 years agognu: libx264: Update to 20180219-2245.
Efraim Flashner [Tue, 20 Feb 2018 21:34:07 +0000 (23:34 +0200)]
gnu: libx264: Update to 20180219-2245.

* gnu/packages/video.scm (libx264): Update to 20180219-2245.

6 years agognu: lpsolve: Update to 5.5.2.5.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 05:50:30 +0000 (06:50 +0100)]
gnu: lpsolve: Update to 5.5.2.5.

* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.

6 years agognu: shflags: Update to 1.2.3.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 05:47:23 +0000 (06:47 +0100)]
gnu: shflags: Update to 1.2.3.

* gnu/packages/version-control.scm (shflags): Update to 1.2.3.
[arguments]: Match new sources layout.

6 years agognu: shflags: Use the GNU-BUILD-SYSTEM.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 05:43:40 +0000 (06:43 +0100)]
gnu: shflags: Use the GNU-BUILD-SYSTEM.

The TRIVIAL-BUILD-SYSTEM doesn't really save any effort and is actually
slightly longer.

* gnu/packages/version-control.scm (shflags)[build-system: Use
GNU-BUILD-SYSTEM.
[arguments]: Adjust accordingly and prefer INSTALL-FILE over COPY-FILE.

6 years agognu: htop: Fix tree view.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 05:06:46 +0000 (06:06 +0100)]
gnu: htop: Fix tree view.

* gnu/packages/patches/htop-fix-process-tree.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (htop)[source]: Use it.

6 years agognu: lpsolve: Update phase style.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 04:15:55 +0000 (05:15 +0100)]
gnu: lpsolve: Update phase style.

* gnu/packages/maths.scm (lpsolve)[arguments]: Use INVOKE and
INSTALL-FILE, and end phases with #t.

6 years agognu: iptables: Edit synopsis & description.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 04:00:09 +0000 (05:00 +0100)]
gnu: iptables: Edit synopsis & description.

* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.

6 years agognu: iptables: Update to 1.6.2.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 03:58:24 +0000 (04:58 +0100)]
gnu: iptables: Update to 1.6.2.

* gnu/packages/linux.scm (iptables): Update to 1.6.2.

6 years agognu: lout: Update phase style.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 02:27:12 +0000 (03:27 +0100)]
gnu: lout: Update phase style.

* gnu/packages/lout.scm (lout)[arguments]: Write phases in-line, use
MODIFY-PHASES syntax, INVOKE, and WITH-DIRECTORY-EXCURSION, and end
phases with #t.  Re-indent the result.

6 years agognu: cook: Update phase style.
Tobias Geerinckx-Rice [Tue, 20 Feb 2018 20:21:03 +0000 (21:21 +0100)]
gnu: cook: Update phase style.

* gnu/packages/cook.scm (cook)[arguments]: Use MODIFY-PHASES syntax and
end phase with #t.

6 years agognu: slang: Update to 2.3.1a.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 04:07:37 +0000 (05:07 +0100)]
gnu: slang: Update to 2.3.1a.

* gnu/packages/slang.scm (slang): Update to 2.3.1a.

6 years agognu: shflags: Set source file name.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 04:05:56 +0000 (05:05 +0100)]
gnu: shflags: Set source file name.

* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful
FILE-NAME.

6 years agognu: getmail: Update to 5.5.
Tobias Geerinckx-Rice [Wed, 21 Feb 2018 02:43:38 +0000 (03:43 +0100)]
gnu: getmail: Update to 5.5.

* gnu/packages/mail.scm (getmail): Update to 5.5.

6 years agognu: ldc: Add comment.
Danny Milosavljevic [Wed, 21 Feb 2018 11:07:13 +0000 (12:07 +0100)]
gnu: ldc: Add comment.

* gnu/packages/ldc.scm (ldc): Add comment.

6 years agognu: dub: Use invoke.
Danny Milosavljevic [Wed, 21 Feb 2018 01:52:01 +0000 (02:52 +0100)]
gnu: dub: Use invoke.

* gnu/packages/ldc.scm (dub): Use invoke.

6 years agognu: rdmd: Use invoke.
Danny Milosavljevic [Wed, 21 Feb 2018 01:51:13 +0000 (02:51 +0100)]
gnu: rdmd: Use invoke.

* gnu/packages/ldc.scm (rdmd): Use invoke.

6 years agoservices: slim: Make the logged-in session show up in "w".
Danny Milosavljevic [Sat, 17 Feb 2018 16:34:12 +0000 (17:34 +0100)]
services: slim: Make the logged-in session show up in "w".

* gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register X11
session.
* doc/guix.texi (slim-configuration): Document new field "sessreg".

6 years agognu: ldc: Update to 1.7.0.
Pjotr Prins [Sun, 18 Feb 2018 06:09:44 +0000 (06:09 +0000)]
gnu: ldc: Update to 1.7.0.

Fixes recent bootstrap and updates ldc and package manager to match.

* gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.4.
[properties]: Add max-slient-time.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
(ldc): Update to 1.7.0.
(ldc-beta): Delete variable.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
[arguments]<#:phases>[check]: Use invoke.
(rdmd): Update to 2.077.1.
(dub): Update to 1.7.2.
* gnu/local.mk (dist_patch_DATA): Remove "ldc-disable-tests.patch".
Add "ldc-bootstrap-disable-tests.patch".
Remove "ldc-1.1.0-disable-phobos-tests.patch".
Add "ldc-1.7.0-disable-phobos-tests.patch".
Remove "ldc-1.1.0-disable-dmd-tests.patch".

Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
6 years agognu: nginx: Update to 1.13.9.
Marius Bakke [Tue, 20 Feb 2018 18:05:13 +0000 (19:05 +0100)]
gnu: nginx: Update to 1.13.9.

* gnu/packages/web.scm (nginx): Update to 1.13.9.

6 years agognu: grub: Run tests against Qemu 2.10.
Marius Bakke [Tue, 20 Feb 2018 16:52:00 +0000 (17:52 +0100)]
gnu: grub: Run tests against Qemu 2.10.

* gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable.
(grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10.

6 years agognu: qemu: Update to 2.11.1.
Marius Bakke [Tue, 20 Feb 2018 16:44:43 +0000 (17:44 +0100)]
gnu: qemu: Update to 2.11.1.

* gnu/packages/patches/qemu-CVE-2017-15038.patch,
gnu/packages/patches/qemu-CVE-2017-15289.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.11.1
[source](patches): Remove.

6 years agognu: freetype: Fix CVE-2018-6942.
Marius Bakke [Fri, 16 Feb 2018 21:28:58 +0000 (22:28 +0100)]
gnu: freetype: Fix CVE-2018-6942.

* gnu/packages/patches/freetype-CVE-2018-6942.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/fontutils.scm (freetype)[replacement]: New field.
(freetype/fixed): New variable.

6 years agognu: python-pyopenssl: Update to 17.5.0.
Marius Bakke [Tue, 20 Feb 2018 14:15:05 +0000 (15:15 +0100)]
gnu: python-pyopenssl: Update to 17.5.0.

* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.

6 years agognu: python-cryptography: Update to 2.1.4.
Marius Bakke [Tue, 20 Feb 2018 14:14:17 +0000 (15:14 +0100)]
gnu: python-cryptography: Update to 2.1.4.

* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.1.4.

6 years agognu: imagemagick: Update to 6.9.9-35.
Marius Bakke [Tue, 20 Feb 2018 14:04:28 +0000 (15:04 +0100)]
gnu: imagemagick: Update to 6.9.9-35.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-35.

6 years agognu: calendar.scm: Use license: prefix.
Marius Bakke [Tue, 20 Feb 2018 02:24:08 +0000 (03:24 +0100)]
gnu: calendar.scm: Use license: prefix.

* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license: prefix.

6 years agognu: rrdtool: Use a fixed version of tzdata for tests.
Marius Bakke [Tue, 20 Feb 2018 02:15:50 +0000 (03:15 +0100)]
gnu: rrdtool: Use a fixed version of tzdata for tests.

* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with
TZDATA-FOR-TESTS.

6 years agognu: nix, patchelf: Use HTTPS for nixos.org home pages.
Tobias Geerinckx-Rice [Tue, 20 Feb 2018 04:01:22 +0000 (05:01 +0100)]
gnu: nix, patchelf: Use HTTPS for nixos.org home pages.

* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS.
* gnu/packages/package-management.scm (nix)[home-page]: Likewise.

6 years agognu: font-hack: Update to 3.002.
Tobias Geerinckx-Rice [Tue, 20 Feb 2018 02:31:09 +0000 (03:31 +0100)]
gnu: font-hack: Update to 3.002.

* gnu/packages/fonts.scm (font-hack): Update to 3.002.

6 years agognu: chromaprint: Update to 1.4.3.
Tobias Geerinckx-Rice [Mon, 19 Feb 2018 21:22:53 +0000 (22:22 +0100)]
gnu: chromaprint: Update to 1.4.3.

* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3.
[source]: Update URI.

6 years agognu: socat: Update to 1.7.3.2.
Tobias Geerinckx-Rice [Mon, 19 Feb 2018 21:21:34 +0000 (22:21 +0100)]
gnu: socat: Update to 1.7.3.2.

* gnu/packages/networking.scm (socat): Update to 1.7.3.2.

6 years agognu: setbfree: Update to 0.8.5.
Tobias Geerinckx-Rice [Mon, 19 Feb 2018 21:03:14 +0000 (22:03 +0100)]
gnu: setbfree: Update to 0.8.5.

* gnu/packages/music.scm (setbfree): Update to 0.8.5.

6 years agognu: ola: Update to 0.10.6.
Tobias Geerinckx-Rice [Mon, 19 Feb 2018 18:59:31 +0000 (19:59 +0100)]
gnu: ola: Update to 0.10.6.

* gnu/packages/lighting.scm (ola): Update to 0.10.6.

6 years agognu: pciutils: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 19 Feb 2018 18:14:43 +0000 (19:14 +0100)]
gnu: pciutils: Use HTTPS home page.

* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS.

6 years agognu: neomutt: Update to 20171215.
ng0 [Sun, 18 Feb 2018 12:57:00 +0000 (12:57 +0000)]
gnu: neomutt: Update to 20171215.

* gnu/packages/mail.scm (neomutt): Update to 20171215.
[inputs]: Move "docbook-xsl" to [native-inputs].
[native-inputs]: Remove "autoconf". Add "tcl", "docbook-xml", "w3m".
[argumnets]: Switch to autosetup based build. Add new phases "fix-sasl-test",
"fix-docbook". Remove phase "autoconf".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add basic support for s390x-linux-gnu targets.
mephi42 [Fri, 16 Feb 2018 14:50:42 +0000 (17:50 +0300)]
gnu: Add basic support for s390x-linux-gnu targets.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
  "s390x-linux".
* gnu/packages/linux.scm (system->linux-architecture): Add "s390"
  prefix.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agotests: Remove outdated comment.
Ludovic Courtès [Mon, 19 Feb 2018 21:03:44 +0000 (22:03 +0100)]
tests: Remove outdated comment.

* gnu/tests/base.scm (run-basic-test): Remove outdated comment.