Skip to content

Commit

Permalink
rabbitmq-c: upgrade 0.14.0 -> 0.15.0
Browse files Browse the repository at this point in the history
## Fixed
- Warning on MacOS about incompatible function declaration
- Logic when decoding AMQP data after bad data may cause crash (openembedded#837)
- Use SSL_get1_peer_certificate when compiling against OpenSSL 3+

## Changed
- Updates to various github actions.

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

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Dec 3, 2024
1 parent dafa48c commit 5e7c7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5e7c7df

Please sign in to comment.