rabbitmq-c: upgrade 0.14.0 -> 0.15.0

## Fixed
- Warning on MacOS about incompatible function declaration
- Logic when decoding AMQP data after bad data may cause crash (#837)
- Use SSL_get1_peer_certificate when compiling against OpenSSL 3+

## Changed
- Updates to various github actions.

## Added
- Add amqp_publisher_confirm_wait function (#841)
- Add amqp_literal_bytes macro (#844)

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-12-03 08:16:36 +08:00 committed by Khem Raj
parent f6f21799ba
commit 700ca64d8f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "MIT"
SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https \
"
SRCREV = "124722b5045baa41a24ce2e2d7c52a47467e7ac0"
SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8"
S = "${WORKDIR}/git"