Updates net/rabbitmq-c to the latest release 0.14.0
It's not announced as a security release, but does look a whole lot like one

https://github.com/alanxz/rabbitmq-c/releases/tag/v0.14.0

Tests pass on amd64, nothing depends on it AFAICT
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/rabbitmq-c/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    1 May 2023 23:06:23 -0000       1.8
+++ Makefile    24 Mar 2024 21:06:13 -0000
@@ -2,10 +2,9 @@ COMMENT=       rabbitmq C library and commandl
 
 GH_ACCOUNT=    alanxz
 GH_PROJECT=    rabbitmq-c
-GH_TAGNAME=    v0.13.0
-REVISION=      0
+GH_TAGNAME=    v0.14.0
 
-SHARED_LIBS =  rabbitmq 1.0 # 9.4
+SHARED_LIBS =  rabbitmq 2.0 # 10.0.6
 
 CATEGORIES=    net
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/rabbitmq-c/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    1 May 2023 14:06:22 -0000       1.3
+++ distinfo    24 Mar 2024 21:06:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (rabbitmq-c-0.13.0.tar.gz) = 
iyJOQbulBPxSsC+RjY335L9TWdSTy7/zbAYHhlXGduY=
-SIZE (rabbitmq-c-0.13.0.tar.gz) = 126670
+SHA256 (rabbitmq-c-0.14.0.tar.gz) = 
g5so6uIAdaxY9Fkl/pkdFqMTjL3gFdsO4R3xrLHEk98=
+SIZE (rabbitmq-c-0.14.0.tar.gz) = 130220

Reply via email to