summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-05-23gnu: python-django-compressor: Update to 2.4.12.4.1.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-django-compressor): Update to 2.4.12.4.1.
2021-05-23gnu: freeipmi: Update to 1.6.8.Tobias Geerinckx-Rice
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.8.
2021-05-23gnu: exfatprogs: Update to 1.1.2.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.
2021-05-23gnu: diffoscope: Update to 175.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 175.
2021-05-23gnu: hddtemp: Update to 0.4.3.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (hddtemp): Update to 0.4.3. [source, home-page]: Use a maintained fork/continuation. [arguments]: Add a new 'delete-autogen.sh phase. Adjust the 'install-db phase to install the bundled hddtemp.db. [inputs]: Remove old hddtemp.db. [native-inputs]: Add autoconf, automake, and gettext. f hddtemp
2021-05-23gnu: parallel: Update to 20210522.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20210522.
2021-05-23gnu: abook: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (abook)[description]: Fix typo.
2021-05-23gnu: butt: Add snippet.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (butt)[source]: Add snippet.
2021-05-23gnu: butt: Update to 0.1.30.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (butt): Update to 0.1.30.
2021-05-23gnu: nvc: Update to 1.5.1.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (nvc): Update to 1.5.1. [arguments]: Hopefully re-enable #:parallel-build?s.
2021-05-23gnu: cava: Update to 0.7.4.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (cava): Update to 0.7.4.
2021-05-23gnu: slurm: Update to 20.11.7.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (slurm): Update to 20.11.7.
2021-05-23gnu: filezilla: Update to 3.54.1.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (filezilla): Update to 3.54.1.
2021-05-23gnu: ois: Update to 1.5.1.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (ois): Update to 1.5.1.
2021-05-23gnu: notmuch: Update to 0.32.1.Xinglu Chen
* gnu/packages/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: Don’t return #t at the end of the phase, this won’t be necessary once core-update gets merged. Signed-off-by: Marius Bakke <marius@gnu.org>
2021-05-23gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].Marius Bakke
* gnu/packages/xorg.scm (libx11/fixed): Update to 1.7.1.
2021-05-23gnu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450].Marius Bakke
* gnu/packages/tls.scm (openssl-1.1.1k): New variable. (openssl)[replacement]: New field.
2021-05-23gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke
These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
2021-05-23gnu: squashfs-tools: Prepare for GCC 10.Marius Bakke
* gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New fields.
2021-05-23gnu: cl-trivial-features: Update to 1.0.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-features): Update to 1.0. [arguments]: Add comment about disabled tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-22gnu: Add xdo.WinterHound
* gnu/packages/xdisorg.scm (xdo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-22gnu: Add jumpapp.Renzo Poddighe
* gnu/packages/xdisorg.scm (jumpapp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-22gnu: luakit: Update to 2.3.Raphaël Mélotte
* gnu/packages/web-browsers.scm (luakit): Update to 2.3 [arguments]: Add 'set-version' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-22gnu: zam-plugins: Update source hash.Tobias Geerinckx-Rice
See <http://issues.guix.gnu.org/48589>. * gnu/packages/music.scm (zam-plugins)[source]: Update hash.
2021-05-22gnu: cmdtest: Use a source file-name.Efraim Flashner
* gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
2021-05-22gnu: Remove python2-ipython-cluster-helper.Marius Bakke
Some of its requirements no longer support Python 2 which has left this package broken for a while. * gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): Remove variable.
2021-05-22gnu: Remove python2-notebook.Marius Bakke
Some of its requirements no longer support Python 2 which has left this package broken for a while. * gnu/packages/python-xyz.scm (python2-notebook): Remove variable. (python-notebook)[properties]: Remove.
2021-05-22gnu: python-django-statici18n: Update to 2.1.0.Marius Bakke
* gnu/packages/django.scm (python-django-statici18n): Update to 2.1.0.
2021-05-22gnu: python-urllib3: Don't use 'package/inherit' on replacement package.Marius Bakke
* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
2021-05-22gnu: python-terminado: Update to 0.10.0.Marius Bakke
* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
2021-05-22gnu: python-genshi: Update to 0.7.5.Marius Bakke
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5. [propagated-inputs]: Add PYTHON-SIX.
2021-05-22gnu: autotrace: Prepare for GLib 2.68 and later.Marius Bakke
* gnu/packages/patches/autotrace-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (autotrace)[source](patches): New field.
2021-05-22gnu: libblockdev: Prepare for GLib 2.58.Marius Bakke
* gnu/packages/patches/libblockdev-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/disk.scm (libblockdev)[source](patches): New field.
2021-05-22gnu: ucx: Restore (and adapt) ioctl fallback patch.Marius Bakke
This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field.
2021-05-22gnu: cmdtest: Do not propagate any inputs.Marius Bakke
* gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field.
2021-05-22gnu: cmdtest: Update to 0.32-14-gcdfe14e.Marius Bakke
* gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e. [source]: Switch to GIT-FETCH. [arguments]: Remove #:phases and #:python. Add #:tests?. [native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and PYTHON-TTYSTATUS to their respective Python 3 variants.
2021-05-22gnu: python2-ttystatus: Add Python 3 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ... (python-ttystatus): ... this. [name, native-inputs, arguments]: Adjust accordingly. [descriptions]: Remove mentions of Python version and add markup. (python2-ttystatus): Use PACKAGE-WITH-PYTHON2.
2021-05-22gnu: python2-cliapp: Add Python 3 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-cliapp): Rename to ... (python-cliapp): ... this. [name, native-inputs, propagated-inputs]: Adjust accordingly. [arguments]: Disable tests. [description]: Remove mentions of Python version and add markup. (python2-cliapp): Use PACKAGE-WITH-PYTHON2.
2021-05-22gnu: python-coverage-test-runner: Add Python 3 variant.Marius Bakke
* gnu/packages/check.scm (python2-coverage-test-runner): Rename to ... (python-coverage-test-runner): ... this. [arguments, propagated-inputs]: Adjust for Python 3. (python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2.
2021-05-22gnu: sharutils: 'which' is a native input.Marius Bakke
* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
2021-05-22gnu: sharutils: Prepare for GCC 10.Marius Bakke
* gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t.
2021-05-22gnu: ntp: Prepare for GCC 10.Marius Bakke
* gnu/packages/ntp.scm (ntp)[source](patches): New field.
2021-05-22gnu: guix: Update to 9f2b2c4.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
2021-05-22gnu: Add emacs-poly-r.Ricardo Wurmus
* gnu/packages/statistics.scm (emacs-poly-r): New variable.
2021-05-22gnu: Add emacs-poly-noweb.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.
2021-05-21gnu: pinball: Update to 3.1.20201218.Eric Bavier
* gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them.
2021-05-21gnu: python-scour: Update to 0.38.2.Björn Höfling
* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
2021-05-21gnu: python-scour: Correct version.Björn Höfling
* gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1.
2021-05-21gnu: xfce4-screenshooter: Update to 1.9.9.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-21gnu: Fix build for ldc.Roel Janssen
* gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.