Path to this page:
./
net/rabbitmq-c,
C-language AMQP client library for use with AMQP servers
Branch: CURRENT,
Version: 0.14.0,
Package name: rabbitmq-c-0.14.0,
Maintainer: pkgsrc-usersC-language AMQP client library for use with v2.0+ of the RabbitMQ broker
Required to run:[
security/openssl] [
devel/popt]
Required to build:[
textproc/xmlto] [
pkgtools/cwrappers]
Master sites:
Filesize: 127.168 KB
Version history: (Expand)
- (2024-04-07) Updated to version: rabbitmq-c-0.14.0
- (2023-10-25) Updated to version: rabbitmq-c-0.13.0nb1
- (2023-02-09) Updated to version: rabbitmq-c-0.13.0
- (2023-02-02) Updated to version: rabbitmq-c-0.12.0
- (2021-04-05) Updated to version: rabbitmq-c-0.11.0
- (2020-02-13) Updated to version: rabbitmq-c-0.10.0
CVS history: (Expand)
2024-04-07 21:26:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
rabbitmq-c: updated to 0.14.0
v0.14.0 - 2024-03-18
Fixed
Fix potential stackoverflow in decoding table and array
Fix issue with Mach-O version
Make dependency on OpenSSL in rabbitmq-c.cmake match what is built
Fix pkg-config generation when CMAKE_INSTALL_DIR is absolute
Fix issue with amqp_basic_publish blocking in non-blocking mode
Fix SSL hostname check
Fix bug in amqp-consume documentation
Changed
CMake minimum version is now 3.22
OpenSSL minimum version is now 1.1.1
Minimum TLS version supported is v1.2 (v1.3 is also supported).
OpenSSL ENGINE APIs are conditionally enabled based on availability
Added
Add option to read username/password from file in tools
Add amqp_ssl_socket_enable_default_verify_paths API to allow loading from \
default certification paths
rabbitmq-c can be compiled against BoringSSL
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-04-05 13:48:44 by Adam Ciarcinski | Files touched by this commit (3) | |
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
|
2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60) |
Log message:
*: reset MAINTAINER for fhajny on his request
|
2020-05-16 18:16:10 by Roland Illig | Files touched by this commit (1) |
Log message:
net/rabbitmq-c: remove no-op SUBST block
|