summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2023-04-12gnu: python-pyftpdlib: Update to 1.5.7.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyftpdlib): Update to 1.5.7.
2023-04-12gnu: ruby-rubyzip: Re-instate all tests.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-rubyzip) [arguments]: Do not patch ruby shebang in the patch-tests phase. Remove the disable-problematic-tests phase. Add the unpatch-some-source-shebangs phase.
2023-04-12gnu: icecat: Update to 102.10.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2023-1945, CVE-2023-29531, CVE-2023-29532, CVE-2023-29533, CVE-2023-29535, CVE-2023-29536, CVE-2023-29539, CVE-2023-29541, CVE-2023-29542, CVE-2023-29545, CVE-2023-29548, CVE-2023-29550, and MFSA-TMP-2023-0001. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. Remove the vestigial RENAME_CMD environment variable setting. (icecat-102.9.0-source): New variable. (icedove-source): Use it.
2023-04-12services: nginx: Add reopen action.Bruno Victal
This is required to allow log file rotations using rottlog, etc. * gnu/services/web.scm (nginx-shepherd-service): Add reopen shepherd action. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12services: nginx: Make logging level configurable.Bruno Victal
* gnu/services/web.scm (<nginx-configuration>)[log-level]: New field. (assert-valid-log-level): New procedure. (default-nginx-config): Make log-level configurable. * doc/guix.texi (Web Services): Document it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12gnu: Add phd2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (phd2): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12gnu: heimdal: Enable OpenLDAP support.Felix Lechner
* gnu/packages/kerberos.scm (heimdal) [native-inputs]: Add bison, flex and pkg-config. [inputs]: Remove mit-krb5. Add libcap-ng and openldap. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12gnu: heimdal: Apply patch to fix CVE-2022-45142.Felix Lechner
Several recent Heimdal releases are affected by the serious vulnerability CVE-2022-45142, which NIST scored as "7.5 HIGH". [1] At the time of writing, the upstream developers had not yet cut any releases post-7.8.0, which is why the patch is being applied here. The patch was extracted from Helmut Grohne's public vulnerability disclosure. [2] [1] https://nvd.nist.gov/vuln/detail/CVE-2022-45142 [2] https://www.openwall.com/lists/oss-security/2023/02/08/1 * gnu/packages/patches/heimdal-CVE-2022-45142.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/kerberos.scm (heimdal)[source]: Apply it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].Felix Lechner
* gnu/packages/kerberos.scm (heimdal): Update to 7.8.0. [source]: Adjust date in snippet. [native-inputs]: Add python. Remove perl. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-12gnu: mu: Update to 1.10.2.Ricardo Wurmus
* gnu/packages/mail.scm (mu): Update to 1.10.2. [arguments]: Add build phase 'fix-build-system.
2023-04-12Revert "gnu: opendht: Update to 2.5.2."Maxim Cournoyer
This reverts commit 31534f4e4dd95d65584b4334fae8b9444a369065. It broke libjami.
2023-04-12gnu: opendht: Update to 2.5.2.Maxim Cournoyer
* gnu/packages/networking.scm (opendht): Update to 2.5.2.
2023-04-12gnu: restinio: Update to 0.6.18-0.eda471e and enable tests.Maxim Cournoyer
* gnu/packages/networking.scm (restinio): Update to 0.6.18-0.eda471e. [version]: Use git-version. [arguments]: Enable tests, removing #:tests? argument.
2023-04-12gnu: Syncthing: Update to 1.23.4.Ryan Schanzenbacher
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.4.
2023-04-12gnu: libconfig: Replace config script helpers.Efraim Flashner
* gnu/packages/textutils.scm (libconfig)[arguments]: Add phase to replace config.guess, config.sub. [native-inputs]: Add config.
2023-04-12gnu: ldc: Use default test check.Efraim Flashner
* gnu/packages/dlang.scm (ldc)[arguments]: Strip the inherited tests configuration from ldc-bootstrap rather than setting it to #true.
2023-04-12gnu: qpdf: Fix cross-building.Efraim Flashner
* gnu/packages/pdf.scm (qpdf)[arguments]: When cross-building add configure-flags to set /dev/random and /dev/urandom as existing.
2023-04-12gnu: ijs: Fix cross-building to riscv64-linux.Efraim Flashner
* gnu/packages/ghostscript.scm (ijs)[arguments]: When building for riscv64-linux replace config.guess and config.sub. [native-inputs]: When building for riscv64-linux add config.
2023-04-12gnu: cups-minimal: Fix cross-building to riscv64-linux.Efraim Flashner
* gnu/packages/cups.scm (cups-minimal)[arguments]: When building for riscv64-linux replace the config.guess and config.sub files. [native-inputs]: When building for riscv64-linux add config.
2023-04-12gnu: s6-linux-utils: Update to 2.6.1.2.宋文武
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.6.1.2.
2023-04-12gnu: s6-linux-init: Update to 1.1.1.0.宋文武
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
2023-04-12gnu: s6-portable-utils: Update to 2.3.0.2.宋文武
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.3.0.2.
2023-04-12gnu: s6-rc: Update to 0.5.4.1.宋文武
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.4.1.
2023-04-12gnu: s6-networking: Update to 2.5.1.3.宋文武
* gnu/packages/skarnet.scm (s6-networking): Update to 2.5.1.3.
2023-04-12gnu: s6-dns: Update to 2.3.5.5.宋文武
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.5.
2023-04-12gnu: s6: Update to 2.11.3.2.宋文武
* gnu/packages/skarnet.scm (s6): Update to 2.11.3.2.
2023-04-12gnu: execline: Update to 2.9.3.0.宋文武
* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0.
2023-04-12gnu: skalibs: Update to 2.13.1.1.宋文武
* gnu/packages/skarnet.scm (skalibs): Update to 2.13.1.1.
2023-04-12gnu: cwm: Fix build.LuHui
* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-04-12gnu: Add libxisf.Sharlatan Hellseher
* gnu/packages/astronomy.scm (libxisf): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-12gnu: haproxy: Update to 2.7.6.Yovan Naumovski
* gnu/packages/high-availability.scm (haproxy): Update to 2.7.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-12gnu: open-adventure: Update to 1.15.Nicolas Goaziou
* gnu/packages/games.scm (open-adventure): Update to 1.15.
2023-04-12gnu: emacs-citar-org-roam: Fix license.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[license]: Set to GPL3+.
2023-04-12gnu: emacs-citar-org-roam: Update to 0.5.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.1.
2023-04-12gnu: emacs-flycheck-guile: Update to 0.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.5.
2023-04-12gnu: emacs-gptel: Update to 0.3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.3.2.
2023-04-12gnu: emacs-treemacs: Update to 3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 3.1. [arguments]<#:phases>: Run all tests. [native-inputs, inputs, propagated-inputs]: Move after arguments.
2023-04-12gnu: emacs-treemacs-extra: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[arguments]: Use G-expressions. [propagated-inputs]: Use MODIFY-INPUTS and remove labels.
2023-04-12gnu: xfce4-screensaver: Update to 4.18.1.宋文武
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.1.
2023-04-12gnu: xfburn: Update to 0.7.0.宋文武
* gnu/packages/xfce.scm (xfburn): Update to 0.7.0.
2023-04-12gnu: xfce4-notifyd: Update to 0.8.2.宋文武
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.2. [arguments]: Patch 'configure' to use 'which' instead of 'pkg-config' for finding paths for gdbus-codegen, glib-compile-resources and glib-genmarshal. [native-inputs]: Add glib:bin and which.
2023-04-12gnu: parole: Update to 4.18.0.宋文武
* gnu/packages/xfce.scm (parole): Update to 4.18.0. [inputs]: Add taglib.
2023-04-12gnu: thunar-archive-plugin: Update to 0.5.1.宋文武
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.1.
2023-04-12gnu: xfce4-session: Update to 4.18.2.宋文武
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.2.
2023-04-12gnu: xfce4-pulseaudio-plugin: Update to 0.4.6.宋文武
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.6.
2023-04-12gnu: xfce4-clipman-plugin: Update to 1.6.3.宋文武
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.3.
2023-04-12gnu: xfce4-panel: Update to 4.18.3.宋文武
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.3.
2023-04-12gnu: garcon: Update to 4.18.1.宋文武
* gnu/packages/xfce.scm (garcon): Update to 4.18.1.
2023-04-12gnu: libxfce4ui: Update to 4.18.3.宋文武
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.3.
2023-04-12gnu: fcitx5-rime: Update to 5.0.16.宋文武
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.0.16.