aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gp2c: Update to 0.10.0.Andreas Enge2017-03-03
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.10.0.
* pari-gp: Update to 2.9.1.Andreas Enge2017-03-03
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.9.1.
* gnu: tor: Update to 0.2.9.10.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.9.10.
* build-system/cargo: Export %cargo-build-system-modules.Danny Milosavljevic2017-03-03
| | | | * guix/build-system/cargo.scm (%cargo-build-system-modules): Export.
* gnu: stellarium: Fix package formatting.Danny Milosavljevic2017-03-03
| | | | * gnu/packages/astronomy.scm (stellarium): Fix package formatting.
* gnu: mupdf: Fix CVE-2017-{5896,5991}.Alex Vong2017-03-03
| | | | | | | | | * gnu/packages/patches/mupdf-CVE-2017-5896.patch, gnu/packages/patches/mupdf-CVE-2017-5991.patch: New files. * gnu/packages/pdf.scm (mupdf/fixed)[source]: Add patches. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: certbot, python-acme: Update to 0.12.0.Leo Famulari2017-03-03
| | | | | * gnu/packages/tls.scm (python-acme, python2-acme): Update to 0.12.0. (certbot): Update to 0.12.0.
* gnu: python-requests: Update to 2.13.0.Leo Famulari2017-03-03
| | | | * gnu/packages/python.scm (python-requests, python2-requests): Update to 2.13.0.
* gnu: googletest: Update to 1.8.0.Ben Woodcroft2017-03-03
| | | | | | | * gnu/packages/check.scm (googletest): Update to 1.8.0. [build-system]: Use cmake-build-system. [arguments]: Remove field. [native-inputs]: Remove autoconf, automake, libtool.
* gnu: libseccomp: Update to 2.3.2.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/linux.scm (libseccomp): Update to 2.3.2.
* gnu: cmark: Update to 0.27.1.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/markdown.scm (cmark): Update to 0.27.1.
* gnu: catimg: Update to 2.2.2.Tobias Geerinckx-Rice2017-03-03
| | | | | * gnu/packages/image-viewers.scm (catimg): Update to 2.2.2. [arguments]: Add ‘-DMAN_OUTPUT_PATH’ to the cmake arguments.
* gnu: moka-icon-theme: Update to 5.3.5.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.5.
* gnu: arc-icon-theme: Update to 20161122.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/gnome.scm (arc-icon-theme): Update to 20161122.
* gnu: arc-theme: Update to 20170302.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/gnome.scm (arc-theme): Update to 20170302.
* gnu: r-gtable: Remove duplicate definition.Tobias Geerinckx-Rice2017-03-03
| | | | | | * gnu/packages/statistics.scm (r-gtable): Remove shadowed 0.1.2 version. [home-page]: Use HTTPS. [synopsis, description]: Use those of the removed version.
* gnu: r-codetools: Remove duplicate definition.Tobias Geerinckx-Rice2017-03-03
| | | | | * gnu/packages/statistics.scm (r-codetools): Remove shadowed 0.2-14 version. [home-page]: Use HTTPS.
* gnu: ruby-arel: Remove duplicate definition.Tobias Geerinckx-Rice2017-03-03
| | | | | * gnu/packages/ruby.scm (ruby-arel): Remove shadowed 6.0.0 version. [description]: Use the older description & expand some acronyms.
* gnu: snappy: Update to 1.1.4.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/compression.scm (snappy): Update to 1.1.4.
* gnu: youtube-dl: Update to 2017.03.02.Tobias Geerinckx-Rice2017-03-03
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.03.02.
* gnu: Add dzen.Mekeor Melire2017-03-02
| | | | | | * gnu/packages/xdisorg.scm (dzen): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: password-store: Update to 1.7.Marius Bakke2017-03-02
| | | | | | * gnu/packages/password-utils.scm (password-store): Update to 1.7. [inputs]: Drop PWGEN. Add QRENCODE. [arguments]: Adjust wrapper accordingly.
* gnu: icedtea-8: Do not embed build time.Ricardo Wurmus2017-03-02
| | | | | * gnu/packages/java.scm (icedtea-8)[source]: Modify snippet to erase the embedded build time.
* gnu: Remove icedtea-6.Ricardo Wurmus2017-03-02
| | | | | * gnu/packages/java.scm (icedtea-6): Remove variable. (icedtea-7): Do not inherit from icedtea-6.
* gnu: Add python-pykka.ng02017-03-02
| | | | | | * gnu/packages/python.scm (python-pykka): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add python-eventlet.ng02017-03-02
| | | | | | * gnu/packages/python.scm (python-eventlet): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.ng02017-03-02
| | | | | | | | * gnu/packages/mail.scm (neomutt)[configure]: Add '--with-tokyocabinet' and '--with-lmdb'. [inputs]: Add 'lmdb' and 'tokyocabinet'. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add tokyocabinet.ng02017-03-02
| | | | | | * gnu/packages/databases.scm (tokyocabinet): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: podofo: Update to 0.9.5.Leo Famulari2017-03-02
| | | | * gnu/packages/pdf.scm (podofo): Update to 0.9.5.
* gnu: Add speedtest-cli.Pjotr Prins2017-03-02
| | | | | | * gnu/packages/networking.scm (speedtest-cli): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add perl-anyevent-i3.Marius Bakke2017-03-02
| | | | * gnu/packages/wm.scm (perl-anyevent-i3): New variable.
* gnu: Add perl-anyevent.Marius Bakke2017-03-02
| | | | * gnu/packages/libevent.scm (perl-anyevent): New variable.
* gnu: Add perl-x11-xcb.Marius Bakke2017-03-02
| | | | * gnu/packages/xorg.scm (perl-x11-xcb): New variable.
* gnu: Add perl-mousex-nativetraits.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-mousex-nativetraits): New variable.
* gnu: Add perl-any-moose.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-any-moose): New variable.
* gnu: Add perl-xs-object-magic.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-xs-object-magic): New variable.
* gnu: Add perl-extutils-pkgconfig.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-extutils-pkgconfig): New variable.
* gnu: Add perl-extutils-depends.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-extutils-depends): New variable.
* gnu: Add perl-test-number-delta.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-test-number-delta): New variable.
* gnu: Add perl-xml-descent.Marius Bakke2017-03-02
| | | | * gnu/packages/xml.scm (perl-xml-descent): New variable.
* gnu: Add perl-xml-tokeparser.Marius Bakke2017-03-02
| | | | * gnu/packages/xml.scm (perl-xml-parser): New variable.
* gnu: Add perl-mouse.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-mouse): New variable.
* gnu: Add perl-module-build-xsutil.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-module-build-xsutil): New variable.
* gnu: Add perl-cwd-guard.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-cwd-guard): New variable.
* gnu: Add perl-devel-checkcompiler.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-devel-checkcompiler): New variable.
* gnu: Add perl-ev.Marius Bakke2017-03-02
| | | | * gnu/packages/libevent.scm (perl-ev): New variable.
* gnu: Add perl-canary-stability.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-canary-stability): New variable.
* gnu: Add perl-async-interrupt.Marius Bakke2017-03-02
| | | | * gnu/packages/perl.scm (perl-async-interrupt): New variable.
* gnu: leveldb: Update to 1.20.Marius Bakke2017-03-02
| | | | * gnu/packages/databases.scm (leveldb): Update to 1.20.
* gnu: Add jacal.John Darrington2017-03-02
| | | | | * gnu/packages/maths.scm (jacal): New variable. * gnu/packages/patches/jacal-fix-texinfo.patch: New file.