summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-pwntools.series-3317Jakub Kądziołka2020-03-28
| | | | * gnu/packages/cybersecurity.scm (python-pwntools): New variable.
* gnu: Add unicorn.Jakub Kądziołka2020-03-28
| | | | * gnu/packages/emulators.scm (unicorn-next): New variable.
* gnu: r-curl: Fix patch to respect CURL_CA_BUNDLE.base-for-series-3317Ricardo Wurmus2020-03-27
| | | | | | | Fixes <https://debbugs.gnu.org/40262>. * gnu/packages/cran.scm (r-curl)[arguments]: Ensure CURLOPT_CAINFO actually gets set.
* gnu: grammalecte: Update to 1.8.0.Nicolas Goaziou2020-03-27
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.8.0.
* gnu: fet: Update to 5.44.0.Nicolas Goaziou2020-03-27
| | | | * gnu/packages/education.scm (fet): Update to 5.44.0.
* gnu: emacs-flycheck-grammalecte: Update to 1.0.Nicolas Goaziou2020-03-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.0.
* gnu: tmate: Update to 2.4.0.Michael Rohleder2020-03-27
| | | | | | * gnu/packages/terminals.scm (tmate): Update to 2.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Neofetch: Update to 7.0.0.Michael Rohleder2020-03-27
| | | | | | * gnu/packages/admin.scm (neofetch): Update to 7.0.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mailutils: Update to 3.9.Ludovic Courtès2020-03-27
| | | | | | * gnu/packages/mail.scm (mailutils): Update to 3.9. [arguments]: In 'prepare-test-suite' phase, adjust name of the mda 'testsuite' files.
* packages: Use Guile 3.0 for grafts.Ludovic Courtès2020-03-27
| | | | | | * guix/packages.scm (guile-2.0): Rename to... (guile-for-grafts): ... this, and adjust callers. Refer to 'guile-3.0' instead of 'guile-2.0'.
* gnu: guile-next: Update to 3.0.2.Ludovic Courtès2020-03-27
| | | | | | * gnu/packages/guile.scm (guile-3.0): Update to 3.0.2. * gnu/packages/patches/guile-3.0-crash.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add trivial-package-local-nicknames.Pierre Neidhardt2020-03-27
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-package-local-nicknames, sbcl-trivial-package-local-nicknames): New variables.
* services/nfs: Replace nfs-version with nfs-versions.base-for-series-3308Ricardo Wurmus2020-03-27
| | | | | | | | | | | | Instead of accepting a string for just one protocol version accept a list of supported versions. * gnu/services/nfs.scm (<nfs-configuration>)[nfs-version]: Remove field and replace... [nfs-versions]: ...with this new field. (nfs-shepherd-services): Pass as many "--nfs-version" options as there are supported versions. * doc/guix.texi (Network File System): Document nfs-versions.
* gnu: rust: Add 1.39Jakub Kądziołka2020-03-27
| | | | | | * gnu/packages/rust.scm (rust-1.39): New variable. (%cargo-reference-hash): Add a comment explaining the role of the variable.
* gnu: rust: Add 1.38Jakub Kądziołka2020-03-27
| | | | | | | | | | | | All packages are still built with rustc 1.37, but users will see rustc 1.38 in their profiles, and packages that require newer compiler versions will be possible to add. * gnu/packages/rust.scm (rust-1.31): Factor out the patch-command-exec-tests phase to a separate procedure. (patch-command-exec-tests-phase): New procedure. (rust): Rename to rust-1.37, make rust an alias. (rust-1.38): New variable.
* gnu: asymptote: Update to 2.65.Nicolas Goaziou2020-03-27
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.65.
* gnu: r-multiassayexperiment: Update to 1.12.6.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.6.
* gnu: r-locfit: Update to 1.5-9.4.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.4.
* gnu: r-class: Update to 7.3-16.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/statistics.scm (r-class): Update to 7.3-16.
* gnu: r-xgboost: Update to 1.0.0.2.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/cran.scm (r-xgboost): Update to 1.0.0.2.
* gnu: r-rjava: Update to 0.9-12.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/cran.scm (r-rjava): Update to 0.9-12.
* gnu: r-sf: Update to 0.9-0.Ricardo Wurmus2020-03-27
| | | | | * gnu/packages/cran.scm (r-sf): Update to 0.9-0. [native-inputs]: Add r-knitr.
* gnu: r-bayestestr: Update to 0.5.3.Ricardo Wurmus2020-03-27
| | | | | * gnu/packages/cran.scm (r-bayestestr): Update to 0.5.3. [native-inputs]: Add r-knitr.
* gnu: r-hdf5r: Update to 1.3.2.Ricardo Wurmus2020-03-27
| | | | | * gnu/packages/cran.scm (r-hdf5r): Update to 1.3.2. [native-inputs]: Add r-knitr.
* gnu: r-ggally: Update to 1.5.0.Ricardo Wurmus2020-03-27
| | | | * gnu/packages/cran.scm (r-ggally): Update to 1.5.0.
* 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.