summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-24gnu: qutebrowser: Update to 2.2.2.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.2.
2021-05-23gnu: Respect the root file-system's CHECK? field.Tobias Geerinckx-Rice
* gnu/build/linux-boot.scm (mount-root-file-system): Take a new #:CHECK? keyword argument. Add it to the docstring. Conditionally call CHECK-FILE-SYSTEM. (boot-system): Adjust its only caller to pass the <file-system>'s CHECK? option through, if available.
2021-05-23gnu: md4c: Update to 0.4.8.Tobias Geerinckx-Rice
* gnu/packages/markup.scm (md4c): Update to 0.4.8.
2021-05-23gnu: lmdb: Update to 0.9.29.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (lmdb): Update to 0.9.29.
2021-05-23gnu: mm-common: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (mm-common): Update to 1.0.3. [arguments]: Use meson-0.55.
2021-05-23gnu: libmediaart: Update to 1.9.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.5. [arguments]: Use meson-next.
2021-05-23gnu: libetonyek: Update to 0.1.10.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
2021-05-23gnu: ltris: Update to 1.2.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags.
2021-05-23gnu: retroarch: Update to 1.9.3.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (retroarch): Update to 1.9.3.
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-23doc: Correct spellingFilip Lajszczak
* 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>
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-22doc: Add information about first patch.Filip Lajszczak
* doc/contributing.texi (Submitting Patches): Add information about first patch acnowledgement delay. 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-22import: hackage: Prefix licenses with 'license:'.Xinglu Chen
* 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>
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-22lint: archival: Lookup content in Disarchive database.Ludovic Courtès
* 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.
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-22etc: Add more SELinux permissions for the daemon.Marius Bakke
* etc/guix-daemon.cil.in (guix_daemon): Add more permissions, necessary for garbage collection.
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.