Age | Commit message (Expand) | Author |
2020-07-11 | gnu: bitcoin-abc: Update to 0.21.10.•••* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.10.
[inputs]: Add jemalloc.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: gperftools: Update to 2.8.•••* gnu/packages/cpp.scm (gperftools): Update to 2.8.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: hss: Patch less.•••* gnu/packages/ssh.scm (hss)[arguments]: Set INSTALL_BIN make flag
instead of patching the Makefile.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: hss: Return #t from phase.•••* gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: hss: Fix cross-compilation.•••* gnu/packages/ssh.scm (hss)[arguments]: Move $CC to MAKE-FLAGS and use
CC-FOR-TARGET. Rename ‘pre-env’ to the more accurate ‘patch-file-names’.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: hss: Edit description.•••* gnu/packages/ssh.scm (hss)[description]: Edit.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: hss: Move to (gnu packages ssh).•••* gnu/packages/admin.scm (hss): Move…
* gnu/packages/ssh.scm (hss): …here.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: libglvnd: Update to 1.3.2.•••* gnu/packages/gl.scm (libglvnd): Update to 1.3.2.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: ruby-ruby-prof: Disable a flaky test.•••A test was found to fail non-deterministically.
* gnu/packages/ruby.scm (ruby-ruby-prof)[phases]: Add the 'delete-flaky-test
phase.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-yard-tomdoc.•••* gnu/packages/ruby.scm (ruby-yard-tomdoc): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-tomparse.•••* gnu/packages/ruby.scm (ruby-tomparse): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-spectroscope.•••* gnu/packages/ruby.scm (ruby-spectroscope): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-asciidoctor: Update to 2.0.10.•••* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.10.
[origin]: Use git-fetch.
[phases]: Remove 'remove-circular-tests. Add 'strip-version-requirements.
[native-inputs]: Add ruby-erubis, ruby-cucumber, ruby-haml, ruby-rouge,
ruby-rspec-expectations, ruby-simplecov, ruby-slim and ruby-tilt.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-asciidoctor: Re-indent.•••* gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-slim.•••* gnu/packages/ruby.scm (ruby-slim): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-temple: Update to 0.8.2.•••* gnu/packages/ruby.scm (ruby-temple): Update to 0.8.2.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-tilt: Add pandoc, sassc support.•••* gnu/packages/ruby.scm (ruby-guard)[native-inputs]: Move ruby-sassc from
here...
[propagated-inputs]: ...to here. Add ruby-pandoc-ruby.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-tilt: Update to 2.0.10.•••* gnu/packages/ruby.scm (ruby-tilt): Update to 2.0.10.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-pandoc-ruby.•••* gnu/packages/ruby.scm (ruby-pandoc-ruby): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-cucumber: Enable more tests.•••* gnu/packages/ruby.scm (ruby-cucumber)[test-target]: Use the default
test-target, which includes the cucumber tests target.
[phases]: Add the 'disable-rubocop and 'set-home phases. Delete Gemfile as
part of the 'strip-version-requirements phase.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-sinatra: Update to 2.0.8.1.•••* gnu/packages/ruby.scm (ruby-sinatra): Update to 2.0.8.1.
[phases]{fix-slow-doc-generation}: Add phase.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-yard: Update to 0.9.25.•••* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.25.
| Maxim Cournoyer |
2020-07-11 | gnu: Add ruby-yard-with-tests.•••* gnu/packages/ruby.scm (ruby-yard-with-tests): New variable.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-yard: Disable tests.•••YARD is a common dependency in the Ruby world; having it carry extra test
dependencies is prone to cause dependency cycles. For example, YARD depends
on Asciidoctor, but the latest Asciidoctor requires ruby-cucumber for its test
suite, which pulls YARD through many of its dependencies.
* gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable tests.
[native-inputs]: Remove.
| Maxim Cournoyer |
2020-07-11 | gnu: ruby-asciimath: Update to 2.0.1.•••* gnu/packages/maths.scm (ruby-asciimath): Update to 2.0.1.
[arguments]: Remove.
[native-inputs]: Remove bundler, add ruby-nokogiri.
| Maxim Cournoyer |
2020-07-11 | gnu: rtl-sdr: Use HTTPS URL.•••* gnu/packages/radio.scm (rtl-sdr)[source]: Use HTTPS URL.
| Leo Famulari |
2020-07-11 | gnu: Add hss.•••* gnu/packages/admin.scm (hss): New variable.
| Oleg Pykhalov |
2020-07-11 | gnu: qutebrowser: Update to 1.13.0.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Michael Rohleder |
2020-07-11 | gnu: sqlite: Add locking-mode fix for the Hurd.•••* gnu/packages/patches/sqlite-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/sqlite.scm (sqlite)[native-inputs]: Add it when building
for the Hurd.
[arguments]: Apply it when building for the Hurd.
| Jan (janneke) Nieuwenhuizen |
2020-07-11 | gnu: monero-gui: Update to 0.16.0.2.•••* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
| Guillaume Le Vaillant |
2020-07-11 | gnu: maradns: Use CC-FOR-TARGET.•••* gnu/packages/dns.scm (maradns)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: maradns: Update to 3.5.0007.•••* gnu/packages/dns.scm (maradns): Update to 3.5.0007.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: chocolate-doom: Update to 3.0.1.•••* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: 7kaa: Update to 2.15.4.•••* gnu/packages/games.scm (7kaa): Update to 2.15.4.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: r-processx: Update to 3.4.3.•••* gnu/packages/cran.scm (r-processx): Update to 3.4.3.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: r-htmltable: Update to 2.0.1.•••* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: xwallpaper: Update to 0.6.5.•••* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.
| Tobias Geerinckx-Rice |
2020-07-10 | gnu: gnome-builder: Expound description.•••* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
| Ludovic Courtès |
2020-07-10 | gnu: Add gnome-builder.•••* gnu/packages/gnome.scm (gnome-builder): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Prikler |
2020-07-10 | gnu: Add sysprof.•••* gnu/packages/gnome.scm (sysprof): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Prikler |
2020-07-10 | gnu: lcalc: Don't rename the include directory.•••Sage no longer renames the directory, so we shouldn't either.
* gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from
the prepare-build phase.
| Jakub Kądziołka |
2020-07-10 | gnu: Add ECL 16.1.3 for Sage.•••* gnu/packages/sagemath.scm (ecl-16): New variable.
* gnu/packages/patches/ecl-16-format-directive-limit.patch,
gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch,
gnu/packages/patches/ecl-16-libffi.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register the patches.
| Jakub Kądziołka |
2020-07-10 | gnu: sagemath: Remove unnecessary old versions of packages•••Sage has updated givaro, fflas-ffpack and linbox since the comment was
written.
* gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove
variables.
| Jakub Kądziołka |
2020-07-10 | gnu: linbox: Fix linking of dependant packages.•••* gnu/packages/algebra.scm (linbox)[source]: Add a patch.
[inputs]: Move fflas-ffpack to...
[propagated-inputs]: ...here.
* gnu/packages/patches/linbox-fix-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Jakub Kądziołka |
2020-07-10 | gnu: arb: Build with flint 2.6.•••Backport an upstream patch to fix a compatibility issue with flint 2.6.
* gnu/packages/algebra.scm (arb): Add patch.
* gnu/packages/patches/arb-flint-2.6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
| Jakub Kądziołka |
2020-07-10 | gnu: flint: Build with ntl.•••* gnu/packages/algebra.scm (flint)[inputs]: Add ntl.
[arguments]: Pass --with-ntl to configure.
| Jakub Kądziołka |
2020-07-10 | gnu: flint: Update to 2.6.0.•••* gnu/packages/algebra.scm (flint): Update to 2.6.0.
* gnu/packages/patches/flint-ldconfig.patch: Remove the patch as it got
applied upstream.
* gnu/local.mk (dist_patch_DATA): Deregister the removed file.
| Jakub Kądziołka |
2020-07-10 | gnu: minetest: Update to 5.3.0.•••* gnu/packages/games.scm
(minetest, minetest-data): Update to 5.3.0.
(minetest-data): Specify version with (package-version minetest)
| Jakub Kądziołka |
2020-07-10 | gnu: webkitgtk: Update to 2.28.3 [security fixes].•••Includes fixes for CVE-2020-9802, CVE-2020-9803, CVE-2020-9805,
CVE-2020-9806, CVE-2020-9807, CVE-2020-9843, CVE-2020-9850,
and CVE-2020-13753.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.3.
| Mark H Weaver |
2020-07-10 | gnu: linux-libre: Fix regression with Atheros 9271.•••* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (%linux-libre-fix-atheros-9271-patch): New variable.
(linux-libre-4.4-source, linux-libre-4.9-source)
(linux-libre-4.14-source, linux-libre-4.19-source)
(linux-libre-5.4-source, linux-libre-5.7-source): Add the patch.
| Mark H Weaver |