Ricardo Wurmus
18a11c6d62
gnu: r-recipes: Update to 0.1.1.
...
* gnu/packages/cran.scm (r-recipes): Update to 0.1.1.
[propagated-inputs]: Add r-broom and r-matrix.
2017-11-30 17:28:11 +01:00
Ricardo Wurmus
6c8c8c6b75
gnu: Add r-broom.
...
* gnu/packages/cran.scm (r-broom): New variable.
2017-11-30 17:28:10 +01:00
Ricardo Wurmus
cdc129dc53
gnu: Add r-psych.
...
* gnu/packages/cran.scm (r-psych): New variable.
2017-11-30 17:28:10 +01:00
Arun Isaac
6e385b76e6
gnu: mongodb: Use scons-build-system.
...
* gnu/packages/databases.scm (mongodb): Switch to scons-build-system.
2017-11-30 18:21:23 +05:30
Arun Isaac
bc27eb3b56
gnu: klick: Use scons-build-system.
...
* gnu/packages/music.scm (klick): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac
3f3f8f494e
gnu: pingus: Use scons-build-system.
...
* gnu/packages/games.scm (pingus): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac
92b51d127f
gnu: godot: Use scons-build-system.
...
* gnu/packages/game-development.scm (godot): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac
9364a520ce
gnu: metabat: Use scons-build-system.
...
* gnu/packages/bioinformatics.scm (metabat): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac
82cc8253de
gnu: serf: Use scons-build-system.
...
* gnu/packages/web.scm (serf): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac
2235abb2a2
gnu: gpick: Use scons-build-system.
...
* gnu/packages/image.scm (gpick): Switch to scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac
2b1a5ed854
gnu: linuxdcpp: Use scons-build-system.
...
* gnu/packages/direct-connect.scm (linuxdcpp): Switch to scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac
3d0aa7f70b
build-system: Add scons-build-system.
...
* guix/build-system/scons.scm: New file.
* guix/build/scons-build-system.scm: New file.
* Makefile.am (MODULES): Register them.
* doc/guix.texi (Build Systems): Add scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac
bf630276a1
gnu: scons: Update to 3.0.1.
...
* gnu/packages/python.scm (scons): Update to 3.0.1.
(scons-python2): New variable.
2017-11-30 18:18:47 +05:30
Mathieu Othacehe
c5b2905d92
gnu: dtc: Fix build on 32 bits platforms.
...
* gnu/packages/bootloaders.scm (dtc)[patches]: Add dtc-32-bits-check.patch and
dtc-format-modifier.patch to fix build and tests on 32 bits platforms.
* gnu/packages/patches/dtc-32-bits-check.patch : New file.
* gnu/packages/patches/dtc-format-modifier.patch : New file.
* gnu/local.mk (dist_patch_DATA): Add two above patches.
2017-11-30 13:32:28 +01:00
Roel Janssen
8937abefb2
gnu: Update r-matrix to 1.2-12.
...
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-12.
2017-11-30 12:52:25 +01:00
Roel Janssen
c71558ffed
gnu: Update r-cluster to 2.0.6.
...
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.6.
2017-11-30 12:51:54 +01:00
Roel Janssen
cbe1314a7e
gnu: Update r-minimal to 3.4.3.
...
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.3.
2017-11-30 12:50:23 +01:00
Ludovic Courtès
8833a647bb
gnu: guix: Move 'bootstrap' phase after 'unpack'.
...
Suggested by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00389.html >.
* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase back after 'unpack'.
2017-11-30 11:14:34 +01:00
Ludovic Courtès
d65d7759f0
doc: Give the absolute file name of 'hydra.gnu.org.pub' in snippets.
...
* doc/guix.texi (Substitute Server Authorization): Give the absolute
file name of 'hydra.gnu.org.pub' in the snippet.
2017-11-30 10:34:04 +01:00
Efraim Flashner
46ff2dbb4a
gnu: grub-efi: Disable tests on all platforms.
...
This is a follow-up to 56f0feb678
and 63087721bb
, which accidentally
enabled tests for grub-efi on other platforms.
* gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited
tests field and disable on all platforms.
2017-11-30 10:17:09 +02:00
Tobias Geerinckx-Rice
3e9013562c
gnu: exim: Update to 4.89.1.
...
* gnu/packages/mail.scm (exim): Update to 4.89.1.
[source]: Remove patches for fixed CVEs (all of them).
* gnu/packages/patches/exim-CVE-2017-16943.patch: Delete file...
* gnu/packages/patches/exim-CVE-2017-16944.patch: ...as well as this file...
* gnu/packages/patches/exim-CVE-2017-1000369.patch: ...and this file.
* gnu/local.mk (dist_patch_DATA): Remove all of them.
2017-11-30 02:29:09 +01:00
Ludovic Courtès
53d26163c6
gnu: libgit2: Avoid dependency on cURL.
...
This reduces the closure size from 225 MiB to 80 MiB, while still
supporting HTTP(S) access.
* gnu/packages/version-control.scm (libgit2)[source](modules, snippet):
New fields.
[inputs]: Remove CURL; add HTTP-PARSER.
2017-11-29 23:40:39 +01:00
Ludovic Courtès
6ee797f326
gexp: Default to 'guile-2.2' for 'program-file'.
...
Previously things returned by 'program-file', such as %MODPROBE-WRAPPER
in (gnu services), would refer to 'guile-final'. This would introduce
'guile-final' in the system closure, which is otherwise absent. By
referring to 'guile-2.2' we remove that extra Guile.
* guix/gexp.scm (default-guile): Refer to GUILE-2.2 instead of
GUILE-FINAL.
2017-11-29 23:40:39 +01:00
Tobias Geerinckx-Rice
32008a75dc
gnu: spectrwm: Fix description.
...
* gnu/packages/wm.scm (spectrwm)[description]: Fix typo and use @dfn.
2017-11-29 22:03:24 +01:00
Tobias Geerinckx-Rice
ead48d0523
gnu: ghc-happy: Update to 1.19.8.
...
* gnu/packages/haskell.scm (ghc-happy): Update to 1.19.8.
[arguments]: Delete; run all tests.
2017-11-29 22:02:42 +01:00
Leo Famulari
e6e8352382
gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}].
...
* gnu/packages/curl.scm (curl): Update replacement to 7.57.0.
(curl-7.56.1): Replace with ...
(curl-7.57.0): ... new variable.
2017-11-29 14:38:51 -05:00
Leo Famulari
2c646b7d52
gnu: libtorrent-rasterbar: Update to 1.1.5.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.5.
2017-11-29 14:38:47 -05:00
Efraim Flashner
63087721bb
gnu: grub :Disable tests on aarch64.
...
* gnu/packages/bootloaders.scm (grub)[arguments]: Add aarch64 to the
architectures where the test suite is not run.
2017-11-29 20:34:29 +02:00
Ludovic Courtès
a912c723f7
gexp: 'compiled-modules' disables deprecation warnings by default.
...
This avoids repeated deprecation messages, particularly while running
'guix system build' or similar.
* guix/gexp.scm (gexp->derivation): Add #:deprecation-warnings. Pass it
to 'compiled-modules'.
(compiled-modules): Add #:deprecation-warnings and honor it.
* doc/guix.texi (G-Expressions): Update 'gexp->derivation'
documentation.
* guix/packages.scm (patch-and-repack): Pass #:deprecation-warnings #t.
2017-11-29 16:44:54 +01:00
Ludovic Courtès
15c2ddc124
vm: ISO9660 images include /etc and other standard files.
...
* gnu/build/vm.scm (make-iso9660-image): Call
'populate-root-file-system' instead of a series of 'mkdir-p' calls. Add
/etc to the arguments of xorriso.
2017-11-29 16:44:53 +01:00
Ludovic Courtès
748d4a84d1
linux-boot: Ensure /etc exists on the root file system.
...
Fixes a regression introduced in
c828969036
whereby /etc would no longer be
created as a result of calling 'mark-as-not-killable'.
This would affect ISO images because 'make-iso9660-image' does not
create /etc by default. In particular, the ISO installation image as
created by the "iso-image-installer" test would fail to boot while
creating the /root/etc/mtab symlink:
<https://hydra.gnu.org/build/2352514/nixlog/9/raw >.
* gnu/build/linux-boot.scm (mount-root-file-system): Make sure /root/etc
exists.
2017-11-29 16:44:53 +01:00
Tobias Geerinckx-Rice
a6d06e8612
gnu: openconnect: Use only vpnc-scripts.
...
* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute
‘vpnc-scripts’ for ‘vpnc’
2017-11-29 16:08:36 +01:00
Tobias Geerinckx-Rice
101e67ac20
gnu: vpnc: Use newer vpnc-scripts.
...
* gnu/packages/vpn.scm (vpnc)[source]: Remove patch.
[inputs]: Remove net-tools and iproute2. Add vpnc-scripts.
[arguments]: Delete ‘configure’ and ‘wrap-vpnc-script’ #:phases.
Add ‘use-store-paths’ phase.
* gnu/packages/patches/vpnc-script.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-29 16:08:36 +01:00
Tobias Geerinckx-Rice
06d91fd944
gnu: Add vpnc-scripts.
...
* gnu/packages/vpn.scm (vpnc-scripts): New variable.
2017-11-29 16:08:36 +01:00
Mathieu Othacehe
56f0feb678
gnu: grub: Disable tests on ARM platforms.
...
* gnu/packages/bootloaders (grub): Disable tests on ARM platforms.
Half of the tests are failing on ARM.
2017-11-29 15:00:55 +01:00
Roel Janssen
1fd904fb38
gnu: Update r-mutationalpatterns to 1.4.1.
...
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.1.
2017-11-29 14:56:28 +01:00
Tobias Geerinckx-Rice
60c8a14b8a
gnu: ghc-tasty-rerun: Update to 1.1.7.
...
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
2017-11-29 13:42:06 +01:00
Tobias Geerinckx-Rice
d5feb0920e
gnu: limnoria: Update to 2017.10.01.
...
* gnu/packages/irc.scm (limnoria): Update to 2017.10.01.
2017-11-29 13:38:31 +01:00
Marius Bakke
b3e53aae08
gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].
...
* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
2017-11-29 12:53:08 +01:00
Marius Bakke
1ec0b7407f
gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].
...
* gnu/packages/xorg.scm (libxfont2/fixed): Rename to ...
(libxfont2-2.0.3): ... this. Make public.
[version]: New field.
[source]: Add URI and SHA256. Remove patches.
(libxfont2)[replacement]: Change LIBXFONT2/FIXED to LIBXFONT2-2.0.3.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
gnu/packages/patches/libxfont-CVE-2017-13722.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-11-29 12:53:08 +01:00
Marius Bakke
4fc61dac3c
gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].
...
* gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable.
(libxcursor)[replacement]: New field.
2017-11-29 12:53:08 +01:00
Marius Bakke
0e7fb0cd9b
gnu: optipng: Fix CVE-2017-1000229.
...
* gnu/packages/image.scm (optipng)[source](patches): New field.
* gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-11-29 12:53:08 +01:00
Roel Janssen
efa6a1ddb5
gnu: Add r-copynumber.
...
* gnu/packages/bioinformatics.scm (r-copynumber): New variable.
2017-11-29 12:46:17 +01:00
Roel Janssen
94989d4bae
gnu: cran: Add r-rmpi.
...
* gnu/packages/cran.scm (r-rmpi): New variable.
2017-11-29 12:15:33 +01:00
Leo Famulari
3519f2841d
gnu: libtorrent-rasterbar: Update to 1.1.4.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4.
[source]: Remove 'libtorrent-rasterbar-boost-compat.patch'.
* gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-29 01:12:18 -05:00
Ben Sturmfels
d2bdee8a69
gnu: synergy: Fix install test/install error.
...
* gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory in
accordance with the package's new upstream name.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 18:26:20 -05:00
Leo Famulari
48adc61c14
gnu: exim: Fix CVE-2017-16944.
...
* gnu/packages/patches/exim-CVE-2017-16944.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
2017-11-28 18:22:49 -05:00
Leo Famulari
38faa2b546
gnu: qemu: Fix CVE-2017-{15118,15119}.
...
* gnu/packages/patches/qemu-CVE-2017-15118.patch,
gnu/packages/patches/qemu-CVE-2017-15119.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-11-28 18:16:22 -05:00
Ludovic Courtès
3af03e5967
services: certbot: Add default value and description.
...
* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
2017-11-28 23:34:25 +01:00
Ludovic Courtès
a222b734b3
services: cgit, git-daemon: Add description and default value.
...
* gnu/services/version-control.scm (git-daemon-service-type)
[description, default-value]: New fields.
(cgit-service-type)[default-value]: New field.
* po/packages/POTFILES.in: Add version-control.scm.
2017-11-28 23:34:25 +01:00