aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-18Update NEWS.Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....* nix/libstore/build.cc (DerivationGoal::openLogFile): Customize "opening file" error message. * nix/libutil/hash.cc (hashFile): Likewise. * nix/libutil/util.cc (readFile, writeFile): Likewise. Ludovic Courtès
2022-12-17Update NEWS.Marius Bakke
2022-12-15install: Make sure uvesafb can be loaded....Fixes <https://issues.guix.gnu.org/60010>. Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>. Previously, the 'modprobe' executable would try and fail to load the module from /lib/modules/*. Set 'LINUX_MODULE_DIRECTORY' to make sure 'modprobe' looks for the module in the right place. * gnu/system/install.scm (uvesafb-shepherd-service)[modprobe]: New variable. In 'start' method, invoke it instead of KMOD/bin/modprobe. Ludovic Courtès
2022-12-15doc: Use VM image file name consistently....Previously, what "/tmp/qemu-image" refers to could be unclear at first. * doc/guix.texi (Running Guix in a VM): Use the original image file name instead of /tmp/qemu-image. * po/doc/guix-manual.de.po, po/doc/guix-manual.es.po, po/doc/guix-manual.fr.po, po/doc/guix-manual.pt_BR.po, po/doc/guix-manual.ru.po, po/doc/guix-manual.zh_CN.po: Adjust accordingly. Ludovic Courtès
2022-12-14doc: Fix formatting for 'computed-file'....* doc/guix.texi (G-Expressions): Fix formatting for 'computed-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2022-12-14doc: Verify the release with my own OpenPGP key....* doc/guix.texi (OPENPGP-SIGNING-KEY-ID, OPENPGP-SIGNING-KEY-URL): Switch to my key. Ludovic Courtès
2022-12-11gnu: ecryptfs-utils: Remove input labels....* gnu/packages/linux.scm (ecryptfs-utils)[inputs]: Remove input labels. [arguments]: Fix ‘utils-linux’ typo. Tobias Geerinckx-Rice
2022-12-11gnu: ecryptfs-utils: Wrap scripts....This should fix #59850, although there might be other binaries I missed. * gnu/packages/linux.scm (ecryptfs-utils)[arguments]: Add a new 'wrap-scripts phase to do what it says. [inputs]: Add coreutils, findutils, gawk, grep, keyutils, lsof, rsync, sed, and which. Tobias Geerinckx-Rice
2022-12-11gnu: coturn: Update to 4.6.1....* gnu/packages/telephony.scm (coturn): Update to 4.6.1. Tobias Geerinckx-Rice
2022-12-11gnu: flashrom: Fix build on AArch64....* gnu/packages/patches/flashrom-fix-building-on-aarch64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/flashing-tools.scm (flashrom)[source]: Apply it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon South
2022-12-11teams: Add Tobias Geerinckx-Rice....* etc/teams.scm.in: Add Tobias Geerinckx-Rice. Tobias Geerinckx-Rice
2022-12-17gnu: linux-libre 4.9: Update to 4.9.336....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.336. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre 4.14: Update to 4.14.302....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.302. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre 4.19: Update to 4.19.269....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.269. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre 5.4: Update to 5.4.227....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.227. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre 5.10: Update to 5.10.159....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.159. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre 5.15: Update to 5.15.83....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.83. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: linux-libre: Update to 6.0.13....* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.13. (linux-libre-6.0-pristine-source): Update hash. Leo Famulari
2022-12-17gnu: QEMU: Update to 7.2.0....* gnu/packages/virtualization.scm (qemu): Update to 7.2.0. [source](snippet): Don't remove slirp, as it's no longer bundled. [arguments]: Remove related configure-flag. Specify Meson path. [native-inputs]: Change from MESON to MESON-0.63. Marius Bakke
2022-12-17gnu: SeaBIOS: Simplify build....* gnu/packages/firmware.scm (seabios)[arguments]: Don't install bios.bin twice. Drop redundant append step. Marius Bakke
2022-12-17gnu: SeaBIOS: Build verbosely....* gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags. Marius Bakke
2022-12-17gnu: SeaBIOS: Update to 1.16.1....* gnu/packages/firmware.scm (seabios): Update to 1.16.1. Marius Bakke
2022-12-17gnu: ungoogled-chromium: Update to 108.0.5359.124-1....* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.124. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke
2022-12-17activation: Firmware activation handles missing support in kernel....* gnu/build/activation.scm (activate-firmware): Check if firmware loading is enabled before attempting to use it. Marius Bakke
2022-12-17services: ganeti: Add support for cluster hooks....* gnu/services/ganeti.scm (<ganeti-configuration>): Add HOOKS. (hooks->directory): Rename to ... (debootstrap-hooks->directory): ... this, for clarity. (debootstrap-configuration-compiler): Adjust accordingly. (ganeti-directory): Add HOOKS when set. (ganeti-etc-service): Pass HOOKS. * doc/guix.texi (Virtualization Services): Mention it. Marius Bakke
2022-12-16system: examples: Add mode prop line....* gnu/system/examples/asus-c201.tmpl: Add a mode prop line. * gnu/system/examples/bare-bones.tmpl: Likewise. * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/system/examples/desktop.tmpl: Likewise. * gnu/system/examples/docker-image.tmpl: Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. * gnu/system/examples/vm-image.tmpl: Likewise. Maxim Cournoyer
2022-12-11install: Add lvm2-static system package....* gnu/system/install.scm (%installer-disk-utilities): Add lvm2-static. Tobias Geerinckx-Rice
2022-12-11gnu: mpd: Update to 0.23.11....* gnu/packages/mpd.scm (mpd): Update to 0.23.11. Tobias Geerinckx-Rice
2022-12-11gnu: fakeroot: Remove input labels....* gnu/packages/linux.scm (fakeroot)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-12-11gnu: fakeroot: Update to 1.30.1....* gnu/packages/linux.scm (fakeroot): Update to 1.30.1. Tobias Geerinckx-Rice
2022-12-11gnu: earlyoom: Update to 1.7....* gnu/packages/linux.scm (earlyoom): Update to 1.7. Tobias Geerinckx-Rice
2022-12-11gnu: bpftrace: Update to 0.16.0....* gnu/packages/linux.scm (bpftrace): Update to 0.16.0. Tobias Geerinckx-Rice
2022-12-11gnu: libnftnl: Update to 1.2.4....* gnu/packages/linux.scm (libnftnl): Update to 1.2.4. Tobias Geerinckx-Rice
2022-12-11gnu: liburing: Update to 2.3....* gnu/packages/linux.scm (liburing): Update to 2.3. Tobias Geerinckx-Rice
2022-12-11gnu: mtd-utils: Remove input labels....* gnu/packages/linux.scm (mtd-utils)[inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-12-11gnu: mtd-utils: Update to 2.1.5....* gnu/packages/linux.scm (mtd-utils): Update to 2.1.5. Tobias Geerinckx-Rice
2022-12-11gnu: mcelog: Update to 190....* gnu/packages/linux.scm (mcelog): Update to 190. Tobias Geerinckx-Rice
2022-12-11gnu: powerstat: Update to 0.02.28....* gnu/packages/linux.scm (powerstat): Update to 0.02.28. Tobias Geerinckx-Rice
2022-12-11gnu: cpuid: Update to 20221201....* gnu/packages/linux.scm (cpuid): Update to 20221201. Tobias Geerinckx-Rice
2022-12-11gnu: ipset: Update to 7.16....* gnu/packages/linux.scm (ipset): Update to 7.16. Tobias Geerinckx-Rice
2022-12-11gnu: ii: Use G-expressions....* gnu/packages/irc.scm (ii)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-12-11gnu: ii: Update to 2.0....* gnu/packages/irc.scm (ii): Update to 2.0. Tobias Geerinckx-Rice
2022-12-11gnu: man-pages-posix: Note that updates may be illegal to distribute....* gnu/packages/man.scm (man-pages-posix): Add comment. Tobias Geerinckx-Rice
2022-12-11gnu: man-pages: Update to 6.01....* gnu/packages/man.scm (man-pages): Update to 6.01. Tobias Geerinckx-Rice
2022-12-11gnu: rspamd: Update to 3.4....* gnu/packages/mail.scm (rspamd): Update to 3.4. Tobias Geerinckx-Rice
2022-12-11gnu: opensmtpd-filter-dkimsign: Update to 0.6....* gnu/packages/mail.scm (opensmtpd-filter-dkimsign): Update to 0.6. Tobias Geerinckx-Rice
2022-12-11gnu: mu: Update to 1.8.13....* gnu/packages/mail.scm (mu): Update to 1.8.13. Tobias Geerinckx-Rice
2022-12-11gnu: libnetfilter-cthelper: Update to 1.0.1....* gnu/packages/linux.scm (libnetfilter-cthelper): Update to 1.0.1. Tobias Geerinckx-Rice
2022-12-11gnu: libnetfilter-cttimeout: Update to 1.0.1....* gnu/packages/linux.scm (libnetfilter-cttimeout): Update to 1.0.1. Tobias Geerinckx-Rice