emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61354: closed ([PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixe


From: GNU bug Tracking System
Subject: bug#61354: closed ([PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixes].)
Date: Sat, 11 Feb 2023 22:15:01 +0000

Your message dated Sat, 11 Feb 2023 23:14:10 +0100
with message-id <Y+gTMjcpSapoU9D2@jasmine.lan>
and subject line Re: [PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixes].
has caused the debbugs.gnu.org bug report #61354,
regarding [PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61354: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61354
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixes]. Date: Tue, 7 Feb 2023 21:59:22 +0100
Fixes CVE-2023-0215, CVE-2023-0286, CVE-2022-4304, CVE-2022-4450.

https://www.openssl.org/news/secadv/20230207.txt

* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1t.
---
 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 bdac8a6e63..66c111cb56 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -618,7 +618,7 @@ (define openssl/fixed
   (package
     (inherit openssl-1.1)
     (name "openssl")
-    (version "1.1.1s")
+    (version "1.1.1t")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -631,7 +631,7 @@ (define openssl/fixed
               (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
               (sha256
                (base32
-                "1amnwis6z2piqs022cpbcg828rql62yjnsqxnvdg0vzfc3kh3b65"))))))
+                "0fwxhlv7ary9nzg5mx07x1jj3wkbizxh56qy7l6bzp5iplj9pvld"))))))
 
 (define-public openssl-3.0
   (package
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: OpenSSL: Update to 1.1.1t [security fixes]. Date: Sat, 11 Feb 2023 23:14:10 +0100
Pushed as df163df8307ab91b14d67b074bac35464afa6bdb


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]