diff options
| author | adam <adam@pkgsrc.org> | 2018-12-03 15:19:51 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2018-12-03 15:19:51 +0000 |
| commit | 118bf64b7f3b70e634f946bb70d701bc4c2534e7 (patch) | |
| tree | 4b6e866377431bec7b03a88be10b423c6fd85ffc /security/libssh/options.mk | |
| parent | f72f0d698cdfdc617b1d2c58c1086cb7fbb11a54 (diff) | |
| download | pkgsrc-118bf64b7f3b70e634f946bb70d701bc4c2534e7.tar.gz | |
libssh: updated to 0.8.5
version 0.8.5:
* Added support to get known_hosts locations with ssh_options_get()
* Fixed preferred algorithm for known hosts negotiations
* Fixed KEX with some server implementations (e.g. Cisco)
* Fixed issues with MSVC
* Fixed keyboard-interactive auth in server mode
(regression from CVE-2018-10933)
* Fixed gssapi auth in server mode (regression from CVE-2018-10933)
* Fixed socket fd handling with proxy command
* Fixed a memory leak with OpenSSL
version 0.8.4:
* Fixed CVE-2018-10933
* Fixed building without globbing support
* Fixed possible memory leaks
* Avoid SIGPIPE on sockets
version 0.8.3:
* Added support for rsa-sha2
* Added support to parse private keys in openssh container format
(other than ed25519)
* Added support for diffie-hellman-group18-sha512 and
diffie-hellman-group16-sha512
* Added ssh_get_fingerprint_hash()
* Added ssh_pki_export_privkey_base64()
* Added support for Match keyword in config file
* Improved performance and reduced memory footprint for sftp
* Fixed ecdsa publickey auth
* Fixed reading a closed channel
* Added support to announce posix-rename@openssh.com and
hardlink@openssh.com in the sftp server
version 0.8.2:
* Added sha256 fingerprints for pubkeys
* Improved compiler flag detection
* Fixed race condition in reading sftp messages
* Fixed doxygen generation and added modern style
* Fixed library initialization on Windows
* Fixed __bounded__ attribute detection
* Fixed a bug in the options parser
* Fixed documentation for new knwon_hosts API
version 0.8.1:
* Fixed version number in the header
* Fixed version number in pkg-config and cmake config
* Fixed library initialization
* Fixed attribute detection
version 0.8.0:
* Removed support for deprecated SSHv1 protocol
* Added new connector API for clients
* Added new known_hosts parsing API
* Added support for OpenSSL 1.1
* Added support for chacha20-poly1305 cipher
* Added crypto backend for mbedtls crypto library
* Added ECDSA support with gcrypt backend
* Added advanced client and server testing using cwrap.org
* Added support for curve25519-sha256 alias
* Added support for global known_hosts file
* Added support for symbol versioning
* Improved ssh_config parsing
* Improved threading support
Diffstat (limited to 'security/libssh/options.mk')
| -rw-r--r-- | security/libssh/options.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/security/libssh/options.mk b/security/libssh/options.mk index e4b9ef7d5fb..1ba8cf54546 100644 --- a/security/libssh/options.mk +++ b/security/libssh/options.mk @@ -1,19 +1,12 @@ -# $NetBSD: options.mk,v 1.3 2018/01/25 19:52:38 markd Exp $ +# $NetBSD: options.mk,v 1.4 2018/12/03 15:19:51 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libssh PKG_OPTIONS_REQUIRED_GROUPS= crypto PKG_OPTIONS_GROUP.crypto= openssl libgcrypt -#PKG_SUPPORTED_OPTIONS= compression -PKG_SUGGESTED_OPTIONS= openssl # XXX zlib +PKG_SUGGESTED_OPTIONS= openssl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mzlib) -BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2 -CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib:Q} -.include "../../devel/zlib/buildlink3.mk" -.endif - .if !empty(PKG_OPTIONS:Mopenssl) BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8 CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=OFF |
