summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
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-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-02gnu: Add guile-srfi-159.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-srfi-159): New variable.
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-02herd: Use the Guile 2.2 'setvbuf' API.Ludovic Courtès
* gnu/services/herd.scm (open-connection): Use 'block for 'setvbuf'.
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.
2019-06-01gnu: r-openssl: Update to 1.4.Ricardo Wurmus
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.
2019-06-01gnu: r-biocviews: Update to 1.52.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.52.2. [propagated-inputs]: Add r-biocmanager.
2019-06-01gnu: Add gash.Timothy Sample
* gnu/packages/shells.scm (gash): New variable.
2019-06-01gnu: Add txr.Guillaume LE VAILLANT
* gnu/packages/lisp.scm (txr): New variable. * gnu/packages/patches/txr-shell.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-01gnu: linux-libre: Update to 5.1.6.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.6. (%linux-libre-hash): Update hash.
2019-06-01gnu: linux-libre@4.19: Update to 4.19.47.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.47. (%linux-libre-4.19-hash): Update hash.
2019-06-01gnu: linux-libre@4.14: Update to 4.14.123.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.123. (%linux-libre-4.14-hash): Update hash.
2019-06-01gnu: linux-libre@4.9: Update to 4.9.180.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.180.
2019-05-31gnu: gnucash-docs: Update to 3.5.Vasile Dumitrascu
* gnu/packages/gnucash.scm (gnucash-docs): Update to 3.5. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2019-05-31gnu: gnucash: Update to 3.5.Vasile Dumitrascu
* gnu/packages/gnucash.scm (gnucash): Update to 3.5. [source]: Remove unneeded patch. * gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2019-05-31gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.Eric Bavier
* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add hdf5-parallel-openmpi.
2019-05-31gnu: slepc: Update to 3.11.1.Eric Bavier
* gnu/packages/maths.scm (slepc): Update to 3.11.1. [native-inputs]: Add petsc:examples. [arguments]: Add PETSCCONFIGDIR to #:make-flags.
2019-05-31gnu: petsc: Update to 3.11.2.Eric Bavier
* gnu/packages/maths.scm (petsc): Update to 3.11.2.
2019-05-31gnu: petsc-complex-mpi: Setup MPI for tests.Eric Bavier
* gnu/packages/maths.scm (petsc-complex-mpi)[arguments]: Add 'mpi-setup phase.
2019-05-31gnu: Add mousepad.Kei Kebreau
* gnu/packages/xfce.scm (mousepad): New variable.
2019-05-31gnu: Add zbar.Guillaume LE VAILLANT
* gnu/packages/aidc.scm (zbar): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>