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 79BA57A1BE for ; Mon, 16 Jan 2017 09:38:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DBCB785665; Mon, 16 Jan 2017 09:38:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C5E785662 for ; Mon, 16 Jan 2017 09:38:46 +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 vbaBwEb_T3YQ for ; Mon, 16 Jan 2017 09:38:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F24B684CE7 for ; Mon, 16 Jan 2017 09:38:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBE64FBA6; Mon, 16 Jan 2017 09:38:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148455952536470" MIME-Version: 1.0 Date: Mon, 16 Jan 2017 09:38:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Net-SSLeay To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170116093845.EBE64FBA6@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. --_----------=_148455952536470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 16 09:38:45 UTC 2017 Modified Files: pkgsrc/security/p5-Net-SSLeay: Makefile distinfo Log Message: Updated p5-Net-SSLeay to 1.80. 1.80 2017-01-05 Patch from Steffen Ulrich that fixed unexpected changes in the control flow of the Perl program which seemed to be triggered by the ticket key callback. Thanks Steffen. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/p5-Net-SSLeay/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/p5-Net-SSLeay/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148455952536470 Content-Disposition: inline Content-Length: 1722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Net-SSLeay/Makefile diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.82 pkgsrc/security/p5-Net-SSLeay/Makefile:1.83 --- pkgsrc/security/p5-Net-SSLeay/Makefile:1.82 Wed Jan 4 14:49:07 2017 +++ pkgsrc/security/p5-Net-SSLeay/Makefile Mon Jan 16 09:38:45 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2017/01/04 14:49:07 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2017/01/16 09:38:45 wiz Exp $ -DISTNAME= Net-SSLeay-1.79 +DISTNAME= Net-SSLeay-1.80 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/security/p5-Net-SSLeay/distinfo diff -u pkgsrc/security/p5-Net-SSLeay/distinfo:1.43 pkgsrc/security/p5-Net-SSLeay/distinfo:1.44 --- pkgsrc/security/p5-Net-SSLeay/distinfo:1.43 Wed Jan 4 14:49:07 2017 +++ pkgsrc/security/p5-Net-SSLeay/distinfo Mon Jan 16 09:38:45 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/01/04 14:49:07 wiz Exp $ +$NetBSD: distinfo,v 1.44 2017/01/16 09:38:45 wiz Exp $ -SHA1 (Net-SSLeay-1.79.tar.gz) = 4bd5baf017c7de7e91425557f558bc0e3a244ddd -RMD160 (Net-SSLeay-1.79.tar.gz) = 4570ac0e84e64ddaa0ca00f9df53e2dbc2b19e95 -SHA512 (Net-SSLeay-1.79.tar.gz) = 547de42990a23f84cdfaf8d95673973c42ef60c81d052b0dbb272788476924d1c50d5e83fcc9d01db221fce12ae6f5fb5ca79f8b5c840e48d1fb135b8d41750e -Size (Net-SSLeay-1.79.tar.gz) = 395257 bytes +SHA1 (Net-SSLeay-1.80.tar.gz) = e7de8eb62fbeeb118f6fa8754a02e5a21205e345 +RMD160 (Net-SSLeay-1.80.tar.gz) = 6640c85b1f23aa20ebcda5835b5380115e371c0b +SHA512 (Net-SSLeay-1.80.tar.gz) = 03b5f2ba86d20f31ef50029af94b1bcf513c7b99d9666a04e83aba4f7c8cce3e30daf6df85932619949f059177660f49a928488e61b967a12dd4aec41eafad95 +Size (Net-SSLeay-1.80.tar.gz) = 395820 bytes --_----------=_148455952536470--