pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rabbitmq-c
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Apr 12 08:50:43 UTC 2016
Modified Files:
pkgsrc/net/rabbitmq-c: Makefile PLIST distinfo
Log Message:
Update net/rabbitmq-c to 0.8.0.
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
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/rabbitmq-c/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/rabbitmq-c/PLIST \
pkgsrc/net/rabbitmq-c/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index