aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-24gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].Leo Famulari
* gnu/packages/xiph.scm (opus): Update to 1.1.4.
2017-01-24gnu: icedtea-6: Update to 1.13.13 [security fixes].Leo Famulari
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.
2017-01-23gnu: libupnp: Update to 1.6.21.Leo Famulari
* 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.
2017-01-24services: Create /var/log/wtmp upon activation.Ludovic Courtès
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.
2017-01-24syscalls: Export 'read-utmpx'.Ludovic Courtès
* guix/build/syscalls.scm (read-utmpx-from-port): New procedure. * tests/syscalls.scm ("read-utmpx, EOF") ("read-utmpx"): New tests.
2017-01-24gnu: Add electrum.Carlo Zancanaro
* gnu/packages/finance.scm (electrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23gnu: mplayer: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
2017-01-23gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/video.scm (ffmpeg)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
2017-01-23gnu: avidemux: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/video.scm (avidemux)[arguments]: Use (which "sh") instead of (which "bash") in 'repack-ffmpeg' phase.
2017-01-23gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead of (which "bash") in 'fix-makefile' phase.
2017-01-23gnu: sendmail: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/mail.scm (sendmail)[arguments]: Use (which "sh") instead of (which "bash") in 'replace-/bin/sh' phase.
2017-01-23gnu: signing-party: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
2017-01-23gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-check-sh' phase.
2017-01-23gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-config-files' phase.
2017-01-23gnu: gegl: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of (which "bash") in 'pre-build' phase.
2017-01-23gnu: orpheus: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-shells' phase.
2017-01-23gnu: node: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-files' phase.
2017-01-23gnu: Add compface.Danny Milosavljevic
* gnu/packages/mail.scm (compface): New variable.
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: 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-23doc: Mention the need of a BIOS boot partition when using GPT.宋文武
* doc/guix.text (Preparing for Installation)[Disk Partitioning]: Mention the need of a BIOS boot partition when using GPT with the defualt GRUB.
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-23doc: Fix a typo in guix.texi.Maxim Cournoyer
* doc/guix.texi (Invoking guix environment): s/the use/use the/ 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: 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-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: 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: 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.