summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-04gnu: ghc-conduit-extra: Update to 1.3.1.1.Robert Vollmert
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.1.1. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-06-04gnu: icecat: Update to 60.7.0-guix2.Mark H Weaver
This includes updates to bundled extensions from the upstream GNU IceCat 60.7.0-gnu1 release. * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.7.0-guix2. (icecat-source)[upstream-icecat-base-version]: Update to 60.7.0. [upstream-icecat-source, gnuzilla-source]: Update hashes. [origin]: Remove the substitutions that dealt with debian-specific package code in the makeicecat script, since that code has been removed upstream. (icecat)[arguments]: Adapt the 'install-desktop-entry' phase to avoid using the Debian desktop file, which is no longer included in the IceCat sources. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to upstream changes.
2019-06-03gnu: emacspeak: Update to 50.0.Kei Kebreau
* gnu/packages/emacs.scm (emacspeak): Update to 50.0. [arguments]: Simplify "configure" phase and adjust "install" phase.
2019-06-03deprecation: Use the 'warning' procedure for diagnostics.Ludovic Courtès
Until now, (guix deprecation) had its own warning mechanism, which was inconsistent (it did not use colors, etc.) * guix/deprecation.scm (deprecation-warning-port): Remove (source-properties->location-string): Remove. (warn-about-deprecation): Use 'warning' instead of 'format'. (define-deprecated, define-deprecated/alias): Adjust docstring. * guix/channels.scm (build-from-source): Refer to 'guix-warning-port' instead of 'deprecation-warning-port'.
2019-06-03Add (guix diagnostics).Ludovic Courtès
* guix/ui.scm (warning, info, report-error, leave) (location->string, guix-warning-port, program-name) (highlight-argument, %highlight-argument, define-diagnostic) (%warning-color, %info-color, %error-color) (print-diagnostic-prefix): Move to... * guix/diagnostics.scm: ... here. New file. * Makefile.am (MODULES): Add it.
2019-06-03services: guix-publish: Allow for multi-compression.Ludovic Courtès
This is a followup to b8fa86adfc01205f1d942af8cb57515eb3726c52. * guix/deprecation.scm (warn-about-deprecation): Make public. * gnu/services/base.scm (<guix-publish-configuration>)[compression]: New field. [compression-level]: Default to #f. Add '%' to getter name. (guix-publish-configuration-compression-level): Define as deprecated. (default-compression): New procedure. (guix-publish-shepherd-service)[config->compression-options]: New procedure. Use 'match-record' instead of 'match'. * doc/guix.texi (Base Services): Remove 'compression-level' and document 'compression'.
2019-06-03gnu: gnome-control-center: Set correct file name for the 'passwd' binary.Florian Pelz
* gnu/packages/gnome.scm (gnome-control-center): Substitute correct path to passwd. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-03gnu: cracklib: Install password dictionary.Florian Pelz
* gnu/packages/password-utils.scm (cracklib): Use `make dict`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-03gnu: python-translate-toolkit: Update home page.Marius Bakke
* gnu/packages/python-xyz.scm (python-translate-toolkit)[home-page]: Use HTTPS.
2019-06-03gnu: python-beautifulsoup4: Update to 4.7.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.7.1. [native-inputs]: Add PYTHON-SOUPSIEVE.
2019-06-03gnu: python-soupsieve: Fix python2 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python-soupsieve)[properties]: New field. (python2-soupsieve): Inherit using STRIP-PYTHON2-VARIANT. [propagated-inputs]: Inherit from BASE.
2019-06-03gnu: Cython: Update home page.Marius Bakke
* gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
2019-06-03gnu: Django: Update to 1.11.21 [fixes CVE-2019-12308, CVE-2019-11358].Marius Bakke
* gnu/packages/django.scm (python-django): Update to 1.11.21.
2019-06-03gnu: OpenSSL@1.1: Update to 1.1.1c.Marius Bakke
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1c.
2019-06-03gnu: gphoto2: Update to 2.5.23.Marius Bakke
* gnu/packages/photo.scm (gphoto2): Update to 2.5.23.
2019-06-03gnu: libgphoto2: Update to 2.5.23.Marius Bakke
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.23.
2019-06-03gnu: re2: Update to 2019-06-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2019-06-01.
2019-06-03gnu: xorg-server: Update to 1.20.5.Marius Bakke
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.5. (xorg-server-for-tests): Stay on 1.20.4.
2019-06-03gnu: python-cryptography: Update to 2.7.Marius Bakke
* gnu/packages/python-crypto.scm (python-cryptography-vectors, python-cryptography): Update to 2.7.
2019-06-03gnu: GnuPG: Update to 2.2.16.Marius Bakke
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.16.
2019-06-03gnu: libsodium: Update to 1.0.18.Marius Bakke
* gnu/packages/crypto.scm (libsodium): Update to 1.0.18.
2019-06-03gnu: Remove libevent@2.0.Marius Bakke
* gnu/packages/patches/libevent-2.0-CVE-2016-10195.patch, gnu/packages/patches/libevent-2.0-CVE-2016-10196.patch, gnu/packages/patches/libevent-2.0-CVE-2016-10197.patch, gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch, gnu/packages/patches/libevent-dns-tests.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libevent.scm (libevevent-2.0): Remove variable.
2019-06-03gnu: libevent: Update home page.Marius Bakke
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
2019-06-03guix: import: simplify recursive importRobert Vollmert
This simplifies the logic of recursive-import, intending no major functional changes. The package import function is no longer called twice per package. Failed imports now make it to the package stream as '() instead of #f. * guix/import/utils.scm (recursive-import): Simplify. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-03linux-boot: Fix e2fsck warning.Danny Milosavljevic
* gnu/build/linux-boot.scm (boot-system): Fix e2fsck warning.
2019-06-02gnu: guix: Update to 4a54ed7.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 4a54ed7.
2019-06-02gnu: WireGuard: Update to 0.0.20190601.Leo Famulari
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190601.
2019-06-02gnu: emacs-google-translate: Update to 0.11.17.Mathieu Lirzin
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.17. [source]: Use 'git-fetch' method instead of 'url-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02import: hackage: Parse braced properties.Robert Vollmert
This adds partial support for Cabal properties that use curly braces instead of the layout rule. See for example https://hackage.haskell.org/package/cassava/ * guix/import/cabal.scm (read-braced-value): New procedure. (is-property): Remove. (is-layout-property, is-braced-property): New variables. (lex-property): Rename to... (lex-layout-property): ... this. (lex-braced-property, lex-property): New procedures. (lex-token): Add call to 'lex-property'. * guix/tests/hackage.scm: Test braced description import. * tests/hackage.scm (test-cabal-multiline-desc): Rename to... (test-cabal-multiline-layout): ... this. ("hackage->guix-package test multiline desc"): Rename to... ("hackage->guix-package test multiline desc (layout)"): ... this. (test-cabal-multiline-braced): New variable. ("hackage->guix-package test multiline desc (braced)"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02tests: hackage: Test multiline cabal description.Robert Vollmert
* tests/hackage.scm (test-cabal-multiline-desc): New variable. ("hackage->guix-package test multiline desc"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02tests: Fix hackage tests.Robert Vollmert
This is a followup to 1cc12357a65e4479c2f4735e915941382ef82d94. * tests/hackage.scm: ghc-mtl is no longer added as an input. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02substitute: Select the best compression methods.Ludovic Courtès
When a server publishes several URLs with different compression methods, 'guix substitute' can now choose the best one among the compression methods that it supports. * guix/scripts/substitute.scm (<narinfo>)[uri]: Replace with... [uris]: ... this. [compression]: Replace with... [compressions]: ... this. [file-size]: Replace with... [file-sizes]: ... this. [file-hash]: Replace with... [file-hashes]: ... this. (narinfo-maker): Adjust accordingly. Ensure 'file-sizes' and 'file-hashes' have the right length. (assert-valid-signature, valid-narinfo?): Use the first element of 'narinfo-uris' in error messages. (read-narinfo): Expect "URL", "Compression", "FileSize", and "FileHash" to occur multiple times. (display-narinfo-data): Call 'select-uri' to determine the file size. (%compression-methods): New variable. (supported-compression?, compresses-better?, select-uri): New procedures. (process-substitution): Call 'select-uri' to select the URI and compression. * guix/scripts/weather.scm (report-server-coverage): Account for all the values returned by 'narinfo-file-sizes'. * tests/substitute.scm ("substitute, narinfo with several URLs"): New test.
2019-06-02publish: '--compression' can be repeated.Ludovic Courtès
This allows 'guix publish' to compress and advertise multiple compression methods from which users can choose. * guix/scripts/publish.scm (actual-compression): Rename to... (actual-compressions): ... this. Expect REQUESTED to be a list, and always return a list. (%default-options): Remove 'compression. (store-item->recutils): New procedure. (narinfo-string): Change #:compression to #:compressions (plural). Adjust accordingly. (render-narinfo, render-narinfo/cached): Likewise. (bake-narinfo+nar): Change #:compression to #:compressions. [compressed-nar-size]: New procedure. Call 'compress-nar' for each item returned by 'actual-compressions'. Create a narinfo for each compression. (effective-compression): New procedure. (make-request-handler): Change #:compression to #:compressions. Use 'effective-compression' to determine the applicable compression. (guix-publish): Adjust handling of '--compression'. Print a message for each compression that is enabled. * tests/publish.scm ("/*.narinfo"): Adjust to new narinfo field ordering. ("/*.narinfo with properly encoded '+' sign"): Likewise. ("/*.narinfo with lzip + gzip"): New test. ("with cache, lzip + gzip"): New test. * doc/guix.texi (Invoking guix publish): Document it.
2019-06-02gnu: Add guile-srfi-159.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-srfi-159): New variable.
2019-06-02build-system/guile: Display progress report as expected by (guix status).Ludovic Courtès
* guix/build/guile-build-system.scm (report-build-progress): Use a format string suitable for (guix status).
2019-06-02build-system/guile: Add #:not-compiled-file-regexp.Ludovic Courtès
* guix/build/guile-build-system.scm (build): Add #:not-compiled-file-regexp and honor it. * guix/build-system/guile.scm (guile-build): Likewise. (guile-cross-build): Likewise.
2019-06-02build-system/guile: Improve reporting of 'guild compile' failures.Ludovic Courtès
* guix/build/guile-build-system.scm (invoke-each)[processes]: New variable. [wait-for-one-process]: Check PROCESSES and update it. [fork-and-run-command]: Update PROCESSES.
2019-06-02gnu: Add guile-gi.Jan Nieuwenhuizen
* gnu/packages/guile-xyz.scm (guile-gi): New variable.
2019-06-02gnu: faudio: Update to 19.06.Rutger Helling
* gnu/packages/audio.scm (faudio): Update to 19.06.
2019-06-01gnu: debootstrap: Update to 114.Vagrant Cascadian
* gnu/packages/debian (debootstrap): Update to 114.
2019-06-01gnu: debian-archive-keyring: Update to 2019.01.Vagrant Cascadian
* gnu/packages/debian (debian-archive-keyring): Update to 2019.01.
2019-06-02gnu: giac: Update to 1.5.0-57.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.5.0-57.
2019-06-02gnu: musescore: Update to 3.1.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 3.1.
2019-06-02compile: Adjust for Guile 3.Ludovic Courtès
* guix/build/compile.scm (%default-optimizations): Adjust to the new names in Guile 2.9.2.
2019-06-02herd: Use the Guile 2.2 'setvbuf' API.Ludovic Courtès
* gnu/services/herd.scm (open-connection): Use 'block for 'setvbuf'.
2019-06-02progress: Provide the proper type for %PROGRESS-INTERVAL.Ludovic Courtès
The (srfi srfi-19) module of Guile 2.9.2 catches the wrong type. * guix/progress.scm (%progress-interval): Change type to TIME-DURATION.
2019-06-02gnu: Add terminator.Andy Tai
* gnu/packages/gnome.scm (terminator): Add at 1.91 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02gnu: ghc-happy: Skip memory-hungry tests.Robert Vollmert
Tests fail reliably for me on a system with 2GB of available RAM, in `issue93.a.hs` and `issue93.n.hs`. * gnu/packages/haskell.scm (ghc-happy): Skip test "issue93". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02gnu: keepassxc: Update to 2.4.2.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.2.
2019-06-02gnu: grammalecte: Update to 1.1.1.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.1.