c52d0cced9
Added: - SSL: peer certificate and hostname validation can now be controlled separately using amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname. - SSL: the desire SSL version range can now be specified using the amqp_ssl_socket_set_ssl_versions function. - Add flags to SSL examples on controlling hostname verification. Changed: - SSL: SSLv2, and SSLv3 have been disabled by default. - SSL: OpenSSL hostname validation has been improved. - Win32 debug information is built with /Z7 on MSVC to embed debug info instead of using a .pdb Fixed: - Connection failure results in hang on Win32 - Rabbitmq-c may block when attempting to close an SSL socket - amqp_parse_url does not correctly initialize default parameters - x509 objects are leaked in verify_hostname - TCP_NOPUSH doesn't work under cygwin Deprecated - SSL: amqp_ssl_socket_set_verify is being replaced by - amqp_ssl_socket_set_verify_peer and - amqp_ssl_socket_set_verify_hostname. Removed: - OpenVMS build system and related files. - Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends
21 lines
513 B
Text
21 lines
513 B
Text
@comment $NetBSD: PLIST,v 1.7 2016/04/12 08:50:43 fhajny Exp $
|
|
bin/amqp-consume
|
|
bin/amqp-declare-queue
|
|
bin/amqp-delete-queue
|
|
bin/amqp-get
|
|
bin/amqp-publish
|
|
include/amqp.h
|
|
include/amqp_framing.h
|
|
include/amqp_ssl_socket.h
|
|
include/amqp_tcp_socket.h
|
|
lib/librabbitmq.a
|
|
lib/librabbitmq.so
|
|
lib/librabbitmq.so.4
|
|
lib/librabbitmq.so.4.2.0
|
|
lib/pkgconfig/librabbitmq.pc
|
|
man/man1/amqp-consume.1
|
|
man/man1/amqp-declare-queue.1
|
|
man/man1/amqp-delete-queue.1
|
|
man/man1/amqp-get.1
|
|
man/man1/amqp-publish.1
|
|
man/man7/librabbitmq-tools.7
|