unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: perl-io-socket-ssl: Update to 2.033 and add IDN support.
@ 2016-07-19 10:03 ng0
  2016-07-19 11:02 ` Ricardo Wurmus
  0 siblings, 1 reply; 14+ messages in thread
From: ng0 @ 2016-07-19 10:03 UTC (permalink / raw)
  To: guix-devel

From 9571f0f56532be3bf4bb0239a41f722d186790c0 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Tue, 19 Jul 2016 09:54:28 +0000
Subject: [PATCH] gnu: perl-io-socket-ssl: Update to 2.033 and add IDN support.

* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.033.
(perl-io-socket-ssl)[propagated-inputs]: Add perl-uri.
---
 gnu/packages/web.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5502a0f..d9236b6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2387,18 +2387,21 @@ 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.002")
+    (version "2.033")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/"
                                   "IO-Socket-SSL-" version ".tar.gz"))
               (sha256
                (base32
-                "1mph52lw6x5v44wf8mw00llzi8pp6k5c4jnrnrvlacrlfv260jb8"))
+                "01qggwmc97kpzx49fp4fxysrjyq8mpnx54nrb087ridj0ch3cf46"))
               (patches (search-patches
                         "perl-io-socket-ssl-openssl-1.0.2f-fix.patch"))))
     (build-system perl-build-system)
-    (propagated-inputs `(("perl-net-ssleay" ,perl-net-ssleay)))
+    (propagated-inputs
+     `(("perl-net-ssleay" ,perl-net-ssleay)
+       ;; for IDN support
+       ("perl-uri" ,perl-uri)))
     (synopsis "Nearly transparent SSL encapsulation for IO::Socket::INET")
     (description
      "IO::Socket::SSL makes using SSL/TLS much easier by wrapping the
-- 
2.9.1


-- 
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org

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

end of thread, other threads:[~2016-08-08 22:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 10:03 [PATCH] gnu: perl-io-socket-ssl: Update to 2.033 and add IDN support ng0
2016-07-19 11:02 ` Ricardo Wurmus
2016-07-19 13:36   ` ng0
2016-07-21 23:44     ` [PATCH] gnu: perl-io-socket-ssl: Update to 2.033 ng0
2016-07-24  6:27       ` Efraim Flashner
2016-07-22  0:05     ` [PATCH] gnu: perl-io-socket-ssl: Add IDN support ng0
2016-07-24  6:27       ` Efraim Flashner
2016-07-24  9:08         ` ng0
2016-07-24 13:08           ` Efraim Flashner
2016-07-24 16:05             ` Leo Famulari
2016-07-24 16:19               ` John Darrington
2016-08-07 22:40                 ` ng0
2016-08-08 20:52                   ` Leo Famulari
2016-08-08 22:08                     ` ng0

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).