aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: yt-dlp: Update to 2023.02.17.•••* gnu/packages/video.scm (yt-dlp): Update to 2023.02.17. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith2023-02-12
* gnu: sudo: Update to 1.9.13p1.•••* gnu/packages/admin.scm (sudo): Update to 1.9.13p1. Tobias Geerinckx-Rice2023-02-12
* gnu: igt-gpu-tools: Update to 1.27.1.•••* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.27.1. [arguments]: Remove 'fix-meson.build phase. Tobias Geerinckx-Rice2023-02-12
* gnu: htop: Update to 3.2.2.•••* gnu/packages/admin.scm (htop): Update to 3.2.2. Tobias Geerinckx-Rice2023-02-12
* gnu: nmap: Remove input labels.•••* gnu/packages/admin.scm (nmap)[inputs]: Move to conventional location, remove input labels, and order sortabetically. Tobias Geerinckx-Rice2023-02-12
* gnu: nmap: Update to 7.93.•••* gnu/packages/admin.scm (nmap): Update to 7.93. [inputs]: Use OpenSSL 3.0. Tobias Geerinckx-Rice2023-02-12
* licenses: Update NPSL (nmap licence).•••The previous URL does not resolve. The new URL contains an updated licence text (version 0.95 at time of this commit) that is strictly less worse than previous versions, and applies retroactively to older nmaps: “Versions of Nmap released under previous versions of the NPSL may also be used under the NPSL 0.95 terms.” -- <https://nmap.org/changelog> * guix/licenses.scm (nmap): Update. Tobias Geerinckx-Rice2023-02-12
* gnu: libgit2: Update to 1.5.1 [security fixes].•••Fixes CVE-2023-22742. Follows up on fixes to CVE-2022-24765. Provides compatibility with git changes to address CVE-2022-29187. * gnu/packages/version-control.scm (libgit2): Update to 1.5.1. [source]: Remove snippet to comment out the "10 years ago" test, which was removed on newer versions. (libgit2-1.4): New variable. Update to 1.4.5. (libgit2-1.3): Inherit from 'libgit2-1.4'. Update to 1.3.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> André Batista2023-02-17
* gnu: libgit2-1.1: Remove it.•••There are no remaining packages which depend on this older version. * gnu/packages/version-control.scm (libgit2-1.1): Remove variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> André Batista2023-02-17
* gnu: Remove QtWebKit.•••This fixes <https://issues.guix.gnu.org/53289>. * gnu/packages/qt.scm (qtwebkit): Remove variable. * gnu/packages/patches/qtwebkit-fix-building-with-bison-3.7.patch, gnu/packages/patches/qtwebkit-fix-building-with-glib-2.68.patch, gnu/packages/patches/qtwebkit-fix-building-with-icu-68.patch, gnu/packages/patches/qtwebkit-fix-building-with-python-3.9.patch, gnu/packages/patches/qtwebkit-pbutils-include.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/education.scm (openboard): Adjust code comment. Leo Famulari2023-02-17
* gnu: Make nothing depend on QtWebKit.•••This is required for <https://issues.guix.gnu.org/53289>. * gnu/packages/qt.scm (python-pyqt)[inputs]: Remove qtwebkit. (python-pyqt-without-qtwebkit): Remove variable. (python-pyqtwebengine)[inputs]: Replace python-pyqt-without-qtwebkit with python-pyqt. * gnu/packages/backup.scm (vorta)[inputs]: Likewise. * gnu/packages/ebook.scm (calibre)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/education.scm (anki)[inputs]: Replace python-pyqt-without-qtwebkit with python-pyqt. * gnu/packages/kde-games.scm (kajongg)[inputs]: Likewise. * gnu/packages/maths.scm (veusz)[inputs]: Likewise. * gnu/packages/music.scm (frescobaldi)[inputs]: Likewise. (picard)[inputs]: Likewise. * gnu/packages/orange.scm (orange)[inputs]: Likewise. * gnu/packages/pdf.scm (flyer-composer)[inputs]: Likewise. * gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Likewise. (python-pyqtgraph)[propagated-inputs]: Likewise. * gnu/packages/radio.scm (gnuradio)[inputs]: Likewise. * gnu/packages/video.scm (openshot)[inputs]: Likewise. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Likewise. * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Likewise. Leo Famulari2023-02-17
* gnu: psi: Replace with psi-plus.•••This is required for <https://issues.guix.gnu.org/53289>. * gnu/packages/messaging.scm (psi): Deprecate in favor of psi-plus. Leo Famulari2023-02-17
* gnu: aseba: Remove dependency on QtWebKit.•••This is required for <https://issues.guix.gnu.org/53289>. * gnu/packages/robotics.scm (aseba)[inputs]: Remove qtwebkit. Leo Famulari2023-02-17
* gnu: dream: Remove dependency on QtWebKit.•••This is required for <https://issues.guix.gnu.org/53289>. * gnu/packages/radio.scm (dream)[inputs]: Remove qtwebkit. Leo Famulari2023-02-17
* gnu: Add cl-lisp-stat.•••* gnu/packages/lisp-xyz.scm (cl-lisp-stat, sbcl-lisp-stat): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-dfio.•••* gnu/packages/lisp-xyz.scm (cl-dfio, sbcl-dfio): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-data-frame.•••* gnu/packages/lisp-xyz.scm (cl-data-frame, sbcl-data-frame): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-statistics.•••* gnu/packages/lisp-xyz.scm (cl-statistics, ecl-statistics, sbcl-statistics): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-distributions.•••* gnu/packages/lisp-xyz.scm (cl-distributions, ecl-distributions, sbcl-distributions): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-special-functions.•••* gnu/packages/lisp-xyz.scm (cl-special-functions, ecl-special-functions, sbcl-special-functions): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-cephes.•••* gnu/packages/lisp-xyz.scm (cl-cephes, ecl-cephes, sbcl-cephes): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: Add cl-variates.•••* gnu/packages/lisp-xyz.scm (cl-variates, ecl-cl-variates, sbcl-cl-variates): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-02-17
* gnu: nss-next: Update to 3.88.1 [fixes CVE-2023-0767].•••* gnu/packages/nss.scm (nss-next): Update to 3.88.1 Co-spirited-by: Tobias Geerinckx-Rice <me@tobias.gr> Maxim Cournoyer2023-02-17
* gnu: Add clipman.•••* gnu/packages/xdisorg.scm (clipman): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Wamm K. D2023-02-17
* gnu: Add docker-registry.•••* gnu/packages/docker.scm (docker-registry): New variable. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Christopher Baines <mail@cbaines.net> Denis 'GNUtoo' Carikli2023-02-17
* gnu: Add python-virtualenv-clone.•••* gnu/packages/python-xyz.scm (python-virtualenv-clone): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Steve George2023-02-17
* gnu: Add chathistorysync.•••* gnu/packages/irc.scm (chathistorysync): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2023-02-17
* gnu: Add go-gopkg-in-irc-v3.•••* gnu/packages/irc.scm (go-gopkg-in-irc-v3): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2023-02-17
* gnu: p11-kit-next: Switch to meson-build-system.•••README.md says to use meson to build. * gnu/packages/tls.scm (p11-kit-next)[build-system]: Use meson-build-system. [arguments]: Adjust accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus2023-02-17
* gnu: Add ocaml-mirage-bootvar-unix.•••* gnu/packages/ocaml.scm (ocaml-mirage-bootvar-unix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-parse-argv.•••* gnu/packages/ocaml.scm (ocaml-parse-argv): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-mirage-xen.•••* gnu/packages/ocaml.scm (ocaml-mirage-xen): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-bheap.•••* gnu/packages/ocaml.scm (ocaml-bheap): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-io-page.•••* gnu/packages/ocaml.scm (ocaml-io-page): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-xenstore.•••* gnu/packages/ocaml.scm (ocaml-xenstore): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-shared-memory-ring-lwt.•••* gnu/packages/ocaml.scm (ocaml-shared-memory-ring-lwt): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-shared-memory-ring.•••* gnu/packages/ocaml.scm (ocaml-shared-memory-ring): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-async.•••* gnu/packages/ocaml.scm (ocaml-async): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-async-rpc-kernel.•••* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-protocol-version-header.•••* gnu/packages/ocaml.scm (ocaml-protocol-version-header): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-textutils.•••* gnu/packages/ocaml.scm (ocaml-textutils): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-textutils-kernel.•••* gnu/packages/ocaml.scm (ocaml-textutils-kernel): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-async-unix.•••* gnu/packages/ocaml.scm (ocaml-async-unix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-async-kernel.•••* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-core-unix.•••* gnu/packages/ocaml.scm (ocaml-core-unix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-intrinsics.•••* gnu/packages/ocaml.scm (ocaml-intrinsics): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-expect-test-helpers-core.•••* gnu/packages/ocaml.scm (ocaml-expect-test-helpers-core): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-sexp-pretty.•••* gnu/packages/ocaml.scm (ocaml-sexp-pretty): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-mirage-logs.•••* gnu/packages/ocaml.scm (ocaml-mirage-logs): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17
* gnu: Add ocaml-ptime.•••* gnu/packages/ocaml.scm (ocaml-ptime): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-17