aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-06-19services: pcscd: Cleanup socket when started.Brice Waegeneire
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-19gnu: opendoas: Fix restricted path "safepath".Brice Waegeneire
* 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-19gnu: esbuild: Update to 0.12.9.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.12.9. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-19gnu: Add duc.Brice Waegeneire
* gnu/packages/disk.scm (duc): New variable.
2021-06-20gnu: linkchecker: Update to 10.0.1.Arun Isaac
* 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-19gnu: linux-libre: Correct name of EXTRAVERSION, and prepend "-" to content.Stefan
* 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-19gnu: Add new variable font-borg-sans-mono.Charles
* gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-06-19gnu: Remove bsdiff traces.Marius Bakke
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.
2021-06-19gnu: efivar: Adjust for GCC 10.Marius Bakke
* 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-19gnu: jfsutils: Adjust for GCC 10.Marius Bakke
* 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-19gnu: isc-dhcp: Adjust for GCC 10.Marius Bakke
* 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-19gnu: ath9k-htc-firmware: Adjust for GCC 10.Marius Bakke
* 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-19gnu: gpm: Adjust for GCC 10.Marius Bakke
* gnu/packages/linux.scm (gpm)[source](modules, snippet): New fields.
2021-06-19gnu: QEMU: Adjust for Sphinx 4.0.Marius Bakke
* 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-19gnu: QEMU: Remove obsolete workaround.Marius Bakke
* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase hide-glibc.
2021-06-19gnu: linux-libre 5.4: Update to 5.4.127.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.127. (linux-libre-5.4-pristine-source): Update hash.
2021-06-19gnu: linux-libre 5.10: Update to 5.10.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43. (linux-libre-5.10-pristine-source): Update hash.
2021-06-19gnu: linux-libre: Update to 5.12.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.12. (linux-libre-5.12-pristine-source): Update hash.
2021-06-19gnu: linux-libre 4.4: Update to 4.4.273.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.273. (linux-libre-4.4-pristine-source): Update hash.
2021-06-19gnu: linux-libre 4.9: Update to 4.9.273.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.273. (linux-libre-4.9-pristine-source): Update hash.
2021-06-19gnu: linux-libre 4.14: Update to 4.14.237.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.237. (linux-libre-4.14-pristine-source): Update hash.
2021-06-19gnu: linux-libre 4.19: Update to 4.19.195.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.195. (linux-libre-4.19-pristine-source): Update hash.
2021-06-19gnu: Add missing imports to (gnu packages vpn).Tobias Geerinckx-Rice
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
2021-06-19gnu: cubicle: Make deterministic.Julien Lepiller
* gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from resulting binary.
2021-06-19gnu: cubicle: Fix build with newer ocaml-num.Julien Lepiller
* gnu/packages/ocaml.scm (cubicle)[arguments]: Adjust Makefile for changes in ocaml-num.
2021-06-19gnu: Move strongswan to (gnu packages vpn).Tobias Geerinckx-Rice
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-19gnu: Update ocaml-mdx to 1.9.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.Jack Hill
This follows on from the changes in 4985a4272497bf9ba87a2190353d915da9b55906. * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub. Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-06-19gnu: Add stmx.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-stmx, ecl-stmx, sbcl-stmx): New variables.
2021-06-19gnu: Add ocaml-calendar.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-calendar): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19gnu: libaom: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libaom)[arguments]: Add a 'delete-static-libraries phase to do so.
2021-06-19gnu: libaom: Update to 3.1.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libaom): Update to 3.1.1.
2021-06-19gnu: vcsh: Update to 1.20190621-4.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
2021-06-19gnu: strongswan: Update to 5.9.2.Domagoj Stolfa
* gnu/packages/networking.scm (strongswan): Update to 5.9.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-18gnu: curl@7.77.0: Provide a correct TLS priority string.Ludovic Courtès
Fixes <https://bugs.gnu.org/49035>. * gnu/packages/patches/curl-7.77-tls-priority-string.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/curl.scm (curl-7.77.0)[source]: Use it.
2021-06-18gnu: dune-bootstrap: Update to 2.8.5.Xinglu Chen
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-18gnu: xdg-desktop-portal-wlr: Update to 0.4.0.Andrew Tropin
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18gnu: xdg-desktop-portal: Update to 1.8.1 and honor XDG_DESKTOP_PORTAL_DIR.Andrew Tropin
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.8.1. [arguments, native-search-paths]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18gnu: pipewire: Update to 0.3.29.Andrew Tropin
* gnu/packages/linux.scm (pipewire): Update to 0.3.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18gnu: python-miniboa: Update to 1.0.8.Arun Isaac
* gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
2021-06-18gnu: guix: Update to 4985a42.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 4985a42.
2021-06-18gnu: Iosevka fonts: Update to 7.0.3.Paul A. Patience
* gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab, font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile, font-iosevka-curly, font-iosevka-curly-slab, font-iosevka-etoile): Update to 7.0.3. (font-iosevka-sparkle): Delete variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: lib2geom: Update to commit b29d60e4.Boris A. Dekshteyn
* gnu/packages/graphics.scm (lib2geom): Update to commit b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased).
2021-06-18gnu: inkscape: Update to version 1.1.Boris A. Dekshteyn
* gnu/packages/patches/inkscape-1.1-fix-build-witch-gcc7.5.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/inkscape.scm (inkscape-1.0) Rename to inkscape-1.1. * gnu/packages/inkscape.scm (inkscape-1.1) Update to version 1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: Add font-overpass.Sarah Morgensen via Guix-patches via
* gnu/packages/fonts.scm (font-overpass): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: Add xkb-switch.Niklas Eklund
* gnu/packages/xdisorg.scm (xkb-switch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: Add emacs-flycheck-package.Niklas Eklund
* gnu/emacs-xyz.scm (emacs-flycheck-package): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: Add emacs-package-build.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-package-build): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18gnu: giac: Update to 1.7.0-13.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-13.
2021-06-18gnu: emacs-evil-matchit: Update to 2.3.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.12.