Commit graph

68795 commits

Author SHA1 Message Date
Marius Bakke 3ec4b34e90
gnu: ungoogled-chromium: Update to 86.0.4240.193-0.b68e17f.
* gnu/packages/chromium.scm (%chromium-version): Set to 86.0.4240.193.
(ungoogled-chromium): Update hash.
2020-11-10 22:32:12 +01:00
Ludovic Courtès 000e7a0abc
vm: expression->derivation-in-linux-vm: Run in a UTF-8 locale.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add calls to
'setenv' and 'setlocale'.
2020-11-10 21:49:15 +01:00
Tobias Geerinckx-Rice 28e2f27d5c
gnu: amsynth: Find external commands.
* gnu/packages/music.scm (amsynth)[arguments]: Add a ‘patch-file-names’
phase.
[inputs]: Add unzip and which.
2020-11-10 20:04:59 +01:00
Tobias Geerinckx-Rice fbda11b6dc
gnu: amsynth: Order inputs alphabetically.
* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.
2020-11-10 18:19:40 +01:00
Tobias Geerinckx-Rice e683991085
gnu: enchant: Update to 2.2.13.
* gnu/packages/enchant.scm (enchant): Update to 2.2.13.
2020-11-10 18:19:40 +01:00
Tobias Geerinckx-Rice 115cd74da6
gnu: rocksdb: Build reproducibly.
* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice e35f77e118
gnu: jimtcl: Update to 0.80.
* gnu/packages/embedded.scm (jimtcl): Update to 0.80.
[arguments]: Add a ‘delete-failing-tests’ phase.
[native-inputs]: Add inetutils.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice 3881d0dc41
gnu: mariadb-connector-c: Update to 3.1.11.
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.11.
[source]: Specify a mirror.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice a6bc4d366f
gnu: xfconf: Update to 4.14.4.
* gnu/packages/xfce.scm (xfconf): Update to 4.14.4.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice 805559ba48
gnu: burp: Update to 2.3.38.
* gnu/packages/backup.scm (burp): Update to 2.3.38.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice ed02857beb
gnu: ruby-chunky-png: Add warning about untrusted input.
* gnu/packages/ruby.scm (ruby-chunky-png)[description]: Warn of decompression bombs.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice d065517b73
gnu: ruby-chunky-png: Update to 1.3.14.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14.
2020-11-10 18:19:38 +01:00
Nicolas Goaziou 74b5b69969
gnu: emacs-yaml-mode: Update to 0.0.15.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.15.
[description]: Remove out of place information.  Fix typography.
2020-11-10 18:01:17 +01:00
Nicolas Goaziou 0ad05c903e
gnu: emacs-emms: Update to 6.2.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.2.
2020-11-10 17:57:04 +01:00
Ludovic Courtès 8515ea12d2
gnu: audiofile: Shorten patch file names.
At least 'audiofile-division-by-zero-BlockCodec-runPull.patch' could end
up not being included in a tarball.

* gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch:
Rename to...
* gnu/packages/patches/audiofile-check-number-of-coefficients.patch:
... this.
* gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch:
Rename to...
* gnu/packages/patches/audiofile-division-by-zero.patch: ....this.
* gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch:
Rename to...
* gnu/packages/patches/audiofile-function-signature.patch: ... this.
* gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch:
Rename to....
* gnu/packages/patches/audiofile-multiply-overflow.patch: ... this.
* gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch:
Rename to...
* gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch: ... this.
* gnu/packages/audio.scm (audiofile)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10 17:49:14 +01:00
Ludovic Courtès 74361d3ee8
gnu: python2-pygobject@2: Shorten patch file name.
The file would not be included in the tarball produced by "make dist"
because its name was too long.

* gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
Rename to...
* gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this.
* gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10 16:43:59 +01:00
Julien Lepiller 0a173fe25f
gnu: ocaml: Switch to 4.11 by default.
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
2020-11-10 16:05:13 +01:00
Julien Lepiller 83e8fceb6c
gnu: ocamlify: Perform bootstrap build.
setup.ml is pre-generated in this package.  Since it is generated by a
dependent package, we build manually.  This will also allow us to build
this package properly with ocaml 4.11.

* gnu/packages/ocaml.scm (ocamlify): Perform bootstrap build.
2020-11-10 16:03:40 +01:00
Julien Lepiller b35b661b89
gnu: ocaml-ppx-tools-versioned: Use release profile.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release
profile.
2020-11-10 16:03:31 +01:00
Julien Lepiller 3096068ca5
gnu: laby: Update to 0.7.0.
* gnu/packages/games.scm (laby): Update to 0.7.0.
2020-11-10 16:03:24 +01:00
Julien Lepiller 6ed2741a35
guix: ocaml: Add package-with-ocaml4.09.
* guix/build-system/ocaml.scm (package-with-ocaml4.09)
(strip-ocaml4.09-variant): New variables.
* gnu/packages/ocaml.scm (ocaml4.09-result, ocaml4.09-csexp)
(ocaml4.09-dune-configurator, ocaml4.09-dune): New variables.
2020-11-10 16:02:59 +01:00
Julien Lepiller 35c02c559e
gnu: Add ocaml4.09-findlib.
* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
2020-11-10 16:02:54 +01:00
Julien Lepiller 0c83708240
gnu: ocaml: Update to 4.11.1.
* gnu/packages/ocaml.scm (ocaml): Update to 4.11.1.
2020-11-10 16:02:33 +01:00
Ludovic Courtès 362529963e
ui: Use the right accessor when reporting '&gexp-input-error'.
* guix/ui.scm (call-with-error-handling): In the 'gexp-input-error?'
case, use 'gexp-error-invalid-input' as the accessor.
2020-11-10 14:40:20 +01:00
Pierre Neidhardt be0ebf33aa
gnu: sbcl-cl-csv: Update to 20200929.
* gnu/packages/lisp-xyz.scm (sbcl-cl-csv): Update to 20200929.
2020-11-10 13:01:16 +01:00
Ludovic Courtès 7a20c1676a
vm: 'system-qemu-image' forces the use of i386/BIOS GRUB.
Fixes <https://bugs.gnu.org/44511>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/system/vm.scm (system-qemu-image): Add 'bootloader' field to OS.
2020-11-10 12:20:09 +01:00
Pierre Neidhardt 94585fffb2
gnu: Add sbcl-contextl.
* gnu/packages/lisp-xyz.scm (cl-contextl, ecl-contextl, sbcl-contextl): New variables.
2020-11-10 09:59:49 +01:00
Pierre Neidhardt ebabcf2368
gnu: Add lw-compat.
* gnu/packages/lisp-xyz.scm (cl-lw-compat, ecl-lw-compat, sbcl-lw-compat): New
variables.
2020-11-10 09:59:49 +01:00
Pierre Neidhardt 9f78a37f52
gnu: cl-environments: Update to 20200401.
* gnu/packages/lisp-xyz.scm (cl-environments): Update to 20200401.
This includes the :tools package not present in 0.2.3.
2020-11-10 09:59:49 +01:00
Ludovic Courtès b51da3ccef
Update NEWS. 2020-11-09 23:27:09 +01:00
Ludovic Courtès 70ffa8af1e
machine: ssh: Do not import the host (guix config).
* gnu/machine/ssh.scm (machine-boot-parameters): Use 'make-config.scm'
for (guix config).
2020-11-09 23:27:09 +01:00
Ludovic Courtès d754757628
publish: Create files in the cache as #o644.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/publish.scm (compress-nar): Add 'chmod' call to ensure
PORT is #o644, in the uncompressed case.
(bake-narinfo+nar): Likewise for the narinfo file.
* tests/publish.scm ("with cache"): Check permissions on CACHED and NAR.
2020-11-09 23:27:09 +01:00
Julien Lepiller 86e9e5cb23
services: nginx: Re-introduce server-names-hash-bucket-size.
This was unintentionally removed in
00014f7692.

* gnu/services/web.scm (default-nginx-config): Re-introduce processing
of server-names-hash-bucket-size option.
2020-11-09 22:53:50 +01:00
Julien Lepiller acb9f7849f
services: nginx: Re-introduce server-names-hash-bucket-size.
This was unintentionally removed in
00014f7692.

* gnu/services/web.scm (default-nginx-config): Re-introduce processing
of server-names-hash-bucket-size option.
2020-11-09 22:48:02 +01:00
Marius Bakke 75a5bdbc98
gnu: varnish-modules: Update to 0.17.0.
* gnu/packages/web.scm (varnish-modules): Update to 0.17.0.
[source]: Switch to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and PYTHON-DOCUTILS.
2020-11-09 22:15:05 +01:00
Marius Bakke d66cdf2ec5
gnu: varnish: Update to 6.5.1.
* gnu/packages/web.scm (varnish): Update to 6.5.1.
2020-11-09 22:15:05 +01:00
Marius Bakke 4b987fc9f2
gnu: hitch: Update to 1.7.0.
* gnu/packages/web.scm (hitch): Update to 1.7.0.
2020-11-09 22:15:05 +01:00
Marius Bakke 8f55eed35f
gnu: python-docutils: Update description.
* gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions of
"rst2man" and ".rst".
2020-11-09 22:15:04 +01:00
Marius Bakke 3a47800ce2
gnu: totem: Update to 3.38.0.
* gnu/packages/gnome.scm (totem): Update to 3.38.0.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2020-11-09 22:15:04 +01:00
Tobias Geerinckx-Rice e4d364b79b
gnu: umockdev: Update to 0.14.4.
* gnu/packages/check.scm (umockdev): Update to 0.14.4.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice f81e95a39b
gnu: ceph: Update to 14.2.13.
* gnu/packages/storage.scm (ceph): Update to 14.2.13.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice 2f6b0adbe7
gnu: npiet: Edit description.
* gnu/packages/piet.scm (npiet)[description]: Capitalise language names
and use @command{} mark-up.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice 30be89635e
gnu: Add piet-toolchain.
* gnu/packages/piet.scm (piet-toolchain): New public variable.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice abe13f19a6
gnu: xmlsec: Update to 1.2.31.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.31.
2020-11-09 20:47:49 +01:00
AuPath a76e2de563
gnu: emacs-org-download : Fix source hash.
This is a followup to commit d1c4667845.

See <https://bugs.gnu.org/44537> for more information.

* gnu/packages/emacs-xyz.scm (emacs-org-download)[source]: Use the correct hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-09 13:44:54 -05:00
Pierre Neidhardt 58de426ec8
gnu: sbcl-cl-prevalence: Update to 20201109.
* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20201109.
2020-11-09 19:09:47 +01:00
Pierre Neidhardt e22b88b68d
gnu: Add sbcl-static-dispatch.
* gnu/packages/lisp-xyz.scm (cl-static-dispatch, ecl-static-dispatch,
sbcl-static-dispatch): New variables.
2020-11-09 19:07:57 +01:00
Pierre Neidhardt 6b8868910c
gnu: Add cl-environments.
* gnu/packages/lisp-xyz.scm (cl-environments): New variable.
2020-11-09 19:07:10 +01:00
Pierre Neidhardt e744328acb
gnu: Add collectors.
* gnu/packages/lisp-xyz.scm (cl-collectors, ecl-collectors, sbccl-collectors):
New variables.
2020-11-09 19:03:58 +01:00
Pierre Neidhardt e60bbd9a5b
gnu: Add custom-hash-table.
* gnu/packages/lisp-xyz.scm (cl-custom-hash-table, ecl-custom-hash-table,
sbcl-custom-hash-table): New variables.
2020-11-09 19:02:46 +01:00