summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libpano13: Update to 2.9.20_rc3 [security fixes].Léo Le Bouter2021-04-06
| | | | | | Fixes at least CVE-2021-20307. * gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.
* gnu: python-tortoise-orm: Fix dependencies.Lars-Dominik Braun2021-04-06
| | | | | | * gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]: Add missing dependency. [arguments]: Relax pytz version requirement, remove iso8601 requirement.
* gnu: Add node-wrappy.Ron Nazarov via Guix-patches via2021-04-05
| | | | | | * gnu/packages/node-xyz.scm (node-wrappy): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add welle-io.Guillaume Le Vaillant2021-04-05
| | | | * gnu/packages/radio.scm (welle-io): New variable.
* gnu: Add dream.Guillaume Le Vaillant2021-04-05
| | | | * gnu/packages/radio.scm (dream): New variable.
* gnu: virt-manager: Update to 3.2.0.Pierre Langlois2021-04-05
| | | | | | | | * gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0. [arguments]: Remove #:test-target. Remove fix-qemu-img-reference phase. Adapt check phase to use pytest, although they still do not run. [native-inputs]: Add python-docutils. Suggest adding python-pytest to enable tests.
* gnu: libvirt-glib: Update to 4.0.0.Pierre Langlois2021-04-05
| | | | | * gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0. [build-system]: Switch to meson-build-system.
* gnu: python-libvirt: Update to 7.2.0.Pierre Langlois2021-04-05
| | | | * gnu/packages/virtualization.scm (python-libvirt): Update to 7.2.0.
* gnu: libvirt: Update to 7.2.0.Brice Waegeneire2021-04-05
| | | | | | | | | | | | | | * gnu/packages/virtualization.scm (libvirt): Update to 7.2.0. [arguemnts]: Switch to meson, only build system supported by upstream. [inputs]: Add libssh2 and readline. [native-inputs]: Add bash-completion, gettext, python-docutils and rpcsvc-proto. * gnu/packages/patches/libvirt-add-install-prefix.patch: New file... * gnu/local.mk: ...add it. * gnu/packages/patches/libvirt-create-machine-cgroup.patch: Delete file, merged by upstream. Tested-by: Pierre Langlois <pierre.langlois@gmx.com>
* gnu: libvirt: Enable disk and directory storage.Brice Waegeneire2021-04-05
| | | | | * gnu/packages/virtualization.scm (libvirt)[inputs]: Add parted. [arguments]: Add configure flags to support disk and directory storage.
* tests: libvirt: Catch issues with incorrect /var and /etc in package.Pierre Langlois2021-04-05
| | | | | * gnu/tests/virtualization.scm (run-libvirt-test): Chdir to "/tmp" before running test. Add "connect" test.
* gnu: crypto++: Update to 8.5.0.Leo Prikler2021-04-05
| | | | | * gnu/packages/crypto.scm (crypto++): Update to 8.5.0. [origin]: Use git-fetch and git-reference.
* gnu: chez-scheme: simplify packagingPhilip McGrath2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Take advantage of patches that have been accepted upstream. These changes lay a foundation for reusing more of Chez's build process for Racket. * gnu/packages/patches/chez-scheme-build-util-paths-backport.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/chez.scm (chez-scheme)[source](patches): Use it. [source](snippet): Remove bundled libraries here, not in configure phase. [inputs]: Organize. Move "nanopass", "stex", and "xorg-rgb" to ... [native-inputs]: ... this field. [arguments]: Add (ice-9 ftw) to #:modules. Remove unneeded 'patch-processor-detection' phase. Add 'unpack-nanopass+stex' phase (refactored from 'configure'). Simplify 'configure' phase by removing patches that have been upstreamed. Add "--nogzip-man-pages" flag so we can remove 'make-manpages-writable' phase. Stop ignoring #:configure-flags, move "--threads" there, and remove unneeded workaround. Add 'prepare-stex' phase (refactored from 'install-doc'). Use it to streamline 'install-doc' phase, installing all of the right files into the right places. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: chez-scheme: Update stex.Philip McGrath2021-04-05
| | | | | | | | | Get a patch from upstream that will help us simplify the build process for the Chez Scheme documentation. * gnu/packages/chez.scm (chez-stex): Update to commit 5405149. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: chez-scheme: Update nanopass to 1.9.2.Philip McGrath2021-04-05
| | | | | | * gnu/packages/chez.scm (nanopass): Update nanopass to 1.9.2. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: perl-net-cidr-lite: Update to 0.22 [security fixes].Tobias Geerinckx-Rice2021-04-05
| | | | * gnu/packages/networking.scm (perl-net-cidr-lite): Update to 0.22.
* gnu: go-github-com-puerkitobio-goquery: Adjust inputs.Efraim Flashner2021-04-05
| | | | | | * gnu/packages/golang.scm (go-github-com-puerkitobio-goquery) [native-inputs]: Move all inputs ... [propagated-inputs]: ... to here.
* gnu: suitesparse: Update to 5.9.0.Felix Gruber2021-04-05
| | | | | | | * gnu/packages/maths.scm (suitesparse): Update to 5.9.0. [arguments]: Use cc-for-target instead of hard-coding gcc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add cl-umbra.Sharlatan Hellseher2021-04-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-umbra, cl-umbra, ecl-umbra): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-shadow.Sharlatan Hellseher2021-04-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-shadow, cl-shadow, ecl-shadow): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-cpus.Sharlatan Hellseher2021-04-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cpus, cl-cpus, ecl-cl-cpus): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-golden-utils: Update to 0.0.0-2.62a5cb9.Sharlatan Hellseher2021-04-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-2.62a5cb9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Fix copyright symbol.Matthew James Kraai2021-04-05
| | | | | | * gnu/packages/crates-io.scm: Fix copyright line for Zheng Junjie. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: sloccount: Update source URL.Ludovic Courtès2021-04-05
| | | | * gnu/packages/code.scm (sloccount)[source, home-page]: Update.
* gnu: libffi: Add 'release-monitoring-url'.Ludovic Courtès2021-04-05
| | | | | * gnu/packages/libffi.scm (libffi)[home-page]: Change to sourceware.org. [properties]: New field.
* gnu: mpg321: Update source URL.Ludovic Courtès2021-04-05
| | | | | * gnu/packages/mp3.scm (mpg321)[source]: Update URL to match what's on SourceForge. Add 'file-name'.
* gnu: file: Add 'release-monitoring-url' property.Ludovic Courtès2021-04-05
| | | | * gnu/packages/file.scm (file)[properties]: New field.
* gnu: ncftp: Add 'release-monitoring-url' property.Ludovic Courtès2021-04-05
| | | | * gnu/packages/ftp.scm (ncftp)[properties]: New field.
* gnu: go-github-com-sirupsen-logrus: Update to 1.8.1.Efraim Flashner2021-04-04
| | | | | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.8.1. [propagated-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib. Sort alphabetically. [arguments]: Enable test suite.
* gnu: drumstick: Use new HTTPS home page.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (drumstick)[home-page]: Update & use HTTPS.
* gnu: perl-path-tiny: Update to 0.118.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
* gnu: vmpk: Update to 0.8.2.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (vmpk): Update to 0.8.2.
* gnu: drumstick: Update to 2.1.1.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/music.scm (drumstick): Update to 2.1.1.
* gnu: drumstick: Remove unused ‘-DLIB_SUFFIX=’.Tobias Geerinckx-Rice2021-04-04
| | | | | * gnu/packages/music.scm (drumstick)[arguments]: Remove #:configure-flags.
* gnu: ugrep: Update to 3.1.11.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/search.scm (ugrep): Update to 3.1.11.
* gnu: corkscrew: Update to 2.0-0.268b71e.Tobias Geerinckx-Rice2021-04-04
| | | | | | | | | * gnu/packages/ssh.scm (corkscrew)[source]: Fetch from elsewhere. [arguments]: Add #:configure-flags of ‘--enable-ssl’. Add a new 'update-metadata phase. Remove the custom 'configure phase. [native-inputs]: Add autoconf, automake, and pkg-config. [inputs]: Add openssl. [description]: Update accordingly.
* gnu: perl-pdf-api2: Update to 2.039.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.039.
* gnu: perl-moose: Update to 2.2015.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/perl.scm (perl-moose): Update to 2.2015.
* gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].Léo Le Bouter2021-04-04
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6.
* activation: Do not dereference symlinks during home directory creation.Maxime Devos2021-04-03
| | | | | | | | | | | Fixes <https://bugs.gnu.org/47584>. * gnu/build/activation.scm (copy-account-skeletons): Do not chown the home directory; leave this to 'activate-user-home'. (activate-user-home): Only chown the home directory after the account skeletons have been copied. Co-authored-by: Ludovic Courtès <ludo@gnu.org>.
* services: guix-publish: Add zstd compression by default.Ludovic Courtès2021-04-03
| | | | | | | | | | | That way, the default config with (advertises? #t) and without a cache will offer zstd-compressed substitutes, which should lead to much higher throughput than gzip. * gnu/services/base.scm (default-compression): When 'guix-publish-configuration-cache' returns true, use higher level compression ratios. Add "zstd". * doc/guix.texi (Base Services): Mention zstd.
* gnu: knot-resolver: Update to 5.3.1.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.1.
* gnu: terminator: Update to 2.1.1.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/gnome.scm (terminator): Update to 2.1.1.
* gnu: mousepad: Update to 0.5.4.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.4.
* gnu: perl-scalar-list-utils: Update to 1.56.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.56.
* gnu: perl-digest-hmac: Update to 1.04.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-digest-hmac): Update to 1.04.
* gnu: perl-crypt-rijndael: Update to 1.16.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.16.
* gnu: vim: Update to 8.2.2689.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.2689.
* gnu: diffoscope: Update to 172.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 172.
* gnu: rust-rand-core: Update to 0.6.2.Hartmut Goebel2021-04-03
| | | | | | Version 0.6.1 was yanked. * gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.