guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.


From: Efraim Flashner
Subject: Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.
Date: Sun, 24 Jul 2016 16:08:20 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

On Sun, Jul 24, 2016 at 09:08:05AM +0000, ng0 wrote:
> Efraim Flashner <address@hidden> writes:
> 
> > On Fri, Jul 22, 2016 at 12:05:46AM +0000, ng0 wrote:
> >> From d841892a6563fa79f8185d6ea470a160d1b54b2c Mon Sep 17 00:00:00 2001
> >> From: ng0 <address@hidden>
> >> Date: Fri, 22 Jul 2016 00:01:03 +0000
> >> Subject: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.
> >> 
> >> * gnu/packages/web.scm (perl-io-socket-ssl)[propagated-inputs]: Add 
> >> perl-uri
> >> for IDN support.
> >> ---
> >>  gnu/packages/web.scm | 5 ++++-
> >>  1 file changed, 4 insertions(+), 1 deletion(-)
> >> 
> >> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> >> index c2cae27..33c1e88 100644
> >> --- a/gnu/packages/web.scm
> >> +++ b/gnu/packages/web.scm
> >> @@ -2401,7 +2401,10 @@ and IPv6 sockets, intended as a replacement for 
> >> IO::Socket::INET.")
> >>                (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
> 
> >
> > LGTM!
> 
> What does this mean? LetsGetThisMerged?
> 

Yeah

> -- 
> ♥Ⓐ  ng0 – http://we.make.ritual.n0.is
> For non-prism friendly talk find me on http://www.psyced.org
> SecuShare – http://secushare.org
> 

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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