Re: 1.9 release

2019-06-29 Thread Jan Ehrhardt
Jan Ehrhardt in gmane.network.ssh.libssh2.devel (Tue, 25 Jun 2019
14:41:40 +0200):
>Did anyone succeed in compiling this for Windows? I am constantly
>running into a
>
>misc.obj : error LNK2019: unresolved external symbol bcrypt_pbkdf
>referenced in function _libssh2_bcrypt_pbkdf
>
>Do I have to adjust a setting in libssh2_config.h? Include an extra lib,
>besides brypt.lib and/or crypt32.lib?

I did not use Cmake, but was updating existing VC project files. I
already added bcrypt_pbkdf.c and blowfish.c. I missed one: blf.h had to
be added as well to the project. See
https://github.com/winlibs/libssh2/issues/3
-- 
Jan

___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel


Re: 1.9 release

2019-06-27 Thread Daniel Stenberg

On Tue, 25 Jun 2019, Will Cosgrove wrote:

You need to pull down the missing files from master if you downloaded the 
release tarball.


There is an open issue on the release tarball missing files due to the way 
it is created.


That issue would be: https://github.com/libssh2/libssh2/issues/379

Once this is fixed, we could perhaps consider making a 1.9.1 release?

--

 / daniel.haxx.se
___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel


Re: 1.9 release

2019-06-25 Thread Will Cosgrove
You need to pull down the missing files from master if you downloaded the 
release tarball. 

There is an open issue on the release tarball missing files due to the way it 
is created. 

Will

> On Jun 25, 2019, at 5:41 AM, Jan Ehrhardt  wrote:
> 
> Did anyone succeed in compiling this for Windows? I am constantly
> running into a
> 
> misc.obj : error LNK2019: unresolved external symbol bcrypt_pbkdf
> referenced in function _libssh2_bcrypt_pbkdf
> 
> Do I have to adjust a setting in libssh2_config.h? Include an extra lib,
> besides brypt.lib and/or crypt32.lib?
> 
> Any pointer will be appreciated.
> -- 
> Jan
> 
> ___
> libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel


___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel


Re: 1.9 release

2019-06-25 Thread Jan Ehrhardt
Did anyone succeed in compiling this for Windows? I am constantly
running into a

misc.obj : error LNK2019: unresolved external symbol bcrypt_pbkdf
referenced in function _libssh2_bcrypt_pbkdf

Do I have to adjust a setting in libssh2_config.h? Include an extra lib,
besides brypt.lib and/or crypt32.lib?

Any pointer will be appreciated.
-- 
Jan

___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel


Re: 1.9 release

2019-06-20 Thread Daniel Stenberg

On Wed, 19 Jun 2019, Will Cosgrove wrote:


Daniel, can you update the website and release the tarball on GitHub?


Done!

--

 / daniel.haxx.se
___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel