aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-apispec: Update to 0.25.3.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
* gnu: network-manager-openvpn: Update to 1.8.10.Ludovic Courtès2017-10-09
| | | | * gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
* gnu: network-manager: Update to 1.8.4.Ludovic Courtès2017-10-09
| | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.8.4. (network-manager-applet): Likewise.
* gnu: qemu: Add sysconfdir to configure-flags.Oleg Pykhalov2017-10-09
| | | | | | * gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-org2web.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-org2web): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-el2org.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-el2org): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-mustache.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-mustache): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: no-more-secrets: Update to 0.3.3.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
* gnu: meson: Update to 0.42.1.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/build-tools.scm (meson, meson-for-build): Update to 0.42.1.
* gnu: smartmontools: Use HTTPS home page.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/admin.scm (smartmontools)[home-page]: Use HTTPS.
* gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}].Leo Famulari2017-10-09
| | | | | * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field. (mit-krb5-1.15.2): New variable.
* gnu: gnurl: Let the testsuite run test1026.ng02017-10-09
| | | | | | | * gnu/packages/gnunet.scm (gnurl)[argument]: Remove '(delete-file "tests/data/test1026")' and the comments related to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to 7.56.0.ng02017-10-08
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile-colorized.ng02017-10-08
| | | | | | * gnu/packages/guile.scm (guile-colorized): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: borg: Update to 1.1.0.Leo Famulari2017-10-08
| | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.0. [native-inputs]: Replace python-sphinx-rtd-theme with python-guzzle-sphinx-theme.
* gnu: Add python-guzzle-sphinx-theme.Leo Famulari2017-10-08
| | | | | | | * gnu/packages/python.scm (python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme): New variables. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: kdevelop: Do not hardcode user profile locations in wrapper.Thomas Danckaert2017-10-08
| | | | | | * gnu/packages/kde.scm (kdevelop): [arguments]: Do not add ${HOME}/.guix-profile/{share,lib/plugins} to XDG_DATA_DIRS and QT_PLUGIN_PATH when wrapping the executable.
* gnu: youtube-dl: Update to 2017.10.07.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.10.07.
* gnu: offlineimap: Update to 7.1.3.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.3.
* gnu: gnome-calendar: Update to 3.26.2.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
* gnu: par2cmdline: Update to 0.7.4.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.
* gnu: munge: Update to 0.5.13.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/admin.scm (munge): Update to 0.5.13.
* gnu: aisleriot: Update to 3.22.3.Kei Kebreau2017-10-08
| | | | | * gnu/packages/gnome.scm (aisleriot): Update to 3.22.3. [inputs]: Use guile-2.2 instead of guile-2.0.
* web: Add nginx-documentation.Christopher Baines2017-10-08
| | | | | | * gnu/packages/web.scm (nginx): Add comment about updating the documentation. (nginx-xslscript): New variable. (nginx-documentation): New variable.
* perl: Add perl-parse-recdescent.Christopher Baines2017-10-08
| | | | * gnu/packages/perl.scm (perl-parse-recdescent): New variable.
* gnu: Add missing input to python-py3status and fix call path.Tomáš Čech2017-10-08
| | | | | | | | | file is used to determine configuration file encoding and py3status fails to start when this tool is missing. * gnu/packages/python.scm (python-py3status)[inputs]: Add file. [arguments]: Modify phases to patch py3status to call file with an absolute path.
* gnu: sdl: Add debug output.Oleg Pykhalov2017-10-07
| | | | | | | * gnu/packages/sdl.scm (sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): Add debug output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: getmail: Update to 5.4.ng02017-10-07
| | | | * gnu/packages/mail.scm (getmail): Update to 5.4.
* gnu: khal: Update to 0.9.8.Leo Famulari2017-10-07
| | | | | | * gnu/packages/calendar.scm (khal): Update to 0.9.8. [arguments]: Make sure to stop building if the documentation fails to build. Skip some failing tests.
* gnu: zile: Update to 2.4.14.Ludovic Courtès2017-10-07
| | | | * gnu/packages/zile.scm (zile): Update to 2.4.14.
* gnu: vsearch: Update to 2.5.0.Ben Woodcroft2017-10-07
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.0.
* gnu: linux-libre: Update to 4.13.5.Mark H Weaver2017-10-06
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.53.Mark H Weaver2017-10-06
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.53.
* gnu: linux-libre@4.4: Update to 4.4.90.Mark H Weaver2017-10-06
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
* gnu: Add mongodb.Christopher Baines2017-10-06
| | | | * gnu/packages/databases.scm (mongodb): New variable.
* gnu: btrfs-progs: Update to 4.13.2.Tobias Geerinckx-Rice2017-10-06
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
* gnu: glibc-locales: Use 'modify-phases' syntax.Efraim Flashner2017-10-06
| | | | | * gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases' syntax.
* gnu: guix: Update development snapshot.Ludovic Courtès2017-10-06
| | | | * gnu/packages/package-management.scm (guix): Update to 8b920d7.
* gnu: dconf: Update to 0.26.1.Tobias Geerinckx-Rice2017-10-06
| | | | * gnu/packages/gnome.scm (dconf): Update to 0.26.1.
* gnu: glade: Update to 3.20.1.Tobias Geerinckx-Rice2017-10-06
| | | | * gnu/packages/gnome.scm (glade): Update to 3.20.1.
* gnu: tor: Enable directory protocol compression.Tobias Geerinckx-Rice2017-10-06
| | | | | * gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config. [inputs]: Add xz and zstd.
* gnu: tor: Fix typo.Tobias Geerinckx-Rice2017-10-06
| | | | * gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
* gnu: octave: Reference makeinfo with absolute path.Arun Isaac2017-10-06
| | | | | | * gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase. [inputs]: Add texinfo. [native-inputs]: Remove texinfo.
* gnu: vte-ng: Update to 0.50.1.a.Marius Bakke2017-10-05
| | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
* gnu: openjpeg: Update to 2.3.0.Marius Bakke2017-10-05
| | | | | | | | | | | | | | * gnu/packages/patches/openjpeg-CVE-2017-12982.patch, gnu/packages/patches/openjpeg-CVE-2017-14040.patch, gnu/packages/patches/openjpeg-CVE-2017-14041.patch, gnu/packages/patches/openjpeg-CVE-2017-14151.patch, gnu/packages/patches/openjpeg-CVE-2017-14152.patch, gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (openjpeg): Update to 2.3.0. [source](patches): Remove. * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg substitution.
* gnu: imagemagick: Update to 6.9.9-18.Marius Bakke2017-10-05
| | | | | | | Fixes <https://bugs.gnu.org/28692>. Reported by Diego Nicola Barbato <dnbarbato@posteo.de>. * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
* gnu: libpng@1.2: Update to 1.2.59.Leo Famulari2017-10-05
| | | | * gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
* gnu: certbot, python-acme: Update to 0.19.0.Leo Famulari2017-10-05
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
* gnu: lightning: Update to 2.1.2.Kei Kebreau2017-10-05
| | | | * gnu/packages/assembly.scm (lightning): Update to 2.1.2.
* gnu: Add pdsh.Ricardo Wurmus2017-10-05
| | | | * gnu/packages/ssh.scm (pdsh): New variable.