summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-01-21 15:57:13 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-01-21 15:57:13 -0500
commitb93eb3f591c721e1bf91a1e7b0e627cc284afb31 (patch)
treef48bb6f10f80687a2e0e71bacf91b5216608a1d0
parent87e62148c45c84c2514a60e610921f61fa5c0bfc (diff)
gnu: gnutls: Update to 3.8.3 [security fixes].
Fixes CVE-2024-0553 and CVE-2024-0567. Based on commit 856b4a603ac5100be03d9c9bbd8f00dce030a79e (from master). * gnu/packages/tls.scm (gnutls): Update to 3.8.3. Co-authored-by: Jack Hill <jackhill@jackhill.us> Change-Id: I055ab00724f82ed41b21337d8b4d56acfd64fccf
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 426398114f..b79929aea0 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -199,7 +199,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
- (version "3.8.2")
+ (version "3.8.3")
(source (origin
(method url-fetch)
;; Note: Releases are no longer on ftp.gnu.org since the
@@ -210,7 +210,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256
(base32
- "0xzgmp1ck5ifvdki4jg29r278w2p1m3a0qz38g99v6zsdw0yarg7"))))
+ "0ghpyhhfa3nsraph6dws50jb3dc8g2cfl7dizdnyrm179fawakzp"))))
(build-system gnu-build-system)
(arguments
(list #:tests? (not (or (%current-target-system)