Commit Graph

28614 Commits (5404f1c29dd0173271911cfba38c7f78b254a668)

Author SHA1 Message Date
Marius Bakke ca6197dd65
gnu: python-defusedxml: Update to 0.5.0.
* gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
2018-02-17 20:59:11 +01:00
Marius Bakke 26176bee23
gnu: python-waitress: Update to 1.1.0.
* gnu/packages/patches/python-waitress-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-waitress): Update to 1.1.0.
[source](patches): New field.
2018-02-17 20:49:39 +01:00
Oleg Pykhalov f5f916792c
bash completion: Complete files names after 'guix package -m'.
* etc/completion/bash/guix (_guix_is_dash_m): New function.
(_guix_complete): Add this.
2018-02-17 22:23:07 +03:00
Efraim Flashner a39aa68394
gnu: libffcall: Update to 2.1.
* gnu/packages/libffcall.scm (libffcall): Update to 2.1.
2018-02-17 21:20:31 +02:00
Marius Bakke 3ce4e265dd
gnu: btrfs-progs: Fix bash completions.
This is a follow-up to commit 9a1c4a981b.  Bash
completions must have the same name as the executable.

* gnu/packages/linux.scm (btrfs-progs)[arguments]: Rename "btrfs-completion"
script to "btrfs".
2018-02-17 16:15:43 +01:00
Marius Bakke 3971dcbf0e
gnu: zathura: Don't propagate girara in dependent packages.
* gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu,
zathura-pdf-mupdf, zathura-pdf-poppler)[propagated-inputs]: Remove GIRARA.
2018-02-17 16:15:43 +01:00
Marius Bakke 2416665ecb
gnu: zathura, girara: Use the test-only xorg variant for tests.
* gnu/packages/gtk.scm (girara)[native-inputs]: Replace XORG-SERVER with
XORG-SERVER-1.19.3.
[arguments]: Add #:disallowed-references.
* gnu/packages/pdf.scm (zathura)[native-inputs, arguments]: Likewise.
2018-02-17 16:15:43 +01:00
Marius Bakke f0eba502a1
gnu: zathura: Increase test timeouts.
* gnu/packages/pdf.scm (zathura): Export CK_DEFAULT_TIMEOUT before running
tests.
2018-02-17 16:15:43 +01:00
Marius Bakke 3e6b398a48
gnu: girara: Increase test timeouts.
Fixes build failures on Hydra.  Reported by Mark H Weaver in
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00391.html>.

* gnu/packages/gtk.scm (girara)[arguments]: Set CK_DEFAULT_TIMEOUT before
running tests.
2018-02-17 16:15:43 +01:00
Ben Woodcroft bb3359ab8e
gnu: ruby-2.4.3: Update rubygems to 2.7.6.
This fixes the security issues described at
https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-
rubygems/

* gnu/packages/patches/ruby-rubygems-276-for-ruby24.patch: New file.
* gnu/packages/ruby.scm (ruby-2.4.3)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-02-18 00:48:50 +10:00
Ricardo Wurmus 1ecbd859a1
gnu: ghc-mtl: Remove ghc-transformers from inputs.
* gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow
a newer version of the transformers package.
[inputs]: Remove ghc-transformers.
2018-02-17 14:02:57 +01:00
Ricardo Wurmus 9729f9756c
gnu: ghc-mtl: Remove ghc-transformers from inputs.
* gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow
a newer version of the transformers package.
[inputs]: Remove ghc-transformers.
2018-02-17 14:01:15 +01:00
Ben Woodcroft 369eee8763
gnu: vsearch: Update to 2.7.1.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.1.
2018-02-17 12:44:29 +10:00
Danny Milosavljevic 4e1efba42b
services: xorg: Import (ice-9 rdelim).
* gnu/services/xorg.scm (xinitrc): Import (ice-9 rdelim).
2018-02-17 02:48:00 +01:00
Marius Bakke c8f1a49f0e
gnu: git: Update to 2.16.2.
* gnu/packages/version-control.scm (git): Update to 2.16.2.
2018-02-16 22:13:38 +01:00
Marius Bakke 445929e038
gnu: glpk: Update to 4.65.
* gnu/packages/maths.scm (glpk): Update to 4.65.
2018-02-16 22:08:03 +01:00
Marius Bakke 294ae4d7f8
gnu: xf86-video-vesa: Update to 2.4.0.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
2018-02-16 22:02:45 +01:00
Nicolas Goaziou fa7d8ea1a2
gnu: Add colobot.
* gnu/packages/games.scm (colobot): New variable.
2018-02-16 20:57:14 +01:00
Kei Kebreau 3d8cbdc40e
gnu: bigloo: Fix source hash.
Fixes <https://bugs.gnu.org/30436>.

* gnu/packages/scheme.scm (bigloo)[source]: Fix hash.
2018-02-16 14:42:34 -05:00
Mark H Weaver 150062f190
Merge branch 'master' into core-updates 2018-02-16 13:14:26 -05:00
Marius Bakke 54a93355c2
gnu: ruby-sqlite3: Adjust failing test.
* gnu/packages/ruby.scm (ruby-sqlite3): Adjust test to work with SQLite 3.21.
2018-02-16 19:09:03 +01:00
Danny Milosavljevic f6cccefed5
gnu: ghc: Make memory allocator decommit memory on Linux < 4.5.
* gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/haskell.scm (ghc-8): Use it.
2018-02-16 12:41:01 -05:00
David Thompson 6a3cf4e6c7
gnu: tiled: Update to 1.1.2.
* gnu/packages/game-development.scm (tiled): Update to 1.1.2.
2018-02-16 10:16:09 -05:00
Rutger Helling c2957cb7ec
gnu: mpv: Update to 0.28.2.
* gnu/packages/video.scm (mpv): Update to 0.28.2.
2018-02-16 13:09:22 +01:00
Tobias Geerinckx-Rice 8c078ddec4
gnu: perl-dbd-pg: Update to 3.7.4.
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.4.
2018-02-16 11:15:02 +01:00
Tobias Geerinckx-Rice 2d1c7a4e89
gnu: ristretto: Update to 0.8.2.
* gnu/packages/xfce.scm (ristretto): Update to 0.8.2.
2018-02-16 11:15:01 +01:00
Tobias Geerinckx-Rice 2b33c4d677
gnu: opusfile: Update to 0.10.
* gnu/packages/xiph.scm (opusfile): Update to 0.10.
2018-02-16 11:15:01 +01:00
Tobias Geerinckx-Rice 1b0ce451f4
gnu: erlang: Update phase style.
* gnu/packages/erlang.scm (erlang)[arguments]: Substitute INVOKE for
SYSTEM*, don't use %OUTPUTS, and end phases with #t.
2018-02-16 11:11:41 +01:00
Tobias Geerinckx-Rice 629c1947ea
gnu: erlang: Update to 20.2.3.
* gnu/packages/erlang.scm (erlang): Update to 20.2.3.
2018-02-16 11:11:41 +01:00
Tobias Geerinckx-Rice ce46dfeba5
gnu: gkrellm: Update to 2.3.10.
* gnu/packages/gkrellm.scm (gkrellm): Update to 2.3.10.
[arguments]: Remove X11_LIBS override.
2018-02-16 11:11:41 +01:00
Tobias Geerinckx-Rice 48bbe06edf
gnu: gnustep: Update dockapps home pages.
* gnu/packages/gnustep.scm (wmbattery, wmclock, wmcpuload)[home-pages]:
Use new dockapps.net domain.
2018-02-16 11:11:40 +01:00
Tobias Geerinckx-Rice bfe83d568c
gnu: gnustep: Update phase style.
* gnu/packages/gnustep.scm (windowmaker)[arguments]: Don't use %OUTPUT.
End phases with #t.
(wmbattery, wmclock)[arguments]: Substitute INVOKE for SYSTEM*.  End
phases with #t.
2018-02-16 11:11:40 +01:00
Tobias Geerinckx-Rice 9a0a4a95f0
gnu: wmcpuload: Update to 1.1.1.
* gnu/packages/gnustep.scm (wmcpuload): Update to 1.1.1.
2018-02-16 11:11:40 +01:00
Tobias Geerinckx-Rice 93710d861f
gnu: wmbattery: Update to 2.51.
* gnu/packages/gnustep.scm (wmbattery): Update to 2.51.
[source]: Remove upstreamed bugfix snippet.
2018-02-16 11:11:40 +01:00
Tobias Geerinckx-Rice 340978d7b0
gnu: Use HTTPS for supported nongnu.org home pages.
* gnu/packages/acl.scm (acl)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (dmidecode)[home-page]: Likewise.
* gnu/packages/attr.scm (attr)[home-page]: Likewise.
* gnu/packages/audio.scm (lash)[home-page]: Likewise.
* gnu/packages/avr.scm (avr-libc)[home-page]: Likewise.
* gnu/packages/backup.scm (rdiff-backup, libchop)[home-page]: Likewise.
* gnu/packages/compression.scm (fastjar, lzip, lziprecover, atool)
(lunzip, clzip, lzlib, plzip)[home-page]: Likewise.
* gnu/packages/emacs.scm (geiser, bbdb, m17n-lib, m17n-lib)[home-page]:
Likewise.
* gnu/packages/flashing-tools.scm (avrdude)[home-page]: Likewise.
* gnu/packages/fontutils.scm (libotf)[home-page]: Likewise.
* gnu/packages/game-development.scm (gzochi)[home-page]: Likewise.
* gnu/packages/games.scm (enigma)[home-page]: Likewise.
* gnu/packages/gsasl.scm (libntlm)[home-page]: Likewise.
* gnu/packages/gtk.scm (guile-cairo)[home-page]: Likewise.
* gnu/packages/guile.scm (guile-reader, guile-lib, guile-json)
(guile-redis, g-wrap)[home-page]: Likewise.
* gnu/packages/libunwind.scm (libunwind)[home-page]: Likewise.
* gnu/packages/lout.scm (lout)[home-page]: Likewise.
* gnu/packages/mpd.scm (sonata)[home-page]: Likewise.
* gnu/packages/networking.scm (quagga)[home-page]: Likewise.
* gnu/packages/ratpoison.scm (ratpoison)[home-page]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[home-page]: Likewise.
* gnu/packages/telephony.scm (exosip)[home-page]: Likewise.
* gnu/packages/texinfo.scm (texi2html)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xbindkeys)[home-page]: Likewise.
2018-02-16 11:11:40 +01:00
Tobias Geerinckx-Rice 10cac630c2
gnu: plzip: Update to 1.7.
* gnu/packages/compression.scm (plzip): Update to 1.7.
2018-02-16 11:11:39 +01:00
Tobias Geerinckx-Rice d1c1d835f6
gnu: lzlib: Update to 1.10.
* gnu/packages/compression.scm (lzlib): Update to 1.10.
2018-02-16 11:11:39 +01:00
Tobias Geerinckx-Rice d6d1643b2e
gnu: clzip: Update to 1.10.
* gnu/packages/compression.scm (clzip): Update to 1.10.
2018-02-16 11:11:39 +01:00
Tobias Geerinckx-Rice 910992e46d
gnu: lziprecover: Update to 1.20.
* gnu/packages/compression.scm (lziprecover): Update to 1.20.
2018-02-16 11:11:38 +01:00
Tobias Geerinckx-Rice bf86770950
gnu: pbzip2: Update to 1.1.13.
* gnu/packages/compression.scm (pbzip2): Update to 1.1.13.
2018-02-16 11:11:38 +01:00
Tobias Geerinckx-Rice 6f465a5103
gnu: lzop: Use HTTPS home page.
* gnu/packages/compression.scm (lzop)[home-page]: Use HTTPS.
2018-02-16 11:11:38 +01:00
Tobias Geerinckx-Rice 89d159fef8
gnu: lzop: Update to 1.04.
* gnu/packages/compression.scm (lzop): Update to 1.04.
2018-02-16 11:11:38 +01:00
Ludovic Courtès 5e2495d09e
import: utils: 'alist->package' allows false license.
Reported by <pkill9@runbox.com>.
Fixes <https://bugs.gnu.org/30470>.

* guix/import/utils.scm (alist->package): Check whether 'license' is
false and set the 'license' field to #f in this case.
* tests/import-utils.scm ("alist->package with false license"): New
test.
2018-02-16 11:10:12 +01:00
Ludovic Courtès 469069b6e8
gnu: ldc: Increase 'max-silent-time'.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.

* gnu/packages/ldc.scm (ldc-bootstrap)[properties]: New field.
2018-02-16 11:10:12 +01:00
Leo Famulari 0840678342
gnu: quagga: Update to 1.2.3 [security fixes].
See the advisories at
<https://git.savannah.gnu.org/cgit/quagga.git/tree/doc/security?h=quagga-1.2.3>
for more information about the security-related bugs fixed in this
release.

* gnu/packages/networking.scm (quagga): Update to 1.2.3.
2018-02-15 21:47:07 -05:00
David Thompson 6ca86ed7a3
gnu: python-botocore: Update to 1.8.43.
* gnu/packages/python.scm (python-botocore): Update to 1.8.43.
2018-02-15 19:22:15 -05:00
Ludovic Courtès 485d355cad
pack: Adjust '--manifest' documentation.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* guix/scripts/pack.scm (show-help): Adjust --manifest documentation.
2018-02-16 00:45:29 +01:00
Hartmut Goebel b907b36419
gnu: Add kholidays.
* gnu/packages/kde.scm(kholidays): New variable.
2018-02-15 23:26:21 +01:00
Alex Vong f3bbe0291b
gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.4.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update
to 2.9.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-15 17:18:27 -05:00
Alex Vong 1f2be88f26
gnu: java-fasterxml-jackson-dataformat-yaml: Update to 2.9.4.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): Update
to 2.9.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-15 17:18:27 -05:00