From ab07a5e5d6f55bf63d1a4edc36d6c2d381bc5c9a Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 17 Sep 2014 22:41:06 +0000 Subject: Update to 14.0.1 -- security update: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On behalf of Twisted Matrix Laboratories, Iâm releasing Twisted 14.0.1, a security release for Twisted 14.0. It is strongly suggested that users of 14.0.0 upgrade to this release. This patches a bug in Twisted Webâs Agent, where BrowserLikePolicyForHTTPS would not honour the trust root given, and would use the system trust root instead. This would have broken, for example, attempting to pin the issuer for your HTTPS application because you only trust one issuer. Note: on OS X, with the system OpenSSL, you still can't fully rely on this API for issuer pinning, due to modifications by Apple â please see https://hynek.me/articles/apple-openssl-verification-surprises/ for more details. --- net/py-twisted/Makefile.common | 5 +++-- net/py-twisted/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 51fe038cb3a..d783e3907e2 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.common,v 1.16 2014/07/22 12:08:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2014/09/17 22:41:06 wiz Exp $ +# # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-14.0.0 +DISTNAME= Twisted-14.0.1 CATEGORIES= net python MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo index 6c62c7302e7..66e8db10b6b 100644 --- a/net/py-twisted/distinfo +++ b/net/py-twisted/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2014/07/22 12:08:14 wiz Exp $ +$NetBSD: distinfo,v 1.15 2014/09/17 22:41:06 wiz Exp $ -SHA1 (Twisted-14.0.0.tar.bz2) = a90fae98072f8e28b9459875ce9b77f5524bbc48 -RMD160 (Twisted-14.0.0.tar.bz2) = d81c539978bfa21a4b79723578f105e05242058b -Size (Twisted-14.0.0.tar.bz2) = 4339509 bytes +SHA1 (Twisted-14.0.1.tar.bz2) = 4d3c0188f073136212ac55071bce12c65787da70 +RMD160 (Twisted-14.0.1.tar.bz2) = 73fb6528e5e4f01950fad2a17989cd473eaf8e9d +Size (Twisted-14.0.1.tar.bz2) = 4344379 bytes SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629 -- cgit v1.2.3