summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-01-24gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].•••* gnu/packages/xiph.scm (opus): Update to 1.1.4. Leo Famulari
2017-01-24gnu: icedtea-6: Update to 1.13.13 [security fixes].•••Fixes CVE-2016-{5542,5554,5568,5573,5582,5597} and others. See 'NEWS' in the source distribution for more information. * gnu/packages/java.scm (icedtea-6): Update to 1.13.13. Leo Famulari
2017-01-23gnu: libupnp: Update to 1.6.21.•••* gnu/packages/libupnp.scm (libupnp): Update to 1.6.21. [source]: Remove obsolete patches. * gnu/packages/patches/libupnp-CVE-2016-6255.patch, gnu/packages/patches/libupnp-CVE-2016-8863.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Leo Famulari
2017-01-24services: Create /var/log/wtmp upon activation.•••This fixes a bug whereby /var/log/wtmp would never be created, and thus accounting information would be lost. * gnu/services.scm (activation-script): Create /var/log/wtmp. * gnu/tests/base.scm (run-basic-test)["wtmp entry"]: New test. Ludovic Courtès
2017-01-24gnu: Add electrum.•••* gnu/packages/finance.scm (electrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Carlo Zancanaro
2017-01-23gnu: mplayer: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase. Leo Famulari
2017-01-23gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/video.scm (ffmpeg)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase. Leo Famulari
2017-01-23gnu: avidemux: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/video.scm (avidemux)[arguments]: Use (which "sh") instead of (which "bash") in 'repack-ffmpeg' phase. Leo Famulari
2017-01-23gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead of (which "bash") in 'fix-makefile' phase. Leo Famulari
2017-01-23gnu: sendmail: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/mail.scm (sendmail)[arguments]: Use (which "sh") instead of (which "bash") in 'replace-/bin/sh' phase. Leo Famulari
2017-01-23gnu: signing-party: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase. Leo Famulari
2017-01-23gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-check-sh' phase. Leo Famulari
2017-01-23gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-config-files' phase. Leo Famulari
2017-01-23gnu: gegl: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of (which "bash") in 'pre-build' phase. Leo Famulari
2017-01-23gnu: orpheus: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-shells' phase. Leo Famulari
2017-01-23gnu: node: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-files' phase. Leo Famulari
2017-01-23gnu: Add compface.•••* gnu/packages/mail.scm (compface): New variable. Danny Milosavljevic
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-23search-paths: Allow specs with #f as their separator.•••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. Ludovic Courtès
2017-01-23gnu: openssl: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/tls.scm (openssl)[arguments]: Use /bin/sh instead of /bin/bash in 'patch-tests' phase. Leo Famulari
2017-01-23gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase. Leo Famulari
2017-01-23gnu: ghostscript: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Use /bin/sh instead of /bin/bash in 'patch-config-files' phase. Leo Famulari
2017-01-23gnu: attr: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/attr.scm (attr)[arguments]: Use /bin/sh instead of /bin/bash in 'check' phase. Leo Famulari
2017-01-23gnu: lcms: Fix an out-of-bounds read.•••* 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. Leo Famulari
2017-01-23gnu: menu-cache: Update to 1.0.2.•••* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng0
2017-01-23gnu: pcmanfm, libfm: Update to 1.2.5.•••* 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> ng0
2017-01-23gnu: lxterminal: Update to 0.3.0.•••* 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> ng0
2017-01-23gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.•••* 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. Marius Bakke
2017-01-23gnu: cppcheck: Update to 1.77.•••* gnu/packages/check.scm (cppcheck): Update to 1.77. Kei Kebreau
2017-01-23gnu: wavpack: Update to 5.1.0.•••* gnu/packages/audio.scm (wavpack): Update to 5.1.0. [arguments]: Remove field. Marius Bakke
2017-01-23gnu: duplicity: Update to 0.7.11.•••* 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> Thomas Danckaert
2017-01-23gnu: glpk: Update to 4.61.•••* gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS. Marius Bakke
2017-01-23gnu: nginx: Don't replace 'sh' reference with 'bash'.•••* gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh" instead of "which bash" in 'patch-/bin/sh' phase. Marius Bakke
2017-01-23gnu: Add es.•••* gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng0
2017-01-23services: prosody: Fix activation script.•••* gnu/services/messaging.scm (prosody-activation): Import (guix build utils) for 'mkdir-p'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Clément Lassieur
2017-01-23gnu: r-ggplot2: Add r-svglite to propagated-inputs.•••* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite. Ben Woodcroft
2017-01-23gnu: bundler: Update to 1.14.2.•••* gnu/packages/ruby.scm (bundler): Update to 1.14.2. Ben Woodcroft
2017-01-23gnu: Add libtorrent-rasterbar.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jelle Licht
2017-01-23gnu: xmonad: Update to 0.12.•••* 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. Mekeor Melire
2017-01-23gnu: Add ghc-setlocale.•••* gnu/packages/haskell.scm (ghc-setlocale): New variable. Mekeor Melire
2017-01-23gnu: Remove pcre-CVE-2016-3191.patch.•••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. Efraim Flashner
2017-01-23gnu: gcal: Update to 4.1.•••* gnu/packages/gcal.scm (gcal): Update to 4.1. [home-page]: Use https. Efraim Flashner
2017-01-23gnu: libtiff: Fix CVE-2017-5225.•••* 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. Leo Famulari
2017-01-23gnu: pcre: Update to 8.40.•••* gnu/packages/pcre.scm (pcre): Update to 8.40. [source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'. Leo Famulari
2017-01-22gnu: imagemagick: Update to 6.9.7-5.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5. Leo Famulari
2017-01-22services: cuirass: Add port to cuirass configuration•••* 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> Mathieu Othacehe
2017-01-22gnu: libinput: Update to 1.6.0.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.6.0. Efraim Flashner
2017-01-22gnu: gcc: Properly set the dynamic linker file name on GNU/Hurd.•••* 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>. Ludovic Courtès
2017-01-22gnu: sed: Do not attempt to rebuild 'doc/sed.1'.•••* gnu/packages/base.scm (sed)[arguments]: Add 'dont-rebuild-sed.1' phase. [native-inputs]: Remove. Ludovic Courtès
2017-01-22gnu: sed: Use the same phases whether or not we're cross-compiling.•••* 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. Ludovic Courtès