~ruther/guix-local

46ff2dbb — Efraim Flashner 8 years ago
gnu: grub-efi: Disable tests on all platforms.

This is a follow-up to 56f0feb6781e3680541d7adc21d6b3b4746a33ca
and 63087721bb54a14dc04ec424474386ae98f7771b, 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.
3e901356 — Tobias Geerinckx-Rice 8 years ago
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.
53d26163 — Ludovic Courtès 8 years ago
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.
6ee797f3 — Ludovic Courtès 8 years ago
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.
32008a75 — Tobias Geerinckx-Rice 8 years ago
gnu: spectrwm: Fix description.

* gnu/packages/wm.scm (spectrwm)[description]: Fix typo and use @dfn.
ead48d05 — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-happy: Update to 1.19.8.

* gnu/packages/haskell.scm (ghc-happy): Update to 1.19.8.
[arguments]: Delete; run all tests.
e6e83523 — Leo Famulari 8 years ago
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.
2c646b7d — Leo Famulari 8 years ago
gnu: libtorrent-rasterbar: Update to 1.1.5.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.5.
63087721 — Efraim Flashner 8 years ago
gnu: grub :Disable tests on aarch64.

* gnu/packages/bootloaders.scm (grub)[arguments]: Add aarch64 to the
architectures where the test suite is not run.
a912c723 — Ludovic Courtès 8 years ago
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.
15c2ddc1 — Ludovic Courtès 8 years ago
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.
748d4a84 — Ludovic Courtès 8 years ago
linux-boot: Ensure /etc exists on the root file system.

Fixes a regression introduced in
c8289690365887ca1dd122645e479a89cf7cd969 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.
a6d06e86 — Tobias Geerinckx-Rice 8 years ago
gnu: openconnect: Use only vpnc-scripts.

* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute
‘vpnc-scripts’ for ‘vpnc’
101e67ac — Tobias Geerinckx-Rice 8 years ago
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.
06d91fd9 — Tobias Geerinckx-Rice 8 years ago
gnu: Add vpnc-scripts.

* gnu/packages/vpn.scm (vpnc-scripts): New variable.
56f0feb6 — Mathieu Othacehe 8 years ago
gnu: grub: Disable tests on ARM platforms.

* gnu/packages/bootloaders (grub): Disable tests on ARM platforms.
Half of the tests are failing on ARM.
1fd904fb — Roel Janssen 8 years ago
gnu: Update r-mutationalpatterns to 1.4.1.

* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.1.
60c8a14b — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-tasty-rerun: Update to 1.1.7.

* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
d5feb092 — Tobias Geerinckx-Rice 8 years ago
gnu: limnoria: Update to 2017.10.01.

* gnu/packages/irc.scm (limnoria): Update to 2017.10.01.
b3e53aae — Marius Bakke 8 years ago
gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].

* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
Next