From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezlDE-0008FL-JS for guix-patches@gnu.org; Sat, 24 Mar 2018 11:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezlCA-00028E-Hm for guix-patches@gnu.org; Sat, 24 Mar 2018 11:36:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezlCA-00027p-9o for guix-patches@gnu.org; Sat, 24 Mar 2018 11:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ezlCA-0001vy-47 for guix-patches@gnu.org; Sat, 24 Mar 2018 11:35:02 -0400 Subject: [bug#30923] libressl 2.7.1 Resent-Message-ID: Received: from eggs.gnu.org ([208.118.235.92]:39986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezl9Q-0006Xn-ET for guix-patches@gnu.org; Sat, 24 Mar 2018 11:33:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezl8M-0007y9-9M for guix-patches@gnu.org; Sat, 24 Mar 2018 11:32:12 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:45356) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eziej-0004bj-LN for guix-patches@gnu.org; Sat, 24 Mar 2018 08:52:21 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id c55c5865 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 24 Mar 2018 12:25:38 +0000 (UTC) Date: Sat, 24 Mar 2018 12:25:55 +0000 From: ng0 Message-ID: <20180324122555.3wymyjd6cgfbag33@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qmm6ihwbhevzlram" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30923@debbugs.gnu.org --qmm6ihwbhevzlram Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Yesterday Libressl 2.7.1 was released. Build finished alright, no visible issues. -- A88C8ADD129828D7EAC02E52E22F9BBFEE348588 https://n0.is --qmm6ihwbhevzlram Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-libressl-Update-to-2.7.1.patch" Content-Transfer-Encoding: quoted-printable =46rom acc7ed1d5179876718a3e995316543b3a536d3d4 Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Sat, 24 Mar 2018 12:22:49 +0000 Subject: [PATCH] gnu: libressl: Update to 2.7.1. * gnu/packages/tls.scm (libressl): Update to 2.7.1. Signed-off-by: Nils Gillmann --- gnu/packages/tls.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index f56d5b27f..b109a2a88 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2015 David Thompson ;;; Copyright =C2=A9 2015, 2016, 2017 Leo Famulari ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner -;;; Copyright =C2=A9 2016, 2017 Nils Gillmann +;;; Copyright =C2=A9 2016, 2017, 2018 Nils Gillmann ;;; Copyright =C2=A9 2016 Hartmut Goebel ;;; Copyright =C2=A9 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2017 Marius Bakke @@ -468,14 +468,14 @@ required structures.") (define-public libressl (package (name "libressl") - (version "2.6.4") + (version "2.7.1") (source (origin (method url-fetch) (uri (string-append "mirror://openbsd/LibreSSL/" name "-" version ".tar.gz")) (sha256 (base32 - "07yi37a2ghsgj2b4w30q1s4d2inqnix7ika1m21y57p9z71212k3")))) + "0w3hdgcr4cq84cv7wkkg2clz9s6l2m2l92d6mfn70wxs6vi0fxck")))) (build-system gnu-build-system) (arguments ;; Do as if 'getentropy' was missing since older Linux kernels lack it --=20 2.16.3 --qmm6ihwbhevzlram--