Nicolas Goaziou
7278eb4005
gnu: emacs-load-relative: Update to 1.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.2.
2023-02-17 23:58:56 +01:00
Nicolas Goaziou
0c20d3dc87
gnu: emacs-posframe: Update to 1.3.3.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.3.3.
2023-02-17 23:58:55 +01:00
Nicolas Goaziou
3d6c420a30
gnu: emacs-compat: Update to 29.1.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.4.
2023-02-17 23:58:55 +01:00
Morgan Smith
b6edac40a1
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>
2023-02-12 01:00:10 +01:00
Tobias Geerinckx-Rice
8e3e748bbe
gnu: sudo: Update to 1.9.13p1.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.13p1.
2023-02-12 01:00:20 +01:00
Tobias Geerinckx-Rice
78ebd3408a
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.
2023-02-12 01:00:19 +01:00
Tobias Geerinckx-Rice
19d58dbc24
gnu: htop: Update to 3.2.2.
...
* gnu/packages/admin.scm (htop): Update to 3.2.2.
2023-02-12 01:00:01 +01:00
Tobias Geerinckx-Rice
3286a38c42
gnu: nmap: Remove input labels.
...
* gnu/packages/admin.scm (nmap)[inputs]: Move to conventional location,
remove input labels, and order sortabetically.
2023-02-12 01:00:00 +01:00
Tobias Geerinckx-Rice
b6fea89ad6
gnu: nmap: Update to 7.93.
...
* gnu/packages/admin.scm (nmap): Update to 7.93.
[inputs]: Use OpenSSL 3.0.
2023-02-12 01:00:00 +01:00
Tobias Geerinckx-Rice
df5a358f67
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.
2023-02-12 01:00:00 +01:00
André Batista
8d8e1438ae
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>
2023-02-17 15:22:53 -05:00
André Batista
7b4b271378
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>
2023-02-17 15:22:53 -05:00
Leo Famulari
861d6fa92c
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.
2023-02-17 14:49:13 -05:00
Leo Famulari
abe7afb17c
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.
2023-02-17 14:49:13 -05:00
Leo Famulari
7eb3eec4da
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.
2023-02-17 14:49:12 -05:00
Leo Famulari
b9ecefd1de
gnu: aseba: Remove dependency on QtWebKit.
...
This is required for <https://issues.guix.gnu.org/53289 >.
* gnu/packages/robotics.scm (aseba)[inputs]: Remove qtwebkit.
2023-02-17 14:49:12 -05:00
Leo Famulari
ac2ed2e1d7
gnu: dream: Remove dependency on QtWebKit.
...
This is required for <https://issues.guix.gnu.org/53289 >.
* gnu/packages/radio.scm (dream)[inputs]: Remove qtwebkit.
2023-02-17 14:49:12 -05:00
jgart
2921394c25
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>
2023-02-17 19:18:49 +01:00
jgart
e93171b263
gnu: Add cl-dfio.
...
* gnu/packages/lisp-xyz.scm (cl-dfio, sbcl-dfio): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-17 19:18:49 +01:00
jgart
30850a3626
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>
2023-02-17 19:18:49 +01:00
jgart
81de0d7af1
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>
2023-02-17 19:18:49 +01:00
jgart
b9d22cae3a
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>
2023-02-17 19:18:49 +01:00
jgart
17e46bdf66
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>
2023-02-17 19:18:49 +01:00
jgart
7679b8e895
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>
2023-02-17 19:18:49 +01:00
jgart
5302cfab43
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>
2023-02-17 19:18:49 +01:00
Maxim Cournoyer
246a3d90ea
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>
2023-02-17 12:19:11 -05:00
Wamm K. D
c3dd743b9a
gnu: Add clipman.
...
* gnu/packages/xdisorg.scm (clipman): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:59 +00:00
Denis 'GNUtoo' Carikli
46013fccb7
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>
2023-02-17 15:44:59 +00:00
Steve George
fc36ea0a0a
gnu: Add python-virtualenv-clone.
...
* gnu/packages/python-xyz.scm (python-virtualenv-clone): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:59 +00:00
jgart
a558998f7d
gnu: Add chathistorysync.
...
* gnu/packages/irc.scm (chathistorysync): New variable.
Co-authored-by: ( <paren@disroot.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:59 +00:00
jgart
395c4aa880
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>
2023-02-17 15:44:59 +00:00
Vivien Kraus
95f481b331
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>
2023-02-17 15:44:58 +00:00
raingloom
48724a6642
gnu: Add ocaml-mirage-bootvar-unix.
...
* gnu/packages/ocaml.scm (ocaml-mirage-bootvar-unix): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
34589fe587
gnu: Add ocaml-parse-argv.
...
* gnu/packages/ocaml.scm (ocaml-parse-argv): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
9658d29ab8
gnu: Add ocaml-mirage-xen.
...
* gnu/packages/ocaml.scm (ocaml-mirage-xen): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
991a289a02
gnu: Add ocaml-bheap.
...
* gnu/packages/ocaml.scm (ocaml-bheap): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
1276f9da9a
gnu: Add ocaml-io-page.
...
* gnu/packages/ocaml.scm (ocaml-io-page): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
9c6809a6c4
gnu: Add ocaml-xenstore.
...
* gnu/packages/ocaml.scm (ocaml-xenstore): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:58 +00:00
raingloom
3b2ca07ed6
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>
2023-02-17 15:44:58 +00:00
raingloom
1e324abac0
gnu: Add ocaml-shared-memory-ring.
...
* gnu/packages/ocaml.scm (ocaml-shared-memory-ring): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
5bb2dc0ca2
gnu: Add ocaml-async.
...
* gnu/packages/ocaml.scm (ocaml-async): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
3e15ad0329
gnu: Add ocaml-async-rpc-kernel.
...
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
7fbe38d7bf
gnu: Add ocaml-protocol-version-header.
...
* gnu/packages/ocaml.scm (ocaml-protocol-version-header): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
47bc3fc743
gnu: Add ocaml-textutils.
...
* gnu/packages/ocaml.scm (ocaml-textutils): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
c91f8f9b7b
gnu: Add ocaml-textutils-kernel.
...
* gnu/packages/ocaml.scm (ocaml-textutils-kernel): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
3f84fbd2f1
gnu: Add ocaml-async-unix.
...
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:57 +00:00
raingloom
419023489e
gnu: Add ocaml-async-kernel.
...
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:56 +00:00
raingloom
5f0d2ed20b
gnu: Add ocaml-core-unix.
...
* gnu/packages/ocaml.scm (ocaml-core-unix): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:56 +00:00
raingloom
3831cdad63
gnu: Add ocaml-intrinsics.
...
* gnu/packages/ocaml.scm (ocaml-intrinsics): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:56 +00:00
raingloom
f52c3fb9ee
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>
2023-02-17 15:44:56 +00:00