aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: Add python-trytond-account-product.•••* gnu/packages/tryton.scm (python-trytond-account-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: Add python-trytond-analytic-account.•••* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-27
* gnu: xorg-server: Update replacement to 1.20.9 [security-fixes].•••Includes fixes for CVE-2020-1436, CVE-2020-14345, CVE-2020-14346, and CVE-2020-14361. * gnu/packages/xorg.scm (xorg-server/fixed): Update to 1.20.9. * gnu/packages/patches/xorg-server-CVE-2020-14347.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Mark H Weaver2020-08-27
* gnu: linux-libre@5.7: Update to 5.7.18.•••* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.18. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.18. Mark H Weaver2020-08-26
* gnu: linux-libre@5.4: Update to 5.4.61.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.61. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.61. Mark H Weaver2020-08-26
* gnu: linux-libre@4.19: Update to 4.19.142.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.142. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.142. Mark H Weaver2020-08-26
* gnu: linux-libre@4.14: Update to 4.14.195.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.195. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.195. Mark H Weaver2020-08-26
* gnu: linux-libre@4.9: Update to 4.9.234.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update to 4.9.234. Mark H Weaver2020-08-26
* gnu: linux-libre@4.4: Update to 4.4.234.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update to 4.4.234. Mark H Weaver2020-08-26
* gnu: guix: Update to guix-1.1.0-23.2f458a.•••* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a. Jakub Kądziołka2020-08-26
* gnu: guix: Rollback to 1.1.0-22.4b5a6f.•••* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f. Jakub Kądziołka2020-08-26
* gnu: linux-libre: Update to 5.8.4.•••* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.4. (linux-libre-5.8-pristine-source): Update hash. (deblob-scripts-5.8): Update to 5.8.4. Mark H Weaver2020-08-26
* gnu: perl-text-csv-xs: Update to 1.44.•••* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44. Tobias Geerinckx-Rice2020-08-26
* gnu: perl-time-hires: Tweak synopsis.•••* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak. Tobias Geerinckx-Rice2020-08-26
* gnu: perl-time-hires: Update to 1.9764.•••* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764. Tobias Geerinckx-Rice2020-08-26
* gnu: flatpak: Update to 1.8.2.•••* gnu/packages/package-management.scm (flatpak): Update to 1.8.2. Tobias Geerinckx-Rice2020-08-26
* gnu: mate-system-monitor: Update to 1.24.1.•••* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.1. [source]: Hard-code NAME. Tobias Geerinckx-Rice2020-08-26
* gnu: mate-screensaver: Update to 1.24.1.•••* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.1. [source]: Hard-code NAME. Tobias Geerinckx-Rice2020-08-26
* gnu: totem-pl-parser: Update to 3.26.5.•••* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5. Tobias Geerinckx-Rice2020-08-26
* gnu: grilo: Update to 0.3.12.•••* gnu/packages/gnome.scm (grilo): Update to 0.3.12. [source]: Hard-code NAME. Tobias Geerinckx-Rice2020-08-26
* gnu: pipewire: Update to 0.3.10.•••* gnu/packages/linux.scm (pipewire): Update to 0.3.10. [arguments]: Set the ‘udevrulesdir’ configure flag. Tobias Geerinckx-Rice2020-08-26
* services: fcgiwrap: Create parent directory for unix socket.•••* gnu/services/web.scm (fcgiwrap-activation): New function. (fcgiwrap-service-type): Extend activation-service-type with fcgiwrap-activation. Arun Isaac2020-08-26
* system: image: Do not offload image files.•••Image files can be very large (multiple gigabytes), and the process of generating them is primarily I/O bound. As disk access is typically faster than network access, it makes sense build them locally. * gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t parameter to computed-file calls dealing with generating image files. (system-iso9660-image): Likewise. Maxim Cournoyer2020-08-26
* services: mcron: Validate jobs even in the presence of #:user.•••Fixes a bug in 949672c923b6a3953471c446e0b19f30be335572 whereby jobs specifying a #:user not available in the build environment would fail validation. Reported by Maxim Cournoyer. * gnu/services/mcron.scm (job-files)[validated-file]: Add "prologue" file and pass it to 'mcron --schedule'. Ludovic Courtès2020-08-26
* gnu: Add ssss.•••* gnu/packages/crypto.scm (ssss): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hendursaga2020-08-26
* gnu: guix-data-service: Update to ab68b0f.•••* gnu/packages/web.scm (guix-data-service): Update to ab68b0f. Ludovic Courtès2020-08-26
* gnu: guix-data-service: Build against the same Guile as 'guix'.•••This is a followup to a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/packages/web.scm (guix-data-service)[native-inputs]: Change "guile" to match that of GUIX. Ludovic Courtès2020-08-26
* gnu: drawpile: Build with libmicrohttpd 0.9.71.•••* gnu/packages/graphics.scm (drawpile): Update to 2.1.17-1.ed1a75deb. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder2020-08-26
* gnu: quadrapassel: Update to 3.36.05.•••* gnu/packages/games.scm (quadrapassel): Update to 3.36.05. Tobias Geerinckx-Rice2020-08-26
* gnu: klavaro: Update to 3.11.•••* gnu/packages/education.scm (klavaro): Update to 3.11. Tobias Geerinckx-Rice2020-08-26
* gnu: msmtp: Update to 1.8.12.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.12. Tobias Geerinckx-Rice2020-08-26
* gnu: gnome-chess: Update to 3.37.3.•••* gnu/packages/games.scm (gnome-chess): Update to 3.37.3. Signed-off-by: Brett Gilio <brettg@gnu.org> Michael Rohleder2020-08-25
* gnu: octave: Remove unneeded 'source' field.•••* gnu/packages/maths.scm (octave)[source]: Remove. It had been unnecessary since b66741edc954f0a17f1ef567e8d612cac87c7b6a. Ludovic Courtès2020-08-26
* gnu: netcdf-parallel-openmpi: Allow MPI tests to pass.•••* gnu/packages/maths.scm (netcdf-parallel-openmpi)[arguments]: Add 'mip-setup' phase. Ludovic Courtès2020-08-26
* gnu: hdf5-parallel-openmpi: Update to 1.10.6.•••* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10. Ludovic Courtès2020-08-26
* services: mcron: Validate jobs at build time.•••That way, run-time errors in the job specs are caught at build time. * gnu/services/mcron.scm (job-file): Remove. (job-files): New procedure. (mcron-shepherd-services): Adjust accordingly. Ludovic Courtès2020-08-26
* gnu: hdf5: Use 'package/inherit' for variants.•••* gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use 'package/inherit'. Ludovic Courtès2020-08-26
* .dir-locals.el: Add indentation rule for 'package/inherit'.•••* .dir-locals.el (scheme-mode): Add 'package/inherit'. Ludovic Courtès2020-08-26
* gnu: hdf5: Distinguish the default hdf5 version.•••* gnu/packages/maths.scm (hdf5): Rename to... (hdf-1.8): ... this. (hdf5-1.10): Adjust accordingly. (hdf5): New variable. Ludovic Courtès2020-08-26
* lint: Use 'with-error-handling'.•••This improves the error message when unable to access ~/.cache as reported by Jonathan Brielmaier <jonathan.brielmaier@web.de> in <https://bugs.gnu.org/42859>. * guix/scripts/lint.scm (guix-lint): Wrap body in 'with-error-handling'. Ludovic Courtès2020-08-26
* gnu: icecat: Update to 68.12.0-guix0-preview1 [security fixes].•••Includes fixes for CVE-2020-15663, CVE-2020-15664, and CVE-2020-15669. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version. Mark H Weaver2020-08-25
* gnu: emacs-org-re-reveal: Update to 3.1.1.•••* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1. Oleg Pykhalov2020-08-25
* gnu: guix: Update to 1.1.0-21.29d356.•••* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356. Maxim Cournoyer2020-08-25
* gnu: guix: Update to 1.1.0-20.537080f.•••* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f. Maxim Cournoyer2020-08-25
* offload: Modify the build-machine record to accept multiple systems.•••* guix/scripts/offload.scm (<build-machine>)[systems]: New field. [system]: Accessor changed to %build-machine-system. Default to #f. * guix/scripts/offload.scm (build-machine-system): Wrap %build-machine-system with a deprecation warning. (build-machine-systems): Access the new systems field or fallback to use build-machine-system, for backward compatibility. (machine-matches?): Adjust. * tests/offload.scm: Add tests... * Makefile.am (SCM_TESTS): ...and register them. * doc/guix.texi (Daemon Offload Setup): Update doc. Maxim Cournoyer2020-08-25
* gnu: git-lfs: Don't install source.•••* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install the sources. Efraim Flashner2020-08-25
* gnu: git-lfs: Update to v2.11.0.•••* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Prafulla Giri2020-08-25
* gnu: git-lfs: Install man pages.•••* gnu/packages/version-control.scm (git-lfs)[arguments]: Add build phases to build and install man pages. [native-inputs]: Add ronn-ng. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Prafulla Giri2020-08-25
* gnu: polari: Update to 3.36.3.•••* gnu/packages/gnome.scm (polari): Update to 3.36.3. Leo Prikler2020-08-25
* doc: Fix typo.•••* doc/guix.texi (Virtualization Services): Fix typo. Tobias Geerinckx-Rice2020-08-25