summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* wip: guix: pack: Only wrap executable files.series-3304Eric Bavier2020-03-27
| | | | | | | * guix/scripts/pack.scm (wrapped-package)<build>: Build wrappers for executable files and symlink others. * tests/guix-pack-relocatable.sh: Test relocatable git-minimal's "merge-octopus".
* gnu: guix-data-service: Update to 0.0.1-19.d1c243f.base-for-series-3304Christopher Baines2020-03-26
| | | | | | | | | | | | | | | These changes support the guix-data-service-backup-database and guix-data-service-create-small-backup scripts. These are shell scripts, so require coreutils from the build environment at runtime as well as binaries from postgresql, ephemeralpg and optionally util-linux (for ionice and renice). * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-19.d1c243f. [arguments]: Add (ice-9 ftw) and (ice-9 match) to #:modules, change the 'install phase to wrap all bin files with some inputs as well. [inputs]: Add util-linux, include ephemeralpg from native-inputs and switch postgresql for postgresql-11. [native-inputs]: Move ephemeralpg to inputs.
* gnu: Add python-json5.Lars-Dominik Braun2020-03-26
| | | | | | * gnu/packages/python-xyz.scm (python-json5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pytest-check-links.Lars-Dominik Braun2020-03-26
| | | | | | * gnu/packages/python-xyz.scm (python-pytest-check-links): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* vm: Distinguish between success and failure of the guest code.Ludovic Courtès2020-03-26
| | | | | | | | | | Fixes <https://bugs.gnu.org/34276>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * gnu/system/vm.scm (expression->derivation-in-linux-vm)[loader]: Produce '/xchg/.exit-status' file upon success. * gnu/build/vm.scm (load-in-linux-vm): Check for 'xchg/.exit-status' once QEMU has completed and respond accordingly.
* gnu: Add ROPgadget.Jakub Kądziołka2020-03-26
| | | | | | * gnu/packages/cybersecurity.scm: New file. (ropgadget): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the file.
* gnu: java-tomcat: Update to 8.5.53.Björn Höfling2020-03-26
| | | | | | | This fixes CVE-2020-1938 ("Ghostcat"). * gnu/packages/web.scm (java-tomcat): Update to 8.5.53. [properties]: Add cpe-name.
* gnu: icu4c: Explicitly add patch flags in replacement package.Marius Bakke2020-03-26
| | | | | | | This is to prevent a build failure when this gets merged to 'core-updates' which does not have any patch-flags to inherit. * gnu/packages/icu4c.scm (icu4c/fixed)[source](patch-flags): New field.
* gnu: help2man: Update to 1.47.13.Marius Bakke2020-03-26
| | | | * gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
* gnu: Add python-pywinrm.Alexandros Theodotou2020-03-26
| | | | | | * gnu/packages/python-xyz.scm (python-pywinrm): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-requests_ntlm.Alexandros Theodotou2020-03-26
| | | | | | * gnu/packages/python-web.scm (python-requests_ntlm): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-ntlm-auth.Alexandros Theodotou2020-03-26
| | | | | | * gnu/packages/python-crypto.scm (python-ntlm-auth): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-kerberos.Alexandros Theodotou2020-03-26
| | | | | | * gnu/packages/python-crypto.scm (python-kerberos): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Update sambamba to 0.7.1.Roel Janssen2020-03-26
| | | | | * gnu/packages/bioinformatics.scm (sambamba): Update to 0.7.1; Remove unneeded undead input.
* gnu: Add 7kaa.Naga Malleswari2020-03-26
| | | | * gnu/packages/games.scm (7kaa): New variable.
* gnu: boinc-client: Update to 7.16.5.Efraim Flashner2020-03-26
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
* gnu: boinc-server: Fix build.Efraim Flashner2020-03-26
| | | | | * gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl with openssl-1.0, mariadb with mariadb:dev.
* status: Display synthetic information about profiles being built.Ludovic Courtès2020-03-26
| | | | | | * guix/status.scm (print-build-event): Add 'profile case. * guix/scripts/package.scm (build-and-use-profile): Remove now redundant message.
* profiles: 'profile-derivation' sets a 'type' property.Ludovic Courtès2020-03-26
| | | | | * guix/profiles.scm (profile-derivation): Pass #:properties to 'gexp->derivation'.
* gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default.Ludovic Courtès2020-03-26
| | | | | | | | | Fixes <https://bugs.gnu.org/24076>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/patches/gnupg-default-pinentry.patch: New file. * gnu/packages/gnupg.scm (gnupg)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: youtube-viewer: Don't build gtk3 front-end.Efraim Flashner2020-03-26
| | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Update module-build-flags to only build gtk2 front-end.
* gnu: youtube-viewer: Update to 3.7.5.Efraim Flashner2020-03-26
| | | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.7.5. [inputs]: Add perl-json-xs.
* tests: install: Add %test-gui-installed-desktop-os-encrypted.Mathieu Othacehe2020-03-26
| | | | | | | | | | | | * gnu/tests/install.scm (gui-test-program): Add a desktop? argument, and pass it to choose-services, (installation-target-os-for-gui-tests): new procedure, (installation-target-desktop-os-for-gui-tests): new procedure, (guided-installation-test): add target-os and desktop? arguments. Use target-os instead of the previous os variable. Pass desktop? argument to gui-test-program. (%test-gui-installed-os): Adapt accordingly, (%test-gui-installed-os-encrypted): ditto, (%test-gui-installed-desktop-os-encrypted): new exported variable.
* installer: tests: Use a filter to select desktop-environments.Mathieu Othacehe2020-03-26
| | | | | | | * gnu/installer/tests.scm (choose-services): Turn desktop-environments list into a choose-desktop-environment procedure. This way, it is easier to select all desktop-environments or none, in the same way as choose-network-service? and choose-network-management-tool? arguments.
* gnu: emacs-helm-exwm: Update to 0.0.2.base-for-series-3295Pierre Neidhardt2020-03-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-exwm): Update to 0.0.2.
* gnu: r-argon2: Fix case in synopsis and use full sentence in description.Ricardo Wurmus2020-03-26
| | | | | * gnu/packages/cran.scm (r-argon2)[synopsis]: Use lower case. [description]: Use full sentence.
* gnu: r-getpass: Change case in synopsis and adjust indentation.Ricardo Wurmus2020-03-26
| | | | | * gnu/packages/cran.scm (r-getpass): Adjust indentation. [synopsis]: Do not capitalize all words.
* gnu: r-remoter: Fix indentation.Ricardo Wurmus2020-03-26
| | | | * gnu/packages/cran.scm (r-remoter): Fix indentation.
* gnu: r-remoter: Use lower case in the synopsis.Ricardo Wurmus2020-03-26
| | | | * gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
* gnu: linux-libre-5.4-source: Add patch to support pinebook pro.Vagrant Cascadian2020-03-25
| | | | | | | * gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/linux (linux-libre-5.4-source): Add patch.
* gnu: linux-libre: Update deblob scripts.Mark H Weaver2020-03-25
| | | | * gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.28.
* gnu: linux-libre: Update to 5.4.28.Mark H Weaver2020-03-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.28. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.113.Mark H Weaver2020-03-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.113. (linux-libre-4.19-pristine-source): Update hash.
* gnu: icu4c: Fix CVE-2020-10531.Leo Famulari2020-03-25
| | | | | | | * gnu/packages/patches/icu4c-CVE-2020-10531.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c/fixed): New variable.
* gnu: Add r-remoter.Todor Kondić2020-03-25
| | | | | | * gnu/packages/cran.scm (r-remoter): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add r-getpass.Todor Kondić2020-03-25
| | | | | | * gnu/packages/cran.scm (r-getpass): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add r-argon2.Todor Kondić2020-03-25
| | | | | | * gnu/packages/cran.scm (r-argon2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-chronometrist.Nicolas Goaziou2020-03-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): New variable.
* gnu: abseil-cpp: Update to 20200225.1.Ricardo Wurmus2020-03-25
| | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1.
* import/cran: Import missing module.Ricardo Wurmus2020-03-25
| | | | | | | | This is a follow-up to commit b005c240bb5e436ffe9d55c2dd75c9af85aa0fdd. Reported-by: Ludovic Courtès <ludo@gnu.org> * guix/import/cran.scm: Import (guix ui) module.
* gnu: gnu-pw-mgr: Build reproducibly.Ludovic Courtès2020-03-25
| | | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove AUTOGEN so that man pages are not regenerated with a fresh date.
* tests: Adjust to 'show-manifest-transaction' changes.Ludovic Courtès2020-03-25
| | | | | | | This is a followup to 3e5ab0a7a9399bb098b9ced46bf3cbf4085c6bab. * tests/ui.scm ("show-manifest-transaction"): Update regexp. * tests/guix-package.sh: Adjust Emacs regexp in --with-source test.
* environment: Use 'with-build-handler'.Ludovic Courtès2020-03-25
| | | | | | | * guix/scripts/environment.scm (build-environment): Remove. (guix-environment): Wrap 'with-status-verbosity' in 'with-build-handler'. Remove 'dry-run?' conditional. Use 'built-derivations' instead of 'build-environment'.
* archive: Use 'with-build-handler'.Ludovic Courtès2020-03-25
| | | | | | * guix/scripts/archive.scm (export-from-store): Remove call to 'show-what-to-build' and dry-run? condition. (guix-archive): Wrap 'cond' in 'with-build-handler'.
* tests/nfs: Fix use of WAIT-FOR-FILE.Ricardo Wurmus2020-03-25
| | | | | * gnu/tests/nfs.scm ("nfs services are running"): Pass marionette to WAIT-FOR-FILE.
* services/nfs: Mount nfsd pseudo file system.Ricardo Wurmus2020-03-25
| | | | | * gnu/services/nfs.scm (nfs-shepherd-services): Add shepherd-service providing /proc/fs/nfsd and make other shepherd services require it.
* gnu: electron-cash: Update to 4.0.14.Guillaume Le Vaillant2020-03-25
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
* import/cran: Support importing from Mercurial repositories.Ricardo Wurmus2020-03-25
| | | | | | | | | * guix/import/cran.scm (download): Accept keyword #:method; add case for hg method. (fetch-description): Handle hg repository. (description->package): Add cases for hg repositories and update call of DOWNLOAD procedure. (cran->guix-package): Retry importing from Bioconductor when hg import failed.
* gnu: r-shiny: Add missing inputs.Ricardo Wurmus2020-03-25
| | | | | | * gnu/packages/cran.scm (r-shiny)[propagated-inputs]: Add r-later, r-promises, r-rlang, and r-withr. [native-inputs]: Add gfortran.
* gnu: r-mast: Add r-knitr to native inputs.Ricardo Wurmus2020-03-25
| | | | * gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.