guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libressl: Update to 3.6.1.


From: guix-commits
Subject: branch master updated: gnu: libressl: Update to 3.6.1.
Date: Wed, 09 Nov 2022 09:29:54 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 70f43c0c2e gnu: libressl: Update to 3.6.1.
70f43c0c2e is described below

commit 70f43c0c2e684b201c7d826ee9f25a5e63c87a4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 9 16:29:15 2022 +0200

    gnu: libressl: Update to 3.6.1.
    
    * gnu/packages/tls.scm (libressl): Update to 3.6.1.
---
 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 8909e39153..3aceb349bf 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -699,14 +699,14 @@ kilobytes of RAM.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "3.3.6")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://openbsd/LibreSSL/"
                                   "libressl-" version ".tar.gz"))
               (sha256
                (base32
-                "16jbzqj9wy2z10x8ppx63idw44k0d3wly0grpar0s6g1cn9q8a1z"))))
+                "0x37037rb0zx34zp0kbbqj2xwd57gh1m6bfn52f92fz92q9wdymc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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