GNU bug report logs -
#64334
[PATCH v4 3/6] gnu: mbedtls-apache-lts: Update to 2.28.3.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 28 Jun 2023 18:36:03 UTC
Severity: normal
Tags: patch
Done: hako <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tls.scm (mbedtls-apache-lts): Update to 2.28.3.
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 2a0c81f559..f25834c7ca 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -943,7 +943,7 @@ (define-public perl-crypt-openssl-random
(define-public mbedtls-apache-lts
(package
(name "mbedtls-apache")
- (version "2.28.0")
+ (version "2.28.3")
(source
(origin
(method git-fetch)
@@ -952,7 +952,7 @@ (define-public mbedtls-apache-lts
(commit (string-append "mbedtls-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s37dsi29v7146fi9k4frvx5rz2snxdm6c3rwq2fvnca2r80hfjl"))))
+ (base32 "177925jkr73x536g703vbxxamcyx9acvkp5iyb294icdn09ck5n3"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.40.1
This bug report was last modified 1 year and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.