pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-twisted



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.

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



Home | Main Index | Thread Index | Old Index