diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-13 08:29:47 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-13 08:29:47 +0200 |
commit | 8aed82892763238b43d84de5c4dfed7ce30b5bac (patch) | |
tree | b37929df4bfdb4b349e05038037c23dc49d6b7a9 /main/perl-io-socket-ssl | |
parent | 17a37a07f33d1ba996a338bc9edb0aba463afa14 (diff) | |
download | aports-8aed82892763238b43d84de5c4dfed7ce30b5bac.tar.bz2 aports-8aed82892763238b43d84de5c4dfed7ce30b5bac.tar.xz |
main/perl-io-socket-ssl: add ca-certificates to dependencies
Since 1.950 the default setting of ssl_verify_mode has been changed
from SSL_VERIFY_NONE to SSL_VERIFY_PEER, therefore packages like
git-perl are broken due to missing certificates.
Diffstat (limited to 'main/perl-io-socket-ssl')
-rw-r--r-- | main/perl-io-socket-ssl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-io-socket-ssl/APKBUILD b/main/perl-io-socket-ssl/APKBUILD index 41960e800..ab3a672cc 100644 --- a/main/perl-io-socket-ssl/APKBUILD +++ b/main/perl-io-socket-ssl/APKBUILD @@ -3,14 +3,14 @@ pkgname=perl-io-socket-ssl _pkgreal=IO-Socket-SSL pkgver=1.953 -pkgrel=0 +pkgrel=1 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET." url="http://search.cpan.org/dist/IO-Socket-SSL/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-net-ssleay" cpanmakedepends=" " -depends="$cpandepends" +depends="$cpandepends ca-certificates" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$_pkgreal-$pkgver.tar.gz" |