summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* .guix-authorizations: Remove sleep_walker due to inactivity.Leo Famulari2021-04-07
| | | | * .guix-authorizations: Remove sleep_walker.
* .guix-authorizations: Remove rhelling due to inactivity.Leo Famulari2021-04-07
| | | | * .guix-authorizations: Remove rhelling.
* .guix-authorizations: Remove lsl88 due to inactivity.Leo Famulari2021-04-07
| | | | * .guix-authorizations: Remove lsl88.
* .guix-authorizations: Remove benwoodcroft due to inactivity.Leo Famulari2021-04-07
| | | | * .guix-authorizations: Remove benwoodcroft.
* .guix-authorizations: Remove alexvong1995 due to inactivity.Leo Famulari2021-04-07
| | | | * .guix-authorizations: Remove alexvong1995.
* gnu: Add texlive-fontaxes.Paul Garlick2021-04-07
| | | | * gnu/packages/tex.scm: New variable.
* gnu: sbcl-cl-webkit: Update to 20210407.Pierre Neidhardt2021-04-07
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210407.
* gnu: cuirass: Update to 1.0.0-7.1b35a77.Mathieu Othacehe2021-04-07
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-7.1b35a77.
* gnu: Add entt.Alexandru-Sergiu Marton2021-04-07
| | | | | | * gnu/packages/cpp.scm (entt): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: cuirass: Update to 1.0.0-6.ec0be96.Mathieu Othacehe2021-04-07
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96.
* gnu: di: Update to 4.50.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/admin.scm (di): Update to 4.50.
* gnu: mpv: Update to 0.33.1.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/video.scm (mpv): Update to 0.33.1.
* gnu: tmux-xpanes: Update to 4.1.2.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.2.
* gnu: stunnel: Update to 5.59.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/web.scm (stunnel): Update to 5.59.
* gnu: Add cfm.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/admin.scm (cfm): New public variable.
* gnu: Add camlidl.Sharlatan Hellseher2021-04-06
| | | | | | * gnu/packages/ocaml.scm (camlidl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: dovecot: Fix serialization of a free-form-args arguments.Alexey Abramov2021-04-06
| | | | | | | * gnu/services/mail.scm (serialize-free-form-args): Change destination and return a string containing the formated text. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add opensmtpd-filter-rspamd.Alexey Abramov2021-04-06
| | | | | | * gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* lint: refresh: Warn about missing or dysfunctional updaters.Ludovic Courtès2021-04-06
| | | | | | | This feedback should help us improve updaters. * guix/lint.scm (check-for-updates): Return a warning when PACKAGE lacks an updater or when the updater returns #f.
* upstream: 'package-latest-release' tries all the matching updaters.Ludovic Courtès2021-04-06
| | | | | | | * guix/upstream.scm (package-latest-release): Try UPDATERS until one of them returns an upstream source. This is useful for packages with several matching updaters, such a zlib ('sourceforge' and 'generic-html').
* gnu-maintenance: Add 'sourceforge' updater.Ludovic Courtès2021-04-06
| | | | | | | | This updater currently covers 2.4% of the packages. * guix/gnu-maintenance.scm (latest-sourceforge-release): New procedure. (%sourceforge-updater): New variable. * doc/guix.texi (Invoking guix refresh): Document it.
* .guix-authorizations: Remove taylanub.Leo Famulari2021-04-06
| | | | | | | | | | This is a followup to the events discussed here: https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00195.html Taylan was already removed from the Guix project on Savannah on March 10, 2021. * .guix-authorizations: Remove taylanub from the committers.
* .guix-authorizations: Remove thomasd.Leo Famulari2021-04-06
| | | | * .guix-authorizations: Remove thomasd from the committers.
* gnu: qemu: Fix the Texinfo manual.Maxim Cournoyer2021-04-06
| | | | | | | | | | | The makeinfo command splits the generated info output in multiple files (in 300 KiB chunks) by default; this meant the build system would have had to install the multiple QEMU.info-1, QEMU.info-2, etc. files for the info manual to work as intended. Instead, keep the info manual as one single file by specifying the --no-split option to makeinfo. * gnu/packages/patches/qemu-build-info-manual.patch (sphinxinfo) <makeinfo>: Invoke with the --no-split argument.
* gnu: umoci: Update to 0.4.7 [fixes CVE-2021-29136].Léo Le Bouter2021-04-06
| | | | * gnu/packages/virtualization.scm (umoci): Update to 0.4.7.
* gnu: emacs-php-mode: Fix installation prefix.Maxim Cournoyer2021-04-06
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-php-mode) [include]: Remove argument. [phases]{add-lisp-dir-to-emacs-load-path}: Remove phase. {enter-source-directory}: Add phase.
* gnu: Add scotch and pt-scotch with shared librariesFranck Pérignon2021-04-06
| | | | | | * gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-django-2.2: Update to 2.2.20 [security fixes].Léo Le Bouter2021-04-06
| | | | * gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.
* gnu: python-django: Update to 3.1.8 [security fixes].Léo Le Bouter2021-04-06
| | | | * gnu/packages/django.scm (python-django): Update to 3.1.8.
* gnu: bitcoin-unlimited: Use new source repository.Guillaume Le Vaillant2021-04-06
| | | | | * gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository URL.
* gnu: bitcoin-unlimited: Update to 1.9.1.1.Guillaume Le Vaillant2021-04-06
| | | | * gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
* gnu: sbcl-cl-webkit: Update to 20210406.Pierre Neidhardt2021-04-06
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406.
* gnu: txr: Update to 255.Guillaume Le Vaillant2021-04-06
| | | | * gnu/packages/lisp.scm (txr): Update to 255.
* 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.