summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guix-build-coordinator: Update to 0-21.6e7e63f.Christopher Baines2021-03-26
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-21.6e7e63f.
* gnu: guix-data-service: Update to 0.0.1-26.410f58c.Christopher Baines2021-03-26
| | | | | | * 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.
* gnu: Add r-samr.Tim Howes2021-03-26
| | | | | | * gnu/packages/cran.scm (r-samr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-gsa.Tim Howes2021-03-26
| | | | | | * gnu/packages/cran.scm (r-gsa): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-suppdists: Update hash.zimoun2021-03-26
| | | | * gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
* gnu: SVT-HEVC: Update to 1.5.0.Leo Famulari2021-03-26
| | | | | * gnu/packages/video.scm (svt-hevc): Update to 1.5.0. [license]: Specify the license.
* gnu: SVT-AV1: Update URLs.Leo Famulari2021-03-26
| | | | * gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
* gnu: libaom: Update to 3.0.0.Leo Famulari2021-03-26
| | | | * gnu/packages/video.scm (libaom): Update to 3.0.0.
* gnu: guix: Update to 6e7ba45.Léo Le Bouter2021-03-26
| | | | * gnu/packages/package-management.scm (guix): Update to 6e7ba45.
* gnu: sqlite: Update to 3.32.3 [security fixes].Léo Le Bouter2021-03-26
| | | | | | | | | 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.
* gnu: mariadb: Fix CVE-2021-27928.Léo Le Bouter2021-03-26
| | | | | | | * 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.
* gnu: Remove QT 4.Leo Famulari2021-03-25
| | | | | | | | | | | | | 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.
* doc: "Invoking guix refresh" links to '--with-latest'.Ludovic Courtès2021-03-26
| | | | | * doc/guix.texi (Invoking guix refresh): Reword intro and Link to '--with-latest'.
* doc: Explain how to pass 'guix refresh' the packages found in your profile.Ludovic Courtès2021-03-26
| | | | | | | Suggested by Xinglu Chen <public@yoctocell.xyz>. * doc/guix.texi (Invoking guix refresh): Mention how to update packages found in one's profile.
* doc: Move 'guix refresh --list-updaters' reference to the right place.Ludovic Courtès2021-03-26
| | | | | * doc/guix.texi (Invoking guix refresh): Move '--list-updaters' right after '--type'.
* import: print: Improve origin method name guesswork.Ludovic Courtès2021-03-26
| | | | | | | | 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.
* lint: archival: Gracefully handle packages with a #f hash value.Ludovic Courtès2021-03-26
| | | | | | | | Fixes <https://bugs.gnu.org/47293>. Reported by Luis Felipe. * guix/lint.scm (check-archival): Check whether 'content-hash-value' returns true.
* gnu: ircii: Update to 20210314 [security fixes].Leo Famulari2021-03-25
| | | | | | | | | 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.
* gnu: linux-libre 5.10: Update to 5.10.26.Leo Famulari2021-03-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.26. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.10.Leo Famulari2021-03-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.10. (linux-libre-5.11-pristine-source): Update hash.
* gnu: vips: Update to 8.10.6.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/image-processing.scm (vips): Update to 8.10.6.
* gnu: spdlog: Update to 1.8.3.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/logging.scm (spdlog): Update to 1.8.3.
* gnu: youtube-dl: Update to 2021.03.25.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
* gnu: wla-dx: Update to 9.12.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/assembly.scm (wla-dx): Update to 9.12.
* gnu: doctest: Update to 2.4.6.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/check.scm (doctest): Update to 2.4.6.
* gnu: libinstpatch: Update to 1.1.6.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
* gnu: emacs: Update to 27.2.Tobias Geerinckx-Rice2021-03-25
| | | | * gnu/packages/emacs.scm (emacs): Update to 27.2.
* gnu: cuirass: Update to 1.0.0-3.f5a2eea.Mathieu Othacehe2021-03-25
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-3.f5a2eea.
* gnu: Add go-gitlab.com-shackra-goimapnotify.Benoit Joly2021-03-25
| | | | | | * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: synapse: Update to 1.29.0.Rafa Gálvez2021-03-25
| | | | * gnu/packages/matrix.scm (synapse): Update to 1.29.0.
* gnu: gcc: Fix comment about gfortran.Vincent Legoll2021-03-25
| | | | | | | | | Added by: cb4805e34c9997edca14743516b9a0fde6303d1c Fixes: 0681f05486d901c92637c098bb7afddef35068b0 * gnu/packages/gcc.scm (gcc): Fix comment about gfortran. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: openssl: Update to 1.1.1k [security fixes].Léo Le Bouter2021-03-25
| | | | | | Fixes CVE-2021-3450 and CVE-2021-3449. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
* gnu: xfce4-netload-plugin: Update to 1.4.0.Michael Rohleder2021-03-25
| | | | | | * gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: exo: Update to 4.16.1.Michael Rohleder2021-03-25
| | | | | | * gnu/packages/xfce.scm (exo): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: thunar: Update to 4.16.6.Michael Rohleder2021-03-25
| | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xfce4-systemload-plugin: Update to 1.3.1.Michael Rohleder2021-03-25
| | | | | | | * gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.3.1. [inputs]: Add libgtop. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xfce4-battery-plugin: Update to 1.1.4.Michael Rohleder2021-03-25
| | | | | | * gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add quickproject.Pierre Neidhardt2021-03-25
| | | | | * gnu/packages/lisp-xyz.scm (cl-quickproject, ecl-quickproject, sbcl-quickproject): New variables.
* gnu: Add html-template.Pierre Neidhardt2021-03-25
| | | | | * gnu/packages/lisp-xyz.scm (cl-html-template, ecl-html-template, sbcl-html-template): New variables.
* Revert "gnu: guix: Update to 86dd54f."Léo Le Bouter2021-03-25
| | | | | | A test failure (tests/print) was uncovered so revert until we fix it. This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d.
* gnu: linux-libre 4.4: Update to 4.4.263.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.263. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.263.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.263. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.227.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.227. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.183.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.183. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.108.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.108. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.9.Leo Famulari2021-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.9. (linux-libre-5.11-pristine-source): Update hash.
* gnu: guix: Update to 86dd54f.Léo Le Bouter2021-03-25
| | | | * gnu/packages/package-management.scm (guix): Update to 86dd54f.
* doc: Fix typo in qemu-binfmt-service example.Leo Famulari2021-03-24
| | | | * doc/guix.texi (Virtualization Services): Add missing parentheses.
* gnu: Add gsequencer.Vinicius Monego2021-03-24
| | | | | | * gnu/packages/music.scm (gsequencer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add drawing.Vinicius Monego2021-03-24
| | | | | | * gnu/packages/gnome.scm (drawing): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>