Created attachment 244679 [details] Resolve deprecation warnings
Attached patch resolves the folowing deprecation warnings introduced with a recent rabbitmq-c update: #warning "amqp.h is deprecated, use rabbitmq-c/amqp.h instead." #warning "amqp_tcp_socket.h is deprecated, use rabbitmq-c/tcp_socket.h instead." #warning "amqp_ssl_socket.h is deprecated, use rabbitmq-c/ssl_socket.h instead. Stewart.
*** Bug 277214 has been marked as a duplicate of this bug. ***
Hi Stewart, Thanks for your patch, can you please generate one using git? Best regards, Daniel
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7663d47769814b8323b148c53316b6c576d6df3 commit d7663d47769814b8323b148c53316b6c576d6df3 Author: Stewart Morgan <stewart+FreeBSD-BugZilla@arnos-vale.net> AuthorDate: 2024-03-29 19:22:11 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-03-29 19:24:27 +0000 net-mgmt/pmacct: unbreak with RABBITMQ=on PR: 273598 net-mgmt/pmacct/files/patch-src_amqp__common.h (new) | 14 ++++++++++++++ net-mgmt/pmacct/files/patch-src_amqp__plugin.h (new) | 13 +++++++++++++ 2 files changed, 27 insertions(+)
Committed, thanks!