Age | Commit message (Expand) | Author |
2020-08-26 | system: locale: Only use the current glibc....Only use the current glibc, as adding glibc-2.29 for compatibility adds
~100MiB to the barebones system closure.
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.29.
| Mathieu Othacehe |
2020-08-26 | Merge remote-tracking branch 'origin/master' into core-updates | Mathieu Othacehe |
2020-08-26 | gnu: guile: Update to 3.0.4....* gnu/packages/guile.scm (guile-3.0): Update to 3.0.4.
(guile-3.0-latest): Turn into an alias for GUILE-3.0.
| Ludovic Courtès |
2020-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 Cournoyer |
2020-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ès |
2020-08-26 | gnu: Add ssss....* gnu/packages/crypto.scm (ssss): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hendursaga |
2020-08-26 | gnu: guix-data-service: Update to ab68b0f....* gnu/packages/web.scm (guix-data-service): Update to ab68b0f.
| Ludovic Courtès |
2020-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ès |
2020-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 Rohleder |
2020-08-26 | gnu: quadrapassel: Update to 3.36.05....* gnu/packages/games.scm (quadrapassel): Update to 3.36.05.
| Tobias Geerinckx-Rice |
2020-08-26 | gnu: klavaro: Update to 3.11....* gnu/packages/education.scm (klavaro): Update to 3.11.
| Tobias Geerinckx-Rice |
2020-08-26 | gnu: msmtp: Update to 1.8.12....* gnu/packages/mail.scm (msmtp): Update to 1.8.12.
| Tobias Geerinckx-Rice |
2020-08-25 | 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 Rohleder |
2020-08-26 | gnu: octave: Remove unneeded 'source' field....* gnu/packages/maths.scm (octave)[source]: Remove. It had been
unnecessary since b66741edc954f0a17f1ef567e8d612cac87c7b6a.
| Ludovic Courtès |
2020-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ès |
2020-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ès |
2020-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ès |
2020-08-26 | gnu: hdf5: Use 'package/inherit' for variants....* gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use
'package/inherit'.
| Ludovic Courtès |
2020-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ès |
2020-08-25 | 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 Weaver |
2020-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 Pykhalov |
2020-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 Cournoyer |
2020-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 Cournoyer |
2020-08-25 | gnu: git-lfs: Don't install source....* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install
the sources.
| Efraim Flashner |
2020-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 Giri |
2020-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 Giri |
2020-08-25 | gnu: polari: Update to 3.36.3....* gnu/packages/gnome.scm (polari): Update to 3.36.3.
| Leo Prikler |
2020-08-25 | services: ganeti-kvmd-service-type: Fix typo in description....* gnu/services/ganeti.scm (ganeti-kvmd-service-type)[description]:
Fix typo.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: gnuradio-osmosdr: Update to 0.2.2....* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: libcap-ng: Update to 0.7.11....* gnu/packages/admin.scm (libcap-ng): Update to 0.7.11.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: ruby-public-suffix: Update to 4.0.5....* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.5.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: ruby-domain-name: Update to 0.5.20190701....* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20190701.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: fldigi: Update to 4.1.14....* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: cuirass: Update to 0.0.1-43.f2984c7....Cuirass now depends of "guile-zlib" instead of Guix zlib module.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-43.f2984c7,
[inputs]: add "guile-zlib" ...
[arguments]: ... and add it to the dependencies.
| Mathieu Othacehe |
2020-08-25 | gnu: Add python-trytond-stock-lot....* gnu/packages/tryton.scm (python-trytond-stock-lot): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-trytond-stock....* gnu/packages/tryton.scm (python-trytond-stock): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-trytond-account....* gnu/packages/tryton.scm (python-trytond-account): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-simpleeval....* gnu/packages/python-xyz.scm (python-simpleeval): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-trytond-product....* gnu/packages/tryton.scm (python-trytond-product): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-trytond-company....* gnu/packages/tryton.scm (python-trytond-company): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-trytond-currency....* gnu/packages/tryton.scm (python-trytond-currency): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: Add python-forex-python....* gnu/packages/python-xyz.scm (python-forex-python): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-08-25 | gnu: jemalloc: Fix typo....* gnu/packages/jemalloc.scm (jemalloc)[arguments]: Check for the
'x86_64' architecture.
| Efraim Flashner |
2020-08-25 | gnu: stepmania: Fix typo....* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
architecture.
| Efraim Flashner |
2020-08-25 | gnu: audacity: Fix typo....* gnu/packages/audio.scm (audacity)[arguments]: Check for the 'x86_64'
architecture.
| Efraim Flashner |
2020-08-25 | Remove "guile-zlib" extension when unused....This is a follow-up of 755f365b02b42a5d1e8ef3000dadef069553a478.
As (zlib) is autoloaded in (gnu build linux-modules), "guile-zlib" is needed
as an extension only when it is effectively used.
* gnu/installer.scm (installer-program): Remove "guile-zlib" from the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/shadow.scm (account-shepherd-service): Ditto.
| Mathieu Othacehe |
2020-08-25 | linux-libre: Enable module compression....This commit enables GZIP compression for linux-libre kernel modules, reducing
the size of linux-libre by 63% (165MB).
* gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression.
* gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto.
| Mathieu Othacehe |
2020-08-25 | linux-libre: Support module compression....This commit adds support for GZIP compression for linux-libre kernel
modules. The initrd modules are kept uncompressed as the initrd is already
compressed as a whole.
The linux-libre kernel also supports XZ compression, but as Guix does not have
any available bindings for now, and the compression time is far more
significant, GZIP seems to be a better option.
* gnu/build/linux-modules.scm (modinfo-section-contents): Use
'call-with-gzip-input-port' to read from a module file using '.gz' extension,
(strip-extension): new procedure,
(dot-ko): adapt to support compression,
(ensure-dot-ko): ditto,
(file-name->module-name): ditto,
(find-module-file): ditto,
(load-linux-module*): ditto,
(module-name->file-name/guess): ditto,
(module-name-lookup): ditto,
(write-module-name-database): ditto,
(write-module-alias-database): ditto,
(write-module-device-database): ditto.
* gnu/installer.scm (installer-program): Add "guile-zlib" to the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/linux-initrd.scm (flat-linux-module-directory): Add "guile-zlib"
to the extensions and make sure that the initrd only contains
uncompressed module files.
* gnu/system/shadow.scm (account-shepherd-service): Add "guile-zlib" to the
extensions.
* guix/profiles.scm (linux-module-database): Ditto.
| Mathieu Othacehe |
2020-08-25 | gnu: emacs-debbugs: Update to 0.26....* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.26.
| Nicolas Goaziou |
2020-08-25 | gnu: emacs-undo-tree: Update to 0.7.5....* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
| Nicolas Goaziou |