summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30guix: pack: Fix offset calculation for store directory mount point....Fixes wrapping of non-package things, where the target store directory may differ in length from the original. * guix/scripts/pack.scm (wrapped-package)<build-wrapper>: Define WRAPPER_PROGRAM macro with wrapper's file name. * gnu/packages/aux-files/run-in-namespace.c (main): Offset index by len of that file name. Eric Bavier
2020-10-30gnu: Add lcdf-typetools....* gnu/packages/fontutils.scm (lcdf-typetools): New variable. Julien Lepiller
2020-10-30nls: Update 'es' translation.Miguel Ángel Arruga Vivas
2020-10-30services: guix-publish: Add 'cache-bypass-threshold' field....This is a followup to ecaa102a58ad3ab0b42e04a3d10d7c761c05ec98. * gnu/services/base.scm (<guix-publish-configuration>)[cache-bypass-threshold]: New field. (guix-publish-shepherd-service): Honor it. Ludovic Courtès
2020-10-30gnu: guix: Update to 1c6d985....* gnu/packages/package-management.scm (guix): Update to 1c6d985. Ludovic Courtès
2020-10-30gnu: php: Update to 7.4.12 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests. Tobias Geerinckx-Rice
2020-10-30gnu: cloud-utils: Update to 0.32....* gnu/packages/admin.scm (cloud-utils): Update to 0.32. Christopher Baines
2020-10-30installer: Use UUIDs in the 'swap-devices' field....Note: This change requires an updated 'guix' package that contains Linux-swap support in (gnu build file-systems). * gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs in the 'swap-devices' field. * gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New procedure. Use it. * gnu/installer/tests.scm (choose-partitioning): Wait for 'starting-final-step' message and move configuration file dialog handling to... (conclude-installation): ... here. Send over PORT the reply corresponding to 'starting-final-step'. * gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false, invoke 'swaplabel' in the marionette. (installation-target-os-for-gui-tests): When ENCRYPTED? is false, except a fixed UUID. Ludovic Courtès
2020-10-30services: swap: Allow for UUIDs and file system labels....* gnu/services/base.scm (swap-service-type)[device-lookup, device-name]: New variables. Add 'modules' field to 'shepherd-service'. In 'start' and 'stop', use 'device-lookup' to resolve UUIDs and labels. * doc/guix.texi (operating-system Reference): Adjust accordingly. Ludovic Courtès
2020-10-30file-systems: Allow swap space lookup by UUID/label....* gnu/build/file-systems.scm (%linux-swap-magic, %page-size): New variables. (linux-swap-superblock?, read-linux-swap-superblock) (linux-swap-superblock-uuid, linux-swap-superblock-volume-name): New procedures. (%partition-label-readers, %partition-uuid-readers): Add them. Ludovic Courtès
2020-10-30gnu: r-calculus: Fix typo in home-page....* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30scripts: lint: Add '--exclude' option....* guix/scripts/lint.scm (%options, parse-options): Add '--exclude' option. (option-checker): New helper function. * doc/guix.texi (Invoking guix lint): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30scripts: lint: Fix '--no-network' option....* guix/scripts/lint.scm: (show-help): Add '--no-network' option message. (%options, parse-options): Fix argument order. * doc/guix.texi (Invoking guix lint): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30nls: Update 'fr' translation of the manual.Julien Lepiller
2020-10-30gnu: tome4: Update to 1.7.0....* gnu/packages/games.scm (tome4): Update to 1.7.0. Oleg Pykhalov
2020-10-29gnu: emacs-tramp: Update to 2.4.4.3....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.3. Nicolas Goaziou
2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller
2020-10-29gnu: dropbear: Update to 2020.81....* gnu/packages/ssh.scm (dropbear): Update to 2020.81. Tobias Geerinckx-Rice
2020-10-29gnu: Update samtools to 1.11....* gnu/packages/bioinformatics.scm (samtools): Update to 1.11. Roel Janssen
2020-10-29gnu: Update bcftools to 1.11....* gnu/packages/bioinformatics.scm (bcftools): Update to 1.11. Roel Janssen
2020-10-29gnu: Update htslib to 1.11....* gnu/packages/bioinformatics.scm (htslib): Update to 1.11. Roel Janssen
2020-10-29gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call. Danny Milosavljevic
2020-10-29gnu: raspi-arm64-chainloader: End phase in #t....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t. Danny Milosavljevic
2020-10-29gnu: raspi-arm-chainloader: Install arm_chainloader.bin....* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm_chainloader.bin. Danny Milosavljevic
2020-10-29gnu: raspi-arm64-chainloader: Install arm64.bin....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm64.bin. Danny Milosavljevic
2020-10-29gnu: Add raspi-arm64-chainloader....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): New variable. Danny Milosavljevic
2020-10-29gnu: python-simpleaudio: Alsa-lib is not a native-input....* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace field and ... [inputs]: ... Add new field. Leo Famulari
2020-10-29gnu: raspi-arm-chainloader: Fix build....* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify. [build-common]: Modify. Danny Milosavljevic
2020-10-29gnu: kuserfeedback: Fix typo....* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of the "itemize" keyword. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sébastien Lerique
2020-10-29gnu: Add raspi-arm-chainloader....* gnu/packages/raspberry-pi.scm (%rpi-open-firmware-version): New variable. (%rpi-open-firmware-origin): New variable. (raspi-arm-chainloader): New variable. Danny Milosavljevic
2020-10-29gnu: Add raspi-gpio....* gnu/packages/raspberry-pi.scm (raspi-gpio): New variable. Danny Milosavljevic
2020-10-29gnu: Add bcm2835....* gnu/packages/raspberry-pi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Danny Milosavljevic
2020-10-29gnu: Add copyright line.Nicolas Goaziou
2020-10-29gnu: Add emacs-powershell....* gnu/packages/emacs-xyz.scm (emacs-powershell): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Adam
2020-10-29gnu: emacs-rg: Update to 2.0.2....* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2. [propagated-inputs]: Add emacs-transient. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder
2020-10-29gnu: ruby: Update to 2.7.2....Fixes CVE-2020-25613. * gnu/packages/ruby.scm (ruby): Update to 2.7.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior
2020-10-28build/maven: Fix typo....* guix/build/maven/pom: Fix spelling of "with". Vagrant Cascadian
2020-10-28build/maven: fix-pom-dependencies: Fix typo....* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides". Vagrant Cascadian
2020-10-28build/maven: fix-pom-dependencies: Fix typo....* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden". Vagrant Cascadian
2020-10-28gnu: ganeti-luxid-service-type: Fix typo....* gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling of "authoritative". Vagrant Cascadian
2020-10-28gnu: python-mujson: Fix typo....* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This package". Vagrant Cascadian
2020-10-28gnu: python-scour: Fix typo....* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of "aggressive". Vagrant Cascadian
2020-10-28gnu: altermime: Fix typo....* gnu/packages/mail (altermime)[description]: Fix spelling of "arbitrary". Vagrant Cascadian
2020-10-28gnu: emacs-highlight-numbers: Fix typo....* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling of "constitutes". Vagrant Cascadian
2020-10-28gnu: python-django-sekizai: Fix typo....* gnu/packages/django (python-django-sekizai)[description]: Use "that is" instead of "thats". Vagrant Cascadian
2020-10-28gnu: rust-webpki-0.21: Fix typo....* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of "package". Vagrant Cascadian
2020-10-28gnu: rust-zstd-safe-2: Fix typo....* gnu/packages/crates-io (rust-zstd-safe-2)[description]: Fix typo of "safe". Vagrant Cascadian
2020-10-28gnu: python-django-auth-ldap: Fix typo....* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This package". Vagrant Cascadian
2020-10-29gnu: emacs-ivy-posframe: Fix hash....This commit follows 622e700bdd09bd466c2c4e3806180b065b9383bc. * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash. Oleg Pykhalov
2020-10-29gnu: zabbix-agentd, zabbix-server: Update to 5.2.0....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.0. Oleg Pykhalov