summaryrefslogtreecommitdiff
path: root/etc/manifests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-01-11 18:48:08 +0100
committerLudovic Courtès <ludo@gnu.org>2025-01-11 23:36:57 +0100
commit6e215b83db4cdf147987fe1d8fb8735513df9353 (patch)
treea8309cfd5d8aac231f27f2b266a3e8e8c1225b64 /etc/manifests
parentab4dc03b675c86695940bb762dc9e1506807052d (diff)
etc: upgrade: Add web and crypto packages.
* etc/manifests/upgrade.scm (security-packages): add nghttp2, nginx, nettle, and libsodium. Change-Id: I264d4595c3448cdfe5aefebbeb19eeee5107cef9
Diffstat (limited to 'etc/manifests')
-rw-r--r--etc/manifests/upgrade.scm15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/manifests/upgrade.scm b/etc/manifests/upgrade.scm
index 8136b8f8d4..c3f7c73ece 100644
--- a/etc/manifests/upgrade.scm
+++ b/etc/manifests/upgrade.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2024 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2024-2025 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -36,11 +36,14 @@
#:select (all-packages specification->package))
(gnu packages backup)
+ (gnu packages crypto)
(gnu packages curl)
(gnu packages freedesktop)
(gnu packages gnupg)
+ (gnu packages nettle)
(gnu packages ssh)
(gnu packages tls)
+ (gnu packages web)
(gnu packages xorg)
(ice-9 match)
@@ -59,6 +62,10 @@
curl
curl-ssh
+ ;; Web.
+ nghttp2
+ nginx
+
libarchive
libssh
@@ -74,7 +81,11 @@
npth
gnupg
gpgme
- pinentry))
+ pinentry
+
+ ;; Other crypto libraries.
+ nettle
+ libsodium))
(define latest-version
(mlambdaq (package)