Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread Glyph Lefkowitz
> On Dec 29, 2016, at 4:20 PM, Tim Allen wrote: > > On Thu, Dec 29, 2016 at 05:27:44AM -0800, Glyph Lefkowitz wrote: >> Increasingly, we are assuming a pip-like packaging toolchain for >> dealing with Twisted's dependencies, so getting familiar with this >> stuff - pip, requirements.txt, pinning

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread Glyph Lefkowitz
> On Dec 29, 2016, at 11:01 AM, ex vito wrote: > > On 2016-12-29, at 12:23, Glyph Lefkowitz > wrote: >> >>> On Dec 27, 2016, at 19:15, ex vito >> > wrote: >>> >>> Other than looking for confirmation, I have a fix which I included t

Re: [Twisted-Python] AWS Auth v4 for Twisted?

2016-12-29 Thread Tristan Seligmann
On Fri, 30 Dec 2016 at 02:30 Steve Morin wrote: > Mark, > Did you get confirmation from your work? > It seems like he did; see https://github.com/twisted/txaws/pull/16 for more details. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread Donald Stufft
> On Dec 29, 2016, at 7:20 PM, Tim Allen wrote: > > On Thu, Dec 29, 2016 at 05:27:44AM -0800, Glyph Lefkowitz wrote: >> Increasingly, we are assuming a pip-like packaging toolchain for >> dealing with Twisted's dependencies, so getting familiar with this >> stuff - pip, requirements.txt, pinning

Re: [Twisted-Python] AWS Auth v4 for Twisted?

2016-12-29 Thread Steve Morin
Mark, Did you get confirmation from your work? -Steve On Sun, Dec 25, 2016 at 1:44 PM, Mark Williams wrote: > I implemented this at work. On Tuesday I'll confirm my company's open > source policy will allow me to contribute it back to txaws. > > On Sun, Dec 25, 2016 at 7:09 AM, Jean-Paul Cald

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread Tim Allen
On Thu, Dec 29, 2016 at 05:27:44AM -0800, Glyph Lefkowitz wrote: > Increasingly, we are assuming a pip-like packaging toolchain for > dealing with Twisted's dependencies, so getting familiar with this > stuff - pip, requirements.txt, pinning, virtualenv - is worthwhile. > (It'll make your life easi

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread ex vito
On 2016-12-29, at 12:23, Glyph Lefkowitz wrote: > >> On Dec 27, 2016, at 19:15, ex vito wrote: >> >> Other than looking for confirmation, I have a fix which I included two >> isolated commits in the PR. Twisted project members: if this is confirmed, >> maybe a ticket should be created in Trac

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread John Santos
Thank you (and Glyph for his followup) for the detailed instructions. I will be trying this on our 2nd development system in a few days (or possibly sooner on the test system if 16.7.0 is released before I get around to it :-)) and will let you know if I encounter any difficulties. On 12/28/

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread Glyph Lefkowitz
> On Dec 26, 2016, at 16:14, Jean-Paul Calderone > wrote: > > On Fri, Dec 23, 2016 at 4:22 PM, Glyph Lefkowitz > wrote: > > > It's merged now: https://twistedmatrix.com/trac/ticket/8911#comment:5 > > > O

Re: [Twisted-Python] Twisted 16.7.0rc1 Release Candidate Announcement

2016-12-29 Thread Glyph Lefkowitz
> On Dec 28, 2016, at 15:20, John Santos wrote: > > Seems to require a new Python module, Automat. Good catch, that probably should have been announced at least a little :). > (Not mentioned in the NEWS file, INSTALL, etc.) Despite the fact that it would have been good to mention this particu

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread Glyph Lefkowitz
> On Dec 27, 2016, at 19:15, ex vito wrote: > > As far as I can tell, no code in Twisted uses sendmsg in the way the code is > using it. However, twisted.python.sendmsg is a public API so someone > somewhere may hit this like I just did. Quite. > Other than looking for confirmation, I have a

Re: [Twisted-Python] hmac-sha2-512 - Corrupted MAC on input with OpenSSH

2016-12-29 Thread Craig Rodrigues
Hi, Well in Twisted checked out directly from GitHub, this seems to work: ssh -vv -oKexAlgorithms=ecdh-sha2-nistp256 -oMACs=hmac-sha2-512 user@localhost and these fail: ssh -vv -oKexAlgorithms=diffie-hellman-group1-sha1 -oMACs=hmac-sha2-512 user@localhost ssh -vv -oKexAlgorithms=diffie-hellman-

Re: [Twisted-Python] hmac-sha2-512 - Corrupted MAC on input with OpenSSH

2016-12-29 Thread 陈健
hi, Yes, you are right. ssh -vv -oKexAlgorithms=diffie-hellman-group14-sha1 -oMACs=hmac-sha2-512 user@localhost against a Twisted ssh server, and i saw the problem. The reason is that twisted(16.6.0) is not supported the diffie-hellman-group14-sha1 and ecdh-sha512-nistp512 key exchange a