etc: upgrade: Add web and crypto packages.

* etc/manifests/upgrade.scm (security-packages): add nghttp2, nginx,
nettle, and libsodium.

Change-Id: I264d4595c3448cdfe5aefebbeb19eeee5107cef9
This commit is contained in:
Ludovic Courtès 2025-01-11 18:48:08 +01:00
parent ab4dc03b67
commit 6e215b83db
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; 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. ;;; This file is part of GNU Guix.
;;; ;;;
@ -36,11 +36,14 @@
#:select (all-packages specification->package)) #:select (all-packages specification->package))
(gnu packages backup) (gnu packages backup)
(gnu packages crypto)
(gnu packages curl) (gnu packages curl)
(gnu packages freedesktop) (gnu packages freedesktop)
(gnu packages gnupg) (gnu packages gnupg)
(gnu packages nettle)
(gnu packages ssh) (gnu packages ssh)
(gnu packages tls) (gnu packages tls)
(gnu packages web)
(gnu packages xorg) (gnu packages xorg)
(ice-9 match) (ice-9 match)
@ -59,6 +62,10 @@ (define security-packages
curl curl
curl-ssh curl-ssh
;; Web.
nghttp2
nginx
libarchive libarchive
libssh libssh
@ -74,7 +81,11 @@ (define security-packages
npth npth
gnupg gnupg
gpgme gpgme
pinentry)) pinentry
;; Other crypto libraries.
nettle
libsodium))
(define latest-version (define latest-version
(mlambdaq (package) (mlambdaq (package)