pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-twisted Update py-twisted to 16.4.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/12f4669f39dd
branches: trunk
changeset: 352758:12f4669f39dd
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 18 22:21:26 2016 +0000
description:
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)
diffstat:
net/py-twisted/Makefile | 5 +----
net/py-twisted/Makefile.common | 4 ++--
net/py-twisted/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 11 deletions(-)
diffs (50 lines):
diff -r 06f8b3651a54 -r 12f4669f39dd net/py-twisted/Makefile
--- a/net/py-twisted/Makefile Sun Sep 18 22:17:54 2016 +0000
+++ b/net/py-twisted/Makefile Sun Sep 18 22:21:26 2016 +0000
@@ -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 @@
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
diff -r 06f8b3651a54 -r 12f4669f39dd net/py-twisted/Makefile.common
--- a/net/py-twisted/Makefile.common Sun Sep 18 22:17:54 2016 +0000
+++ b/net/py-twisted/Makefile.common Sun Sep 18 22:21:26 2016 +0000
@@ -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
diff -r 06f8b3651a54 -r 12f4669f39dd net/py-twisted/distinfo
--- a/net/py-twisted/distinfo Sun Sep 18 22:17:54 2016 +0000
+++ b/net/py-twisted/distinfo Sun Sep 18 22:21:26 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index