summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pcmanfm, libfm: Update to 1.2.5.ng02017-01-23
| | | | | | | * gnu/packages/lxde.scm (pcmanfm): Update to 1.2.5. * gnu/packages/lxde.scm (libfm): Update to 1.2.5. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lxterminal: Update to 0.3.0.ng02017-01-23
| | | | | | | | * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. [arguments]: Disable tests. [source]: Update to use new '.tar.xz' tarball. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: cppcheck: Update to 1.77.Kei Kebreau2017-01-23
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.77.
* gnu: wavpack: Update to 5.1.0.Marius Bakke2017-01-23
| | | | | * gnu/packages/audio.scm (wavpack): Update to 5.1.0. [arguments]: Remove field.
* gnu: duplicity: Update to 0.7.11.Thomas Danckaert2017-01-23
| | | | | | | | | | | | | | | * gnu/packages/backup.scm (duplicity): Update to 0.7.11. [source]: Remove patches. [inputs]: Add lftp, update gnupg, remove python-2, make python2-lockfile a propagated input, make python2-mock a native-input. [propagated-inputs]: Add python2-lockfile, python2-urllib3. [native-inputs]: Add python2-pexpect, python2-mock. [arguments]: Add build phase to embed gnupg store name. * gnu/packages/patches/duplicity-piped-password.patch: Delete it. * gnu/packages/patches/duplicity-test_selection-tmp.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Remove patches. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: glpk: Update to 4.61.Marius Bakke2017-01-23
| | | | | * gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS.
* gnu: nginx: Don't replace 'sh' reference with 'bash'.Marius Bakke2017-01-23
| | | | | * gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh" instead of "which bash" in 'patch-/bin/sh' phase.
* gnu: Add es.ng02017-01-23
| | | | | | * gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: prosody: Fix activation script.Clément Lassieur2017-01-23
| | | | | | | * gnu/services/messaging.scm (prosody-activation): Import (guix build utils) for 'mkdir-p'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Mention the need of a BIOS boot partition when using GPT.宋文武2017-01-23
| | | | | | * doc/guix.text (Preparing for Installation)[Disk Partitioning]: Mention the need of a BIOS boot partition when using GPT with the defualt GRUB.
* gnu: r-ggplot2: Add r-svglite to propagated-inputs.Ben Woodcroft2017-01-23
| | | | | * gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite.
* gnu: bundler: Update to 1.14.2.Ben Woodcroft2017-01-23
| | | | * gnu/packages/ruby.scm (bundler): Update to 1.14.2.
* gnu: Add libtorrent-rasterbar.Jelle Licht2017-01-23
| | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix a typo in guix.texi.Maxim Cournoyer2017-01-23
| | | | | | * doc/guix.texi (Invoking guix environment): s/the use/use the/ Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xmonad: Update to 0.12.Mekeor Melire2017-01-23
| | | | | | | * gnu/packages/wm.scm (xmonad): Update to 0.12. [source](snippet, modules): Remove. [inputs]: Add GHC-SETLOCALE and GHC-QUICKCHECK. (ghc-xmonad-contrib): Update to 0.12.
* gnu: Add ghc-setlocale.Mekeor Melire2017-01-23
| | | | * gnu/packages/haskell.scm (ghc-setlocale): New variable.
* gnu: gcal: Update to 4.1.Efraim Flashner2017-01-23
| | | | | * gnu/packages/gcal.scm (gcal): Update to 4.1. [home-page]: Use https.
* gnu: libtiff: Fix CVE-2017-5225.Leo Famulari2017-01-23
| | | | | | * gnu/packages/patches/libtiff-CVE-2017-5225.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
* gnu: imagemagick: Update to 6.9.7-5.Leo Famulari2017-01-22
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5.
* services: cuirass: Add port to cuirass configurationMathieu Othacehe2017-01-22
| | | | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>): Add port field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
* gnu: libinput: Update to 1.6.0.Efraim Flashner2017-01-22
| | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.6.0.
* gnu: qemu: Patch CVE-2016-10155, CVE-2017-5552.Efraim Flashner2017-01-22
| | | | | | | * gnu/packages/qemu.scm (qemu)[source]: Add patches. * gnu/packages/patches/qemu-CVE-2016-10155.patch, gnu/packages/patches/qemu-CVE-2017-5552.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: fish: Embed full path to Python.Ricardo Wurmus2017-01-22
| | | | | | | Fixes <https://bugs.gnu.org/25467>. * gnu/packages/shells.scm (fish)[arguments]: Rename phase "patch-bc" to "embed-store-paths"; embed full path to Python.
* gnu: Add guile-sdl2.宋文武2017-01-22
| | | | * gnu/packages/sdl.scm (guile-sdl2): New variable.
* gnu: Add python2-slowaes.Carlo Zancanaro2017-01-22
| | | | | | * gnu/packages/python.scm (python2-slowaes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-qrcode.Carlo Zancanaro2017-01-22
| | | | | | * gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-pbkdf2.Carlo Zancanaro2017-01-22
| | | | | | * gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: perl-term-readkey: Update to 2.37.Maxim Cournoyer2017-01-22
| | | | | | | | The previous version, 2.32, is not available for download anymore. * gnu/packages/perl.scm (perl-term-readkey): Update to 2.37. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: red-eclipse: Update to 1.5.8.Kei Kebreau2017-01-21
| | | | * gnu/packages/games.scm (red-eclipse): Update to 1.5.8.
* gnu: tintin++: Update to 2.01.2.Kei Kebreau2017-01-21
| | | | * gnu/packages/games.scm (tintin++): Update to 2.01.2.
* lint: Display PACKAGE@VERSION.Ludovic Courtès2017-01-21
| | | | | * guix/scripts/lint.scm (run-checkers): Remove 'name' variable. Display PACKAGE@VERSION instead of PACKAGE-VERSION.
* gnu: Add compton.José Miguel Sánchez García2017-01-21
| | | | | | | * gnu/packages/compton.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add compton.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add geos.Björn Höfling2017-01-21
| | | | | | * gnu/packages/geo.scm (geos): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gflags: Update to 2.2.0.Marius Bakke2017-01-21
| | | | | * gnu/packages/popt.scm (gflags): Update to 2.2.0. [source]: Use tarball release.
* gnu: r-vegan: Update to 2.4-2.Ben Woodcroft2017-01-21
| | | | * gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-2.
* gnu: diamond: Update to 0.8.34.Ben Woodcroft2017-01-21
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.34.
* gnu: linux-libre: Update to 4.9.5.Mark H Weaver2017-01-20
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.5.
* gnu: linux-libre@4.4: Update to 4.4.44.Mark H Weaver2017-01-20
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.44.
* gnu: linux-libre@4.1: Update to 4.1.38.Mark H Weaver2017-01-20
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.38.
* gnu: gnutls: Add 'guile2.2-gnutls'.Ludovic Courtès2017-01-20
| | | | | | Suggested by Chris Webber. * gnu/packages/tls.scm (gnutls/guile-2.2): New variable.
* services: Reindent vpn.scm.Ludovic Courtès2017-01-20
| | | | | | This fixes indentation of 'match' forms. * gnu/services/vpn.scm: Pass through 'indent-code.el'.
* etc: indent-code.el: Add indentation info for non-Guix Scheme constructs.Ludovic Courtès2017-01-20
| | | | | * etc/indent-code.el.in (guix-syntax--scheme-indent): New macro. Use it.
* gnu: Add fcitx-configtool.Feng Shu2017-01-20
| | | | | | * gnu/packages/fcitx.scm (fcitx-configtool): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: datamash: Update to 1.1.1.Marius Bakke2017-01-20
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.1.1.
* gnu: gd: Fix source URL.Marius Bakke2017-01-20
| | | | | | This is a followup to 3f0603ea653cefa9ff728c2637d3cd0d778b3602. * gnu/packages/gd.scm (gd-2.2.4)[source]: Fix URL.
* gnu: gd: Replace with gd-2.2.4 [fixes CVE-2016-{6912,9317} and others].Leo Famulari2017-01-20
| | | | | | | | | | 'CHANGELOG.md' in the development repository lists several fixed bugs with potential security implications: https://github.com/libgd/libgd/blob/gd-2.2.4/CHANGELOG.md * gnu/packages/gd.scm (gd)[replacement]: New field. (gd-2.2.4): New variable.
* gnu: r-msnid: Expand abbreviation in description.Ricardo Wurmus2017-01-20
| | | | | * gnu/packages/bioinformatics.scm (r-msnid)[description]: Expand "MS/MS" to "tandem mass spectrometry".
* gnu: r-msnbase: Expand abbreviation in description.Ricardo Wurmus2017-01-20
| | | | | * gnu/packages/bioinformatics.scm (r-msnbase)[description]: Expand "MS" to "mass spectrometry".
* gnu: Add r-fastica.Raoul Jean Pierre Bonnal2017-01-20
| | | | * gnu/packages/statistics.scm (r-fastica): New variable.
* gnu: Add r-lars.Raoul Jean Pierre Bonnal2017-01-20
| | | | * gnu/packages/statistics.scm (r-lars): New variable.