aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-01-25gnu: python-2.7: Enable UCS-4 Unicode encoding.Danny Milosavljevic
* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
2017-01-24gnu: libgcrypt: Update to 1.7.6.Leo Famulari
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.6.
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-23search-paths: Allow specs with #f as their separator.Ludovic Courtès
This adds support for single-entry search paths. Fixes <http://bugs.gnu.org/25422>. Reported by Leo Famulari <leo@famulari.name>. * guix/search-paths.scm (<search-path-specification>)[separator]: Document as string or #f. (evaluate-search-paths): Add case for SEPARATOR as #f. (environment-variable-definition): Handle SEPARATOR being #f. * guix/build/utils.scm (list->search-path-as-string): Add case for SEPARATOR as #f. (search-path-as-string->list): Likewise. * guix/build/profiles.scm (abstract-profile): Likewise. * tests/search-paths.scm: New file. * Makefile.am (SCM_TESTS): Add it. * tests/packages.scm ("--search-paths with single-item search path"): New test. * gnu/packages/version-control.scm (git)[native-search-paths](separator): New field.
2017-01-23gnu: openssl: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/tls.scm (openssl)[arguments]: Use /bin/sh instead of /bin/bash in 'patch-tests' phase.
2017-01-23gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase.
2017-01-23gnu: ghostscript: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Use /bin/sh instead of /bin/bash in 'patch-config-files' phase.
2017-01-23gnu: attr: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/attr.scm (attr)[arguments]: Use /bin/sh instead of /bin/bash in 'check' phase.
2017-01-23gnu: lcms: Fix an out-of-bounds read.Leo Famulari
* gnu/packages/patches/lcms-fix-out-of-bounds-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (lcms)[replacement]: New field. [properties]: Specify the 'cpe-name'. (lcms/fixed): New variable.
2017-01-23gnu: menu-cache: Update to 1.0.2.ng0
* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-23gnu: pcmanfm, libfm: Update to 1.2.5.ng0
* 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>
2017-01-23gnu: lxterminal: Update to 0.3.0.ng0
* 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>
2017-01-23gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.Marius Bakke
* gnu/packages/patches/gcc-5-source-date-epoch-1.patch, gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-5)[source]: Use them.
2017-01-23gnu: cppcheck: Update to 1.77.Kei Kebreau
* gnu/packages/check.scm (cppcheck): Update to 1.77.
2017-01-23gnu: wavpack: Update to 5.1.0.Marius Bakke
* gnu/packages/audio.scm (wavpack): Update to 5.1.0. [arguments]: Remove field.
2017-01-23gnu: duplicity: Update to 0.7.11.Thomas Danckaert
* 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>
2017-01-23gnu: glpk: Update to 4.61.Marius Bakke
* gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS.
2017-01-23gnu: nginx: Don't replace 'sh' reference with 'bash'.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh" instead of "which bash" in 'patch-/bin/sh' phase.
2017-01-23gnu: Add es.ng0
* gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23services: prosody: Fix activation script.Clément Lassieur
* gnu/services/messaging.scm (prosody-activation): Import (guix build utils) for 'mkdir-p'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23gnu: r-ggplot2: Add r-svglite to propagated-inputs.Ben Woodcroft
* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite.
2017-01-23gnu: bundler: Update to 1.14.2.Ben Woodcroft
* gnu/packages/ruby.scm (bundler): Update to 1.14.2.
2017-01-23gnu: Add libtorrent-rasterbar.Jelle Licht
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23gnu: xmonad: Update to 0.12.Mekeor Melire
* 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.
2017-01-23gnu: Add ghc-setlocale.Mekeor Melire
* gnu/packages/haskell.scm (ghc-setlocale): New variable.
2017-01-23gnu: Remove pcre-CVE-2016-3191.patch.Efraim Flashner
This is a follow-up to 026ee1a5a669658c8d4745c2733b4c201ca0e48e. * gnu/packages/patches/pcre-CVE-2016-3191.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-23gnu: gcal: Update to 4.1.Efraim Flashner
* gnu/packages/gcal.scm (gcal): Update to 4.1. [home-page]: Use https.
2017-01-23gnu: libtiff: Fix CVE-2017-5225.Leo Famulari
* 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.
2017-01-23gnu: pcre: Update to 8.40.Leo Famulari
* gnu/packages/pcre.scm (pcre): Update to 8.40. [source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
2017-01-22gnu: imagemagick: Update to 6.9.7-5.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5.
2017-01-22services: cuirass: Add port to cuirass configurationMathieu Othacehe
* 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>
2017-01-22gnu: libinput: Update to 1.6.0.Efraim Flashner
* gnu/packages/freedesktop.scm (libinput): Update to 1.6.0.
2017-01-22gnu: gcc: Properly set the dynamic linker file name on GNU/Hurd.Ludovic Courtès
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: In 'pre-configure' phase, match 'GNU_USER_DYNAMIC_LINKER' in addition to 'GLIBC_DYNAMIC_LINKER'. This fixes GNU/Hurd cross-compilation as reported at <https://lists.gnu.org/archive/html/guix-devel/2017-01/msg01731.html>.
2017-01-22gnu: sed: Do not attempt to rebuild 'doc/sed.1'.Ludovic Courtès
* gnu/packages/base.scm (sed)[arguments]: Add 'dont-rebuild-sed.1' phase. [native-inputs]: Remove.
2017-01-22gnu: sed: Use the same phases whether or not we're cross-compiling.Ludovic Courtès
* gnu/packages/base.scm (sed)[arguments]: Make #:phases argument unconditional. In 'patch-test-suite' phase, use (which "sh") instead of referring to the "bash" input.
2017-01-22gnu: qemu: Patch CVE-2016-10155, CVE-2017-5552.Efraim Flashner
* 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.
2017-01-22gnu: fish: Embed full path to Python.Ricardo Wurmus
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.
2017-01-22gnu: Add guile-sdl2.宋文武
* gnu/packages/sdl.scm (guile-sdl2): New variable.
2017-01-22gnu: Add python2-slowaes.Carlo Zancanaro
* gnu/packages/python.scm (python2-slowaes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22gnu: Add python-qrcode.Carlo Zancanaro
* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22gnu: Add python-pbkdf2.Carlo Zancanaro
* gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22gnu: perl-term-readkey: Update to 2.37.Maxim Cournoyer
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>
2017-01-21gnu: bash: Update to patch level 11.Leo Famulari
* gnu/packages/bash.scm (%patch-series-4.4): Add patches 6 through 11.
2017-01-21gnu: red-eclipse: Update to 1.5.8.Kei Kebreau
* gnu/packages/games.scm (red-eclipse): Update to 1.5.8.
2017-01-21gnu: tintin++: Update to 2.01.2.Kei Kebreau
* gnu/packages/games.scm (tintin++): Update to 2.01.2.
2017-01-21gnu: Add compton.José Miguel Sánchez García
* gnu/packages/compton.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add compton.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-21gnu: Add geos.Björn Höfling
* gnu/packages/geo.scm (geos): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-21gnu: gflags: Update to 2.2.0.Marius Bakke
* gnu/packages/popt.scm (gflags): Update to 2.2.0. [source]: Use tarball release.
2017-01-21gnu: r-vegan: Update to 2.4-2.Ben Woodcroft
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-2.
2017-01-21gnu: diamond: Update to 0.8.34.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.34.