jackhill/guix/guix.git
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.

3 years agognu: emacs-tramp: Update to 2.5.0.3.
Nicolas Goaziou [Sat, 3 Apr 2021 09:43:57 +0000 (11:43 +0200)]
gnu: emacs-tramp: Update to 2.5.0.3.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.3.

3 years agognu: emacs-posframe: Update to 0.9.0.
Nicolas Goaziou [Sat, 3 Apr 2021 09:43:25 +0000 (11:43 +0200)]
gnu: emacs-posframe: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.9.0.

3 years agognu: emacs-ggtags: Update to 0.9.0.
Nicolas Goaziou [Sat, 3 Apr 2021 09:42:22 +0000 (11:42 +0200)]
gnu: emacs-ggtags: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0.
[source]: Update archive extension.

3 years agognu: emacs-auctex: Update to 13.0.6.
Nicolas Goaziou [Sat, 3 Apr 2021 09:38:55 +0000 (11:38 +0200)]
gnu: emacs-auctex: Update to 13.0.6.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.6.

3 years agognu: runc: Update to 1.0.0-rc93.
Maxim Cournoyer [Tue, 23 Feb 2021 05:03:01 +0000 (00:03 -0500)]
gnu: runc: Update to 1.0.0-rc93.

* gnu/packages/virtualization.scm (runc): Update to 1.0.0-rc93.
[source]: Remove the patches field.
[phases]{unpack}: Remove override.
{build}: Add the man target.
{check}: Make conditional based on TESTS?.
{install}: Add the install-man target.
[native-inputs]: Add go-github-com-go-md2man.
[home-page]: Update.
* gnu/packages/patches/runc-CVE-2019-5736.patch: Delete file.
* gnu/local.mk: Un-register it.

3 years agognu: containerd: Update to 1.4.4.
Maxim Cournoyer [Tue, 23 Feb 2021 03:58:31 +0000 (22:58 -0500)]
gnu: containerd: Update to 1.4.4.

* gnu/packages/docker.scm (containerd): Update to 1.4.4.  Delete
trailing #t.
[arguments]: Set a MAKE-FLAGS binding.
[phases]{patch-paths}: Patch the reference to 'unpigz'.
{build, install}: Use the MAKE-FLAGS variable.
[inputs]: Add pigz.
* gnu/packages/patches/containerd-test-with-go1.13.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Un-register it.

3 years agognu: pidgin: Update to 2.14.2.
Tobias Geerinckx-Rice [Fri, 2 Apr 2021 21:14:13 +0000 (23:14 +0200)]
gnu: pidgin: Update to 2.14.2.

* gnu/packages/messaging.scm (pidgin): Update to 2.14.2.
[source]: Remove pidgin-vv-gst.patch.
* gnu/packages/patches/pidgin-vv-gst.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: lldpd: Update to 1.0.9.
Tobias Geerinckx-Rice [Fri, 2 Apr 2021 21:13:46 +0000 (23:13 +0200)]
gnu: lldpd: Update to 1.0.9.

* gnu/packages/networking.scm (lldpd): Update to 1.0.9.

3 years agognu: ktouch: Remove unnecessary build phase.
Ludovic Courtès [Fri, 2 Apr 2021 20:17:16 +0000 (22:17 +0200)]
gnu: ktouch: Remove unnecessary build phase.

* gnu/packages/education.scm (ktouch)[arguments]: Remove.

3 years agogit: Remove unused variables.
Ludovic Courtès [Fri, 2 Apr 2021 08:30:07 +0000 (10:30 +0200)]
git: Remove unused variables.

This is a followup to 298f9d29d6c26e408a90d08d147d926aa6f81ab3, which
left those variables despite being unnecessary.

* guix/git.scm (clone*, update-cached-checkout): Remove unused
'auth-method' variable.

3 years agognu: vtk: Add 'release-monitoring-url' property.
Ludovic Courtès [Fri, 2 Apr 2021 07:00:36 +0000 (09:00 +0200)]
gnu: vtk: Add 'release-monitoring-url' property.

* gnu/packages/image-processing.scm (vtk)[properties]: New field.

3 years agognu: vtk: Update to 9.0.1.
Andy Tai [Thu, 18 Mar 2021 07:46:45 +0000 (00:46 -0700)]
gnu: vtk: Update to 9.0.1.

* gnu/packages/image-processing.scm (vtk): Update to 9.0.1.
[source](snippet): Remove bundled "ogg" directory as well.
[arguments]: Adjust #:configure-flags.  Add #:phases.
[inputs]: Add LIBOGG.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: Update.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: curl: Update to 7.76.0 [security fixes].
Léo Le Bouter [Fri, 2 Apr 2021 19:33:02 +0000 (21:33 +0200)]
gnu: curl: Update to 7.76.0 [security fixes].

Fixes CVE-2021-22876 and CVE-2021-22890.

* gnu/packages/curl.scm (curl/fixed): New variable.
(curl)[replacement]: New field.
* gnu/packages/patches/curl-7.76-use-ssl-cert-env.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

3 years agognu: jami: Add debug outputs.
Maxim Cournoyer [Fri, 2 Apr 2021 16:38:29 +0000 (12:38 -0400)]
gnu: jami: Add debug outputs.

* gnu/packages/jami.scm (libring, libringclient, jami-gnome, jami-qt): Add a
"debug" output.

3 years agognu: hostapd: Fix CVE-2021-30004.
Léo Le Bouter [Fri, 2 Apr 2021 17:24:11 +0000 (19:24 +0200)]
gnu: hostapd: Fix CVE-2021-30004.

* gnu/packages/admin.scm (hostapd)[patches]: Apply
'wpa-supplicant-CVE-2021-30004.patch'.

3 years agognu: wpa-supplicant-minimal: Fix CVE-2021-30004.
Léo Le Bouter [Fri, 2 Apr 2021 17:22:33 +0000 (19:22 +0200)]
gnu: wpa-supplicant-minimal: Fix CVE-2021-30004.

* gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (wpa-supplicant-minimal): Apply patch.

3 years agognu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
Léo Le Bouter [Fri, 2 Apr 2021 16:42:05 +0000 (18:42 +0200)]
gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.0.

3 years agognu: Add node-lts.
Jelle Licht [Tue, 30 Mar 2021 05:27:43 +0000 (01:27 -0400)]
gnu: Add node-lts.

* gnu/packages/node.scm (node-lts): New variable.
* guix/build-system/node.scm (default-node): Use it.

3 years agognu: Add llhttp-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:42 +0000 (01:27 -0400)]
gnu: Add llhttp-bootstrap.

* gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/node.scm (llhttp-bootstrap): New variable.

3 years agognu: Add node-llparse-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:41 +0000 (01:27 -0400)]
gnu: Add node-llparse-bootstrap.

* gnu/packages/node.scm (node-llparse-bootstrap): New variable.

3 years agognu: Add node-llparse-frontend-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:40 +0000 (01:27 -0400)]
gnu: Add node-llparse-frontend-bootstrap.

* gnu/packages/node.scm (node-llparse-frontend-bootstrap): New variable.

3 years agognu: Add node-llparse-builder-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:39 +0000 (01:27 -0400)]
gnu: Add node-llparse-builder-bootstrap.

* gnu/packages/node.scm (node-llparse-builder-bootstrap): New variable.

3 years agognu: Add node-debug-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:38 +0000 (01:27 -0400)]
gnu: Add node-debug-bootstrap.

* gnu/packages/node.scm (node-debug-bootstrap): New variable.

3 years agognu: Add node-binary-search-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:37 +0000 (01:27 -0400)]
gnu: Add node-binary-search-bootstrap.

* gnu/packages/node.scm (node-binary-search-bootstrap): New variable.

3 years agognu: Add node-ms-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:36 +0000 (01:27 -0400)]
gnu: Add node-ms-bootstrap.

* gnu/packages/node.scm (node-ms-bootstrap): New variable.

3 years agognu: Add node-semver-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:35 +0000 (01:27 -0400)]
gnu: Add node-semver-bootstrap.

* gnu/packages/node.scm (node-semver-bootstrap): New variable.

3 years agognu: Add node-bootstrap.
Jelle Licht [Tue, 30 Mar 2021 05:27:34 +0000 (01:27 -0400)]
gnu: Add node-bootstrap.

* gnu/packages/node (node-bootstrap): Add hidden alias for node.

3 years agognu: node: Use license prefix.
Jelle Licht [Tue, 30 Mar 2021 05:27:33 +0000 (01:27 -0400)]
gnu: node: Use license prefix.

* gnu/packages/node.scm (node)[license]: Use prefix for license.

3 years agognu: Add libuv-for-node
Jelle Licht [Tue, 30 Mar 2021 05:27:32 +0000 (01:27 -0400)]
gnu: Add libuv-for-node

* gnu/packages/libevent.scm (libuv-for-node): New variable.

3 years agobuild-system: Rewrite node build system.
Jelle Licht [Tue, 30 Mar 2021 05:27:31 +0000 (01:27 -0400)]
build-system: Rewrite node build system.

* guix/build/node-build-system.scm: Rewrite it.
* guix/build-system/node.scm: Adjust accordingly.
* gnu/packages/node-xyz.scm (node-semver): Likewise.

Co-authored-by: Timothy Sample <samplet@ngyro.com>
3 years agognu: libringclient: Disable the libwrap feature.
Maxim Cournoyer [Fri, 2 Apr 2021 15:47:17 +0000 (11:47 -0400)]
gnu: libringclient: Disable the libwrap feature.

As it causes video calls to segfault.

* gnu/packages/jami.scm (libringclient): Set -DENABLE_LIBWRAP to false for the
time being.

3 years agognu: Add jami-qt.
Maxim Cournoyer [Wed, 31 Mar 2021 05:13:57 +0000 (01:13 -0400)]
gnu: Add jami-qt.

* gnu/packages/jami.scm (jami-qt): New variable.