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 2B9547A210 for ; Sun, 18 Sep 2016 22:21:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9993785F1C; Sun, 18 Sep 2016 22:21:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29FE085E85 for ; Sun, 18 Sep 2016 22:21:27 +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 CDFsXpu3RgOk for ; Sun, 18 Sep 2016 22:21:26 +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 9579084CFD for ; Sun, 18 Sep 2016 22:21:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 905D3FBD1; Sun, 18 Sep 2016 22:21:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147423728672210" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 22:21:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-twisted To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918222126.905D3FBD1@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. --_----------=_147423728672210 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:21:26 UTC 2016 Modified Files: pkgsrc/net/py-twisted: Makefile Makefile.common distinfo Log Message: Update py-twisted to 16.4.1. Twisted Core 16.4.1 (2016-09-07) ================================ Features -------- - Client and server TLS connections made via the client TLS endpoint and the server SSL endpoint, as well as any other code that uses twisted.internet.ssl.CertificateOptions, now support ChaCha20 ciphers when available from the OpenSSL on the system. (#8760) Bugfixes -------- - Client and server TLS connections made via the client TLS endpoint and the server SSL endpoint, as well as any other code that uses twisted.internet.ssl.CertificateOptions, no longer accept 3DES- based cipher suites by default, to defend against SWEET32. (#8781) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/py-twisted/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/py-twisted/Makefile.common cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/py-twisted/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147423728672210 Content-Disposition: inline Content-Length: 2720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-twisted/Makefile diff -u pkgsrc/net/py-twisted/Makefile:1.25 pkgsrc/net/py-twisted/Makefile:1.26 --- pkgsrc/net/py-twisted/Makefile:1.25 Wed Aug 31 09:10:02 2016 +++ pkgsrc/net/py-twisted/Makefile Sun Sep 18 22:21:26 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/08/31 09:10:02 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/09/18 22:21:26 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} COMMENT= Framework for writing networked applications @@ -7,9 +7,6 @@ COMMENT= Framework for writing networked DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface -# bin/cftp -CONFLICTS+= cftp-[0-9]* - REPLACE_PYTHON+= twisted/mail/test/pop3testserver.py REPLACE_PYTHON+= twisted/trial/test/scripttest.py REPLACE_PYTHON+= twisted/topfiles/setup.py Index: pkgsrc/net/py-twisted/Makefile.common diff -u pkgsrc/net/py-twisted/Makefile.common:1.31 pkgsrc/net/py-twisted/Makefile.common:1.32 --- pkgsrc/net/py-twisted/Makefile.common:1.31 Wed Aug 31 09:10:02 2016 +++ pkgsrc/net/py-twisted/Makefile.common Sun Sep 18 22:21:26 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.31 2016/08/31 09:10:02 wiz Exp $ +# $NetBSD: Makefile.common,v 1.32 2016/09/18 22:21:26 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-16.4.0 +DISTNAME= Twisted-16.4.1 CATEGORIES= net python MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/net/py-twisted/distinfo diff -u pkgsrc/net/py-twisted/distinfo:1.28 pkgsrc/net/py-twisted/distinfo:1.29 --- pkgsrc/net/py-twisted/distinfo:1.28 Wed Aug 31 09:10:02 2016 +++ pkgsrc/net/py-twisted/distinfo Sun Sep 18 22:21:26 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2016/08/31 09:10:02 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/09/18 22:21:26 wiz Exp $ -SHA1 (Twisted-16.4.0.tar.bz2) = a8b812ea9fc2e4fa47b1f8d0396ea80ace42f36a -RMD160 (Twisted-16.4.0.tar.bz2) = a638ee8be774ce27ced0e1d73e6b292a9cf6ab7a -SHA512 (Twisted-16.4.0.tar.bz2) = 4bb8da16ea24c60f5626eb8e5b55f4dd40c14941ae3a3410d779614cfbb47be244f25f79d87bc2337a4c20c931133606b80354de4425ff95fbda376d52580cba -Size (Twisted-16.4.0.tar.bz2) = 2973945 bytes +SHA1 (Twisted-16.4.1.tar.bz2) = 1f6797971677efbcee1314520583082e8d52b437 +RMD160 (Twisted-16.4.1.tar.bz2) = 58ef16349fbf5d7a789eeccc67bbf718b200648e +SHA512 (Twisted-16.4.1.tar.bz2) = 7d841f5ef7fbcc5c215e5fb0d56934c6b37ecb0835a9e602a2b788a76960c669eb910a58c1f40f3e15121a7852a1055d377891c7ce3f2e360292a41341ab6bfe +Size (Twisted-16.4.1.tar.bz2) = 2975697 bytes SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629 --_----------=_147423728672210--