* [bug#66198] [PATCH] gnu: openssl-3.0: replace with 3.1.3.
@ 2023-09-25 20:17 Christopher Baines
0 siblings, 0 replies; only message in thread
From: Christopher Baines @ 2023-09-25 20:17 UTC (permalink / raw)
To: 66198
From: Sevan Janiyan <venture37@geeklan.co.uk>
Address various CVEs.
* gnu/packages/tls.scm (openssl-3.1.3): New variable.
(openssl-3.0)[replacement]: Use it.
---
gnu/packages/tls.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index b669ac2e8d..62af3589a7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -571,6 +571,7 @@ (define-public openssl-3.0
(package
(inherit openssl-1.1)
(version "3.0.8")
+ (replacement openssl-3.1.3)
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@@ -605,6 +606,24 @@ (define-public openssl-3.0
(define-public openssl openssl-3.0)
+(define-public openssl-3.1.3
+ (package
+ (inherit openssl-3.0)
+ (version "3.1.3")
+ (source (origin
+ (method url-fetch)
+ (uri (list (string-append "https://www.openssl.org/source/openssl-"
+ version ".tar.gz")
+ (string-append "ftp://ftp.openssl.org/source/"
+ "openssl-" version ".tar.gz")
+ (string-append "ftp://ftp.openssl.org/source/old/"
+ (string-trim-right version char-set:letter)
+ "/openssl-" version ".tar.gz")))
+ (patches (search-patches "openssl-3.0-c-rehash-in.patch"))
+ (sha256
+ (base32
+ "1xmc5s5ihapvj9k4d33qjch3104zd1c58i3n54sz5rw9plp6lcgh"))))))
+
(define-public bearssl
(package
(name "bearssl")
base-commit: fafd3caef0d51811a5da81d6061789e2908b0dac
--
2.41.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-25 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 20:17 [bug#66198] [PATCH] gnu: openssl-3.0: replace with 3.1.3 Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).