From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] perl-io-socket-ssl-2.038 Date: Mon, 19 Sep 2016 18:32:01 +0000 Message-ID: <87d1jz3fmm.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm3Ms-0001bA-Om for guix-devel@gnu.org; Mon, 19 Sep 2016 14:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm3Mm-0007bn-Rs for guix-devel@gnu.org; Mon, 19 Sep 2016 14:32:37 -0400 Received: from aibo.runbox.com ([91.220.196.211]:57096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm3Mm-0007bS-Kp for guix-devel@gnu.org; Mon, 19 Sep 2016 14:32:32 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bm3Mk-0001Cf-I8 for guix-devel@gnu.org; Mon, 19 Sep 2016 20:32:30 +0200 Received: from x5d83f6f8.dyn.telefonica.de ([93.131.246.248] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bm3MI-0004Bx-Ox for guix-devel@gnu.org; Mon, 19 Sep 2016 20:32:02 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-perl-io-socket-ssl-Update-to-2.038.patch >From b0c42ee26e17f4ce1d113006caeadf69e43c0fed Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 18:30:34 +0000 Subject: [PATCH] gnu: perl-io-socket-ssl: Update to 2.038. * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 342262b..7a9ae3b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2413,14 +2413,14 @@ and IPv6 sockets, intended as a replacement for IO::Socket::INET.") (define-public perl-io-socket-ssl (package (name "perl-io-socket-ssl") - (version "2.033") + (version "2.038") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/" "IO-Socket-SSL-" version ".tar.gz")) (sha256 (base32 - "01qggwmc97kpzx49fp4fxysrjyq8mpnx54nrb087ridj0ch3cf46")) + "11fiifxyvn7njc9p52wgygyw24jz7rh7gnz2ikjphr4l4x9f03rx")) (patches (search-patches "perl-io-socket-ssl-openssl-1.0.2f-fix.patch")))) (build-system perl-build-system) -- 2.10.0 --=-=-= Content-Type: text/plain -- ng0 --=-=-=--