aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: freeipmi: Update to 1.6.8.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.8.
* gnu: exfatprogs: Update to 1.1.2.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.
* gnu: diffoscope: Update to 175.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 175.
* gnu: hddtemp: Update to 0.4.3.Tobias Geerinckx-Rice2021-05-23
| | | | | | | | | | | * 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
* gnu: parallel: Update to 20210522.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/parallel.scm (parallel): Update to 20210522.
* gnu: abook: Fix typo in description.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/mail.scm (abook)[description]: Fix typo.
* gnu: butt: Add snippet.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/audio.scm (butt)[source]: Add snippet.
* gnu: butt: Update to 0.1.30.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/audio.scm (butt): Update to 0.1.30.
* gnu: nvc: Update to 1.5.1.Tobias Geerinckx-Rice2021-05-23
| | | | | * gnu/packages/fpga.scm (nvc): Update to 1.5.1. [arguments]: Hopefully re-enable #:parallel-build?s.
* gnu: cava: Update to 0.7.4.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/audio.scm (cava): Update to 0.7.4.
* gnu: slurm: Update to 20.11.7.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/parallel.scm (slurm): Update to 20.11.7.
* gnu: filezilla: Update to 3.54.1.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.54.1.
* gnu: ois: Update to 1.5.1.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/game-development.scm (ois): Update to 1.5.1.
* doc: Correct spellingFilip Lajszczak2021-05-23
| | | | | | | * doc/contributing.tex (Submitting Patches): Correct spelling of "acknowledgement" Co-authored-by: Piotr Kaznowski <piotr@kazno.dev> Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: notmuch: Update to 0.32.1.Xinglu Chen2021-05-23
| | | | | | | | * 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>
* gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].Marius Bakke2021-05-23
| | | | * gnu/packages/xorg.scm (libx11/fixed): Update to 1.7.1.
* gnu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450].Marius Bakke2021-05-23
| | | | | * gnu/packages/tls.scm (openssl-1.1.1k): New variable. (openssl)[replacement]: New field.
* gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: squashfs-tools: Prepare for GCC 10.Marius Bakke2021-05-23
| | | | | * gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New fields.
* gnu: cl-trivial-features: Update to 1.0.Sharlatan Hellseher2021-05-23
| | | | | | | * 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>
* gnu: Add xdo.WinterHound2021-05-22
| | | | | | * gnu/packages/xdisorg.scm (xdo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add information about first patch.Filip Lajszczak2021-05-22
| | | | | | * doc/contributing.texi (Submitting Patches): Add information about first patch acnowledgement delay. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add jumpapp.Renzo Poddighe2021-05-22
| | | | | | * gnu/packages/xdisorg.scm (jumpapp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: hackage: Prefix licenses with 'license:'.Xinglu Chen2021-05-22
| | | | | | | | | * guix/import/hackage.scm (string->license): Prefix the value of the license field with ‘license:’. * tests/hackage.scm (match-ghc-foo, match-ghc-foo-6, match-ghc-foo-revision): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: luakit: Update to 2.3.Raphaël Mélotte2021-05-22
| | | | | | | * gnu/packages/web-browsers.scm (luakit): Update to 2.3 [arguments]: Add 'set-version' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* lint: archival: Lookup content in Disarchive database.Ludovic Courtès2021-05-22
| | | | | | | | | | | * guix/lint.scm (lookup-disarchive-spec): New procedure. (check-archival): When 'lookup-content' returns #f, call 'lookup-disarchive-spec'. Call 'lookup-directory' on the result of 'lookup-directory'. * guix/download.scm (%disarchive-mirrors): Make public. * tests/lint.scm ("archival: missing content"): Set '%disarchive-mirrors'. ("archival: content unavailable but disarchive available"): New test.
* gnu: zam-plugins: Update source hash.Tobias Geerinckx-Rice2021-05-22
| | | | | | See <http://issues.guix.gnu.org/48589>. * gnu/packages/music.scm (zam-plugins)[source]: Update hash.
* gnu: cmdtest: Use a source file-name.Efraim Flashner2021-05-22
| | | | * gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
* gnu: Remove python2-ipython-cluster-helper.Marius Bakke2021-05-22
| | | | | | | 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.
* gnu: Remove python2-notebook.Marius Bakke2021-05-22
| | | | | | | | 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.
* etc: Add more SELinux permissions for the daemon.Marius Bakke2021-05-22
| | | | | * etc/guix-daemon.cil.in (guix_daemon): Add more permissions, necessary for garbage collection.
* gnu: python-django-statici18n: Update to 2.1.0.Marius Bakke2021-05-22
| | | | * gnu/packages/django.scm (python-django-statici18n): Update to 2.1.0.
* gnu: python-urllib3: Don't use 'package/inherit' on replacement package.Marius Bakke2021-05-22
| | | | | * gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
* gnu: python-terminado: Update to 0.10.0.Marius Bakke2021-05-22
| | | | * gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
* gnu: python-genshi: Update to 0.7.5.Marius Bakke2021-05-22
| | | | | * gnu/packages/python-web.scm (python-genshi): Update to 0.7.5. [propagated-inputs]: Add PYTHON-SIX.
* gnu: autotrace: Prepare for GLib 2.68 and later.Marius Bakke2021-05-22
| | | | | | * 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.
* gnu: libblockdev: Prepare for GLib 2.58.Marius Bakke2021-05-22
| | | | | | * 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.
* gnu: ucx: Restore (and adapt) ioctl fallback patch.Marius Bakke2021-05-22
| | | | | | | | | 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.
* gnu: cmdtest: Do not propagate any inputs.Marius Bakke2021-05-22
| | | | | * gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field.
* gnu: cmdtest: Update to 0.32-14-gcdfe14e.Marius Bakke2021-05-22
| | | | | | | | * 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.
* gnu: python2-ttystatus: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | * 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.
* gnu: python2-cliapp: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | * 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.
* gnu: python-coverage-test-runner: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | * 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.
* gnu: sharutils: 'which' is a native input.Marius Bakke2021-05-22
| | | | | * gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
* gnu: sharutils: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | * gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t.
* gnu: ntp: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | * gnu/packages/ntp.scm (ntp)[source](patches): New field.
* scripts: discover: Report Avahi errors.Mathieu Othacehe2021-05-22
| | | | | | Fixes: <https://issues.guix.gnu.org/48561>. * guix/scripts/discover (guix-discover): Report Avahi errors.
* gnu: guix: Update to 9f2b2c4.Christopher Baines2021-05-22
| | | | * gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
* gnu: Add emacs-poly-r.Ricardo Wurmus2021-05-22
| | | | * gnu/packages/statistics.scm (emacs-poly-r): New variable.
* gnu: Add emacs-poly-noweb.Ricardo Wurmus2021-05-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.