NEW: security/libssh2

2008-03-22 Thread Eric Sproul
libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10). This is my first port, so be gentle. :) Available from

Re: Ports with possible 64-bit problems

2008-11-03 Thread Eric Sproul
Christian Weisgerber wrote: A grep over a recent set of amd64 bulk build logs shows these ports generating warnings that indicate possible 64-bit problems: libssh2-0.18 Hi, I finally got around to setting up an amd64 test platform, and with -current from yesterday, I get no warnings of any

Re: Ports with possible 64-bit problems

2008-11-03 Thread Eric Sproul
Christian Weisgerber wrote: I do. sftp.c: In function `libssh2_sftp_fstat_ex': sftp.c:1470: warning: cast to pointer from integer of different size Interesting... after removing the cached package and doing 'make deinstall make clean', I now see the same warning. I'm not sure what I did to

UPDATE: security/libssh2

2009-02-16 Thread Eric Sproul
Attached is a diff for the latest version of libssh2 1.0. Thanks to Benoit Lecocq b...@arcane-labs.net for the diff. I also noted that this version no longer generates any visible warnings for 64-bit. Tested on amd64. Eric diff -Nru libssh2.ori/Makefile libssh2/Makefile ---