summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-11-29gnu: optipng: Fix CVE-2017-1000229.Marius Bakke
* gnu/packages/image.scm (optipng)[source](patches): New field. * gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-11-29gnu: Add r-copynumber.Roel Janssen
* gnu/packages/bioinformatics.scm (r-copynumber): New variable.
2017-11-29gnu: cran: Add r-rmpi.Roel Janssen
* gnu/packages/cran.scm (r-rmpi): New variable.
2017-11-29gnu: libtorrent-rasterbar: Update to 1.1.4.Leo Famulari
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4. [source]: Remove 'libtorrent-rasterbar-boost-compat.patch'. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-28gnu: synergy: Fix install test/install error.Ben Sturmfels
* gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory in accordance with the package's new upstream name. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: exim: Fix CVE-2017-16944.Leo Famulari
* gnu/packages/patches/exim-CVE-2017-16944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
2017-11-28gnu: qemu: Fix CVE-2017-{15118,15119}.Leo Famulari
* gnu/packages/patches/qemu-CVE-2017-15118.patch, gnu/packages/patches/qemu-CVE-2017-15119.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-11-28gnu: Add nototools.ng0
* gnu/packages/fontutils.scm (nototools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-defcon.ng0
* gnu/packages/fontutils.scm (python2-defcon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-booleanoperations.ng0
* gnu/packages/python.scm (python2-booleanoperations): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-pyclipper.ng0
* gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-setuptools-scm-git-archive.ng0
* gnu/packages/python.scm (python-setuptools-scm-git-archive, python2-setuptools-scm-git-archive): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python2-ufolib.ng0
* gnu/packages/fontutils.scm (python2-ufolib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: add font-fira-sans.ng0
* gnu/packages/fonts.scm (font-fira-sans): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add font-lato.ng0
* gnu/packages/fonts.scm (font-lato): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add font-dosis.ng0
* gnu/packages/fonts.scm (font-dosis): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: zsh: Update to 5.4.2.Leo Famulari
* gnu/packages/shells.scm (zsh): Update to 5.4.2. [arguments]: Add a 'patch-test' build phase.
2017-11-28gnu: libressl: Update to 2.6.3.Rutger Helling
* gnu/packages/tls.scm (libressl): Update to 2.6.3.
2017-11-28gnu: you-get: Update to 0.4.985.Rutger Helling
* gnu/packages/video.scm (you-get): Update to 0.4.985. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: python-internetarchive: Enable tests.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Enable tests.
2017-11-28gnu: python-internetarchive: Update to 1.7.4.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
2017-11-28gnu: guix: Update snapshot to 0a154c1.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to commit 0a154c1.
2017-11-28gnu: Add eless.Oleg Pykhalov
* gnu/packages/emacs.scm (eless): New variable.
2017-11-28gnu: Add roguebox-adventures.Kei Kebreau
* gnu/packages/games.scm (roguebox-adventures): New variable.
2017-11-28gnu: perl-markdown-discount: Use a shorter patch file name.Ludovic Courtès
* gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch: Rename to... * gnu/packages/patches/perl-text-markdown-discount-unbundle.patch: ... this. * gnu/packages/markup.scm (perl-text-markdown-discount): Adjust accordingly.
2017-11-28gnu: guix: Add guile-bytestructures to the search path.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, add guile-bytestructures to the path.
2017-11-28gnu: guix: Provide the correct version string.Ludovic Courtès
Fixes <https://bugs.gnu.org/29429>. Reported by Arun Isaac <arunisaac@systemreboot.net>. * gnu/packages/package-management.scm (guix)[arguments]: Move 'bootstrap' phase before 'configure'. Create '.tarball-version' file.
2017-11-28gnu: xdg-utils: Add perl-file-mimeinfo as an input.Brendan Tildesley
* gnu/packages/freedesktop.scm (perl-file-mimeinfo) [input]: Add perl-file-mimeinfo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28gnu: Add perl-file-mimeinfo.Brendan Tildesley
* gnu/packages/freedesktop.scm (perl-file-mimeinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28gnu: Add perl-file-desktopentry.Brendan Tildesley
* gnu/packages/freedesktop.scm (perl-file-desktopentry): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28gnu: Add perl-file-basedir.Brendan Tildesley
* gnu/packages/freedesktop.scm: (perl-file-basedir): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28gnu: node: Update to 8.9.1.Mike Gerwitz
* gnu/packages/node.scm (node): Update to 8.9.1. [source]: Apply 'node-test-http2-server-rst-stream.patch'. [arguments]: Skip 'doc-only' target in 'check', which attempts to use npm to retrieve 'js-yaml' package. Remove test/doctool/test-make-doc.js. Do not remove now-missing test case. Remove new test case that fails in containers due to networking. * gnu/packages/patches/node-test-http2-server-rst-stream.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28gnu: libmicrohttpd: Update to 0.9.57.Efraim Flashner
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57. [description]: Fix line breaks.
2017-11-28gnu: nano: Update to 2.9.1.Efraim Flashner
* gnu/packages/nano.scm (nano): Update to 2.9.1.
2017-11-28gnu: emacs-org-contrib: Fix sha256 checksum due to emacs-org update.Clément Lassieur
* gnu/packages/emacs.scm (emacs-org-contrib)[source]: Fix sha256 checksum.
2017-11-28gnu: lua-lpeg: Avoid code repetition.Clément Lassieur
* gnu/packages/lua.scm (make-lua-lpeg): New procedure. (lua-lpeg, lua5.2-lpeg): Call make-lua-lpeg.
2017-11-27gnu: gnurl: Update to 7.56.1-2.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2. [arguments]: Adjust the #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27gnu: Add vim-fugitive.Efraim Flashner
* gnu/packages/vim.scm (vim-fugitive): New variable.
2017-11-27gnu: Add gama.Efraim Flashner
* gnu/packages/gps.scm (gama): New variable.
2017-11-27gnu: Patch udisks to directly reference cryptsetup and parted.Christopher Baines
This fixes some functionality in gnome-disks, which uses udisks. Adding cryptsetup enables creating partitions using LUKS, and adding parted enables editing the partition tables through the disks application. * gnu/packages/freedesktop.scm (udisks)[inputs]: Add cryptsetup and parted. (arguments): Rename set-mount-file-name phase, and add cryptsetup and parted.
2017-11-27gnu: openntpd: Enable use of TLS-based time constraints.Leo Famulari
* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
2017-11-27gnu: monero-core: Update to 0.11.1.0.Vasile Dumitrascu
* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27gnu: monero: Update to 0.11.1.0.Vasile Dumitrascu
* gnu/packages/finance.scm (monero): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27gnu: steghide: Fix description.Tobias Geerinckx-Rice
* gnu/packages/image.scm (steghide)[description]: Remove typos and improve grammar.
2017-11-27gnu: rhythmbox: Update to 3.4.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
2017-11-27gnu: libgweather: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgweather): Update to 3.26.1.
2017-11-27gnu: glade@3: Update to 3.20.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (glade3): Update to 3.20.2.
2017-11-27gnu: libzip: Run all tests.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (libzip)[arguments]: Delete ‘remove-failing-stest’ phase.
2017-11-27gnu: borg: Use new borgbackup.org home page.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (borg)[home-page]: Update.
2017-11-27gnu: python-prompt-toolkit: Update to 1.0.15.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.15.