diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-17 22:41:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-17 22:41:06 +0000 |
commit | ab07a5e5d6f55bf63d1a4edc36d6c2d381bc5c9a (patch) | |
tree | 367000793e9273b028575dc431f37bd6d89cc50c /net/py-twisted | |
parent | 29bd7b21107d03c105582c40e166fccd9ac57de7 (diff) | |
download | pkgsrc-ab07a5e5d6f55bf63d1a4edc36d6c2d381bc5c9a.tar.gz |
Update to 14.0.1 -- security update:
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.
Diffstat (limited to 'net/py-twisted')
-rw-r--r-- | net/py-twisted/Makefile.common | 5 | ||||
-rw-r--r-- | net/py-twisted/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
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 |