Path to this page:
Subject: CVS commit: pkgsrc/net/rabbitmq-c
From: Adam Ciarcinski
Date: 2021-04-05 13:48:44
Message id: 20210405114844.1704DFA95@cvs.NetBSD.org
Log Message:
rabbitmq-c: updated to 0.11.0
rabbitmq-c v0.11.0
Added:
rabbitmq-c-config.cmake is now generated
rabbitmq-c can be compiled on Win32 using pthreads
Add amqp_set_ssl_engine API to allow setting OpenSSL engine
Add amqp_ssl_socket_set_key_engine API to allow setting OpenSSL engine
Add support use of password-protected SSL keys
Changed
Update OpenSSL library initialization to current best practices
Updates to OpenSSL to support v3.0.0
Fixed:
OpenSSL symbol clash when compiling on Win32
Restore correct non-blocking behavior using OpenSSL v1.1.1
Disable harmless secure CRT compile warnings on Win32
Fix unused parameter warnings on Win32
Fix invalid format in generated pkg-config file
Fix invalid AMQP_STATUS_HEARTBEAT_TIMEOUT
Fix incorrect port when using --server flag in CLI tools
Files: