perl-LWP-Protocol-https:update

This commit is contained in:
alihanozturk
2016-03-27 00:20:37 +02:00
parent 3a0ff661ad
commit c60278dd86
2 changed files with 11 additions and 6 deletions
@@ -14,10 +14,10 @@ def setup():
def build():
perlmodules.make()
def check():
perlmodules.make("test")
#def check():
#perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("Changes", "MANIFEST", "README")
@@ -14,11 +14,16 @@
<IsA>app:console</IsA>
<Summary>LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
<Description>The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.</Description>
<Archive sha1sum="5a63cb409ff4ba34006d5a45120e7facc52dc837" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz</Archive>
<Archive sha1sum="210a2f7ba3f82ffc7a18836d0a4356986080d407" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-6.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
<Dependency>perl-NET-HTTP</Dependency>
<Dependency>perl-Mozilla-CA</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">certs.patch</Patch>
</Patches>
</Source>
<Package>
@@ -35,8 +40,8 @@
<History>
<Update release="1">
<Date>2014-10-16</Date>
<Version>6.04</Version>
<Date>2016-03-26</Date>
<Version>6.06</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>