jackhill/guix/guix.git
3 years agognu: cuirass: Update to 1.0.0-6.ec0be96.
Mathieu Othacehe [Wed, 7 Apr 2021 09:57:21 +0000 (11:57 +0200)]
gnu: cuirass: Update to 1.0.0-6.ec0be96.

* gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96.

3 years agognu: di: Update to 4.50.
Tobias Geerinckx-Rice [Tue, 6 Apr 2021 22:54:41 +0000 (00:54 +0200)]
gnu: di: Update to 4.50.

* gnu/packages/admin.scm (di): Update to 4.50.

3 years agognu: mpv: Update to 0.33.1.
Tobias Geerinckx-Rice [Tue, 6 Apr 2021 22:54:34 +0000 (00:54 +0200)]
gnu: mpv: Update to 0.33.1.

* gnu/packages/video.scm (mpv): Update to 0.33.1.

3 years agognu: tmux-xpanes: Update to 4.1.2.
Tobias Geerinckx-Rice [Tue, 6 Apr 2021 22:54:21 +0000 (00:54 +0200)]
gnu: tmux-xpanes: Update to 4.1.2.

* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.2.

3 years agognu: stunnel: Update to 5.59.
Tobias Geerinckx-Rice [Tue, 6 Apr 2021 22:54:05 +0000 (00:54 +0200)]
gnu: stunnel: Update to 5.59.

* gnu/packages/web.scm (stunnel): Update to 5.59.

3 years agognu: Add cfm.
Tobias Geerinckx-Rice [Mon, 5 Apr 2021 15:23:16 +0000 (17:23 +0200)]
gnu: Add cfm.

* gnu/packages/admin.scm (cfm): New public variable.

3 years agognu: Add camlidl.
Sharlatan Hellseher [Wed, 17 Feb 2021 22:45:08 +0000 (22:45 +0000)]
gnu: Add camlidl.

* gnu/packages/ocaml.scm (camlidl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoservices: dovecot: Fix serialization of a free-form-args arguments.
Alexey Abramov [Wed, 17 Feb 2021 19:43:59 +0000 (20:43 +0100)]
services: dovecot: Fix serialization of a free-form-args arguments.

* 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>
3 years agognu: Add opensmtpd-filter-rspamd.
Alexey Abramov [Wed, 17 Feb 2021 19:43:30 +0000 (20:43 +0100)]
gnu: Add opensmtpd-filter-rspamd.

* gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agolint: refresh: Warn about missing or dysfunctional updaters.
Ludovic Courtès [Sun, 4 Apr 2021 20:43:13 +0000 (22:43 +0200)]
lint: refresh: Warn about missing or dysfunctional updaters.

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.

3 years agoupstream: 'package-latest-release' tries all the matching updaters.
Ludovic Courtès [Sun, 4 Apr 2021 20:44:41 +0000 (22:44 +0200)]
upstream: 'package-latest-release' tries all the matching updaters.

* 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').

3 years agognu-maintenance: Add 'sourceforge' updater.
Ludovic Courtès [Sun, 4 Apr 2021 20:33:44 +0000 (22:33 +0200)]
gnu-maintenance: Add 'sourceforge' updater.

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.

3 years ago.guix-authorizations: Remove taylanub.
Leo Famulari [Tue, 6 Apr 2021 21:56:50 +0000 (17:56 -0400)]
.guix-authorizations: Remove taylanub.

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.

3 years ago.guix-authorizations: Remove thomasd.
Leo Famulari [Tue, 6 Apr 2021 21:49:52 +0000 (17:49 -0400)]
.guix-authorizations: Remove thomasd.

* .guix-authorizations: Remove thomasd from the committers.

3 years agognu: qemu: Fix the Texinfo manual.
Maxim Cournoyer [Tue, 6 Apr 2021 20:31:16 +0000 (16:31 -0400)]
gnu: qemu: Fix the Texinfo manual.

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.

3 years agognu: umoci: Update to 0.4.7 [fixes CVE-2021-29136].
Léo Le Bouter [Tue, 6 Apr 2021 19:00:16 +0000 (21:00 +0200)]
gnu: umoci: Update to 0.4.7 [fixes CVE-2021-29136].

* gnu/packages/virtualization.scm (umoci): Update to 0.4.7.

3 years agognu: emacs-php-mode: Fix installation prefix.
Maxim Cournoyer [Tue, 6 Apr 2021 17:35:56 +0000 (13:35 -0400)]
gnu: emacs-php-mode: Fix installation prefix.

* 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.

3 years agognu: Add scotch and pt-scotch with shared libraries
Franck Pérignon [Tue, 6 Apr 2021 11:20:00 +0000 (11:20 +0000)]
gnu: Add scotch and pt-scotch with shared libraries

* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: python-django-2.2: Update to 2.2.20 [security fixes].
Léo Le Bouter [Tue, 6 Apr 2021 17:15:01 +0000 (19:15 +0200)]
gnu: python-django-2.2: Update to 2.2.20 [security fixes].

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.

3 years agognu: python-django: Update to 3.1.8 [security fixes].
Léo Le Bouter [Tue, 6 Apr 2021 17:14:53 +0000 (19:14 +0200)]
gnu: python-django: Update to 3.1.8 [security fixes].

* gnu/packages/django.scm (python-django): Update to 3.1.8.

3 years agognu: bitcoin-unlimited: Use new source repository.
Guillaume Le Vaillant [Tue, 6 Apr 2021 13:20:01 +0000 (15:20 +0200)]
gnu: bitcoin-unlimited: Use new source repository.

* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository
  URL.

3 years agognu: bitcoin-unlimited: Update to 1.9.1.1.
Guillaume Le Vaillant [Tue, 6 Apr 2021 12:55:45 +0000 (14:55 +0200)]
gnu: bitcoin-unlimited: Update to 1.9.1.1.

* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.

3 years agognu: sbcl-cl-webkit: Update to 20210406.
Pierre Neidhardt [Tue, 6 Apr 2021 12:49:20 +0000 (14:49 +0200)]
gnu: sbcl-cl-webkit: Update to 20210406.

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406.

3 years agognu: txr: Update to 255.
Guillaume Le Vaillant [Tue, 6 Apr 2021 11:55:04 +0000 (13:55 +0200)]
gnu: txr: Update to 255.

* gnu/packages/lisp.scm (txr): Update to 255.

3 years agognu: libpano13: Update to 2.9.20_rc3 [security fixes].
Léo Le Bouter [Tue, 6 Apr 2021 10:27:36 +0000 (12:27 +0200)]
gnu: libpano13: Update to 2.9.20_rc3 [security fixes].

Fixes at least CVE-2021-20307.

* gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.

3 years agognu: python-tortoise-orm: Fix dependencies.
Lars-Dominik Braun [Tue, 6 Apr 2021 08:57:19 +0000 (10:57 +0200)]
gnu: python-tortoise-orm: Fix dependencies.

* gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]:
Add missing dependency.
[arguments]: Relax pytz version requirement, remove iso8601 requirement.

3 years agognu: Add node-wrappy.
Ron Nazarov via Guix-patches via [Sat, 3 Apr 2021 21:19:08 +0000 (22:19 +0100)]
gnu: Add node-wrappy.

* gnu/packages/node-xyz.scm (node-wrappy): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add welle-io.
Guillaume Le Vaillant [Mon, 5 Apr 2021 18:56:00 +0000 (20:56 +0200)]
gnu: Add welle-io.

* gnu/packages/radio.scm (welle-io): New variable.

3 years agognu: Add dream.
Guillaume Le Vaillant [Mon, 5 Apr 2021 17:20:59 +0000 (19:20 +0200)]
gnu: Add dream.

* gnu/packages/radio.scm (dream): New variable.

3 years agognu: virt-manager: Update to 3.2.0.
Pierre Langlois [Sat, 20 Mar 2021 21:31:25 +0000 (21:31 +0000)]
gnu: virt-manager: Update to 3.2.0.

* 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.

3 years agognu: libvirt-glib: Update to 4.0.0.
Pierre Langlois [Sat, 20 Mar 2021 21:31:24 +0000 (21:31 +0000)]
gnu: libvirt-glib: Update to 4.0.0.

* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0.
[build-system]: Switch to meson-build-system.

3 years agognu: python-libvirt: Update to 7.2.0.
Pierre Langlois [Sat, 20 Mar 2021 21:31:23 +0000 (21:31 +0000)]
gnu: python-libvirt: Update to 7.2.0.

* gnu/packages/virtualization.scm (python-libvirt): Update to 7.2.0.

3 years agognu: libvirt: Update to 7.2.0.
Brice Waegeneire [Fri, 2 Apr 2021 10:49:34 +0000 (11:49 +0100)]
gnu: libvirt: Update to 7.2.0.

* 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>
3 years agognu: libvirt: Enable disk and directory storage.
Brice Waegeneire [Thu, 18 Feb 2021 20:48:09 +0000 (21:48 +0100)]
gnu: libvirt: Enable disk and directory storage.

* gnu/packages/virtualization.scm (libvirt)[inputs]: Add parted.
[arguments]: Add configure flags to support disk and directory storage.

3 years agotests: libvirt: Catch issues with incorrect /var and /etc in package.
Pierre Langlois [Fri, 2 Apr 2021 10:11:10 +0000 (11:11 +0100)]
tests: libvirt: Catch issues with incorrect /var and /etc in package.

* gnu/tests/virtualization.scm (run-libvirt-test): Chdir to "/tmp" before
running test.  Add "connect" test.

3 years agognu: crypto++: Update to 8.5.0.
Leo Prikler [Mon, 29 Mar 2021 15:59:47 +0000 (17:59 +0200)]
gnu: crypto++: Update to 8.5.0.

* gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
[origin]: Use git-fetch and git-reference.

3 years agognu: chez-scheme: simplify packaging
Philip McGrath [Fri, 19 Mar 2021 18:24:51 +0000 (14:24 -0400)]
gnu: chez-scheme: simplify packaging

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>
3 years agognu: chez-scheme: Update stex.
Philip McGrath [Fri, 19 Mar 2021 18:24:50 +0000 (14:24 -0400)]
gnu: chez-scheme: Update stex.

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>
3 years agognu: chez-scheme: Update nanopass to 1.9.2.
Philip McGrath [Fri, 19 Mar 2021 18:24:49 +0000 (14:24 -0400)]
gnu: chez-scheme: Update nanopass to 1.9.2.

* gnu/packages/chez.scm (nanopass): Update nanopass to 1.9.2.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: perl-net-cidr-lite: Update to 0.22 [security fixes].
Tobias Geerinckx-Rice [Mon, 5 Apr 2021 13:47:54 +0000 (15:47 +0200)]
gnu: perl-net-cidr-lite: Update to 0.22 [security fixes].

* gnu/packages/networking.scm (perl-net-cidr-lite): Update to 0.22.

3 years agognu: go-github-com-puerkitobio-goquery: Adjust inputs.
Efraim Flashner [Mon, 5 Apr 2021 12:09:54 +0000 (15:09 +0300)]
gnu: go-github-com-puerkitobio-goquery: Adjust inputs.

* gnu/packages/golang.scm (go-github-com-puerkitobio-goquery)
[native-inputs]: Move all inputs ...
[propagated-inputs]: ... to here.

3 years agognu: suitesparse: Update to 5.9.0.
Felix Gruber [Thu, 1 Apr 2021 21:07:18 +0000 (23:07 +0200)]
gnu: suitesparse: Update to 5.9.0.

* 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>
3 years agognu: Add cl-umbra.
Sharlatan Hellseher [Sat, 3 Apr 2021 21:09:41 +0000 (22:09 +0100)]
gnu: Add cl-umbra.

* gnu/packages/lisp-xyz.scm (sbcl-umbra, cl-umbra, ecl-umbra): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-shadow.
Sharlatan Hellseher [Sat, 3 Apr 2021 20:57:54 +0000 (21:57 +0100)]
gnu: Add cl-shadow.

* gnu/packages/lisp-xyz.scm (sbcl-shadow, cl-shadow, ecl-shadow): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-cpus.
Sharlatan Hellseher [Sat, 3 Apr 2021 21:22:29 +0000 (22:22 +0100)]
gnu: Add cl-cpus.

* gnu/packages/lisp-xyz.scm (sbcl-cl-cpus, cl-cpus, ecl-cl-cpus): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: sbcl-golden-utils: Update to 0.0.0-2.62a5cb9.
Sharlatan Hellseher [Sat, 3 Apr 2021 20:39:56 +0000 (21:39 +0100)]
gnu: sbcl-golden-utils: Update to 0.0.0-2.62a5cb9.

* gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-2.62a5cb9.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Fix copyright symbol.
Matthew James Kraai [Sun, 4 Apr 2021 13:09:26 +0000 (06:09 -0700)]
gnu: Fix copyright symbol.

* gnu/packages/crates-io.scm: Fix copyright line for Zheng Junjie.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agodoc: Use the shell dollar substitution.
zimoun [Fri, 26 Mar 2021 07:03:19 +0000 (08:03 +0100)]
doc: Use the shell dollar substitution.

See:
https://unix.stackexchange.com/questions/126927/have-backticks-i-e-cmd-in-sh-shells-been-deprecated

* doc/guix.texi: Replace the shell backquote deprecated substitution by the
dollar one.

3 years agodoc: Reorder "Channels with Substitutes".
zimoun [Fri, 26 Mar 2021 07:03:18 +0000 (08:03 +0100)]
doc: Reorder "Channels with Substitutes".

Ordering consistency introduced by 12871cc8db701a89f7f64303e1f16a8537a12561.

* doc/guix.texi (Channels): Move section "Channels with Substitutes".
Update the master menu.

3 years agognu: sloccount: Update source URL.
Ludovic Courtès [Mon, 5 Apr 2021 09:37:32 +0000 (11:37 +0200)]
gnu: sloccount: Update source URL.

* gnu/packages/code.scm (sloccount)[source, home-page]: Update.

3 years agognu: libffi: Add 'release-monitoring-url'.
Ludovic Courtès [Mon, 5 Apr 2021 09:34:37 +0000 (11:34 +0200)]
gnu: libffi: Add 'release-monitoring-url'.

* gnu/packages/libffi.scm (libffi)[home-page]: Change to sourceware.org.
[properties]: New field.

3 years agognu: mpg321: Update source URL.
Ludovic Courtès [Mon, 5 Apr 2021 09:32:23 +0000 (11:32 +0200)]
gnu: mpg321: Update source URL.

* gnu/packages/mp3.scm (mpg321)[source]: Update URL to match what's on
SourceForge.  Add 'file-name'.

3 years agognu-maintenance: Recognize more source tarball naming schemes.
Ludovic Courtès [Mon, 5 Apr 2021 09:30:20 +0000 (11:30 +0200)]
gnu-maintenance: Recognize more source tarball naming schemes.

* guix/gnu-maintenance.scm (%package-name-rx): Add ".src" and ".orig"
suffixes.
* tests/gnu-maintenance.scm ("release-file?"): Add mpg321 and bvi
examples.
("tarball->version"): New test.

3 years agoutils: 'tarball-sans-extension' recognizes ".tgz".
Ludovic Courtès [Sun, 4 Apr 2021 20:24:42 +0000 (22:24 +0200)]
utils: 'tarball-sans-extension' recognizes ".tgz".

* guix/utils.scm (tarball-sans-extension): Add ".tgz".

3 years agognu-maintenance: Remove unused procedure.
Ludovic Courtès [Sun, 4 Apr 2021 19:54:16 +0000 (21:54 +0200)]
gnu-maintenance: Remove unused procedure.

* guix/gnu-maintenance.scm (savannah-package?): Remove.

3 years agognu: file: Add 'release-monitoring-url' property.
Ludovic Courtès [Sun, 4 Apr 2021 13:46:47 +0000 (15:46 +0200)]
gnu: file: Add 'release-monitoring-url' property.

* gnu/packages/file.scm (file)[properties]: New field.

3 years agognu: ncftp: Add 'release-monitoring-url' property.
Ludovic Courtès [Sun, 4 Apr 2021 13:42:41 +0000 (15:42 +0200)]
gnu: ncftp: Add 'release-monitoring-url' property.

* gnu/packages/ftp.scm (ncftp)[properties]: New field.

3 years agognu-maintenance: 'generic-html' updates packages with the right property.
Ludovic Courtès [Sun, 4 Apr 2021 13:40:39 +0000 (15:40 +0200)]
gnu-maintenance: 'generic-html' updates packages with the right property.

* guix/gnu-maintenance.scm (html-updatable-package?): Return true for
packages with a 'release-monitoring-url' property.  This allows us to
cater for packages with source fetched over, say, FTP, but with an HTML
page to monitor.

3 years agognu: go-github-com-sirupsen-logrus: Update to 1.8.1.
Efraim Flashner [Sun, 4 Apr 2021 13:05:33 +0000 (16:05 +0300)]
gnu: go-github-com-sirupsen-logrus: Update to 1.8.1.

* 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.

3 years agoimport: go: Replace underscores with hyphens in package names.
Xinglu Chen [Sun, 4 Apr 2021 09:52:03 +0000 (11:52 +0200)]
import: go: Replace underscores with hyphens in package names.

As per section '16.4.2 Package Naming' in the manual, use hypens instead
of underscores in package names.

* guix/import/go.scm (go-module->guix-package-name): Replace underscores
with hyphens.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agodoc: Remind developers to build Guix.
Leo Famulari [Sun, 4 Apr 2021 17:28:46 +0000 (13:28 -0400)]
doc: Remind developers to build Guix.

The previous instructions were correct, but we got too many bug reports
with a root cause of "did not build Guix yet".

Other parts of the manual already instruct `make && make check`, so this
makes the treatment of building Guix more consistent, too.

* doc/contributing.texi (Building from Git): Instruct the user to run
`make` when building Guix.

3 years agognu: drumstick: Use new HTTPS home page.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 13:19:17 +0000 (15:19 +0200)]
gnu: drumstick: Use new HTTPS home page.

* gnu/packages/music.scm (drumstick)[home-page]: Update & use HTTPS.

3 years agognu: perl-path-tiny: Update to 0.118.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 13:16:35 +0000 (15:16 +0200)]
gnu: perl-path-tiny: Update to 0.118.

* gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.

3 years agognu: vmpk: Update to 0.8.2.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 13:11:46 +0000 (15:11 +0200)]
gnu: vmpk: Update to 0.8.2.

* gnu/packages/music.scm (vmpk): Update to 0.8.2.

3 years agognu: drumstick: Update to 2.1.1.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 12:58:06 +0000 (14:58 +0200)]
gnu: drumstick: Update to 2.1.1.

* gnu/packages/music.scm (drumstick): Update to 2.1.1.

3 years agognu: drumstick: Remove unused ‘-DLIB_SUFFIX=’.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 12:18:11 +0000 (14:18 +0200)]
gnu: drumstick: Remove unused ‘-DLIB_SUFFIX=’.

* gnu/packages/music.scm (drumstick)[arguments]:
Remove #:configure-flags.

3 years agognu: ugrep: Update to 3.1.11.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 11:24:04 +0000 (13:24 +0200)]
gnu: ugrep: Update to 3.1.11.

* gnu/packages/search.scm (ugrep): Update to 3.1.11.

3 years agognu: corkscrew: Update to 2.0-0.268b71e.
Tobias Geerinckx-Rice [Sun, 4 Apr 2021 11:11:40 +0000 (13:11 +0200)]
gnu: corkscrew: Update to 2.0-0.268b71e.

* 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.

3 years agognu: perl-pdf-api2: Update to 2.039.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 22:24:44 +0000 (00:24 +0200)]
gnu: perl-pdf-api2: Update to 2.039.

* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.039.

3 years agognu: perl-moose: Update to 2.2015.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 21:53:47 +0000 (23:53 +0200)]
gnu: perl-moose: Update to 2.2015.

* gnu/packages/perl.scm (perl-moose): Update to 2.2015.

3 years agonews: Add 'de' translation.
Florian Pelz [Sun, 4 Apr 2021 04:47:42 +0000 (06:47 +0200)]
news: Add 'de' translation.

* etc/news.scm: Add German translation of user activation entry.

3 years agognu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].
Léo Le Bouter [Fri, 2 Apr 2021 21:50:31 +0000 (23:50 +0200)]
gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6.

3 years agonews: Clarify time window for account activation vulnerability.
Ludovic Courtès [Sat, 3 Apr 2021 20:19:28 +0000 (22:19 +0200)]
news: Clarify time window for account activation vulnerability.

* etc/news.scm: Tweak wording about skeleton files.

3 years agonews: Recommend upgrade for account activation vulnerability.
Ludovic Courtès [Sat, 3 Apr 2021 20:13:28 +0000 (22:13 +0200)]
news: Recommend upgrade for account activation vulnerability.

* etc/news.scm: Recommend upgrade.

3 years agonews: Add entry for user account activation vulnerability.
Maxime Devos [Sat, 3 Apr 2021 10:19:10 +0000 (12:19 +0200)]
news: Add entry for user account activation vulnerability.

* etc/news.scm: Add entry.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agoactivation: Do not dereference symlinks during home directory creation.
Maxime Devos [Tue, 30 Mar 2021 20:36:14 +0000 (22:36 +0200)]
activation: Do not dereference symlinks during home directory creation.

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>.
3 years agodaemon: Remove dead code.
Ludovic Courtès [Sat, 3 Apr 2021 19:35:51 +0000 (21:35 +0200)]
daemon: Remove dead code.

Reported by Noisytoot on #guix.

* nix/nix-daemon/shared.hh (showManPage): Remove.
* nix/nix-daemon/nix-daemon.cc (printHelp, programId): Remove.

3 years agoservices: guix-publish: Add zstd compression by default.
Ludovic Courtès [Sat, 3 Apr 2021 18:37:11 +0000 (20:37 +0200)]
services: guix-publish: Add zstd compression by default.

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.

3 years agognu: knot-resolver: Update to 5.3.1.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 20:06:17 +0000 (22:06 +0200)]
gnu: knot-resolver: Update to 5.3.1.

* gnu/packages/dns.scm (knot-resolver): Update to 5.3.1.

3 years agognu: terminator: Update to 2.1.1.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 18:40:28 +0000 (20:40 +0200)]
gnu: terminator: Update to 2.1.1.

* gnu/packages/gnome.scm (terminator): Update to 2.1.1.

3 years agognu: mousepad: Update to 0.5.4.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 18:07:29 +0000 (20:07 +0200)]
gnu: mousepad: Update to 0.5.4.

* gnu/packages/xfce.scm (mousepad): Update to 0.5.4.

3 years agognu: perl-scalar-list-utils: Update to 1.56.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 18:07:21 +0000 (20:07 +0200)]
gnu: perl-scalar-list-utils: Update to 1.56.

* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.56.

3 years agognu: perl-digest-hmac: Update to 1.04.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 18:07:08 +0000 (20:07 +0200)]
gnu: perl-digest-hmac: Update to 1.04.

* gnu/packages/perl.scm (perl-digest-hmac): Update to 1.04.

3 years agognu: perl-crypt-rijndael: Update to 1.16.
Tobias Geerinckx-Rice [Sat, 3 Apr 2021 18:07:00 +0000 (20:07 +0200)]
gnu: perl-crypt-rijndael: Update to 1.16.

* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.16.

3 years agognu: vim: Update to 8.2.2689.
Tobias Geerinckx-Rice [Fri, 2 Apr 2021 23:11:08 +0000 (01:11 +0200)]
gnu: vim: Update to 8.2.2689.

* gnu/packages/vim.scm (vim): Update to 8.2.2689.

3 years agognu: diffoscope: Update to 172.
Tobias Geerinckx-Rice [Fri, 2 Apr 2021 23:10:59 +0000 (01:10 +0200)]
gnu: diffoscope: Update to 172.

* gnu/packages/diffoscope.scm (diffoscope): Update to 172.

3 years agognu: rust-rand-core: Update to 0.6.2.
Hartmut Goebel [Sat, 3 Apr 2021 15:52:31 +0000 (17:52 +0200)]
gnu: rust-rand-core: Update to 0.6.2.

Version 0.6.1 was yanked.

* gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.

3 years agognu: tippecanoe: Update to 1.36.0.
Felix Gruber [Sat, 3 Apr 2021 09:56:20 +0000 (11:56 +0200)]
gnu: tippecanoe: Update to 1.36.0.

* gnu/packages/geo.scm (tippecanoe): Update to 1.36.0.
  [arguments]: Use cc-for-target instead of hard-coding gcc.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: saga: Update to 7.9.0.
Felix Gruber [Sat, 3 Apr 2021 09:12:27 +0000 (11:12 +0200)]
gnu: saga: Update to 7.9.0.

* gnu/packages/geo.scm (saga): Update to 7.9.0.
  [inputs]: Replace proj.4 with proj.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-opengl.
Sharlatan Hellseher [Fri, 2 Apr 2021 20:46:37 +0000 (21:46 +0100)]
gnu: Add cl-opengl.

* gnu/packages/lisp-xyz.scm: (sbcl-cl-opengl, cl-opengl, ecl-cl-opengl):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: nushell: Update to 0.29.0.
Nicolas Goaziou [Sat, 3 Apr 2021 12:10:28 +0000 (14:10 +0200)]
gnu: nushell: Update to 0.29.0.

* gnu/packages/shells.scm (nushell): Update to 0.29.0.
(rust-nu-ansi-term-0.29):
(rust-nu-cli-0.29):
(rust-nu-command-0.29):
(rust-nu-data-0.29):
(rust-nu-engine-0.29):
(rust-nu-json-0.29):
(rust-nu-parser-0.29):
(rust-nu-plugin-0.29):
(rust-nu-plugin-binaryview-0.29):
(rust-nu-plugin-chart-0.29):
(rust-nu-plugin-fetch-0.29):
(rust-nu-plugin-from-bson-0.29):
(rust-nu-plugin-from-sqlite-0.29):
(rust-nu-plugin-inc-0.29):
(rust-nu-plugin-match-0.29):
(rust-nu-plugin-post-0.29):
(rust-nu-plugin-ps-0.29):
(rust-nu-plugin-s3-0.29):
(rust-nu-plugin-sys-0.29):
(rust-nu-plugin-textview-0.29):
(rust-nu-plugin-to-bson-0.29):
(rust-nu-plugin-to-sqlite-0.29):
(rust-nu-plugin-tree-0.29):
(rust-nu-plugin-xpath-0.29):
(rust-nu-protocol-0.29):
(rust-nu-source-0.29):
(rust-nu-stream-0.29):
(rust-nu-test-support-0.29):
(rust-nu-value-ext-0.29): Update to 0.29.

3 years agognu: Add rust-hamcrest2-0.3.
Nicolas Goaziou [Sat, 3 Apr 2021 10:21:12 +0000 (12:21 +0200)]
gnu: Add rust-hamcrest2-0.3.

* gnu/packages/crates-io.scm (rust-hamcrest2-0.3): New variable.

3 years agognu: Add rust-rustyline-8.
Nicolas Goaziou [Sat, 3 Apr 2021 10:19:43 +0000 (12:19 +0200)]
gnu: Add rust-rustyline-8.

* gnu/packages/crates-io.scm (rust-rustyline-8): New variable.

3 years agognu: Add rust-nix-0.20.
Nicolas Goaziou [Sat, 3 Apr 2021 10:18:07 +0000 (12:18 +0200)]
gnu: Add rust-nix-0.20.

* gnu/packages/crates-io.scm (rust-nix-0.20): New variable.
(rust-nix-0.19): Inherit from above.

3 years agognu: Add rust-radix-trie-0.2.
Nicolas Goaziou [Sat, 3 Apr 2021 10:16:34 +0000 (12:16 +0200)]
gnu: Add rust-radix-trie-0.2.

* gnu/packages/crates-io.scm (rust-radix-trie-0.2): New variable.

3 years agognu: Add rust-endian-type-0.1.
Nicolas Goaziou [Sat, 3 Apr 2021 10:15:27 +0000 (12:15 +0200)]
gnu: Add rust-endian-type-0.1.

* gnu/packages/crates-io.scm (rust-endian-type-0.1): New variable.

3 years agognu: Add rust-nibble-vec-0.1.
Nicolas Goaziou [Sat, 3 Apr 2021 10:14:20 +0000 (12:14 +0200)]
gnu: Add rust-nibble-vec-0.1.

* gnu/packages/crates-io.scm (rust-nibble-vec-0.1): New variable.

3 years agognu: rust-smallvec-1: Update to 1.6.1.
Nicolas Goaziou [Sat, 3 Apr 2021 10:11:53 +0000 (12:11 +0200)]
gnu: rust-smallvec-1: Update to 1.6.1.

* gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.6.1.

3 years agognu: emacs-org: Update to 9.4.5.
Nicolas Goaziou [Sat, 3 Apr 2021 10:01:51 +0000 (12:01 +0200)]
gnu: emacs-org: Update to 9.4.5.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.5.
(emacs-org-contrib): Update to 20210329.

3 years agognu: mgba: Update to 0.9.0.
Nicolas Goaziou [Sat, 3 Apr 2021 09:51:02 +0000 (11:51 +0200)]
gnu: mgba: Update to 0.9.0.

* gnu/packages/emulators.scm (mgba): Update to 0.9.0.