Age | Commit message (Collapse) | Author |
|
* gnu/packages/perl.scm (perl-pegex): Update to 0.70.
|
|
* gnu/packages/perl.scm (perl-yaml): Update to 1.27.
|
|
* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.76.
|
|
* gnu/packages/music.scm (perl-webservice-musicbrainz): Update to 1.0.5.
|
|
* gnu/packages/license.scm (perl-software-license): Update to 0.103014.
|
|
* gnu/packages/language.scm (perl-lingua-en-tagger): Update to 0.30.
|
|
* gnu/packages/dns.scm (isc-bind)[arguments]: Move #T from ‘check’ to ‘move-to-utils’ phase.
|
|
* gnu/packages/video.scm (vlc)[arguments]: Remove obsolete Qt 5.11 changes in
'patch-source' phase.
|
|
* gnu/packages/video.scm (vlc)[arguments]: Adjust the faulty libssh2 feature
detection macro.
|
|
* gnu/packages/vpn.scm (xl2tpd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Previously we could end up silently building truncated tarballs.
* gnu/system/vm.scm (system-docker-image)[build]: Add call to 'sync'.
|
|
* gnu/system.scm (<operating-system>)[skeletons, services]: Fix
misleading type comments.
|
|
* gnu/packages/linux.scm (tlp): Update to 1.2.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.9.
|
|
* gnu/packages/bioinformatics.scm (starlong): New variable.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20190322.
|
|
* gnu/packages/mail.scm (claws-mail)[arguments]: Add "--enable-ldap" to
configure flags.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.31.
|
|
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Hard-code NAME.
|
|
* gnu/packages/patches/libgit2-avoid-python.patch: Add comments.
|
|
* gnu/packages/patches/libgit2-avoid-python.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[source]: Use it.
[inputs]: Remove python.
[native-inputs]: Add guile-2.2.
|
|
* gnu/packages/cran.scm (r-reinforcelearn): New variable.
|
|
* gnu/packages/cran.scm (r-picante): New variable.
|
|
* gnu/packages/statistics.scm (r-assertthat): Update to 0.2.1.
|
|
* gnu/packages/statistics.scm (r-rlang): Update to 0.3.2.
|
|
This is a followup to commits c1f4e6491cecc5d121ef371a8fb2aa0a07030d36
and af8f7eb4f2a664c2d0fb3faabaf2e80c72993ef6.
* gnu/packages/curl.scm (libssh2-1.8.0): Use hidden-package.
|
|
* gnu/packages/cran.scm (r-recipes): Update to 0.1.5.
[propagated-inputs]: Remove r-broom, r-ddalpha, r-dimred, and r-pls; add
r-generics, r-glue, and r-tidyr.
|
|
* gnu/packages/statistics.scm (r-zoo): Update to 1.8-5.
|
|
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-28.
|
|
* gnu/packages/cran.scm (r-expm): Update to 0.999-4.
|
|
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]: In 'configure'
phase, for "emms-tag-editor.el", replace "mid3v2" but not "mp3info".
[inputs]: Add PYTHON-MUTAGEN.
|
|
* gnu/packages/emacs-xyz.scm (emacs-semantic-refactor): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/elixir.scm (elixir): Update to 1.8.1.
[source](patches): New field.
[home-page]: Use HTTPS.
* gnu/packages/patches/elixir-path-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.14.
|
|
* gnu/packages/linux.scm (strace): Update to 5.0.
|
|
* gnu/packages/maths.scm (glm): Update to 0.9.9.4.
|
|
* gnu/packages/tbb.scm (tbb): Update to 2019_U5.
[source]: Use GIT-FETCH because releases are no longer available.
|
|
* gnu/packages/web.scm (varnish): Update to 6.2.0.
[arguments]: Remove obsolete configure flag. Add substitution for /bin/rm.
|
|
* gnu/packages/patches/libgit2-oom-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.1.
[source](patches): Remove 'libgit2-oom-test.patch'.
|
|
* gnu/packages/freedesktop.scm (elogind): Update to 241.1.
|
|
Commit af8f7eb4f2a664c2d0fb3faabaf2e80c72993ef6 accidentally changed the cURL
derivation. Remove use of HIDDEN-PACKAGE and restore input order to prevent a
large number of rebuilds.
* gnu/packages/ssh.scm (libssh2-1.8.0): Move from here ...
* gnu/packages/curl.scm (libssh2-1.8.0): ... to here. Don't use
HIDDEN-PACKAGE and make it non-public.
(curl)[inputs]: Move LIBSSH2-1.8.0 where it was before af8f7eb4f2a66.
|
|
Fixes CVE-2019-{3855,3856,3857,3858,3859,3860,3861,3862,3863}.
* gnu/packages/ssh.scm (libssh2): Update to 1.8.1.
(libssh2-1.8.0): New variable.
* gnu/packages/curl.scm (curl)[inputs]: Use libssh2-1.8.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.5.0-1-916c3da.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/qt.scm (qwt): Update to 6.1.4.
|
|
* gnu/packages/ruby.scm (jekyll): Update to 3.8.5.
|
|
* gnu/packages/ruby.scm (ruby-fivemat): Update to 1.3.7.
|
|
* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.2.2.1.
|
|
* gnu/packages/rails.scm (ruby-rails): Update to 5.2.2.1.
|
|
* gnu/packages/rails.scm (ruby-railties): Update to 5.2.2.1.
|