Age | Commit message (Expand) | Author |
2020-05-06 | gnu: linux-libre@5.6: Update to 5.6.11....* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.11.
(linux-libre-5.6-pristine-source): Update hash.
| Mark H Weaver |
2020-05-06 | gnu: linux-libre@4.19: Update to 4.19.121....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.121.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2020-05-06 | gnu: linux-libre@4.14: Update to 4.14.179....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.179.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2020-05-06 | gnu: linux-libre@4.9: Update to 4.9.222....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.222.
(linux-libre-4.9-pristine-source): Update hash.
| Mark H Weaver |
2020-05-06 | gnu: linux-libre@4.4: Update to 4.4.222....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.222.
(linux-libre-4.4-pristine-source): Update hash.
| Mark H Weaver |
2020-05-06 | gnu: icecat: Update to 68.8.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2020-6831, CVE-2020-12387, CVE-2020-12388,
CVE-2020-12389, CVE-2020-12392, CVE-2020-12393, and CVE-2020-12395.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
Apply icecat-use-older-reveal-hidden-html.patch.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu/packages/patches/icecat-use-older-reveal-hidden-html.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Mark H Weaver |
2020-05-05 | gnu: emacs-next: Upgrade to 27.0.91....* gnu/packages/emacs.scm (emacs-next): Upgrade to 27.0.91.
[inputs]: Remove imagemagick.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Jack Hill |
2020-05-05 | services: For "sddm" pam service, include "limits.conf"....* gnu/services/base.scm (pam-limits-service-type): For "sddm" pam
service, include "limits.conf".
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-05 | gnu: Add python-pytest-asyncio....* gnu/packages/check.scm (python-pytest-asyncio): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Josh Marshall |
2020-05-05 | gnu: emacs-ess: Update to 18.10.2....* gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2.
[source]: Use git-fetch and git-file-name. Fix snippets for removing
julia-mode and removing extra documentation formats. Add snippets for
installing elisp files and stopping installation of info directory.
Remove snippet for old failing test. Add snippet for new failing test.
[arguments]: Remove extra "/".
[native-inputs]: Add r-roxygen2.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Tim Howes via Guix-patches via |
2020-05-05 | gnu: Add gccmakedep....* gnu/packages/xorg.scm (gccmakedep): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jean-Baptiste Note |
2020-05-05 | gnu: SOCI: Return #t from all phases....* gnu/packages/databases.scm (soci)[arguments]: Return #t from phase.
| Marius Bakke |
2020-05-05 | gnu: SOCI: Build with MariaDB instead of MySQL....* gnu/packages/databases.scm (soci)[inputs]: Remove MYSQL. Add MARIADB:DEV
and MARIADB:LIB.
| Marius Bakke |
2020-05-05 | gnu: sbcl-cl-webkit: Update to 20200504....* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200504.
| Pierre Neidhardt |
2020-05-05 | gnu: emacs-modus-vivendi-theme: Update to 0.8.1....* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.8.1.
| Nicolas Goaziou |
2020-05-05 | gnu: emacs-modus-operandi-theme: Update to 0.8.1....* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.8.1.
| Nicolas Goaziou |
2020-05-05 | vm: Remove obsolete procedures....* gnu/build/vm.scm (install-efi, make-iso9660-image): Remove those procedures
that are now implemented in (gnu build image) module,
(initialize-hard-disk): remove efi support.
* gnu/system/vm.scm (iso9660-image): Remove it,
(qemu-image): adapt it to remove ISO9660 support.
| Mathieu Othacehe |
2020-05-05 | image: Add a new API....Raw disk-images and ISO9660 images are created in a Qemu virtual machine. This
is quite fragile, very slow, and almost unusable without KVM.
For all these reasons, add support for host image generation. This implies the
use new image generation mechanisms.
- Raw disk images: images of partitions are created using tools such as mke2fs
and mkdosfs depending on the partition file-system type. The partition
images are then assembled into a final image using genimage.
- ISO9660 images: the ISO root directory is populated within the store. GNU
xorriso is then called on that directory, in the exact same way as this is
done in (gnu build vm) module.
Those mechanisms are built upon the new (gnu image) module.
* gnu/image.scm: New file.
* gnu/system/image.scm: New file.
* gnu/build/image: New file.
* gnu/local.mk: Add them.
* gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm.
* gnu/ci.scm (qemu-jobs): Adapt to new API.
* gnu/tests/install.scm (run-install): Ditto.
* guix/scripts/system.scm (system-derivation-for-action): Ditto.
| Mathieu Othacehe |
2020-05-05 | build: bootloader: Add install-efi procedure....* gnu/build/bootloader.scm (install-efi): New procedure copied from (gnu build vm).
(install-efi-loader): New exported procedure, wrapping install-efi.
* gnu/build/vm.scm (initialize-hard-disk): Adapt to use install-efi-loader.
| Mathieu Othacehe |
2020-05-05 | build: install: Do not set store GID....There's no need to set the store GID as is will be done by the guix-daemon,
with the following snippet:
if (chown(chrootStoreDir.c_str(), 0, buildUser.getGID()) == -1)
throw SysError(format("cannot change ownership of ‘%1%’") % chrootStoreDir);
* gnu/build/install.scm (directives): Do not set store GID.
| Mathieu Othacehe |
2020-05-05 | build: install: Ignore chown exceptions....Changing ownership may require root permissions. As image can now be generated
without root permissions (no VM involved), ignore those exceptions.
* gnu/build/install.scm (evaluate-populate-directive): Ignore chown
exceptions.
| Mathieu Othacehe |
2020-05-05 | system: vm: Move operating-system-uuid....* gnu/system/vm.scm (operating-system-uuid): Move to ...
* gnu/system.scm: ... here.
| Mathieu Othacehe |
2020-05-05 | gnu: Add AutoSSH service....* gnu/services/ssh.scm (<autossh-configuration>): New record type.
(autossh-service-type): New variable.
(autossh-service-activation, autossh-file-name): New procedures.
* doc/guix.texi (Networking Services): Document this.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| pinoaffe |
2020-05-05 | gnu: Add sequoia....* gnu/packages/sequoia.scm: New file.
* gnu/local.mk: Add it.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-nettle-7....* gnu/packages/crates-io.scm (rust-nettle-7): New variable.
* gnu/packages/patches/rust-nettle-disable-vendor.patch: New file.
* gnu/local.mk: Add it.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-nettle-sys-2....* gnu/packages/crates-io.scm (rust-nettle-sys-2): New variable.
* gnu/packages/patches/rust-nettle-sys-disable-vendor.patch: New file.
* gnu/local.mk: Add it.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-zbase32-0.1....* gnu/packages/crates-io.scm (rust-zbase32-0.1): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-webpki-roots-0.14....* gnu/packages/crates-io.scm (rust-webpki-roots-0.14): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-webpki-roots-0.17....* gnu/packages/crates-io.scm (rust-webpki-roots-0.17): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-webpki-roots-0.18....* gnu/packages/crates-io.scm (rust-webpki-roots-0.18): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-webpki-0.18....* gnu/packages/crates-io.scm (rust-webpki-0.18): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-webpki-0.21....* gnu/packages/crates-io.scm (rust-webpki-0.21): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-want-0.2....* gnu/packages/crates-io.scm (rust-want-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-untrusted-0.6....* gnu/packages/crates-io.scm (rust-untrusted-0.6): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-test-0.2....* gnu/packages/crates-io.scm (rust-tokio-test-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-rustls-0.12....* gnu/packages/crates-io.scm (rust-tokio-rustls-0.12): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-mockstream-1....* gnu/packages/crates-io.scm (rust-tokio-mockstream-1): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-named-pipes-0.1....* gnu/packages/crates-io.scm (rust-tokio-named-pipes-0.1): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-macros-0.2....* gnu/packages/crates-io.scm (rust-tokio-macros-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-buf-0.1....* gnu/packages/crates-io.scm (rust-tokio-buf-0.1): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-tokio-0.2....* gnu/packages/crates-io.scm (rust-tokio-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-term-0.2....* gnu/packages/crates-io.scm (rust-term-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-string-0.2....* gnu/packages/crates-io.scm (rust-string-0.2): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-spmc-0.3....* gnu/packages/crates-io.scm (rust-spmc-0.3): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-skeptic-0.9....* gnu/packages/crates-io.scm (rust-skeptic-0.9): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-sha2-0.8....* gnu/packages/crates-io.scm (rust-sha2-0.8): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-sha2-asm-0.5....* gnu/packages/crates-io.scm (rust-sha2-asm-0.5): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-sct-0.3....* gnu/packages/crates-io.scm (rust-sct-0.3): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-sct-0.6....* gnu/packages/crates-io.scm (rust-sct-0.6): New variable.
| Hartmut Goebel |
2020-05-05 | gnu: Add rust-rustls-0.12....* gnu/packages/crates-io.scm (rust-rustls-0.12): New variable.
| Hartmut Goebel |