Received: by mail.netbsd.org (Postfix, from userid 605) id 903B584D82; Wed, 8 Nov 2017 20:58:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B1D684D7F for ; Wed, 8 Nov 2017 20:58:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5kEJGXjcPhSF for ; Wed, 8 Nov 2017 20:58:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 99D6784D2C for ; Wed, 8 Nov 2017 20:58:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97A3AFBDE; Wed, 8 Nov 2017 20:58:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510174708246710" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 20:58:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/p5-Net-FTPSSL To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108205828.97A3AFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510174708246710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 20:58:28 UTC 2017 Modified Files: pkgsrc/net/p5-Net-FTPSSL: Makefile distinfo Log Message: p5-Net-FTPSSL: update to 0.39. 0.39 2017/10/23 08:30:00 - Updated the LISCENSE file to 2017 (from 2015) - Changed default from TLS v1.0 to TLS v1.2 and rearranged the POD a bit. - Started depreciating useSSL. Now prints out warning if used! Warning says to use option "SSL_version" instead. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/p5-Net-FTPSSL/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/p5-Net-FTPSSL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510174708246710 Content-Disposition: inline Content-Length: 1676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Net-FTPSSL/Makefile diff -u pkgsrc/net/p5-Net-FTPSSL/Makefile:1.21 pkgsrc/net/p5-Net-FTPSSL/Makefile:1.22 --- pkgsrc/net/p5-Net-FTPSSL/Makefile:1.21 Sun Sep 17 20:36:23 2017 +++ pkgsrc/net/p5-Net-FTPSSL/Makefile Wed Nov 8 20:58:28 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/09/17 20:36:23 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/11/08 20:58:28 wiz Exp $ -DISTNAME= Net-FTPSSL-0.38 +DISTNAME= Net-FTPSSL-0.39 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/net/p5-Net-FTPSSL/distinfo diff -u pkgsrc/net/p5-Net-FTPSSL/distinfo:1.8 pkgsrc/net/p5-Net-FTPSSL/distinfo:1.9 --- pkgsrc/net/p5-Net-FTPSSL/distinfo:1.8 Sun Sep 17 20:36:23 2017 +++ pkgsrc/net/p5-Net-FTPSSL/distinfo Wed Nov 8 20:58:28 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/09/17 20:36:23 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/11/08 20:58:28 wiz Exp $ -SHA1 (Net-FTPSSL-0.38.tar.gz) = 089aa1d429eeb19fdd816c3937556b7a72cafc88 -RMD160 (Net-FTPSSL-0.38.tar.gz) = 598f1939112b3a9965c12e552e7c46199f50a439 -SHA512 (Net-FTPSSL-0.38.tar.gz) = 152e279820606a6d695ba1a9bf6103a932acefc0c6a4964a448d5a2aeeea2b6328c12d84b8f125e1b0c3251489c5afd6481010f8b4ae64604eaf20dacf039b73 -Size (Net-FTPSSL-0.38.tar.gz) = 107543 bytes +SHA1 (Net-FTPSSL-0.39.tar.gz) = 9e4c2aeff450fa04ee16e776d24ca8eea7007f41 +RMD160 (Net-FTPSSL-0.39.tar.gz) = 4e5cf553824e87ce6e4cd4abcb8d4e03fa486c1a +SHA512 (Net-FTPSSL-0.39.tar.gz) = a5b279a585b85cc59b6893662d1627e0d744c7d40932b74c9d51caa38c4ce612263b37852c6bd6374611662623c5a82e6975aad009c5b7109a10a0c3499ff5e8 +Size (Net-FTPSSL-0.39.tar.gz) = 107741 bytes --_----------=_1510174708246710--