summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-29gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].gyara
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.6.0. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: rust-regex-syntax: Update to 0.6.27.gyara
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.27. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: sddm: Fix building with newer qt-5.Efraim Flashner
* gnu/packages/display-managers.scm (sddm)[source]: Add snippet to adjust to newer qt-5 code.
2022-08-29Revert "gnu: libatomic-ops: Fix test suite on riscv64-linux."Efraim Flashner
This reverts commit 84d191ea30eb7d97ee3f4d62f39c811ba77bb187. This isn't needed with the newer version of libatomic-ops.
2022-08-28gnu: libunwind-julia: Skip tests.Efraim Flashner
* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
2022-08-28Merge branch 'master' into stagingMarius Bakke
2022-08-28gnu: gnome-shell: Adjust for polkit 121.Marius Bakke
* gnu/packages/patches/gnome-shell-polkit-autocleanup.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (gnome-shell)[source](patches): New field.
2022-08-28gnu: gnome-maps: Update to 42.2.Marius Bakke
* gnu/packages/geo.scm (gnome-maps): Update to 42.2. [inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
2022-08-28gnu: Add libgweather4.Marius Bakke
* gnu/packages/gnome.scm (libgweather4): New variable.
2022-08-28gnu: libgweather: Remove obsolete input.Marius Bakke
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2022-08-28gnu: libgweather: Remove input labels.Marius Bakke
* gnu/packages/gnome.scm (libgweather)[arguments]: Use G-expression and SEARCH-INPUT-DIRECTORY. [native-inputs, propagated-inputs]: Remove labels.
2022-08-28gnu: r-genomeinfodb: Update to 1.32.3.Efraim Flashner
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.3.
2022-08-28gnu: webkit: Update to 2.36.7.Efraim Flashner
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.36.7.
2022-08-28gnu: r-iranges: Update to 2.30.1.Efraim Flashner
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.30.1.
2022-08-28gnu: imlib2: Update to 1.9.1.Efraim Flashner
* gnu/packages/image.scm (imlib2): Update to 1.9.1.
2022-08-28gnu: libatomic-ops: Fix test suite on riscv64-linux.Efraim Flashner
* gnu/packages/bdw-gc.scm (libatomic-ops)[arguments]: When building for riscv64-linux add a configure-flag to link libatomic.
2022-08-28gnu: ruby-ffi: Update to 1.15.5.Efraim Flashner
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.15.5. [arguments]: Remove custom 'do-not-depend-on-ccache phase. Adjust custom 'remove-git-ls-files phase to changes in the code. Remove trailing #t from phases.
2022-08-28gnu: emacs-cider: Update to 1.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.5.0. [arguments]<#:phases>: Remove PATCH-EL-FILES phase to prevent a build failure.
2022-08-28gnu: fet: Update to 6.5.7.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.5.7.
2022-08-27gnu: qtile: Install .desktop file.jonscoresby---
* gnu/packages/wm.scm (qtile)[arguments]: Add install-xsession phase. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.Zhu Zihao
* gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use "lib/qt6/libexec/QtWebEngineProcess" for search path. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27gnu: samba: Update to 4.16.4.Maxime Devos
As a reproducibility check, you can check the hash: $ guix hash -r $(./pre-inst-env guix build samba --no-grafts --system=x86_64-linux) 1mg3nh705pbiz3ihq8jzkmjb15m6y8zjnzyr4hxmbciv7frgykk0 I've checked that it's correctly signed, and I've tried to verify that the PGP key is correct -- searching for 'Samba Distribution Verification Key', the websites of the first search results have the same key: * https://www.linuxcompatible.org/story/samba-4150rc5-released/ * https://wiki.samba.org/index.php/Samba_4.12_Features_added/changed * https://www.mail-archive.com/samba-announce@lists.samba.org/msg00562.html * https://wiki.linuxfromscratch.org/blfs/ticket/14748 https://groups.google.com/g/linux.samba/c/k3xaN0TIcQU has a different key, but as mentioned on the previous locations, the key has changed. I have also checked the source code diff (using diffoscope) between the the current version and the previous, nothing appears 'suspicious' (with the caveat that it is written in C). According to "guix refresh -l" there aren't too many dependents. I'm currently rebuilding them, no failures so far except for lxde, but it already failed to build before this patch. * gnu/packages/samba.scm (samba): Update to 4.16.4. To help future updaters, add the current PGP fingerprint in a comment. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27gnu: scons: Update to 4.4.0.Marius Bakke
* gnu/packages/patches/scons-test-environment.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/build-tools.scm (scons): Update to 4.4.0. [source](patches): New field. [arguments]: Adjust bootstrap for the new version. Enable tests. [native-inputs]: Add PYTHON-WHEEL and PYTHON-PSUTIL. (scons-3): New variable. (scons-python2): Inherit from it. * gnu/packages/web.scm (serf)[arguments]: Stick with SCONS-3 to prevent rebuilds.
2022-08-27gnu: scons: Move to (gnu packages build-tools).Marius Bakke
* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ... * gnu/packages/build-tools.scm (scons, scons-python2): ... to here. * gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/game-development.scm, gnu/packages/gps.scm, gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm, gnu/packages/xdisorg.scm: Adjust module imports accordingly. * guix/build-system/scons.scm (default-scons): Likewise.
2022-08-27gnu: Remove unused module import.Marius Bakke
* gnu/packages/gtk.scm: Don't import (gnu packages build-tools).
2022-08-27gnu: realmd: Remove input labels.Marius Bakke
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
2022-08-27gnu: gst-plugins-base: Propagate gudev.Marius Bakke
This is a follow-up to commit f1e8cc6a9826f951fe95dc374b4db6fc8e25d981. * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ... [propagated-inputs]: ... here.
2022-08-27gnu: gjs: Update to 1.72.2.Marius Bakke
* gnu/packages/gnome.scm (gjs): Update to 1.72.2. [arguments]: Remove #:meson. [propagated-inputs]: Change from MOZJS-78 to MOZJS-91.
2022-08-27gnu: emacs-arduino-mode: Slightly improve description.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode)[description]: Make it a full sentence, and mention Org Babel support.
2022-08-27gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode): Update to 1.3.0-0-652c6a3. [source]: Move upstream to repo.or.cz. [arguments]: Remove unnecessary phases. [home-page]: Update to repo.or.cz.
2022-08-27gnu: emacs-org-contrib: Update to 0.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.4. [source]: Remove now unnecessary snippet. [propagated-inputs]: Remove EMACS-ARDUINO-MODE.
2022-08-27gnu: Add emacs-alarm-clock.Arun Isaac
* gnu/packages/emacs-xyz.scm (emacs-alarm-clock): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27gnu: Add emacs-tamil99.Arun Isaac
* gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27gnu: emacs-lpy: Update to ce78a46.jgart
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to ce78a46. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27gnu: Add emacs-consult-org-roam.Nicolas Graves via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-consult-org-roam): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27gnu: Add emacs-drag-stuff.jgart
* gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27gnu: emacs-iter2: Update to 1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.3.
2022-08-27gnu: emacs-taxy-magit-section: Update to 0.10.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.10.
2022-08-27gnu: emacs-subed: Update to 1.0.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.7.
2022-08-27gnu: emacs-auctex: Update to 13.1.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.4.
2022-08-27gnu: gjs: Remove input labels.Marius Bakke
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
2022-08-27gnu: gjs: Build with mozjs 78.Marius Bakke
This is a follow-up to commit d6fa3ac7a8203173b125390aed596832565a3687. * gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to MOZJS-78.
2022-08-27gnu: libsecret: Propagate libgcrypt.Marius Bakke
This is a follow-up to commit c1a4ef98932799adbd278068fa4fdd8c24fff714. * gnu/packages/gnome.scm (libsecret)[inputs]: Remove. [propagated-inputs]: Add LIBGCRYPT.
2022-08-27gnu: python-click: Update to 8.1.3.Peter Polidoro
* gnu/packages/python-xyz.scm (python-click): Update to 8.1.3. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27gnu: polkit: Update to 121.Marius Bakke
* gnu/packages/polkit.scm (polkit-mozjs): Update to 121. [source](patches): Remove. [source](snippet): Adjust for build system changes. [build-system]: Change to MESON-BUILD-SYSTEM. [inputs]: Replace MOZJS-78 with MOZJS-91. [native-inputs]: Add GETTEXT-MINIMAL and LIBXML2. [arguments]: Remove #:phases. Adjust #:configure-flags for build system changes. Use G-expression. (polkit-duktape)[source]: Remove. [arguments]: Adjust for build build system changes. * gnu/packages/patches/polkit-CVE-2021-4034.patch, gnu/packages/patches/polkit-configure-elogind.patch, gnu/packages/patches/polkit-use-duktape.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-08-27gnu: mozjs: Add 91.13.0.Marius Bakke
* gnu/packages/gnuzilla.scm (mozjs-91): New variable.
2022-08-27gnu: mozjs: Update to 102.2.0.Marius Bakke
* gnu/packages/gnuzilla.scm (mozjs): Update to 102.2.0. (source)[uri]: Use new download location. [arguments]: Adjust configure phase for upstream changes. Remove adjust-tests-for-icu-68 phase, add adjust-tests phase. Don't delete tests in pre-check phase. [native-inputs]: Remove AUTOCONF-2.13 and PYTHON-3. Add AUTOCONF, M4, and PYTHON-WRAPPER. [inputs]: Replace ICU4C with ICU4C-71. (mozjs-78): New variable. * gnu/packages/games.scm (0ad)[inputs]: Change from MOZJS to MOZJS-78. * gnu/packages/polkit.scm (polkit-mozjs)[inputs]: Likewise.
2022-08-27gnu: rust-pyo3: Add 0.16.5.Marius Bakke
* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.16, rust-pyo3-ffi-0.16, rust-pyo3-macros-backend-0.16, rust-pyo3-macros-0.16, rust-pyo3-0.16): New variables. (rust-pyo3-build-config-0.15, rust-pyo3-macros-backend-0.15, rust-pyo3-macros-0.15, rust-pyo3-0.15): Inherit accordingly.
2022-08-27gnu: Add rust-python3-dll-a.Marius Bakke
* gnu/packages/crates-io.scm (rust-python3-dll-a-0.2): New variable.
2022-08-27gnu: rust-cc: Update to 1.0.73.Marius Bakke
* gnu/packages/crates-io.scm (rust-cc-1): Update to 1.0.73.