X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 631E7DD1A7E for ; Sat, 12 Dec 2015 12:25:31 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B462ADD1299 for ; Sat, 12 Dec 2015 12:25:29 +0000 (UTC) Received: from [81.4.121.188] (port=37736 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1a7jEt-002erR-4l for alpine-aports@lists.alpinelinux.org; Sat, 12 Dec 2015 12:25:27 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 03/15] /main/perl-io-socket-ssl: update to 2.021 Date: Sat, 12 Dec 2015 12:25:14 +0000 Message-Id: <1449923126-5577-3-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> References: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: I also added perl-net-libidn as a depends as recommended by the module's build script: ----------------------------------------------------------------- WARNING No library for handling international domain names found. It will work but croak if you try to verify an international name against a certificate. It's recommended to install either Net::IDN::Encode, Net::LibIDN or URI version>=1.50 ----------------------------------------------------------------- --- main/perl-io-socket-ssl/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/perl-io-socket-ssl/APKBUILD b/main/perl-io-socket-ssl/APKBUILD index 382d79b..fa7aaa5 100644 --- a/main/perl-io-socket-ssl/APKBUILD +++ b/main/perl-io-socket-ssl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=perl-io-socket-ssl _pkgreal=IO-Socket-SSL -pkgver=2.020 +pkgver=2.021 pkgrel=0 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET." url="http://search.cpan.org/dist/IO-Socket-SSL/" @@ -10,7 +10,7 @@ arch="noarch" license="GPL PerlArtistic" cpandepends="perl-net-ssleay" cpanmakedepends=" " -depends="$cpandepends ca-certificates" +depends="$cpandepends ca-certificates perl-net-libidn" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$_pkgreal-$pkgver.tar.gz" @@ -35,6 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="dc0f5992492786a0bde79d2f8fb00cc1 IO-Socket-SSL-2.020.tar.gz" -sha256sums="5a8e2ce93aa410cd18507d55860efb8277184f52a20ca523e4c047d4bce512db IO-Socket-SSL-2.020.tar.gz" -sha512sums="4a086109da89ee5ab99c70d0177ee251106b07651478c472630a7ea4afaa44784172f2c354c6bb2d583152807bf58e40de4aa1a0dc2bdca8cac56a9e54d59350 IO-Socket-SSL-2.020.tar.gz" +md5sums="124394b702ba5ccbbca9b6ee424a8bac IO-Socket-SSL-2.021.tar.gz" +sha256sums="5cc549326c6dbe43d02cf90211ccb88eb9a279339c23cf9e3e62128906399d6a IO-Socket-SSL-2.021.tar.gz" +sha512sums="9d97b11c17c16b615d6bd90e23e50fc17c6bce94b00eef8776cdd0da89924b32976085fd981d0472b7180cee2b9e1d82b438b5de5a98aaf78fc64c5d170ab712 IO-Socket-SSL-2.021.tar.gz" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---