Commit graph

112682 commits

Author SHA1 Message Date
Maxim Cournoyer 11012b36af
gnu: python-unicodedata2: Update to 15.0.0.
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer d42e470599
gnu: python-zopfli: Update to 0.2.2.
* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.2.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer 664e8e062e
gnu: python-lz4: Update to 4.3.2.
* gnu/packages/python-compression.scm (python-lz4): Update to 4.3.2.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer 193e294b2a
gnu: python-ufo2ft: Update to 2.31.0.
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.31.0.
[build-system]: Use pyproject-build-system.
[arguments]: Delete field.
2023-04-12 12:03:35 -04:00
Maxim Cournoyer a9605820d9
gnu: python-statmake: Update to 0.6.0.
* gnu/packages/fontutils.scm (python-statmake): Update to 0.6.0.
2023-04-12 12:03:35 -04:00
Maxim Cournoyer 35ec0a8e28
gnu: python-afdko: Update to 3.9.4.
* gnu/packages/fontutils.scm (python-afdko): Update to 3.9.4.
[source]: Remove patch.
[arguments]: Disable a few extra tests in the check phase override.
Delete use-system-libxml2 phase.  Update patch-problematic-requirements phase.
* gnu/packages/patches/python-afdko-suppress-copyright-test.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-04-12 12:03:11 -04:00
Maxim Cournoyer e9109b396f
gnu: python-fonttools-next: Update to 4.39.3.
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.39.3.
(python-fonttools-full) [arguments]: Skip the MtiTest suite in the check phase
override.
2023-04-12 10:41:28 -04:00
Maxim Cournoyer 12abf92021
gnu: python-fontmath: Update to 0.9.3.
* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.3.
2023-04-12 09:59:39 -04:00
Maxim Cournoyer 56feab889c
gnu: python-pyftpdlib: Update to 1.5.7.
* gnu/packages/python-xyz.scm (python-pyftpdlib): Update to 1.5.7.
2023-04-12 09:13:02 -04:00
Maxim Cournoyer 19d7ccb6ce
gnu: ruby-rubyzip: Re-instate all tests.
* 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-12 08:31:13 -04:00
Mark H Weaver 15e6e7c8a0
gnu: icecat: Update to 102.10.0-guix0-preview1 [security fixes].
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-12 08:30:24 -04:00
Bruno Victal 6920334e7b
services: nginx: Add reopen action.
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-12 08:29:39 -04:00
Bruno Victal 2e8d618861
services: nginx: Make logging level configurable.
* 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-12 08:29:39 -04:00
Sharlatan Hellseher 0feae6b0ef
gnu: Add phd2.
* 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-12 08:29:39 -04:00
Felix Lechner 5faa663df8
gnu: heimdal: Enable OpenLDAP support.
* 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-12 08:29:39 -04:00
Felix Lechner 4edf7d93dd
gnu: heimdal: Apply patch to fix CVE-2022-45142.
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-12 08:29:38 -04:00
Felix Lechner 22762890d3
gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].
* 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-12 08:29:38 -04:00
Ricardo Wurmus 5395622da7
gnu: mu: Update to 1.10.2.
* gnu/packages/mail.scm (mu): Update to 1.10.2.
[arguments]: Add build phase 'fix-build-system.
2023-04-12 08:29:38 -04:00
Maxim Cournoyer 7c9a921018
Revert "gnu: opendht: Update to 2.5.2."
This reverts commit 31534f4e4d.  It broke libjami.
2023-04-12 08:29:38 -04:00
Maxim Cournoyer 112078fef4
gnu: opendht: Update to 2.5.2.
* gnu/packages/networking.scm (opendht): Update to 2.5.2.
2023-04-12 08:29:37 -04:00
Maxim Cournoyer ab17c3b572
gnu: restinio: Update to 0.6.18-0.eda471e and enable tests.
* gnu/packages/networking.scm (restinio): Update to 0.6.18-0.eda471e.
[version]: Use git-version.
[arguments]: Enable tests, removing #:tests? argument.
2023-04-12 08:29:37 -04:00
Maxim Cournoyer 7747da6aed
status: Guard against a numerical overflow condition.
Fixes <https://issues.guix.gnu.org/62766>.

* guix/status.scm (update-build): Use 0 as progress when an exception occurs
while computing it.
2023-04-12 08:29:37 -04:00
Ryan Schanzenbacher 0f59fbe2db
gnu: Syncthing: Update to 1.23.4.
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.4.
2023-04-12 08:29:37 -04:00
Efraim Flashner bcc2cd5fef
gnu: libconfig: Replace config script helpers.
* gnu/packages/textutils.scm (libconfig)[arguments]: Add phase to
replace config.guess, config.sub.
[native-inputs]: Add config.
2023-04-12 08:29:37 -04:00
Efraim Flashner 2bad43d1c2
gnu: ldc: Use default test check.
* gnu/packages/dlang.scm (ldc)[arguments]: Strip the inherited tests
configuration from ldc-bootstrap rather than setting it to #true.
2023-04-12 08:29:36 -04:00
Efraim Flashner 4f7a0695ca
gnu: qpdf: Fix cross-building.
* gnu/packages/pdf.scm (qpdf)[arguments]: When cross-building add
configure-flags to set /dev/random and /dev/urandom as existing.
2023-04-12 08:29:36 -04:00
Efraim Flashner 54372b289a
gnu: ijs: Fix cross-building to riscv64-linux.
* 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-12 08:29:36 -04:00
Efraim Flashner 4736de9de4
gnu: cups-minimal: Fix cross-building to riscv64-linux.
* 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-12 08:29:36 -04:00
Florian Pelz 77d6f26580
doc: Regarding SSL certs, clarify when we write about Guix System.
Rationale: Even though the section 'X.509 Certificates' is part of the
System Configuration chapter, readers might also come here from a
cross-reference when reading about Application Setup on a foreign
distro.

* doc/guix.texi (System Configuration)[X.509 Certificates]: Clarify.
2023-04-12 08:29:36 -04:00
宋文武 80afe9ffea
gnu: s6-linux-utils: Update to 2.6.1.2.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.6.1.2.
2023-04-12 08:29:35 -04:00
宋文武 d03d0f6788
gnu: s6-linux-init: Update to 1.1.1.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
2023-04-12 08:29:35 -04:00
宋文武 3d6216ff54
gnu: s6-portable-utils: Update to 2.3.0.2.
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.3.0.2.
2023-04-12 08:29:35 -04:00
宋文武 5fed3362c1
gnu: s6-rc: Update to 0.5.4.1.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.4.1.
2023-04-12 08:29:35 -04:00
宋文武 c7572a324c
gnu: s6-networking: Update to 2.5.1.3.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.5.1.3.
2023-04-12 08:29:35 -04:00
宋文武 446da0672b
gnu: s6-dns: Update to 2.3.5.5.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.5.
2023-04-12 08:29:34 -04:00
宋文武 fcb2a9b0b4
gnu: s6: Update to 2.11.3.2.
* gnu/packages/skarnet.scm (s6): Update to 2.11.3.2.
2023-04-12 08:29:34 -04:00
宋文武 efdf7977ab
gnu: execline: Update to 2.9.3.0.
* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0.
2023-04-12 08:29:34 -04:00
宋文武 c900490eb2
gnu: skalibs: Update to 2.13.1.1.
* gnu/packages/skarnet.scm (skalibs): Update to 2.13.1.1.
2023-04-12 08:29:34 -04:00
LuHui d05b735994
gnu: cwm: Fix build.
* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm".

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-04-12 08:29:34 -04:00
Sharlatan Hellseher b216a05db2
gnu: Add libxisf.
* gnu/packages/astronomy.scm (libxisf): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-12 08:29:34 -04:00
Yovan Naumovski dcd81e9e57
gnu: haproxy: Update to 2.7.6.
* gnu/packages/high-availability.scm (haproxy): Update to 2.7.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-12 08:29:33 -04:00
Nicolas Goaziou 432e8d7750
gnu: open-adventure: Update to 1.15.
* gnu/packages/games.scm (open-adventure): Update to 1.15.
2023-04-12 08:29:33 -04:00
Nicolas Goaziou d37acf4076
gnu: emacs-citar-org-roam: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[license]: Set to GPL3+.
2023-04-12 08:29:33 -04:00
Nicolas Goaziou 62a1051ebf
gnu: emacs-citar-org-roam: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.1.
2023-04-12 08:29:33 -04:00
Nicolas Goaziou 60eb0a5bdd
gnu: emacs-flycheck-guile: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.5.
2023-04-12 08:29:32 -04:00
Nicolas Goaziou a6c8ecd03b
gnu: emacs-gptel: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.3.2.
2023-04-12 08:29:32 -04:00
Nicolas Goaziou 5dee6dd19f
gnu: emacs-treemacs: Update to 3.1.
* 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-12 08:29:32 -04:00
Nicolas Goaziou 18930e0610
gnu: emacs-treemacs-extra: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[arguments]: Use
G-expressions.
[propagated-inputs]: Use MODIFY-INPUTS and remove labels.
2023-04-12 08:29:32 -04:00
Andrew Tropin 6ff460d010
guix-install.sh: Source both profiles, default user's and home.
* etc/guix-install.sh (sys_create_init_profile): Source both profiles, default
user's and home.
2023-04-12 08:29:32 -04:00
宋文武 65c8ffecd9
gnu: xfce4-screensaver: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.1.
2023-04-12 08:29:31 -04:00