summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-24gnu: the-silver-searcher: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/code.scm (the-silver-searcher): Update to 1.0.2. [source]: Use signed tarball from home-page. Remove file-name. [native-inputs]: Remove autoconf, automake, and libtool, as well as... [arguments]: ...the ‘autoconf’ phase since we're now building a release.
2017-01-24gnu: youtube-dl: Update to 2017.01.24.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.24.
2017-01-24gnu: haunt: Update to 0.2.1humanitiesNerd
* gnu/packages/guile.scm (haunt): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-24gnu: arandr: Remove timestamps from gzipped man pages.Ludovic Courtès
* gnu/packages/xdisorg.scm (arandr)[source](modules, snippet): New fields.
2017-01-24mapped-devices: 'source' can be a list of strings.Ludovic Courtès
Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update comment to note that this can be a list of strings.
2017-01-24gnu: Add hyperestraier.Thomas Danckaert
* gnu/packages/search.scm (hyperestraier): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-24gnu: Add qdbm.Thomas Danckaert
* gnu/packages/databases.scm (qdbm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-24grafts: Shallow grafting can be performed on a subset of the outputs.Ludovic Courtès
* guix/grafts.scm (graft-derivation/shallow): Add #:outputs parameter. [outputs]: Rename to... [output-pairs]: ... this. Adjust 'build-expression->derivation' call accordingly.
2017-01-24gnu: openjpeg: Fix CVE-2016-{9572,9573}.Leo Famulari
* gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Use it.
2017-01-24gnu: gnupg: Update to 2.1.18.Marius Bakke
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.18. [source]: Remove patch. * gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-24gnu: wiredtiger: Update to 2.9.1humanitiesNerd
* gnu/packages/databases.scm (wiredtiger): Update to 2.9.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-24gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001].ng0
See 'ChangeLog' in the source distribution for more information about the denial of service bug TROVE-2017-001. * gnu/packages/tor.scm (tor): Update to 0.2.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-24gnu: Add libvterm.Ricardo Wurmus
* gnu/packages/terminals.scm (libvterm): New variable.
2017-01-24gnu: Add unibilium.Ricardo Wurmus
* gnu/packages/terminals.scm (unibilium): New variable.
2017-01-24gnu: Add lsyncd.Ricardo Wurmus
* gnu/packages/sync.scm (lsyncd): New variable.
2017-01-24gnu: khal: Update to 0.9.0.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.0 [source]: Remove obsolete patch. * gnu/packages/patches/khal-disable-failing-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Add it.
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>