Tobias Geerinckx-Rice
bbf8832f16
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.
2018-02-23 16:00:04 +01:00
Tobias Geerinckx-Rice
5a82c90400
gnu: bpython: Update to 0.17.1.
...
* gnu/packages/python.scm (bpython): Update to 0.17.1.
2018-02-23 16:00:04 +01:00
Tobias Geerinckx-Rice
78d6524aeb
gnu: musl: Use HTTPS home page.
...
* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
2018-02-23 16:00:04 +01:00
Tobias Geerinckx-Rice
4b971dde8f
gnu: musl: Update to 1.1.19.
...
* gnu/packages/musl.scm (musl): Update to 1.1.19.
2018-02-23 16:00:04 +01:00
Tobias Geerinckx-Rice
8d4ba9ba1c
gnu: parallel: Update to 20180222.
...
* gnu/packages/parallel.scm (parallel): Update to 20180222.
2018-02-23 16:00:03 +01:00
Rutger Helling
18cbba2695
gnu: mesa-utils: Update to 8.4.0.
...
* gnu/packages/gl.scm (mesa-utils): Update to 8.4.0.
2018-02-23 15:36:34 +01:00
Rutger Helling
6bebad7721
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.
2018-02-23 10:17:48 +01:00
Rutger Helling
6ac6055aa2
gnu: you-get: Update to 0.4.1025.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1025.
2018-02-23 08:50:23 +01:00
Arun Isaac
a21eb019bd
gnu: Add rhash.
...
* gnu/packages/crypto.scm (rhash): New variable.
2018-02-23 12:51:49 +05:30
Clément Lassieur
fece75fe35
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.
2018-02-22 21:43:54 +01:00
Clément Lassieur
e216c797f7
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.
2018-02-22 21:43:54 +01:00
Clément Lassieur
a2cb2bbc0b
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.
2018-02-22 21:43:54 +01:00
Clément Lassieur
0420a293cc
doc: Fix typo in certbot-configuration description.
...
* doc/guix.texi (Certificate Services): Fix typo.
2018-02-22 21:43:54 +01:00
Clément Lassieur
c3215d2f9d
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.
2018-02-22 21:43:53 +01:00
Clément Lassieur
65fc1d890d
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.
2018-02-22 21:43:53 +01:00
Clément Lassieur
c1dfcfdf58
services: certbot: Refactor certbot command.
...
* gnu/services/certbot.scm (certbot-renewal-jobs, certbot-activation):
Refactor common code into certbot-command.
2018-02-22 21:43:53 +01:00
Clément Lassieur
966fd7b7e9
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'.
2018-02-22 21:43:53 +01:00
Clément Lassieur
301518638f
services: certbot: Fix indentation.
...
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
2018-02-22 21:43:53 +01:00
Clément Lassieur
7ab04c17c0
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.
2018-02-22 21:43:52 +01:00
Clément Lassieur
70cd2239a5
services: certbot: Listen on IPv6.
...
* gnu/services/certbot.scm (certbot-nginx-server-configurations): Listen on
IPv6 too.
2018-02-22 21:43:52 +01:00
Efraim Flashner
5c213d1bee
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.
2018-02-22 22:15:21 +02:00
Leo Famulari
cfcc0f3c63
gnu: gnupg: Update to 2.2.5.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.
2018-02-22 14:42:47 -05:00
ng0
b4cb9308f7
gnu: Add cwm.
...
* gnu/packages/wm.scm (cwm): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-22 14:24:02 -05:00
Efraim Flashner
8528080405
gnu: dolphin-emu: Shorten the source snippet.
...
* gnu/packages/emulators.scm (dolphin-emu): Rewrite the source snippet
to be more compact.
2018-02-22 21:02:56 +02:00
Efraim Flashner
e89bfc2dfd
gnu: dolphin-emu: Enable building on aarch64-linux.
...
* gnu/packages/emulators.scm (dolphin-emu)[supported-systems]: Add
aarch64-linux.
2018-02-22 21:02:53 +02:00
Oleg Pykhalov
fd7da5b9e3
gnu: mlt: Fix compilation against glibc 2.26.
...
* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
2018-02-22 21:43:20 +03:00
Tobias Geerinckx-Rice
58246f9650
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’.
2018-02-22 17:24:37 +01:00
Tobias Geerinckx-Rice
c85eca6253
gnu: strongswan: Update to 5.6.2.
...
* gnu/packages/networking.scm (strongswan): Update to 5.6.2.
2018-02-22 17:24:37 +01:00
Tobias Geerinckx-Rice
8e6b131baa
gnu: pumpa: Update to 0.9.3.
...
* gnu/packages/pumpio.scm (pumpa): Update to 0.9.3.
[arguments]: Substitute INVOKE for SYSTEM*.
2018-02-22 17:24:36 +01:00
Tobias Geerinckx-Rice
e39631a9e1
gnu: mit-scheme: Update phase style.
...
* gnu/packages/scheme.scm (mit-scheme)[arguments]: Use INVOKE and end
phases with #t.
2018-02-22 17:24:36 +01:00
Tobias Geerinckx-Rice
4eb0f5cdd9
gnu: po4a: Update home page.
...
* gnu/packages/gettext.scm (po4a)[home-page]: Update.
2018-02-22 17:24:36 +01:00
Marius Bakke
fb6550058e
gnu: libsndfile: Incorporate grafted changes.
...
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field.
[source](patches): Add "libsndfile-CVE-2017-12562.patch".
(libsndfile/fixed): Remove variable.
2018-02-22 15:41:24 +01:00
Marius Bakke
bb2a95580e
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.
2018-02-22 15:32:48 +01:00
Marius Bakke
9cf2de87d2
gnu: ccid: Update to 1.4.29.
...
* gnu/packages/security-token.scm (ccid): Update to 1.4.29.
2018-02-22 14:35:51 +01:00
Björn Höfling
a2a532742a
gnu: Add spatialite-gui.
...
* gnu/packages/geo.scm (spatialite-gui): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22 14:35:51 +01:00
Björn Höfling
1aef4222b6
Revert "gnu: Remove wxwidgets@2.8."
...
This reverts commit 6f9ba4c91c
.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22 14:35:51 +01:00
Björn Höfling
22c7c77571
gnu: Add libgaiagraphics.
...
* gnu/packages/geo.scm (libgaiagraphics): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22 14:35:50 +01:00
Björn Höfling
f6c507e13c
gnu: Add libspatialite.
...
* gnu/packages/geo.scm (libspatialite): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-22 14:35:50 +01:00
Marius Bakke
89bc528731
gnu: libsoup: Update to 2.60.3.
...
* gnu/packages/gnome.scm (libsoup): Update to 2.60.3.
2018-02-22 14:15:17 +01:00
Marius Bakke
fdc38cb6ca
gnu: fio: Update to 3.5.
...
* gnu/packages/benchmark.scm (fio): Update to 3.5.
2018-02-22 14:15:17 +01:00
Marius Bakke
149cc42239
gnu: xorgproto: Update to 2018.3.
...
* gnu/packages/xorg.scm (xorgproto): Update to 2018.3.
2018-02-22 14:15:17 +01:00
Marius Bakke
98afa18413
gnu: json-glib: Update to 1.4.2.
...
* gnu/packages/gnome.scm (json-glib): Update to 1.4.2.
[build-system]: Change to MESON-BUILD-SYSTEM.
[native-inputs]: Add GETTEXT-MINIMAL.
2018-02-22 14:10:18 +01:00
Marius Bakke
fe4910f2ab
gnu: libgsf: Update to 1.14.42.
...
* gnu/packages/gnome.scm (libgsf): Update to 1.14.42.
2018-02-22 14:04:20 +01:00
Rutger Helling
1a6734ed30
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
2018-02-22 13:55:40 +01:00
Rutger Helling
9e1d2fbc32
gnu: Remove copyright line for moved package.
...
* gnu/packages/games.scm: Remove copyright line for package that got moved to
emulators.scm
2018-02-22 12:38:56 +01:00
Rutger Helling
9af704c59c
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.
2018-02-22 12:15:23 +01:00
Ricardo Wurmus
65c9d25739
gnu: r-qtl: Update to 1.42-8.
...
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.42-8.
2018-02-22 11:18:03 +01:00
Ricardo Wurmus
8cc41c8ff5
gnu: r-forcats: Update to 0.3.0.
...
* gnu/packages/statistics.scm (r-forcats): Update to 0.3.0.
[propagated-inputs]: Add r-rlang.
2018-02-22 11:18:03 +01:00
Ricardo Wurmus
e5e56cc9eb
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.
2018-02-22 11:18:03 +01:00
Ricardo Wurmus
0c43f4814b
gnu: r-devtools: Update to 1.13.5.
...
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.5.
2018-02-22 11:18:03 +01:00