summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: icecat: Add more fixes from upstream mozilla-esr45.Mark H Weaver2017-01-25
| | | | | | | | | Includes fixes for CVE-2017-5373, CVE-2017-5375, CVE-2017-5376, CVE-2017-5378, CVE-2017-5380, CVE-2017-5383, CVE-2017-5386, CVE-2017-5390, and CVE-2017-5396. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to reflect newly announced CVE assignments. Add selected fixes from upstream mozilla-esr45.
* gnu: python-debian: Fix URL.Marius Bakke2017-01-25
| | | | * gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
* gnu: emacs-seq: Update to 2.19.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/emacs.scm (emacs-seq): Update to 2.19.
* gnu: emacs-spinner: Update to 1.7.3.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/emacs.scm (emacs-spinner): Update to 1.7.3.
* gnu: emacs-auctex: Update to 11.90.0.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/emacs.scm (emacs-auctex): Update to 11.90.0.
* gnu: trash-cli: Update to 0.17.1.14.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.14.
* gnu: python2-pysqlite: Update to 2.8.3.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python2-pysqlite): Update to 2.8.3.
* gnu: python-cov-core: Fix & improve synopsis & description.Tobias Geerinckx-Rice2017-01-24
| | | | | | * gnu/packages/python.scm (python-cov-core)[synopsis]: Capitalise and add ‘coverage’ key-word. [description]: Use @code.
* gnu: python-email-validator: Update to 1.0.2.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-email-validator): Update to 1.0.2.
* gnu: python-mistune: Update to 0.7.3.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-mistune): Update to 0.7.3.
* gnu: python-tabulate: Update to 0.7.7.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-tabulate): Update to 0.7.7
* gnu: python-paste: Update to 2.0.3.Tobias Geerinckx-Rice2017-01-24
| | | | | | | * gnu/packages/python.scm (python-paste): Update to 2.0.3. [arguments]: Re-enable tests. They now pass even on Python 3. [properties]: Remove. (python2-paste): Use package-with-python2 directly now.
* gnu: python-colorama: Fix typo in synopsis.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
* gnu: python-colorama: Update to 0.3.7.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-colorama): Update to 0.3.7.
* gnu: python-debian: Update to 0.1.28.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-debian): Update to 0.1.28.
* gnu: python-seaborn: Update to 0.7.1.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-seaborn): Update to 0.7.1.
* gnu: python-unidecode: Update to 0.04.20.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-unidecode): Update to 0.04.20.
* gnu: python-alembic: Update to 0.8.10.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-alembic): Update to 0.8.10.
* gnu: python-orderedmultidict: Update to 0.7.11.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
* gnu: the-silver-searcher: Fix & improve description.Tobias Geerinckx-Rice2017-01-24
| | | | | * gnu/packages/code.scm (the-silver-searcher)[description]: Fix typo, use @command and @file mark-up, and clarify a bit.
* gnu: the-silver-searcher: Update to 1.0.2.Tobias Geerinckx-Rice2017-01-24
| | | | | | | * 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.
* gnu: youtube-dl: Update to 2017.01.24.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.01.24.
* gnu: haunt: Update to 0.2.1humanitiesNerd2017-01-24
| | | | | | * gnu/packages/guile.scm (haunt): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: arandr: Remove timestamps from gzipped man pages.Ludovic Courtès2017-01-24
| | | | | * gnu/packages/xdisorg.scm (arandr)[source](modules, snippet): New fields.
* mapped-devices: 'source' can be a list of strings.Ludovic Courtès2017-01-24
| | | | | | | 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.
* gnu: Add hyperestraier.Thomas Danckaert2017-01-24
| | | | | | * gnu/packages/search.scm (hyperestraier): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qdbm.Thomas Danckaert2017-01-24
| | | | | | * gnu/packages/databases.scm (qdbm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openjpeg: Fix CVE-2016-{9572,9573}.Leo Famulari2017-01-24
| | | | | | * 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.
* gnu: gnupg: Update to 2.1.18.Marius Bakke2017-01-24
| | | | | | | * 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.
* gnu: wiredtiger: Update to 2.9.1humanitiesNerd2017-01-24
| | | | | | * gnu/packages/databases.scm (wiredtiger): Update to 2.9.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001].ng02017-01-24
| | | | | | | | | 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>
* gnu: Add libvterm.Ricardo Wurmus2017-01-24
| | | | * gnu/packages/terminals.scm (libvterm): New variable.
* gnu: Add unibilium.Ricardo Wurmus2017-01-24
| | | | * gnu/packages/terminals.scm (unibilium): New variable.
* gnu: Add lsyncd.Ricardo Wurmus2017-01-24
| | | | * gnu/packages/sync.scm (lsyncd): New variable.
* gnu: khal: Update to 0.9.0.Leo Famulari2017-01-24
| | | | | | | * 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.
* gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].Leo Famulari2017-01-24
| | | | * gnu/packages/xiph.scm (opus): Update to 1.1.4.
* gnu: icedtea-6: Update to 1.13.13 [security fixes].Leo Famulari2017-01-24
| | | | | | | 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.
* gnu: libupnp: Update to 1.6.21.Leo Famulari2017-01-23
| | | | | | | | * 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.
* services: Create /var/log/wtmp upon activation.Ludovic Courtès2017-01-24
| | | | | | | | 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.
* gnu: Add electrum.Carlo Zancanaro2017-01-24
| | | | | | * gnu/packages/finance.scm (electrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mplayer: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
* gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
* gnu: avidemux: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/video.scm (avidemux)[arguments]: Use (which "sh") instead of (which "bash") in 'repack-ffmpeg' phase.
* gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead of (which "bash") in 'fix-makefile' phase.
* gnu: sendmail: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/mail.scm (sendmail)[arguments]: Use (which "sh") instead of (which "bash") in 'replace-/bin/sh' phase.
* gnu: signing-party: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of (which "bash") in 'configure' phase.
* gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-check-sh' phase.
* gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-config-files' phase.
* gnu: gegl: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of (which "bash") in 'pre-build' phase.
* gnu: orpheus: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-shells' phase.