Age | Commit message (Expand) | Author |
2022-06-15 | gnu: libwesockets: Update license....* gnu/packages/web.scm (libwebsockets)[license]: Change to expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina |
2022-06-15 | gnu: rtmidi: Add version 5.0.0....* gnu/packages/audio.scm (rtmidi): Update to 5.0.0.
(rtmidi-4.0): New variable.
* gnu/packages/music.scm (milkytracker)[inputs]: Use RTMIDI-4.0 rather
than RTMIDI.
(zrythm)[inputs]: Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2022-06-15 | gnu: libadwaita: Update to 1.1.0....* gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2022-06-15 | gnu: lttng-ust: Fix dependencies....* gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies.
[inputs]: Remove liburcu.
[propagated-inputs]: Add liburcu.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion |
2022-06-15 | services: configuration: Use *unspecified* instead of 'disabled....Use *unspecified* as a marker for field values that have not been set.
Rationale: 'disabled may easily clash with user values for boolean fields, is
confusing (i.e. its meaning is *not* boolean false, but unspecified) and it
also passes silently through the symbol? predicate of a field of type symbol.
* gnu/services/configuration.scm (configuration-missing-default-value):
Renamed from configuration-no-default-value.
(define-maybe-helper): Use *unspecified* instead of 'disabled, and make
the default value optional.
* gnu/home/services/desktop.scm (home-redshift-configuration):
Change (maybe-xyz 'disabled) to maybe-xyz.
* gnu/services/authentication.scm (nslcd-configuration): Likewise.
* gnu/services/cgit.scm (repository-cgit-configuration): Likewise.
* gnu/services/file-sharing.scm (serialize-maybe-string)
(serialize-maybe-file-object): Use 'unspecified?' instead of (eq? val
'disabled).
* gnu/services/messaging.scm (raw-content?): Likewise.
(ssl-configuration): Change (maybe-xyz 'disabled) to maybe-xyz.
(prosody-configuration): Likewise.
* gnu/services/file-sharing.scm (transmission-daemon-configuration):
Likewise.
* gnu/services/messaging.scm (define-all-configurations):
Use *unspecified* instead of 'disabled'.
* gnu/services/networking.scm (opendht-configuration): Likewise.
* gnu/services/pm.scm (tlp-configuration): Likewise.
* gnu/services/telephony.scm (jami-account): Likewise.
(jami-configuration): Likewise.
* gnu/services/vpn.scm (openvpn-client-configuration): Likewise.
* tests/services/configuration.scm ("maybe type, no default")
("maybe type, with default"): New tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai |
2022-06-15 | services: configuration: Support (field1 maybe-number "") format....As opposed to explicitly using 'disabled as value, or using the
(field1 (maybe-number) "") format.
It's mostly the work of Maxime Devos shared under #54674, with some
modifications by Attila Lendvai.
* gnu/services/configuration.scm (normalize-field-type+def): New function.
(define-configuration-helper) (define-configuration): Support new field
format.
* tests/services/configuration.scm (config-with-maybe-number->string): New
function.
("maybe value serialization of the instance"): New test.
("maybe value serialization of the instance, unspecified"): New test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai |
2022-06-15 | system: <operating-system> compiler truly honors the 'system' argument....Fixes <https://issues.guix.gnu.org/55951>.
* gnu/system.scm (operating-system-compiler): Parameterize
'%current-system' and '%current-target-system' before calling
'operating-system-derivation'.
* tests/system.scm ("lower-object, %current-system sensitivity"): New
test.
| Ludovic Courtès |
2022-06-14 | gnu: PostgreSQL: Promote version 14 to the default....* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
| Marius Bakke |
2022-06-14 | gnu: python-asyncpg: Update to 0.25.0....* gnu/packages/databases.scm (python-asyncpg): Update to 0.25.0.
[native-inputs]: Remove PYTHON-FLAKE8, PYTHON-PYCODESTYLE, PYTHON-SPHINX,
PYTHON-SPHINX-RTD-THEME, and PYTHON-SPHINXCONTRIB-ASYNCIO.
| Marius Bakke |
2022-06-14 | gnu: python-tortoise-orm: Update to 0.19.1....* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
| Marius Bakke |
2022-06-14 | gnu: python-pypika-tortoise: Update to 0.1.5....* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
| Marius Bakke |
2022-06-14 | gnu: gplates: Update to 2.3.01-beta.3....* gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3.
[source](uri): Adjust for beta releases.
[source](file-name): Adjust for zipball.
[native-inputs]: Add UNZIP.
[inputs]: Simplify.
| Marius Bakke |
2022-06-14 | gnu: perl-dbd-pg: Update to 3.15.1....* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
| Marius Bakke |
2022-06-14 | gnu: python-acme, certbot: Update to 1.28.0....* gnu/packages/tls.scm (python-acme): Update to 1.28.0.
[arguments]: Override check phase.
(certbot)[source]: Update hash.
| Marius Bakke |
2022-06-14 | gnu: python-josepy: Update to 1.13.0....* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0.
[propagated-inputs]: Remove PYTHON-SIX.
| Marius Bakke |
2022-06-14 | gnu: TimescaleDB: Update to 2.7.0....* gnu/packages/databases.scm (timescaledb): Update to 2.7.0.
[source](snippet): Remove more files.
[source](patches): New field.
* gnu/packages/patches/timescaledb-flaky-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-06-14 | gnu: ruby-pg: Update to 1.3.5....* gnu/packages/ruby.scm (ruby-pg): Update to 1.3.5.
[home-page]: Change to current.
[source]: Switch to GIT-FETCH.
[arguments]: Add #:phases.
| Marius Bakke |
2022-06-14 | gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552]....* gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
| Marius Bakke |
2022-06-14 | gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552]....* gnu/packages/databases.scm (postgresql-10): Update to 10.21.
| Marius Bakke |
2022-06-14 | gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552]....* gnu/packages/databases.scm (postgresql-11): Update to 11.16.
| Marius Bakke |
2022-06-14 | gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552]....* gnu/packages/databases.scm (postgresql-14): Update to 14.3.
| Marius Bakke |
2022-06-14 | gnu: PostgreSQL: Permit loading plugins from symlink unions again.......this fixes a regression since 49b350fafc2c3 where the patch to disable
symlink resolving went missing from versions < 14.
* gnu/packages/databases.scm (postgresql-13/replacement): New variable.
(postgresql-13)[replacement]: New field.
(postgresql-11)[source](patches): Add 'postgresql-disable-resolve_symlinks.patch'.
| Marius Bakke |
2022-06-12 | gnu: dos2unix: Update to 7.4.3....* gnu/packages/textutils.scm (dos2unix): Update to 7.4.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Greg Hogan |
2022-06-12 | gnu: htop: Update to 3.2.1....* gnu/packages/admin.scm (htop): Update to 3.2.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Greg Hogan |
2022-06-12 | gnu: ccache: Update to 4.6.1....* gnu/packages/ccache.scm (ccache): Update to 4.6.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Greg Hogan |
2022-06-14 | services: dbus: Add a VERBOSE? configuration option....* gnu/services/dbus.scm (<dbus-configuration>)[verbose?]: New field.
(dbus-shepherd-service): Use it.
(dbus-service)[verbose?]: Add argument and update doc.
* doc/guix.texi (Desktop Services): Document it.
| Maxim Cournoyer |
2022-06-14 | gnu: Add dbus-verbose....* gnu/packages/glib.scm (dbus-verbose): New variable.
| Maxim Cournoyer |
2022-06-14 | gnu: komikku: Update to 0.39.0....* gnu/packages/gnome.scm (komikku): Update to 0.39.0.
| Liliana Marie Prikler |
2022-06-14 | gnu: webkitgtk: Update to 2.36.3....* gnu/packages/webkit.scm (webkitgtk): Update to 2.36.3.
| Liliana Marie Prikler |
2022-06-14 | gnu: h-client: Fetch source from Savannah again....* gnu/packages/hardware.scm (h-client)[source]: Update URL and associated
comment.
| Maxim Cournoyer |
2022-06-14 | gnu: cl-fof: Update to 0.2.0-1.522879e....* gnu/packages/lisp-xyz.scm (sbcl-fof): Update to 0.2.0-1.522879e.
[inputs]: Sort inputs.
[arguments]: Remove 'fix-build' phase.
| Guillaume Le Vaillant |
2022-06-14 | gnu: cl-dexador: Remove input labels....* gnu/packages/lisp-xyz.scm (sbcl-dexador)[inputs, native-inputs]: Remove
labels and sort inputs.
| Guillaume Le Vaillant |
2022-06-14 | gnu: cl-dexador: Update to 0.9.15-1.74a233e....* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-1.74a233e.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| André A. Gomes |
2022-06-14 | gnu: cl-fof: Fix build with recent cl-serapeum....* gnu/packages/lisp-xyz.scm (sbcl-fof)[inputs]: Remove labels and add
sbcl-named-readtables.
[arguments]: Add 'fix-build' phase.
| Guillaume Le Vaillant |
2022-06-14 | gnu: cl-serapeum: Update to 0.0.0-7.d2150c6....* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-7.d2150c6.
[inputs]: Remove sbcl-named-readtables and sbcl-fare-quasiquote.
Add sbcl-introspect-environment and sbcl-trivial-cltl2.
[native-inputs]: Add sbcl-atomics.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2022-06-14 | gnu: cl-serapeum: Use G-expressions....* gnu/packages/lisp-xyz.scm (sbcl-serapeum)[arguments]: Use G-expressions and
simplify the 'disable-failing-tests' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2022-06-14 | gnu: cl-serapeum: Remove input labels....* gnu/packages/lisp-xyz.scm (sbcl-serapeum)[inputs, native-inputs]: Remove
labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2022-06-14 | gnu: python-httpx: Update to 0.23.0....* gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
| Arun Isaac |
2022-06-14 | gnu: python-httpcore: Update to 0.15.0....* gnu/packages/python-web.scm (python-httpcore): Update to 0.15.0.
[arguments]: Override asyncio_mode when invoking pytest in check phase.
| Arun Isaac |
2022-06-12 | gnu: dovecot: Update to 2.3.19.1....* gnu/packages/mail.scm (dovecot): Update to 2.3.19.1.
| Tobias Geerinckx-Rice |
2022-06-12 | gnu: sudo: Update to 1.9.11p2....* gnu/packages/admin.scm (sudo): Update to 1.9.11p2.
| Tobias Geerinckx-Rice |
2022-06-12 | gnu: python-parted: Rename to python-pyparted....* gnu/packages/disk.scm (python-pyparted): New variable renamed from…
(python-parted): …this, to better follow the package naming guidelines.
Redefine it using DEPRECATED-PACKAGE.
| Tobias Geerinckx-Rice |
2022-06-12 | gnu: python-parted: Update to 3.12.0....* gnu/packages/disk.scm (python-parted): Update to 3.12.0.
[arguments]: Run the default 'check phase at the default time.
| Tobias Geerinckx-Rice |
2022-06-13 | gnu: autogen: Build reproducibly....* gnu/packages/autogen.scm (autogen)[arguments]: Add
'use-numeric-ids-in-tarball phase.
| Vagrant Cascadian |
2022-06-13 | gnu: autogen: Build with guile 3.0....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'support-guile-3.0 phase.
[inputs]: Remove guile-2.2 and add guile-3.0.
| Vagrant Cascadian |
2022-06-13 | gnu: java-commons-lang3: Update to 3.12.0...* gnu/packages/java.scm (java-commons-lang3): Update to 3.12.0.
* gnu/packages/patches/java-commons-lang-fix-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Artyom V. Poptsov |
2022-06-13 | gnu: sollya: Update to 8.0....* gnu/packages/algebra.scm (sollya): Update to 8.0.
| Andreas Enge |
2022-06-13 | gnu: python-fpylll: Update to 0.5.7....* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.7.
[source]: Revert from git to pypi.
| Andreas Enge |
2022-06-13 | gnu: fplll: Update to 5.4.2....* gnu/packages/algebra.scm (fplll): Update to 5.4.2.
[source]: Remove patch; for unknown reasons the package now compiles
without it.
* gnu/packages/patches/fplll-std-fenv.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
| Andreas Enge |
2022-06-13 | gnu: r-quantpsyc: Update to 1.6....* gnu/packages/statistics.scm (r-quantpsyc): Update to 1.6.
[propagated-inputs]: Add r-dplyr and r-purrr.
| Ricardo Wurmus |