summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: font-terminus: Build Open Type Bitmap.Boris A. Dekshteyn2021-06-21
| | | | | | | * gnu/packages/fonts.scm (font-terminus)[outputs]: Add otb. [arguments]: Add 'build-otb, 'install-otb phases. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: kirc: Update to 0.2.7.Tobias Geerinckx-Rice2021-06-21
| | | | * gnu/packages/irc.scm (kirc): Update to 0.2.7.
* gnu: asio: Update to 1.18.2.Tobias Geerinckx-Rice2021-06-21
| | | | * gnu/packages/networking.scm (asio): Update to 1.18.2.
* gnu: whois: Update to 5.5.10.Tobias Geerinckx-Rice2021-06-21
| | | | * gnu/packages/networking.scm (whois): Update to 5.5.10.
* gnu: ocaml-merlin: Inherit from ‘ocaml-dot-merlin-reader’.Xinglu Chen2021-06-21
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-merlin): Inherit from ‘ocaml-dot-merlin-reader’, thus also updating it to 4.2-411. [version, source, build-system, home-page]: Remove. [arguments]<#:phases>: Use custom test phase. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-dot-merlin-reader: Update to 4.2-411.Xinglu Chen2021-06-21
| | | | | | * gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): Update to 4.2-411. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: corsix-th: Update to 0.65.Tobias Geerinckx-Rice2021-06-20
| | | | * gnu/packages/games.scm (corsix-th): Update to 0.65.
* gnu: tcpdump: Update to 4.99.1.Tobias Geerinckx-Rice2021-06-20
| | | | * gnu/packages/admin.scm (tcpdump): Update to 4.99.1.
* gnu: rsnapshot: Update to 1.4.4.Tobias Geerinckx-Rice2021-06-20
| | | | * gnu/packages/backup.scm (rsnapshot): Update to 1.4.4.
* gnu: knot: Update to 3.0.7.Tobias Geerinckx-Rice2021-06-20
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.7.
* services: openssh: Replace 'without-password' by 'prohibit-password'.Brice Waegeneire2021-06-20
| | | | | | | | | | | | | | | | | | 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>
* gnu: ocaml-ppxlib: Update to 0.22.1.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.22.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: why3: Update to 1.3.3.Julien Lepiller2021-06-20
| | | | | * gnu/packages/maths.scm (why3): Update to 1.3.3. [arguments]: Adjust for newer ocaml-num.
* gnu: ocaml-menhir: Update to 20210419.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: openvpn: Update to 2.5.3.Solene Rapenne2021-06-20
| | | | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.3. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
* gnu: tectonic: Update to 0.7.0.Nicolas Goaziou2021-06-20
| | | | * gnu/packages/rust-apps.scm (tectonic): Update to 0.7.0.
* gnu: Add ocaml-mparser-pcre.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-mparser-re.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser-re): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-mparser.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml4.07-pcre: Remove package.Xinglu Chen2021-06-20
| | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package. It has been superseded by ‘ocaml-pcre’. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml4.07-expect: Switch to default OCaml compiler.Xinglu Chen2021-06-20
| | | | | | | | | | * 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>
* gnu: Add ocaml-pcre.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-pcre): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: emacs-emms: Update to 7.5.Nicolas Goaziou2021-06-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.5.
* doc: Fix a typo.Nicolas Goaziou2021-06-19
| | | | * doc/guix.texi (Substitute Server Authorization): Fix typo.
* services: pcscd: Cleanup socket when started.Brice Waegeneire2021-06-19
| | | | | | | | 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.
* gnu: opendoas: Fix restricted path "safepath".Brice Waegeneire2021-06-19
| | | | | | * gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase to 'pre-configure', run it before 'configure' and add a substitution for safepath.
* gnu: esbuild: Update to 0.12.9.Ryan Prior2021-06-19
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.12.9. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
* import: launchpad: Fix typo.Brice Waegeneire2021-06-19
| | | | | * guix/import/launchpad.scm (latest-release): Rename 'origin-github-uri' to 'origin-launchpad-uri'.
* import: launchpad: Use repository to retrieve releases.Matthew James Kraai2021-06-19
| | | | | | | | * 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>
* gnu: Add duc.Brice Waegeneire2021-06-19
| | | | * gnu/packages/disk.scm (duc): New variable.
* gnu: linkchecker: Update to 10.0.1.Arun Isaac2021-06-20
| | | | | | | | | | | | | | | | | * 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.
* gnu: linux-libre: Correct name of EXTRAVERSION, and prepend "-" to content.Stefan2021-06-19
| | | | | | | | | | | * 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>
* gnu: Add new variable font-borg-sans-mono.Charles2021-06-19
| | | | | | * gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Remove bsdiff traces.Marius Bakke2021-06-19
| | | | | | | This is a follow-up to 373c7b5791acd8f377455be47260948b843dd5db. * gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: efivar: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | * 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.
* gnu: jfsutils: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | * 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.
* gnu: isc-dhcp: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | * 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.
* gnu: ath9k-htc-firmware: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | * 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.
* gnu: gpm: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | * gnu/packages/linux.scm (gpm)[source](modules, snippet): New fields.
* gnu: QEMU: Adjust for Sphinx 4.0.Marius Bakke2021-06-19
| | | | | | * 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.
* gnu: QEMU: Remove obsolete workaround.Marius Bakke2021-06-19
| | | | * gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase hide-glibc.
* gnu: linux-libre 5.4: Update to 5.4.127.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.127. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.43.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.12.12.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.12. (linux-libre-5.12-pristine-source): Update hash.
* gnu: linux-libre 4.4: Update to 4.4.273.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.273. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.273.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.273. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.237.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.237. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.195.Leo Famulari2021-06-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.195. (linux-libre-4.19-pristine-source): Update hash.
* gnu: Add missing imports to (gnu packages vpn).Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | | This follows up on c85ed0e758d7fa230c08dba6b95c65ceac098d50. * 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
* gnu: cubicle: Make deterministic.Julien Lepiller2021-06-19
| | | | | * gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from resulting binary.