aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: wsjtx: Improve package style.Sharlatan Hellseher2023-04-12
| | | | | | | | | * gnu/package/radio.scm (wsjtx): Improve package style by shifting order of components. [native-inputs]: Columnize, sort alphabetically. [inputs]: Remove labels, sort alphabetically. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wsjtx: Update to 2.6.1.Sharlatan Hellseher2023-04-12
| | | | | | * gnu/packages/radio.scm (wsjtx): Update to 2.6.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Zstandard: Update to 1.5.5.Leo Famulari2023-04-12
| | | | | | | | | This fixes a corruption bug: https://github.com/facebook/zstd/releases/tag/v1.5.5 * gnu/packages/compression.scm (zstd)[replacement, properties]: New fields. (zstd-1.5.5): New variable.
* gnu: Add cl-docutils.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-docutils, ecl-cl-docutils, sbcl-cl-docutils): New variables.
* gnu: Add data-format-validation.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-data-format-validation, ecl-data-format-validation, sbcl-data-format-validation): New variables.
* gnu: Add staple.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-staple, ecl-staple, sbcl-staple): New variables.
* gnu: Add speechless.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-speechless, ecl-speechless, sbcl-speechless): New variables.
* gnu: Add maiden.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-maiden, ecl-maiden, sbcl-maiden): New variables.
* gnu: Add forge.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-forge, ecl-forge, sbcl-forge): New variables.
* gnu: Add filesystem-utils.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-filesystem-utils, ecl-filesystem-utils, sbcl-filesystem-utils): New variables.
* gnu: Add file-select.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-file-select, ecl-file-select, sbcl-file-select): New variables.
* gnu: Add depot.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-depot, ecl-depot, sbcl-depot): New variables.
* gnu: Add cl-steamworks.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-steamworks, ecl-cl-steamworks, sbcl-cl-steamworks): New variables.
* gnu: Add cl-modio.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-modio, ecl-cl-modio, sbcl-cl-modio): New variables.
* gnu: Add zippy.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-zippy, ecl-zippy, sbcl-zippy): New variables.
* gnu: Add cl-markless.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-markless, ecl-cl-markless, sbcl-cl-markless): New variables.
* gnu: Add cl-fond.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (cl-fond, ecl-cl-fond, sbcl-cl-fond): New variables.
* gnu: Add radiance-contribs.Pierre Neidhardt2023-04-12
| | | | | * gnu/packages/lisp-xyz.scm (cl-radiance-contribs, ecl-radiance-contribs, sbcl-radiance-contribs): New variables.
* gnu: sbcl-slynk: Update to 20230327.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20230327.
* gnu: emacs-sly: Update to 20230327.Pierre Neidhardt2023-04-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20230327.
* gnu: qgis: Update to 3.30.1.Felix Gruber2023-04-12
| | | | | | | | | | | | | * gnu/packages/geo.scm (qgis): Update to 3.30.1. [arguments]: Define GISBASE environment variable during tests as it is used to find Grass GIS. (later in the installed version of QGis the same environment variable has already been set.) Execute tests in parallel. Update list of disabled broken tests. Try to classify failure reasons (network, missing/incomplete dependencies). There are still a lot of tests with unknown failure reasons. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: pcb2gcode: Update to 2.5.0.Felix Gruber2023-04-12
| | | | | | * gnu/packages/engineering.scm (pcb2gcode): Update to 2.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-osmnx: Use pyproject-build-system.Felix Gruber2023-04-12
| | | | | | | | | * gnu/packages/geo.scm (python-osmnx)[build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Instead define test-flags to disable network tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-rtree: Update to 1.0.1.Felix Gruber2023-04-12
| | | | | | | | | * gnu/packages/geo.scm (python-rtree): Update to 1.0.1. [build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-cartopy: Disable some tests.Felix Gruber2023-04-12
| | | | | | | | Some tests fail with proj 9.2.0. * gnu/packages/geo.scm (python-cartopy)[arguments]: Update 'check' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-pyproj: Update to 3.5.0.Felix Gruber2023-04-12
| | | | | | * gnu/packages/geo.scm (python-pyproj): Update to 3.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: proj: Update to 9.2.0.Felix Gruber2023-04-12
| | | | | | * gnu/packages/geo.scm (proj): Update to 9.2.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: geos: Update to 3.11.2.Felix Gruber2023-04-12
| | | | | | * gnu/packages/geo.scm (geos): Update to 3.11.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: electron-cash: Update to 4.2.14.Guillaume Le Vaillant2023-04-12
| | | | | * gnu/packages/finance.scm (electron-cash): Update to 4.2.14. [arguments]: Remove 'relax-requirements' phase.
* gnu: p2pool: Update to 3.2.Guillaume Le Vaillant2023-04-12
| | | | * gnu/packages/finance.scm (p2pool): Update to 3.2.
* gnu: monero-gui: Update to 0.18.2.2.Guillaume Le Vaillant2023-04-12
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.18.2.2.
* gnu: monero: Update to 0.18.2.2.Guillaume Le Vaillant2023-04-12
| | | | * gnu/packages/finance.scm (monero): Update to 0.18.2.2.
* gnu: icedove: Use native notifications when available.SeerLite2023-04-12
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove-minimal)[phases]{wrap-program}: Add libnotify to LD_LIBRARY_PATH. [inputs]: Add libnotify. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: icedove: Update to 102.10.0 [security fixes].Jonathan Brielmaier2023-04-12
| | | | | | | | Fixes CVE-2023-0547 and CVE-2023-29479. * gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.10.0. (%icedove-build-id, thunderbird-comm-l10n): Update accordingly. (icecat-102.9.0-source): Remove.
* gnu: ruby-rubyzip: Re-instate all tests.Maxim Cournoyer2023-04-11
| | | | | | | * 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.
* gnu: icecat: Update to 102.10.0-guix0-preview1 [security fixes].Mark H Weaver2023-04-11
| | | | | | | | | | | | | 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.
* gnu: python-pytest-7.1: Replace python-toml with python-tomli.Maxim Cournoyer2023-04-11
| | | | | * gnu/packages/check.scm (python-pytest-7.1) [propagated-inputs]: Replace python-toml with python-tomli.
* services: nginx: Add reopen action.Bruno Victal2023-04-11
| | | | | | | | 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>
* services: nginx: Make logging level configurable.Bruno Victal2023-04-11
| | | | | | | | | * 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>
* gnu: Add phd2.Sharlatan Hellseher2023-04-11
| | | | | | | * gnu/packages/astronomy.scm (phd2): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: heimdal: Enable OpenLDAP support.Felix Lechner2023-04-11
| | | | | | | | | * 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>
* gnu: heimdal: Apply patch to fix CVE-2022-45142.Felix Lechner2023-04-11
| | | | | | | | | | | | | | | | | | | | 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>
* gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640].Felix Lechner2023-04-11
| | | | | | | | | * 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>
* gnu: mu: Update to 1.10.2.Ricardo Wurmus2023-04-11
| | | | | * gnu/packages/mail.scm (mu): Update to 1.10.2. [arguments]: Add build phase 'fix-build-system.
* Revert "gnu: opendht: Update to 2.5.2."Maxim Cournoyer2023-04-10
| | | | This reverts commit 31534f4e4dd95d65584b4334fae8b9444a369065. It broke libjami.
* gnu: opendht: Update to 2.5.2.Maxim Cournoyer2023-04-10
| | | | * gnu/packages/networking.scm (opendht): Update to 2.5.2.
* gnu: restinio: Update to 0.6.18-0.eda471e and enable tests.Maxim Cournoyer2023-04-10
| | | | | | * gnu/packages/networking.scm (restinio): Update to 0.6.18-0.eda471e. [version]: Use git-version. [arguments]: Enable tests, removing #:tests? argument.
* gnu: Syncthing: Update to 1.23.4.Ryan Schanzenbacher2023-04-10
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.23.4.
* gnu: libconfig: Replace config script helpers.Efraim Flashner2023-04-10
| | | | | | * gnu/packages/textutils.scm (libconfig)[arguments]: Add phase to replace config.guess, config.sub. [native-inputs]: Add config.
* gnu: ldc: Use default test check.Efraim Flashner2023-04-10
| | | | | * gnu/packages/dlang.scm (ldc)[arguments]: Strip the inherited tests configuration from ldc-bootstrap rather than setting it to #true.