Age | Commit message (Expand) | Author |
2020-10-02 | gnu: grim: Fix output rotation interpretation with Sway 1.4....* gnu/packages/image.scm (grim)[source]: Add patch.
* gnu/packages/patches/grim-revert-output-rotation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: python-pure-protobuf: Update to 2.0.1....* gnu/packages/protobuf.scm (python-pure-protobuf): Update to 2.0.1.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: oil: Update to 0.8.1....* gnu/packages/shells.scm (oil): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: perl-libwww: Update to 6.49....* gnu/packages/web.scm (perl-libwww): Update to 6.49.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: perl-test-tcp: Update to 2.22....* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: inxi-minimal: Update to 3.1.07-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.07-1.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: xpra: Update to 4.0.4....* gnu/packages/xorg.scm (xpra): Update to 4.0.4.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: waybar: Update to 0.9.4....* gnu/packages/wm.scm (waybar): Update to 0.9.4.
| Tobias Geerinckx-Rice |
2020-10-01 | services: %desktop-services: Setuid root NTFS and NFS mount helpers....Fixes <https://issues.guix.info/39670>.
Combined with commit def6e2ae46, this allows unprivileged users to mount file
systems marked with the "user" option. It adds less than 4 MiB to the closure
of the lightweight-desktop.tmpl operating system template.
* gnu/services/desktop.scm (%desktop-services): Extend the
setuid-program-service-type service with the 'mount.nfs' and 'mount.nfs-3g'
programs.
Reported-by: Nathan Dehnel <ncdehnel@gmail.com>
| Maxim Cournoyer |
2020-10-01 | ci: Add log and outputs keys....Add 'log and 'outputs properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'log and 'outputs properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
| Mathieu Othacehe |
2020-10-01 | gnu: emacs-next: Fix load path and version....Fixes <http://issues.guix.info/43277>.
* gnu/packages/emacs.scm (emacs)[strip-double-wrap]: Modify to work with
emacs-next.
(emacs-next)[version]: Use git-version to produce the version string.
[arguments]: Remove field.
[native-search-paths]: Add field.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Morgan Smith |
2020-10-01 | services: hurd-vm: Resurrect system-test by using raw disk-image....Using the new compressed-qcow2 image breaks this test.
* gnu/tests/virtualization.scm (hurd-vm-disk-image-raw): New procedure.
(%childhurd-os): Use it.
| Jan (janneke) Nieuwenhuizen |
2020-10-01 | gnu: skopeo: Update to 1.2.0....* gnu/packages/virtualization.scm (skopeo): Update to 1.2.0.
[source]: Update uri.
[arguments]: Update #:import-path.
<phases>: In the 'build' phase, update make target.
[home-page]: Update to current.
| Jelle Licht |
2020-10-01 | gnu: Add emacs-sqlite....* gnu/packages/emacs-xyz.scm (emacs-sqlite): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Adam |
2020-10-01 | gnu: Add scantailor-advanced....* gnu/packages/image-processing.scm (scantailor-advanced): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Brendan Tildesley |
2020-10-01 | linux-container: Reset jailed root permissions....* gnu/build/linux-container.scm (mount-file-systems): Add 'chmod' call.
* tests/containers.scm
("call-with-container, mnt namespace, root permissions"): New test.
| Jelle Licht |
2020-10-01 | gnu: SuiteSparse: Update to 5.8.1....From 0d8692dfebc6ac4b515c06612ab8da4c898719eb Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 29 Sep 2020 11:54:38 +0000
Subject: [PATCH] gnu: SuiteSparse: Update to 5.8.1.
* gnu/packages/maths.scm (suitesparse): Update to 5.8.1.
[arguments]: Remove unnecessary flag and use default blas and lapack.
[inputs]: Add new dependencies for SLIP_LU component.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2020-10-01 | gnu: tbb: Update to 2020.3....1. (*) multipart/mixed ( ) text/html
>From a30bd8dcbc2d4321cd993eaa1857e4be85da7a59 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 29 Sep 2020 19:19:36 +0000
Subject: [PATCH] gnu: tbb: Update to 2020.3.
* gnu/packages/tbb.scm (tbb): Update to 2020.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2020-10-01 | gnu: Add texlive-symbol....* gnu/packages/tex.scm (texlive-symbol): New variable.
| Paul Garlick |
2020-10-01 | ci: Add nix-name and system keys....Add 'nix-name and 'system properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'nix-name and 'system properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
| Mathieu Othacehe |
2020-10-01 | Instantiate nscd in each system container....* gnu/system/linux-container.scm (%nscd-container-caches): New variable.
(containerized-operating-system): Instantiate nscd-service with smaller caches
and add it to the generated operating-system, replacing any nscd-service
specified by the caller.
* gnu/system/file-systems.scm: (%network-file-mappings): Remove "/var/run/nscd".
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Jason Conroy |
2020-10-01 | gnu: Add webssh service....* gnu/services/ssh.scm:
(<webssh-configuration>): New record type.
(%webssh-configuration-nginx, webssh-service-type): New variables.
(webssh-account, webssh-activation, webssh-shepherd-service): New procedures.
* doc/guix.texi: Document this.
| Oleg Pykhalov |
2020-09-30 | gnu: linux-libre 4.19: Update to 4.19.148....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.148.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2020-09-30 | gnu: linux-libre 5.4: Update to 5.4.68....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.68.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2020-09-30 | gnu: linux-libre: Update to 5.8.12....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.12.
(linux-libre-5.8-pristine-source): Update hash.
| Leo Famulari |
2020-10-01 | gnu: wireshark: Update to 3.2.7....* gnu/packages/networking.scm (wireshark): Update to 3.2.7.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: perl-net-dns: Update to 1.27....* gnu/packages/networking.scm (perl-net-dns): Update to 1.27.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: gnome-bluetooth: Update to 3.34.2....* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.2.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: srt: Update to 1.4.2....* gnu/packages/networking.scm (srt): Update to 1.4.2.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: mtr: Update to 0.94....* gnu/packages/networking.scm (mtr): Update to 0.94.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: starfighter: Update to 2.3.3....* gnu/packages/games.scm (starfighter): Update to 2.3.3.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: nml: Update to 0.5.3....* gnu/packages/game-development.scm (nml): Update to 0.5.3.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: cozy: Update to 0.7.2....* gnu/packages/ebook.scm (cozy): Update to 0.7.2.
[inputs]: Add python-packaging.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: pcb-rnd: Update to 2.2.4....* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.4.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: xtl: Update to 0.6.19....* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: python-rq: Update to 1.5.2....* gnu/packages/databases.scm (python-rq): Update to 1.5.2.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: python-lmdb: Update to 1.0.0....* gnu/packages/databases.scm (python-lmdb): Update to 1.0.0.
[arguments]: Set LMDB_PURE.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: stellarium: Update to 0.20.3....* gnu/packages/astronomy.scm (stellarium): Update to 0.20.3.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: python-alembic: Update to 1.4.3....* gnu/packages/databases.scm (python-alembic): Update to 1.4.3.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: perl-dbd-sqlite: Update to 1.66....* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.66.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: perl-db-file: Update to 1.854....* gnu/packages/databases.scm (perl-db-file): Update to 1.854.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: signify: Update to 30....* gnu/packages/crypto.scm (signify): Update to 30.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: escpr: Mark up description....* gnu/packages/cups.scm (escpr)[description]: Use @acronym and @tie.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: php: Update to 7.4.11....* gnu/packages/php.scm (php): Update to 7.4.11.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: nginx-xslscript: Move out of the way....The nginx and nginx-documentation packages need to be updated in tandem.
nginx-xslscript has no good reason to come between them.
* gnu/packages/web.scm (nginx-xslscript): Relocate.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb....* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-94ebfbcd68bb.
| Tobias Geerinckx-Rice |
2020-10-01 | gnu: nginx: Update to 1.19.3....* gnu/packages/web.scm (nginx): Update to 1.19.3.
| Tobias Geerinckx-Rice |
2020-09-30 | gnu: emacs-rudel: Update to 0.3.2....* gnu/packages/emacs-xyz.scm (emacs-rudel): Update to 0.3.2.
| Nicolas Goaziou |
2020-09-30 | gnu: bitcoin-unlimited: Update to 1.9.0.1....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.1.
[arguments]: Add "--disable-static" to 'configure-flags. Remove 'fix-build'
and 'make-qt-deterministic' phases. Enable "txvalidationcache" test.
| Guillaume Le Vaillant |
2020-09-30 | gnu: ocaml4.07-sqlite3: Fix build....* gnu/packages/ocaml.scm (ocaml4.07-sqlite3): Use dune for OCaml 4.07.
| Julien Lepiller |