Commit graph

80160 commits

Author SHA1 Message Date
Brice Waegeneire ef3f38ea00
services: openssh: Replace 'without-password' by 'prohibit-password'.
For some time, OpenSSH's option 'PermitRootLogin' has deprecated the
ambiguous argument 'without-password' with 'prohibit-password'.

* doc/guix.texi (Network Services): Replace 'without-password by
'prohibit-password.
* gnu/machine/digital-ocean.scm (guix-infect): Change system
configuration to use 'prohibit-password.
* gnu/services/ssh.scm (openssh-configuration): Change comment to use
'prohibit-password.
(openssh-config-file): Add support for 'prohibit-password to
'permit-root-login'.  Warn about deprecated 'without-password usage.
* gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by
'prohibit-password.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-20 16:44:08 +02:00
Xinglu Chen a211078f99
gnu: ocaml-ppxlib: Update to 0.22.1.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.22.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 13:14:06 +02:00
Julien Lepiller 6e6769dde0
gnu: why3: Update to 1.3.3.
* gnu/packages/maths.scm (why3): Update to 1.3.3.
[arguments]: Adjust for newer ocaml-num.
2021-06-20 13:13:56 +02:00
Xinglu Chen 0bfafa49fa
gnu: ocaml-menhir: Update to 20210419.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 13:13:29 +02:00
Solene Rapenne 7ab6907448
gnu: openvpn: Update to 2.5.3.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.3.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-20 10:02:25 +02:00
Nicolas Goaziou 019c862a67
gnu: tectonic: Update to 0.7.0.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.7.0.
2021-06-20 08:22:37 +02:00
Xinglu Chen dcd94ee855
gnu: Add ocaml-mparser-pcre.
* gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:15:10 +02:00
Xinglu Chen 620b4e8ad3
gnu: Add ocaml-mparser-re.
* gnu/packages/ocaml.scm (ocaml-mparser-re): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:15:02 +02:00
Xinglu Chen fe6fd923a8
gnu: Add ocaml-mparser.
* gnu/packages/ocaml.scm (ocaml-mparser): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:48 +02:00
Xinglu Chen 96dce8c7fe
gnu: ocaml4.07-pcre: Remove package.
* gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package.  It has been
superseded by ‘ocaml-pcre’.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:33 +02:00
Xinglu Chen 97d3a9f781
gnu: ocaml4.07-expect: Switch to default OCaml compiler.
* gnu/packages/ocaml.scm (ocaml4.07-expect): Rename to ‘ocaml-expect’.
[arguments]: Use default OCaml compiler.
[native-inputs]: Use ‘ocaml-*’ packages instead of ‘ocaml4.07-*’.
[propagated-inputs]: Likewise.
[description]: Make it a full sentence.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:24 +02:00
Xinglu Chen 376b16e9a1
gnu: Add ocaml-pcre.
* gnu/packages/ocaml.scm (ocaml-pcre): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:12:40 +02:00
Nicolas Goaziou acb34cda23
gnu: emacs-emms: Update to 7.5.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.5.
2021-06-20 00:05:32 +02:00
Nicolas Goaziou ffe50737b2
doc: Fix a typo.
* doc/guix.texi (Substitute Server Authorization): Fix typo.
2021-06-19 23:51:25 +02:00
Brice Waegeneire 4bed8486d4
services: pcscd: Cleanup socket when started.
Otherwise when pcscd doesn't terminate properly (ie. receive a SIGKILL),
it won't start again because of it's socket already existing.

* gnu/services/security-token.scm (pcscd-shepherd-service)[start]:
Remove existing socket file.
2021-06-19 23:49:18 +02:00
Brice Waegeneire eb939109b9
gnu: opendoas: Fix restricted path "safepath".
* gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase
to 'pre-configure', run it before 'configure' and add a substitution for
safepath.
2021-06-19 23:46:05 +02:00
Ryan Prior cae5f6e54b
gnu: esbuild: Update to 0.12.9.
* gnu/packages/web.scm (esbuild): Update to 0.12.9.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-19 22:53:46 +02:00
Brice Waegeneire 3aabe51e8c
import: launchpad: Fix typo.
* guix/import/launchpad.scm (latest-release): Rename 'origin-github-uri'
to 'origin-launchpad-uri'.
2021-06-19 22:21:47 +02:00
Matthew James Kraai 9171079e51
import: launchpad: Use repository to retrieve releases.
* guix/import/launchpad.scm (latest-released-version): Use repository instead
of package name.
(latest-release): Pass repository to latest-released-version.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-19 22:20:08 +02:00
Brice Waegeneire 9fd9364492
gnu: Add duc.
* gnu/packages/disk.scm (duc): New variable.
2021-06-19 22:02:50 +02:00
Arun Isaac 0a90bea34d
gnu: linkchecker: Update to 10.0.1.
* gnu/packages/web.scm (linkchecker): Update to 10.0.1.
[source]: Remove patches.
[inputs]: Add python-beautifulsoup4. Replace python2-dnspython-1.16,
python2-pyxdg and python2-requests with python-dnspython, python-pyxdg and
python-requests respectively.
[native-inputs]: Replace python2-pytest, python2-miniboa and
python2-parameterized with python-pytest, python-miniboa and
python-parameterized respectively.
[arguments]: Use python 3. Replace check phase instead of deleting the
standard phase and adding a custom one. Use add-installed-pythonpath instead
of setting PYTHONPATH directly. Support disabling of tests with tests?.
[home-page]: Update URI.
* gnu/packages/patches/linkchecker-tests-require-network.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2021-06-20 00:24:11 +05:30
Stefan b04cba9ee5
gnu: linux-libre: Correct name of EXTRAVERSION, and prepend "-" to content.
* gnu/packages/linux.scm (make-linux-libre): Move the comment for the
configuration-file argument to the correct position.
(make-linux-libre*): Move the comment for the configuration-file argument
to the correct position.
Fix name of environment variable EXTRAVERSION.
Prepend a hyphen to the content of EXTRAVERSION.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-06-19 20:10:03 +02:00
Charles c7b2bbc3de
gnu: Add new variable font-borg-sans-mono.
* gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-06-19 19:27:39 +02:00
Marius Bakke dece03e2b9
gnu: Remove bsdiff traces.
This is a follow-up to 373c7b5791.

* gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-06-19 17:17:02 +02:00
Marius Bakke 657aaa7be4
gnu: efivar: Adjust for GCC 10.
* gnu/packages/patches/efivar-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (efivar)[source](patches, modules, snippet): New
fields.
[arguments]: Use CC-FOR-TARGET while at it.
2021-06-19 17:09:51 +02:00
Marius Bakke fbee3e134b
gnu: jfsutils: Adjust for GCC 10.
* gnu/packages/patches/jfsutils-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke e4d5b509fe
gnu: isc-dhcp: Adjust for GCC 10.
* gnu/packages/patches/isc-dhcp-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (isc-dhcp)[source](patches): New field.
2021-06-19 17:09:51 +02:00
Marius Bakke 5b6d264f12
gnu: ath9k-htc-firmware: Adjust for GCC 10.
* gnu/packages/patches/ath9k-htc-firmware-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke 708fc4a2b0
gnu: gpm: Adjust for GCC 10.
* gnu/packages/linux.scm (gpm)[source](modules, snippet): New fields.
2021-06-19 17:09:51 +02:00
Marius Bakke 2b2ecbace4
gnu: QEMU: Adjust for Sphinx 4.0.
* gnu/packages/patches/qemu-sphinx-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke 07d91d34d2
gnu: QEMU: Remove obsolete workaround.
* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase hide-glibc.
2021-06-19 17:09:51 +02:00
Leo Famulari 879eb81906
gnu: linux-libre 5.4: Update to 5.4.127.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.127.
(linux-libre-5.4-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 0a5b2b8213
gnu: linux-libre 5.10: Update to 5.10.43.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43.
(linux-libre-5.10-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari edfd979620
gnu: linux-libre: Update to 5.12.12.
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.12.
(linux-libre-5.12-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 574d317845
gnu: linux-libre 4.4: Update to 4.4.273.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.273.
(linux-libre-4.4-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 69a81892ac
gnu: linux-libre 4.9: Update to 4.9.273.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.273.
(linux-libre-4.9-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 52bbf336f9
gnu: linux-libre 4.14: Update to 4.14.237.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.237.
(linux-libre-4.14-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari ff9a4cedc4
gnu: linux-libre 4.19: Update to 4.19.195.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.195.
(linux-libre-4.19-pristine-source): Update hash.
2021-06-19 10:57:19 -04:00
Tobias Geerinckx-Rice ad879bffa3
gnu: Add missing imports to (gnu packages vpn).
This follows up on c85ed0e758.

* gnu/packages/vpn.scm: Import (gnu packages curl), (gnu packages gnome),
and (gnu packages multiprecision).
* gnu/packages/networking.scm: Remove unused
(gnu packages multiprecision) import.

f
2021-06-19 13:07:51 +02:00
Julien Lepiller 0e8a18f0ec
gnu: cubicle: Make deterministic.
* gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from
resulting binary.
2021-06-19 12:54:32 +02:00
Julien Lepiller 9417fae9fb
gnu: cubicle: Fix build with newer ocaml-num.
* gnu/packages/ocaml.scm (cubicle)[arguments]: Adjust Makefile for
changes in ocaml-num.
2021-06-19 12:54:27 +02:00
Tobias Geerinckx-Rice c85ed0e758
gnu: Move strongswan to (gnu packages vpn).
See <https://logs.guix.gnu.org/guix/2021-06-19.log#015517>.

* gnu/packages/networking.scm (strongswan): Move from here…
* gnu/packages/vpn.scm (strongswan): …to here.
2021-06-19 12:35:17 +02:00
pukkamustard e93f6b693b
gnu: Update ocaml-mdx to 1.9.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19 12:31:47 +02:00
Jack Hill 2e30e84b64
services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
This follows on from the changes in 4985a42724.

* gnu/services/base.scm (%default-authorized-guix-keys): Add
bordeaux.guix.gnu.org.pub.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-06-19 09:32:54 +01:00
Pierre Neidhardt b1a8822e1d
gnu: Add stmx.
* gnu/packages/lisp-xyz.scm (cl-stmx, ecl-stmx, sbcl-stmx): New variables.
2021-06-19 10:01:16 +02:00
Xinglu Chen dee608a1bb
gnu: Add ocaml-calendar.
* gnu/packages/ocaml.scm (ocaml-calendar): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19 00:14:16 +02:00
Tobias Geerinckx-Rice 8f8adb9c18
gnu: libaom: Omit static library.
* gnu/packages/video.scm (libaom)[arguments]: Add a
'delete-static-libraries phase to do so.
2021-06-19 00:04:55 +02:00
Tobias Geerinckx-Rice 563bd8305e
gnu: libaom: Update to 3.1.1.
* gnu/packages/video.scm (libaom): Update to 3.1.1.
2021-06-19 00:04:54 +02:00
Tobias Geerinckx-Rice 57c5c8a3a7
gnu: vcsh: Update to 1.20190621-4.
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
2021-06-19 00:04:54 +02:00
Domagoj Stolfa 36bfd64213
gnu: strongswan: Update to 5.9.2.
* gnu/packages/networking.scm (strongswan): Update to 5.9.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-19 00:04:54 +02:00