Timo Röhling
d11d1f257e
New upstream version 1.7.1+ds
2023-09-08 10:34:48 +02:00
Timo Röhling
f1fdcff351
New upstream version 1.6.4+ds
2023-06-19 11:01:40 +02:00
Timo Röhling
ad5611d85b
New upstream version 1.5.0+ds
2022-08-28 14:13:25 +02:00
Mohammed Bilal
e579e0f707
New upstream version 1.4.3+dfsg.1
2022-05-05 10:45:21 +00:00
Pirate Praveen
c25aa7cd82
New upstream version 1.3.0+dfsg.1
2021-12-10 16:42:08 +05:30
Utkarsh Gupta
22a2d3d5ef
New upstream version 1.1.0+dfsg.1
2020-12-07 04:06:37 +05:30
Jongmin Kim
ac3d33df5d
New upstream version 0.28.1+dfsg.1
2019-05-12 00:29:21 +09:00
Raju Devidas
6c7cee4230
New upstream version 0.27.7+dfsg.1
2018-12-27 01:36:29 +05:30
Ximin Luo
4b3ec53c78
New upstream version 0.27.4+dfsg.1
2018-08-10 19:43:40 -07:00
Pirate Praveen
eae0bfdcd8
New upstream version 0.27.0+dfsg.1
2018-04-26 18:06:07 +05:30
Jiří Techet
b7df2e8bdd
Don't search iconv in /opt/local
...
Since OpenSSL isn't used any more on OS X, there is no dependency
on any MacPorts library under /opt/local and there is no danger of
conflicts between MacPorts and system iconv. For this reason the
system iconv can always be used now.
2015-05-01 22:48:33 +02:00
Carlos Martín Nieto
6bb54cbff3
Add a SecureTransport TLS channel
...
As an alternative to OpenSSL when we're on OS X. This one can actually
take advantage of stacking the streams.
2015-04-23 17:39:51 +02:00
Carlos Martín Nieto
4f91bfa32b
Find libssh2 via pkg-config
...
We don't really need our own module to find libssh2. Using pkg-config
lets the standard tool do the work for us and let us fit more naturally
in the workflow as we respect the pkg-config search paths.
2014-12-05 10:41:54 +01:00
Edward Thomson
315cb38e1e
Add GSSAPI support for SPNEGO/Kerberos auth over HTTP
2014-08-15 11:12:42 -04:00
Jacques Germishuys
5c8d5eac35
Introduce AddCFlagIfSupported CMake macro
2014-04-19 23:07:50 +02:00
Sascha Cunz
4bc94eb5f0
We never search for libiconv via pkg-config
...
So we actually also never know that we can set a dependency on it in
pkg-config. Instead always give it the -L and -l options.
2014-01-30 03:01:46 +00:00
Sascha Cunz
6e0ff093fb
Find and use a MacPorts version of libiconv. Fixes #2017 .
...
- Add correct -I, -L and -l flags
- Search for libiconv in /opt/local/[include|lib] before in the
system path. See #2017 for details.
- Give splitted -L and -l arguments to pkg-config
2014-01-30 02:35:09 +00:00
Sascha Cunz
39949f0604
Cleanup FindIconv.cmake
...
Doesn't change anything. Just removes stuff that was probably missed
to remove when this was imported.
2014-01-30 02:35:09 +00:00
Russell Belfer
726b75d1b8
Improve iconv finding for cmake
...
* add FindIconv helper for CMake iconv detection
* only default using iconv to ON for MacOS
* update pkg-config generation to include iconv dependency better
2013-12-02 11:32:37 -08:00
Veeti Paananen
7a6e0281c6
Build with the system's http-parser installation if available
2013-05-30 21:14:05 +03:00
Brad Morgan
a6b79b9bdc
Changed case of FindLibSSH2.cmake to FindLIBSSH2.cmake
2013-05-15 12:49:15 -04:00
Brad Morgan
6cbbd73935
Renamed FindLibSSH2.cmake
2013-05-15 12:48:43 -04:00
Brad Morgan
7369b3c3bf
Added libssh2 cmake module
2013-05-07 14:26:33 -04:00