Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 83F917A285 for ; Sun, 18 Sep 2016 22:03:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3133385F16; Sun, 18 Sep 2016 22:03:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5A4B85EF2 for ; Sun, 18 Sep 2016 22:03:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aiZST5KOMEJr for ; Sun, 18 Sep 2016 22:03:10 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4465D84CFD for ; Sun, 18 Sep 2016 22:03:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A344FBD1; Sun, 18 Sep 2016 22:03:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147423619061740" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 22:03:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-IO-Socket-SSL To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918220310.3A344FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147423619061740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 22:03:10 UTC 2016 Modified Files: pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo Log Message: Updated p5-IO-Socket-SSL to 2.038. 2.038 2016/09/17 - restrict session ticket callback to Net::SSLeay 1.79+ since version before contains bug. Add test for session reuse - extend SSL fingerprint to pubkey digest, i.e. 'sha1$pub$xxxxxx....' - fix t/external/ocsp.t to use different server (under my control) to check OCSP stapling To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 pkgsrc/security/p5-IO-Socket-SSL/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/security/p5-IO-Socket-SSL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147423619061740 Content-Disposition: inline Content-Length: 1800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-IO-Socket-SSL/Makefile diff -u pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.107 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.108 --- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.107 Wed Aug 24 05:58:33 2016 +++ pkgsrc/security/p5-IO-Socket-SSL/Makefile Sun Sep 18 22:03:10 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2016/08/24 05:58:33 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2016/09/18 22:03:10 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.037 +DISTNAME= IO-Socket-SSL-2.038 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.81 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.82 --- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.81 Wed Aug 24 05:58:33 2016 +++ pkgsrc/security/p5-IO-Socket-SSL/distinfo Sun Sep 18 22:03:10 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.81 2016/08/24 05:58:33 wiz Exp $ +$NetBSD: distinfo,v 1.82 2016/09/18 22:03:10 wiz Exp $ -SHA1 (IO-Socket-SSL-2.037.tar.gz) = 12c6ccb7569a8d003f573c11a5441b0bdc7a2fed -RMD160 (IO-Socket-SSL-2.037.tar.gz) = 3cd459b305c84f546d2f3861053aa99d6e6f1b3f -SHA512 (IO-Socket-SSL-2.037.tar.gz) = 7c8dd75d6325fba9b18ca782a5bb8295215f8c20e0f3906f2f5705ebcb21798529d7580033060157bb56ccd490961af5010d4cc23675a8f8bf3dca7b248613c4 -Size (IO-Socket-SSL-2.037.tar.gz) = 213581 bytes +SHA1 (IO-Socket-SSL-2.038.tar.gz) = f13d43a606aa877a3cc97ab5a76d9d00204bd952 +RMD160 (IO-Socket-SSL-2.038.tar.gz) = 0374d751652374d4f4571430086d95f0e08a8d20 +SHA512 (IO-Socket-SSL-2.038.tar.gz) = f3c52588a2cba63563064d3d7ab934bc755a9f7d13b3e088451bb51773ff7ebf8e1eadd3fe208be4040d8ce85cabec8b55147fd32661fc5b0e260963ec973c9e +Size (IO-Socket-SSL-2.038.tar.gz) = 213653 bytes --_----------=_147423619061740--