Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Stuart Henderson
On 2018/09/10 20:28, Charlene Wendling wrote: > Hi! > > We could change the FILENO [1] subroutine to 16 (it works here) for > example, but it may fail anyway, as you can read there and in the > source, it's a "try and see it" situation. > > With Stuart's tweaks, failure is predictible and

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Charlene Wendling
Hi! We could change the FILENO [1] subroutine to 16 (it works here) for example, but it may fail anyway, as you can read there and in the source, it's a "try and see it" situation. With Stuart's tweaks, failure is predictible and documented, so let's go for it! I'm attaching a diff. Charlène.

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Stuart Henderson
On 2018/09/10 09:24, Antoine Jacoutot wrote: > > - I did 'make test' by commenting the NO_TEST, it works fine, excepted > > that infamous test 3. It screamed that it wanted $HOME, so i tried to > > provide it via TEST_ENV, and re-ran the test: it still hangs. > > - 'make port-lib-depends-check'

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Antoine Jacoutot
On Mon, Sep 10, 2018 at 12:06:09AM +0200, Charlene Wendling wrote: > Hi, Hi Charlene. > Net::SSH::Perl is a Perl interface to SSH (v1 and 2). > > What's new upstream (Changelog is indeed big, see [1]): > > - Modified MAC, KEX, and cipher orders > - Add ECDSA key support > - Add Curve25519,

[UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-09 Thread Charlene Wendling
Hi, Net::SSH::Perl is a Perl interface to SSH (v1 and 2). What's new upstream (Changelog is indeed big, see [1]): - Modified MAC, KEX, and cipher orders - Add ECDSA key support - Add Curve25519, ed25519 host keys support :) - Use now CryptX as a backend for a set of functions You'll need