summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-05-29gnu: Use 'cc-for-target' instead of custom implementations.Marius Bakke
* gnu/packages/compression.scm (ecm)[arguments]: In #:make-flags, remove TARGET binding and use CC-FOR-TARGET instead. * gnu/packages/linux.scm (powerstat, crda, cachefilesd)[arguments]: Likewise. * gnu/packages/mail.scm (alpine)[arguments]: Likewise. * gnu/packages/music.scm (lsp-plugins)[arguments]: Likewise. * gnu/packages/radio.scm (dump1090)[arguments]: Likewise. * gnu/packages/suckless.scm (blind, dmenu, spoon, slock, st, surf, sent, wificurse, sbm, prout, noice, human, fortify-headers, colors, libutf, scron)[arguments]: Likewise.
2020-05-29gnu: ruby-sanitize: Update to 5.1.0.Marius Bakke
* gnu/packages/patches/ruby-sanitize-system-libxml.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ruby.scm (ruby-sanitize): Update to 5.1.0. [source]: Change to GIT-FETCH. Add patch. [native-inputs]: Remove BUNDLER, RUBY-REDCARPET, and RUBY-YARD.
2020-05-29gnu: ruby-nokogumbo: Update to 2.0.2.Marius Bakke
* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 2.0.2. [arguments]: Remove. [native-inputs]: Add RUBY-RAKE-COMPILER.
2020-05-29gnu: ruby-nokogiri: Update to 1.10.9.Marius Bakke
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.10.9.
2020-05-29gnu: ruby-crass: Update to 1.0.6.Marius Bakke
* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.6. [source]: Switch to GIT-FETCH. [native-inputs]: Remove.
2020-05-29gnu: ruby-libffi: Enable tests and unbundle LibFFI.Marius Bakke
* gnu/packages/libffi.scm (ruby-ffi)[source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add #:phases.
2020-05-29gnu: ruby-rubygems-tasks: Update to 0.2.5.Marius Bakke
* gnu/packages/ruby.scm (ruby-rubygems-tasks): Update to 0.2.5.
2020-05-29gnu: ruby-rake-compiler: Update to 1.1.0.Marius Bakke
* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.1.0.
2020-05-29gnu: ruby-ffi: Update to 1.12.2.Marius Bakke
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.12.2.
2020-05-29gnu: ruby-spec-its: Accept any version of ruby-ffi.Marius Bakke
* gnu/packages/ruby.scm (ruby-rspec-its)[arguments]: Change Gemfile substitution so that any ffi gem is accepted. While at it, tighten the regex and rename the phase to be more accurate.
2020-05-29gnu: physfs: Do not build the static library.Marius Bakke
* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
2020-05-29gnu: love: Remove unused input.Marius Bakke
* gnu/packages/game-development.scm (love)[inputs]: Remove PHYSFS.
2020-05-29gnu: autorandr: Update to 1.10.1.Pierre Neidhardt
* gnu/packages/xdisorg.scm (autorandr): Update to 1.10.1.
2020-05-29gnu: openssh: Update to 8.3p1.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (openssh): Update to 8.3p1.
2020-05-29gnu: ruby-hocon: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
2020-05-29gnu: ruby-fast-gettext: Update to 2.0.3.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-fast-gettext): Update to 2.0.3.
2020-05-29gnu: fldigi: Update to 4.1.13.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (fldigi): Update to 4.1.13.
2020-05-29gnu: clp: Update to 1.17.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (clp): Update to 1.17.6.
2020-05-29gnu: piper: Include package name in source file name.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
2020-05-29gnu: piper: Update to 0.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (piper): Update to 0.5.
2020-05-29gnu: usbguard: Update to 0.7.8.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (usbguard): Update to 0.7.8.
2020-05-29gnu: oil: Update to 0.8.pre5.Ryan Prior via Guix-patches via
* gnu/packages/shells.scm (oil): Update to 0.8.pre5. [arguments]: Perform ‘patch-compiler-invocation’ phase as part of 'configure. Remove ‘make-destination’ phase. Run a basic smoke test. [synopsis, description]: Update. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-29gnu: fluidsynth: Update to 2.1.3.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.3.
2020-05-29gnu: babl: Update to 0.1.76.Tobias Geerinckx-Rice
* gnu/packages/gimp.scm (babl): Update to 0.1.76.
2020-05-29gnu: font-comic-neue: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-comic-neue): Update to 2.5.
2020-05-29gnu: rust-version-check: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/crates-io.scm (rust-version-check-0.9): Update to 0.9.2.
2020-05-29gnu: python-flask-sqlalchemy: Update to 2.4.3.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.3.
2020-05-28gnu: Add r-mstate.Eric Brown
* gnu/packages/cran.scm (r-mstate): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add r-brms.Eric Brown
* gnu/packages/cran.scm (r-brms): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add exfatprogs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add shiru-lv2.Alexandros Theodotou
* gnu/packages/music.scm (shiru-lv2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add compiledb.Yuval Kogman
* gnu/packages/build-tools.scm (compiledb): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add python-bashlex.Yuval Kogman
* gnu/packages/python-xyz.scm (python-bashlex): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: Add guile-jsonld.Julien Lepiller
* gnu/packages/guile-xyz.scm (guile-jsonld): New variable.
2020-05-28gnu: Transmission: Fix CVE-2018-10756.Leo Famulari
* gnu/packages/patches/transmission-CVE-2018-10756.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bittorrent.scm (transmission)[source]: Use it.
2020-05-28gnu: python-netcdf4: Update to 1.5.3Josh Holland
* gnu/packages/python-xyz.scm (python-netcdf4): Update to 1.5.3. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-28gnu: clang: Build 'clang-tools-extra'.Ludovic Courtès
* gnu/packages/llvm.scm (clang-from-llvm): Add #:tools-extra. Add 'output' field. In 'inputs', add TOOLS-EXTRA when it's given. In 'arguments', add 'add-tools-extra' and 'move-extra-tools' phases when TOOLS-EXTRA is given.
2020-05-28gnu: python-flask-sqlalchemy: Update to 2.4.2.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.2.
2020-05-27gnu: apfs-fuse: Update to 0.0.0-1.7b89418.Leo Famulari
* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-1.7b89418. [arguments]: Install the README. Select FUSE 2 in #:configure-flags.
2020-05-28gnu: r-rversions: Update to 2.0.2.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-rversions): Update to 2.0.2.
2020-05-28gnu: cvs-fast-export: Update to 1.55.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.55.
2020-05-28gnu: eid-mw: Update to 4.4.27.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.27.
2020-05-28gnu: mu: Update to 1.4.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mu): Update to 1.4.7.
2020-05-28gnu: gnome: Add gnome-boxes.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.
2020-05-28gnu: gnome-boxes: Update to 3.36.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.4.
2020-05-28gnu: gdb: Add version 9.2.Ludovic Courtès
* gnu/packages/gdb.scm (gdb-9.2): New variable.
2020-05-27gnu: libnslog: Use latest version of check for tests.Eric Bavier
Test failures with latest check were fixed in most recent release. See bug report: https://bugs.netsurf-browser.org/mantis/view.php?id=2736 * gnu/packages/web.scm (libnslog)[native-inputs]: Use latest check.
2020-05-27gnu: linux-libre: Update to 5.4.43.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.43. (linux-libre-5.4-pristine-source): Update hash.
2020-05-27gnu: linux-libre@5.6: Update to 5.6.15.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.15. (linux-libre-5.6-pristine-source): Update hash.
2020-05-27gnu: linux-libre@4.19: Update to 4.19.125.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.125. (linux-libre-4.19-pristine-source): Update hash.