Commit Graph

10366 Commits (34085cb17cb3dc69861da7866661d2ced60099f9)

Author SHA1 Message Date
David Craven 6670c99c97
gnu: alsa-modular-synth: Build with gnu++11.
* gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add configure-flag.
2016-08-22 01:49:52 +02:00
David Craven ab1c23196f
gnu: poppler-qt5: Build with gnu++11.
* gnu/packages/pdf.scm (poppler-qt5)[arguments]: Add configure-flag.
2016-08-22 01:49:52 +02:00
David Craven 984ad832e2
gnu: pinentry-qt: Build with gnu++11.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
2016-08-22 01:49:52 +02:00
David Craven a0919cad5f
gnu: kwidgetsaddons: Disable tests.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests.
Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
2016-08-22 01:49:52 +02:00
David Craven 1de5b667f8
gnu: kguiaddons: Fix test failure.
* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]:
Remove phase 'start-xorg-server. Add phase 'check-setup.
2016-08-22 01:49:52 +02:00
Ludovic Courtès 3cf319a3f8
services: elogind: Provide '%elogind-file-systems' by extension.
* gnu/system/file-systems.scm (%base-file-systems): Remove
%ELOGIND-FILE-SYSTEMS.
* gnu/services/desktop.scm (elogind-service-type): Extend
FILE-SYSTEM-SERVICE-TYPE to provide %ELOGIND-FILE-SYSTEMS.
2016-08-22 00:20:48 +02:00
Ludovic Courtès aa1145df8d
services: Make a single extensible 'file-systems' service.
Previously we would create one 'file-system-service-type' instead per
file system.  Now, we create only one instance for all the file
systems.

* gnu/services/base.scm (fstab-service-type)[compose]: Change to
CONCATENATE.
(file-system-shepherd-service): Change to return either one
<shepherd-service> or #f.
(file-system-service-type): Pluralize 'name'.  Adjust
SHEPHERD-ROOT-SERVICE-TYPE extension to above changes.  Add 'compose'
and 'extend'.
(file-system-service): Remove.
* gnu/system.scm (other-file-system-services): Rename to...
(non-boot-file-system-service): ... this.  Change to return a single
FILE-SYSTEM-SERVICE-TYPE instance.
(essential-services): Adjust accordingly.
2016-08-22 00:20:48 +02:00
Ludovic Courtès 9af4983266
gnu: openssh: Set the default sshd user PATH to something sensible.
* gnu/packages/ssh.scm (openssh)[arguments]: Pass
"--with-default-path".
2016-08-22 00:20:48 +02:00
Ludovic Courtès 39012aab33
gnu: openssh: Add PAM support in sshd.
* gnu/packages/ssh.scm (openssh)[inputs]: Add LINUX-PAM.
[arguments]: Add "--with-pam" to #:configure-flags.
2016-08-22 00:20:48 +02:00
Ludovic Courtès d4b1977f83
gnu: pius: Use the 'gpg' command instead of 'gpg2'.
This is a followup to bc85b127df.

* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
2016-08-22 00:20:48 +02:00
Tomáš Čech dd10ba6356
gnu: asciidoc: Use local docbook-xsl package.
* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl.
[arguments]: Add 'make-local-docbook-xsl' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-21 17:42:57 -04:00
Roel Janssen c20e552baf
gnu: Add gparted.
* gnu/packages/disk.scm (gparted): New variable.
2016-08-21 23:39:19 +02:00
Roel Janssen fd297f4ae6
gnu: disk: Use license: prefix.
* gnu/packages/disk.scm (define-module): Import guix licenses with a prefix.
  (parted): Use the import prefix.
  (fdisk): Likewise.
  (gptfdisk): Likewise.
  (ddrescue): Likewise.
  (dosfstools): Likewise.
  (sdparm): Likewise.
  (idle3-tools): Likewise.
2016-08-21 22:54:29 +02:00
Ricardo Wurmus e26bec5350
gnu: epiphany: Update to 3.20.3.
* gnu/packages/gnome.scm (epiphany): Update to 3.20.3.
2016-08-21 22:21:40 +02:00
Leo Famulari 92a8160f61
gnu: Remove superfluous whitespace from (gnu packages xml).
* gnu/packages/xml.scm: Remove superfluous whitespace.
2016-08-21 16:16:31 -04:00
Nicolas Goaziou 59065bb330
gnu: Add emacs-org.
* gnu/packages/emacs.scm (emacs-org): New variable.
2016-08-21 21:17:45 +02:00
Mark H Weaver 4c1e062a58
gnu: linux-libre: Update to 4.7.2.
* gnu/packages/linux.scm (linux-libre): Update to 4.7.2.
2016-08-21 14:58:41 -04:00
Mark H Weaver e06bafb378
gnu: linux-libre@4.4: Update to 4.4.19.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.19.
2016-08-21 14:58:31 -04:00
Leo Famulari 0323fe80f8
gnu: mutt: Update to 1.7.0.
* gnu/packages/mail.scm (mutt): Update to 1.7.0.
[arguments]: Pass "--enable-sidebar" to #:configure-flags.
2016-08-21 14:05:03 -04:00
Efraim Flashner 361272f50e
gnu: qemu: Update to 2.6.1.
* gnu/packages/qemu.scm (qemu): Update to 2.6.1.
2016-08-21 07:38:22 +03:00
宋文武 580dfc3329
gnu: gimp: Fix python plugin.
* gnu/packages/gimp.scm (gimp)[arguments]: Add phase to
install 'sitecustomize.py'.
2016-08-21 08:28:42 +08:00
宋文武 a7f05b4192
gnu: gimp: Update to 2.8.16.
* gnu/packages/patches/gimp-CVE-2016-4994.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gimp.scm (gimp): Update to 2.8.16.
[source]: Remove patch.
2016-08-21 08:28:42 +08:00
宋文武 e70dc63a06
gnu: babl: Update to 0.1.18.
* gnu/packages/gimp.scm (babl): Update to 0.1.18.
[source]: Add gimp.org to 'uri'.
2016-08-21 08:28:42 +08:00
Leo Famulari d760a2fc18
gnu: borg: Update to 1.0.7.
* gnu/packages/backup.scm (borg): Update to 1.0.7.
2016-08-19 18:42:09 -04:00
Leo Famulari aed625bdc6
gnu: python-msgpack: Update to 0.4.8.
* gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.8.
2016-08-19 18:41:35 -04:00
Leo Famulari e36ace3611
gnu: python-llfuse: Update to 1.1.1.
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.1.
2016-08-19 18:41:31 -04:00
Alex Griffin ad1ff78d63
gnu: gnome-maps: Update to 3.18.3.
* gnu/packages/geo.scm (gnome-maps): Update to 3.18.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-19 17:52:31 -04:00
Leo Famulari 5dee9186b4
gnu: python-lirc: Fix file-name.
* gnu/packages/lirc.scm (python-lirc, python2-lirc): Indentation fixes.
[source]: Fix misleading file-name.
2016-08-19 17:45:05 -04:00
Efraim Flashner 2108526158
gnu: perl-net-smtp-ssl: Use CPAN mirror.
* gnu/packages/web.scm (perl-net-smtp-ssl)[source]: Use CPAN mirror.
2016-08-19 23:22:51 +03:00
Efraim Flashner ea0836cd6f
gnu: unclutter: Use 'modify-phases'.
* gnu/packages/xdisorg.scm (unclutter)[arguments]: Use 'modify-phases'.
2016-08-19 23:17:48 +03:00
Efraim Flashner c237480b0c
gnu: xdotool: Use 'modify-phases'.
* gnu/packages/xdisorg.scm (xdotool)[arguments]: Use 'modify-phases'.
2016-08-19 23:15:37 +03:00
Ludovic Courtès a0cbf1b9bf
gnu: Avoid @itemize in descriptions.
* gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate
instead of @itemize to work around <http://bugs.gnu.org/21772>.
(kitemmodels)[description]: Likewise.
2016-08-19 17:49:54 +02:00
Ludovic Courtès af493726ce
gnu: openssh: Use /etc as the sysconfdir.
* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
2016-08-19 17:34:37 +02:00
Efraim Flashner e5b4b96b8c
gnu: atlas: Use 'modify-phases'.
* gnu/packages/maths.scm (atlas)[arguments]: Use 'modify-phases'.
2016-08-19 17:41:09 +03:00
Tobias Geerinckx-Rice 349cef585d
gnu: rhythmbox: Update to 3.4.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.
[arguments]: Add PYTHONPATH environment variable to 'wrap-program'.
2016-08-19 15:49:15 +02:00
Tobias Geerinckx-Rice 735b8db6ca
gnu: shotwell: Update to 0.23.5.
* gnu/packages/gnome.scm (shotwell): Update to 0.23.5.
[propagated-inputs]: Add dconf.
[native-inputs]: Remove m4, desktop-file-utils, which, gnome-doc-utils,
python2, and python2-libxml2.
[inputs]: Remove gst-plugins-good, rest, and gtk+. Add glib:bin.
2016-08-19 15:23:30 +02:00
Efraim Flashner f819c21dd5
gnu: shotwell: Update to 0.23.4.
* gnu/packages/gnome.scm (shotwell): Update to 0.23.4.
[native-inputs]: Add itstool.
2016-08-19 13:35:14 +03:00
Efraim Flashner e379d85c6c
gnu: paperkey: Use 'modify-phases'.
* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
2016-08-19 11:51:56 +03:00
Efraim Flashner 7ac534037b
gnu: signing-key: Use tex for the description.
* gnu/packages/gnupg.scm (signing-key)[description]: Update the
description to use tex formatting.
2016-08-19 11:49:10 +03:00
Efraim Flashner 807143b640
gnu: signing-party: Use Debian mirror for downloads.
* gnu/packages/gnupg.scm (signing-party)[source]: Switch to using the
Debian mirror scheme.
2016-08-19 11:34:03 +03:00
Efraim Flashner 6a90a614ec
gnu: signing-party: Use 'modify-phases'.
* gnu/packages/gnupg.scm (signing-party)[arguments]: Use 'modify-phases'.
2016-08-19 11:29:21 +03:00
Efraim Flashner a78435223b
gnu: python-pygpgme: Move setuptools to python2-pygpgme.
* gnu/packages/gnupg.scm (python-pygpgme)[inputs]: Remove
python-setuptools.
(python2-pygpgme)[native-inputs]: Add python2-setuptools.
2016-08-19 11:24:42 +03:00
Efraim Flashner b9d58a8c31
gnu: moreutils: Add download location.
* gnu/packages/moreutils.scm (moreutils)[source]: Add Debian snapshot
alternative uri for downloading.
2016-08-19 10:42:29 +03:00
Ludovic Courtès 5b58c28b7e
services: guix: Add 'authorized-keys' configuration knob.
* gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter
and honor it.
(%default-authorized-guix-keys): New variable.
(<guix-configuration>)[authorized-keys]: New field.
(guix-shepherd-service): Adjust 'match' clause accordingly.
(guix-activation): Adjust call to 'hydra-key-authorization'.
* doc/guix.texi (Base Services): Document 'authorized-keys'.
2016-08-19 09:11:00 +02:00
ng0 c08533b2cc
gnu: Add interrobang.
* gnu/packages/admin.scm (interrobang): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-18 17:23:27 -04:00
Alex Griffin 1166c283b7
gnu: bs1770gain: Update to 0.4.11.
* gnu/packages/audio.scm (bs1770gain): Update to 0.4.11.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-18 16:44:34 -04:00
Marius Bakke dc253bf0a5
gnu: Add re2.
* gnu/packages/regex.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-18 16:37:23 -04:00
Marius Bakke 5f0ff6a9e9
gnu: Add dlib.
* gnu/packages/machine-learning.scm (dlib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-18 16:22:43 -04:00
Leo Famulari f47dc8dd10
gnu: yaml-cpp: Import missing module.
This is a followup to commit f50f4ae454.

* gnu/packages/serialization.scm: Import python module.
2016-08-18 15:30:47 -04:00
Leo Famulari a348585541
gnu: gpgmepp: Import missing modules.
This is a followup to commit 30ffab5006.

* gnu/packages/kde-frameworks.scm: Import boost and gnupg modules.
2016-08-18 15:30:44 -04:00
David Craven 5cde47ecd6
gnu: gstreamer: Use license: prefix.
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
(orc): Likewise.
(gstreamer): Likewise.
(gst-plugins-base): Likewise.
(gst-plugins-good): Likewise.
(gst-plugins-bad): Likewise.
(gst-plugins-ugly): Likewise.
(gst-libav): Likewise.
(python-gst): Likewise.
2016-08-18 13:12:26 +02:00
David Craven 9a935ef2df
gnu: qt: Update qt to 5.7.0.
* gnu/packages/qt.scm
(qtbase): Update it.
(qtsvg): Update it.
(qtimageformats): Update it.
(qtx11extras): Update it.
(qtxmlpatterns): Update it.
(qtdeclarative): Update it.
(qtconnectivity): Update it.
(qtwebsockets): Update it.
(qtsensors): Update it.
(qtmultimedia): Update it.
(qtwayland): Update it.
(qtserialport): Update it.
(qtwebchannel): Update it.
(qtlocation): Update it.
(qttools): Update it.
(qtscript): Update it.
(qtquickcontrols): Update it.
(qtquickcontrols2): Update it.
(qtgraphicaleffects): Update it.
2016-08-18 13:12:26 +02:00
David Craven 18174d8acd
gnu: qtkeychain: Use modular qt.
* gnu/packages/qt.scm (qtkeychain)[inputs]: Add qtbase. Remove qt.
  [native-inputs]: Add qttools.
2016-08-18 13:12:25 +02:00
David Craven 132978615e
gnu: poppler-qt5: Use modular qt.
* gnu/packages/pdf.scm (poppler-qt)[inputs]: Add qtbase. Remove qt.
2016-08-18 13:12:25 +02:00
David Craven 65741ea1bc
gnu: gst-plugins-bad: Use modular qt.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add qtbase. Remove qt.
2016-08-18 13:12:25 +02:00
David Craven 05fe53c63c
gnu: bitcoin-core: Use modular qt.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Add qtbase. Remove qt.
2016-08-18 13:12:25 +02:00
David Craven a2b9935178
gnu: fritzing: Use modular qt.
* gnu/packages/engineering.scm (fritzing)[inputs]: Add qtbase, qtserialport,
qtsvg. Remove qt.
2016-08-18 13:12:25 +02:00
David Craven 598f639413
gnu: qsynth: Use modular qt.
* gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove qt.
[native-inputs]: Add qttools.
2016-08-18 13:12:24 +02:00
David Craven 51b1d53987
gnu: polkit-qt: Use modular qt.
* gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Add qtbase. Remove qt.
2016-08-18 13:11:03 +02:00
David Craven 1f9c92ef5e
gnu: kwidgetsaddons: Fix test failure.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]:
Enable tests. Set Xvfb pixel depth to 24 bits.
2016-08-18 13:06:42 +02:00
David Craven a7d0154cc5
gnu: modemmanager-qt: Propagate modem-manager.
* gnu/packages/kde-frameworks.scm (modemmanager-qt)
[propagated-inputs]: Add modem-manager.
[inputs]: Remove modem-manager.
2016-08-18 13:06:33 +02:00
David Craven 0556c5036b
gnu: networkmanager-qt: Propagate network-manager.
* gnu/packages/kde-frameworks.scm (networkmanager-qt)
[propagated-inputs]: Add network-manager.
[inputs]: Remove network-manager.
2016-08-18 13:06:23 +02:00
David Craven eca4c011b5
gnu: Add wayland-protocols.
* gnu/packages/freedesktop.scm (wayland-protocols): New variable.
2016-08-18 13:06:23 +02:00
David Craven e5e1df4dc5
gnu: Add mobile-broadband-provider-info.
* gnu/packages/gnome.scm (mobile-broadband-provider-info): New variable.
2016-08-18 13:06:23 +02:00
David Craven c481859342
gnu: Add lndir.
* gnu/packages/xorg.scm (lndir): New variable.
2016-08-18 13:06:22 +02:00
David Craven e4c2136ddf
gnu: Add snappy.
* gnu/packages/compression.scm (snappy): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
2016-08-18 13:06:22 +02:00
David Craven cd131a7623
gnu: Add jsoncpp.
* gnu/packages/serialization.scm (jsoncpp): New variable.
2016-08-18 13:06:22 +02:00
David Craven f50f4ae454
gnu: Add yaml-cpp.
* gnu/packages/serialization.scm (yaml-cpp): New variable.
2016-08-18 13:06:22 +02:00
David Craven 0e1b262e05
gnu: Add lmdb.
* gnu/packages/databases.scm (lmdb): New variable.
2016-08-18 13:06:21 +02:00
David Craven 4e4ed0eee8
gnu: Add qtgraphicaleffects.
* gnu/packages/qt.scm (qtgraphicaleffects): New variable.
2016-08-18 13:06:21 +02:00
David Craven 42da149291
gnu: Add qtquickcontrols2.
* gnu/packages/qt.scm (qtquickcontrols2): New variable.
2016-08-18 13:06:21 +02:00
David Craven ae0e51330c
gnu: Add qtquickcontrols.
* gnu/packages/qt.scm (qtquickcontrols): New variable.
2016-08-18 13:06:21 +02:00
宋文武 5ca6ef95f4
gnu: qtbase: Add search path specification for 'QMAKEPATH'.
* gnu/packages/qt.scm (qtbase)[native-search-paths]: New field.
[arguments]: Add phase to patch 'qt_config.prf'.
2016-08-18 13:06:21 +02:00
David Craven 30ffab5006
gnu: Add gpgmepp.
* gnu/packages/kde-frameworks.scm (gpgmepp): New variable.
2016-08-18 13:06:20 +02:00
David Craven 812bab6ded
gnu: Add kunitconversion.
* gnu/packages/kde-frameworks.scm (kunitconversion): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:20 +02:00
David Craven fee9b2662e
gnu: Add kpty.
* gnu/packages/kde-frameworks.scm (kpty): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:20 +02:00
David Craven 979e18fa9d
gnu: Add kpackage.
* gnu/packages/kde-frameworks.scm (kpackage): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:20 +02:00
David Craven 5801d21fd4
gnu: Add knotifications.
* gnu/packages/kde-frameworks.scm (knotifications): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:20 +02:00
David Craven b2ac012d04
gnu: Add kjobwidgets.
* gnu/packages/kde-frameworks.scm (kjobwidgets): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:19 +02:00
David Craven 8ff1dabe1e
gnu: Add kimageformats.
* gnu/packages/kde-frameworks.scm (kimageformats): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:19 +02:00
David Craven b05eb5dd27
gnu: Add kfilemetadata.
* gnu/packages/kde-frameworks.scm (kfilemetadata): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:19 +02:00
David Craven 110db07dff
gnu: Add kdoctools.
* gnu/packages/kde-frameworks.scm (kdoctools): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:19 +02:00
David Craven 4d92ceb568
gnu: Add kcrash.
* gnu/packages/kde-frameworks.scm (kcrash): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:19 +02:00
David Craven 13094df1ed
gnu: Add kcompletion.
* gnu/packages/kde-frameworks.scm (kcompletion): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:18 +02:00
David Craven 46c27be120
gnu: Add kauth.
* gnu/packages/kde-frameworks.scm (kauth): New variable.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2016-08-18 13:06:18 +02:00
David Craven 689bb11a34
gnu: Add phonon.
* gnu/packages/kde-frameworks.scm (phonon): New variable.
2016-08-18 13:06:18 +02:00
Alex Kost 0852f09a0d
gnu: manaplus: Update to 1.6.8.14.
* gnu/packages/games.scm (manaplus): Update to 1.6.8.14.
2016-08-18 11:02:39 +03:00
Alex Kost 876d8f296b
gnu: guile-daemon: Update to 0.1.1.
* gnu/packages/guile.scm (guile-daemon): Update to 0.1.1.
2016-08-18 11:02:39 +03:00
Alex Kost 4b2b7135b1
gnu: guile-xosd: Update to 0.2.1.
* gnu/packages/guile.scm (guile-xosd): Update to 0.2.1.
2016-08-18 11:02:39 +03:00
Mark H Weaver 69aa6e0995
gnu: libgcrypt: Do not export replacement packages.
* gnu/packages/gnupg.scm (libgcrypt-1.7.3, libgcrypt-1.5.6): Use
'define' instead of 'define-public'.
2016-08-17 23:57:47 -04:00
Leo Famulari 79f9d5d5dc
gnu: mercurial: Update to 3.9.
* gnu/packages/version-control.scm (mercurial): Update to 3.9.
2016-08-17 23:20:16 -04:00
Eric Bavier 22df70010a
gnu: Add NetSurf.
* gnu/packages/web.scm (netsurf): New variable.
* gnu/packages/patches/netsurf-about.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
2016-08-17 22:08:32 -05:00
Leo Famulari d1cada0450
gnu: git: Provide man-pages in main Git package.
* gnu/packages/version-control.scm (git-manpages): Remove variable.
(git)[native-inputs]: Add git-manpages.
[arguments]: Add 'install-man-pages' phase.
2016-08-17 22:40:33 -04:00
Tobias Geerinckx-Rice 8ac32b57d3
gnu: libpsl: Update to 0.14.0.
* gnu/packages/web.scm (libpsl): Update to 0.14.0.
2016-08-18 01:58:58 +02:00
Tobias Geerinckx-Rice 2456d97bf6
gnu: gexiv2: Update to 0.10.4.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.4.
2016-08-18 01:56:37 +02:00
Tobias Geerinckx-Rice 1daac1e488
gnu: gnumeric: Update to 1.12.31.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.31.
2016-08-18 01:56:37 +02:00
Tobias Geerinckx-Rice cde2506f9d
gnu: gvfs: Update to 1.28.3.
* gnu/packages/gnome.scm (gvfs): Update to 1.28.3.
2016-08-18 01:56:37 +02:00
Mark H Weaver 866b05fd07
gnu: gnupg@1: Update to 1.4.21 [fixes CVE-2016-6316].
* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.21.
2016-08-17 19:24:59 -04:00
Mark H Weaver 67f5adbae6
gnu: libgcrypt: Replace with 1.7.3 [fixes CVE-2016-6316].
* gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field.
(libgcrypt-1.7.3): New variable.
2016-08-17 19:24:56 -04:00
Mark H Weaver 90e20240e3
gnu: libgcrypt@1.5: Replace with 1.5.6 [fixes CVE-2016-6316].
* gnu/packages/gnupg.scm (libgcrypt-1.5)[replacement]: New field.
(libgcrypt-1.5.6): New variable.
2016-08-17 19:24:48 -04:00