all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29476] [PATCH] gnu: libressl: Update to 2.6.3.
@ 2017-11-27 19:04 Rutger Helling
  2017-11-27 19:21 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Rutger Helling @ 2017-11-27 19:04 UTC (permalink / raw)
  To: 29476


[-- Attachment #1.1: Type: text/plain, Size: 30 bytes --]

Here's an update for LibreSSL.

[-- Attachment #1.2: Type: text/html, Size: 217 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libressl-Update-to-2.6.3.patch --]
[-- Type: text/x-diff; name=0001-gnu-libressl-Update-to-2.6.3.patch, Size: 1472 bytes --]

From 0319e59618578864faf6ac1402bb02eca9e6adb7 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Mon, 27 Nov 2017 19:57:53 +0100
Subject: [PATCH] gnu: libressl: Update to 2.6.3.

* gnu/packages/tls.scm (libressl): Update to 2.6.3.
---
 gnu/packages/tls.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 595524506..23b5cc993 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -484,14 +485,14 @@ required structures.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "2.5.5")
+    (version "2.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://openbsd/LibreSSL/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1i77viqy1afvbr392npk9v54k9zhr9zq2vhv6pliza22b0ymwzz5"))))
+                "162wgzmg4zzqj5cxrsrmkfv1623dc4g8h3fsf1lvjw9i4sc6bbdf"))))
     (build-system gnu-build-system)
     (arguments
      ;; Do as if 'getentropy' was missing since older Linux kernels lack it
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-28 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 19:04 [bug#29476] [PATCH] gnu: libressl: Update to 2.6.3 Rutger Helling
2017-11-27 19:21 ` Leo Famulari
2017-11-27 19:50   ` Leo Famulari
2017-11-28 10:28     ` Ludovic Courtès
2017-11-28 18:51       ` bug#29476: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.