summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-26gnu: tzdata: Update to 2021a.Vincent Legoll
* gnu/packages/base.scm (tzdata): Update to 2021a. [inputs]: Update tzcode. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-26gnu: emacs-imenu-list: Bump revision.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Bump revision. This is a followup to e0495951d5e8544c0f6d2e5a8a83b3c3e419bb3a.
2021-03-26gnu: emacs-imenu-list: Update to 0.9-0.b502223.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.9-0.b502223. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26gnu: Add emacs-nice-citation.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-nice-citation): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 1.0-2-fc2dfa1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26gnu: hikari: Improve package.Nicolas Goaziou
* gnu/packages/wm.scm (hikari)[inputs]: Sort alphabetically. [synopsis]: Shorten a bit. [description]: Use full sentences.
2021-03-26gnu: Add hikari.qblade
* gnu/packages/wm.scm (hikari): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26gnu: cuirass: Update to 1.0.0-4.ff3f25d.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-4.ff3f25d.
2021-03-26gnu: eolie: Add missing inputs.Leo Prikler
This fixes errors observed directly at launch of Eolie inside pure environments. (See <https://bugs.gnu.org/47097> for more information.) It is still not possible to launch Eolie inside a container, however. (See also <https://bugs.gnu.org/47106>.) * gnu/packages/gnome.scm (eolie)[inputs]: Add libhandy and gnome-settings-daemon.
2021-03-26gnu: guix-build-coordinator: Update to 0-21.6e7e63f.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-21.6e7e63f.
2021-03-26gnu: guix-data-service: Update to 0.0.1-26.410f58c.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-26.410f58c. [inputs]: Use newer PostgreSQL and guile-json packages, and switch to non-deprecated variants of other packages.
2021-03-26gnu: Add r-samr.Tim Howes
* gnu/packages/cran.scm (r-samr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-26gnu: Add r-gsa.Tim Howes
* gnu/packages/cran.scm (r-gsa): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-26gnu: r-suppdists: Update hash.zimoun
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
2021-03-26gnu: SVT-HEVC: Update to 1.5.0.Leo Famulari
* gnu/packages/video.scm (svt-hevc): Update to 1.5.0. [license]: Specify the license.
2021-03-26gnu: SVT-AV1: Update URLs.Leo Famulari
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
2021-03-26gnu: libaom: Update to 3.0.0.Leo Famulari
* gnu/packages/video.scm (libaom): Update to 3.0.0.
2021-03-26gnu: guix: Update to 6e7ba45.Léo Le Bouter
* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
2021-03-26gnu: sqlite: Update to 3.32.3 [security fixes].Léo Le Bouter
Fixes CVE-2020-11655, CVE-2020-11656, CVE-2020-13434, CVE-2020-13435, CVE-2020-13630, CVE-2020-13631, CVE-2020-13632, CVE-2020-15358 and CVE-2020-9327. * gnu/packages/sqlite.scm (sqlite/fixed): New variable. (sqlite)[replacement]: Graft.
2021-03-26gnu: mariadb: Fix CVE-2021-27928.Léo Le Bouter
* gnu/packages/patches/mariadb-CVE-2021-27928.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb/fixed): New variable. Apply patch. (mariadb)[replacement]: Graft.
2021-03-25gnu: Remove QT 4.Leo Famulari
For more information, see: https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00596.html https://bugs.gnu.org/45704 * gnu/packages/qt.scm (qt-4, python2-pyqt-4): Remove variables. * gnu/packages/engineering.scm (qucs, qucs-s): Remove variables. * gnu/packages/messaging.scm (pybitmessage): Remove variable. * gnu/packages/password-utils.scm (keepassx): Remove variable. * gnu/packages/pdf.scm (poppler-qt4): Remove variable.
2021-03-26doc: "Invoking guix refresh" links to '--with-latest'.Ludovic Courtès
* doc/guix.texi (Invoking guix refresh): Reword intro and Link to '--with-latest'.
2021-03-26doc: Explain how to pass 'guix refresh' the packages found in your profile.Ludovic Courtès
Suggested by Xinglu Chen <public@yoctocell.xyz>. * doc/guix.texi (Invoking guix refresh): Mention how to update packages found in one's profile.
2021-03-26doc: Move 'guix refresh --list-updaters' reference to the right place.Ludovic Courtès
* doc/guix.texi (Invoking guix refresh): Move '--list-updaters' right after '--type'.
2021-03-26import: print: Improve origin method name guesswork.Ludovic Courtès
Fixes <https://bugs.gnu.org/47375>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/import/print.scm (package->code): For METHOD, use 'variable-name' preferably, and call 'procedure-name' as a last resort.
2021-03-26lint: archival: Gracefully handle packages with a #f hash value.Ludovic Courtès
Fixes <https://bugs.gnu.org/47293>. Reported by Luis Felipe. * guix/lint.scm (check-archival): Check whether 'content-hash-value' returns true.
2021-03-25gnu: ircii: Update to 20210314 [security fixes].Leo Famulari
See this message for more information about the security issues fixed in ircii 20210314: https://seclists.org/oss-sec/2021/q1/262 * gnu/packages/irc.scm (ircii): Update to 20210314.
2021-03-25gnu: linux-libre 5.10: Update to 5.10.26.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.26. (linux-libre-5.10-pristine-source): Update hash.
2021-03-25gnu: linux-libre: Update to 5.11.10.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.10. (linux-libre-5.11-pristine-source): Update hash.
2021-03-25gnu: vips: Update to 8.10.6.Tobias Geerinckx-Rice
* gnu/packages/image-processing.scm (vips): Update to 8.10.6.
2021-03-25gnu: spdlog: Update to 1.8.3.Tobias Geerinckx-Rice
* gnu/packages/logging.scm (spdlog): Update to 1.8.3.
2021-03-25gnu: youtube-dl: Update to 2021.03.25.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
2021-03-25gnu: wla-dx: Update to 9.12.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (wla-dx): Update to 9.12.
2021-03-25gnu: doctest: Update to 2.4.6.Tobias Geerinckx-Rice
* gnu/packages/check.scm (doctest): Update to 2.4.6.
2021-03-25gnu: libinstpatch: Update to 1.1.6.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
2021-03-25gnu: emacs: Update to 27.2.Tobias Geerinckx-Rice
* gnu/packages/emacs.scm (emacs): Update to 27.2.
2021-03-25gnu: cuirass: Update to 1.0.0-3.f5a2eea.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-3.f5a2eea.
2021-03-25gnu: Add go-gitlab.com-shackra-goimapnotify.Benoit Joly
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-03-25gnu: synapse: Update to 1.29.0.Rafa Gálvez
* gnu/packages/matrix.scm (synapse): Update to 1.29.0.
2021-03-25gnu: gcc: Fix comment about gfortran.Vincent Legoll
Added by: cb4805e34c9997edca14743516b9a0fde6303d1c Fixes: 0681f05486d901c92637c098bb7afddef35068b0 * gnu/packages/gcc.scm (gcc): Fix comment about gfortran. Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-03-25gnu: openssl: Update to 1.1.1k [security fixes].Léo Le Bouter
Fixes CVE-2021-3450 and CVE-2021-3449. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
2021-03-25gnu: xfce4-netload-plugin: Update to 1.4.0.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: exo: Update to 4.16.1.Michael Rohleder
* gnu/packages/xfce.scm (exo): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: thunar: Update to 4.16.6.Michael Rohleder
* gnu/packages/xfce.scm (thunar): Update to 4.16.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: xfce4-systemload-plugin: Update to 1.3.1.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.3.1. [inputs]: Add libgtop. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: xfce4-battery-plugin: Update to 1.1.4.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: Add quickproject.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-quickproject, ecl-quickproject, sbcl-quickproject): New variables.
2021-03-25gnu: Add html-template.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-html-template, ecl-html-template, sbcl-html-template): New variables.
2021-03-25Revert "gnu: guix: Update to 86dd54f."Léo Le Bouter
A test failure (tests/print) was uncovered so revert until we fix it. This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d.
2021-03-24gnu: linux-libre 4.4: Update to 4.4.263.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.263. (linux-libre-4.4-pristine-source): Update hash.