Hi Gregor,

can do - patch to take over MAINTAINER is attached.

cu,
Volker

On 5/1/23 14:16, Gregor Best wrote:
Damn, I totally forgot to reply here, sorry Volker!

Fine with me, but I don't really use the port anymore (and am certainly less on top of it 
than you!). If you want it, I'm OK with you taking maintainership of it. In fact, I'd be 
glad if you could "adopt" the port.

Best regards,

On Mon, May 01, 2023 at 01:12:44PM +0200, Volker Schlecht wrote:
Ping.

On 4/23/23 12:13, Volker Schlecht wrote:
Ping

On 4/12/23 20:40, Volker Schlecht wrote:
Cc: Maintainer

Trivial update for net/rabbitmq-c to 0.13.0
* Fixes CVE-2019-18609
* Drops patch that is not needed anymore

Built with passing tests on amd64.

--
        Gregor
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/rabbitmq-c/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	11 Mar 2022 19:47:18 -0000	1.5
+++ Makefile	1 May 2023 22:54:49 -0000
@@ -1,16 +1,16 @@
 COMMENT=	rabbitmq C library and commandline AMQP utilities
 
-V= 		0.7.1
+V= 		0.13.0
 GH_ACCOUNT=	alanxz
 GH_PROJECT=	rabbitmq-c
 GH_TAGNAME=	v${V}
 DISTNAME=	${GH_PROJECT}-${V}
 
-SHARED_LIBS =	rabbitmq 0.0 # 4.1
+SHARED_LIBS =	rabbitmq 1.0 # 9.4
 
 CATEGORIES=	net
 
-MAINTAINER=	Gregor Best <g...@unobtanium.de>
+MAINTAINER=	Volker Schlecht <openbsd-po...@schlecht.dev>
 
 # MIT
 PERMIT_PACKAGE =	Yes
@@ -23,6 +23,7 @@ LIB_DEPENDS=	devel/popt
 BUILD_DEPENDS=	textproc/xmlto
 
 CONFIGURE_ARGS=	-DBUILD_TOOLS_DOCS=ON \
+		-DBUILD_TOOLS=ON \
 		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=True \
 		-DBUILD_API_DOCS=OFF
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/rabbitmq-c/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	29 Nov 2015 14:39:53 -0000	1.2
+++ distinfo	1 May 2023 22:54:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (rabbitmq-c-0.7.1.tar.gz) = C5uB0Fs+Ypw0SVIWkN5AD+RTmouh/qyty9bppQyKRiU=
-SIZE (rabbitmq-c-0.7.1.tar.gz) = 157454
+SHA256 (rabbitmq-c-0.13.0.tar.gz) = iyJOQbulBPxSsC+RjY335L9TWdSTy7/zbAYHhlXGduY=
+SIZE (rabbitmq-c-0.13.0.tar.gz) = 126670
Index: patches/patch-tools_CMakeLists_txt
===================================================================
RCS file: patches/patch-tools_CMakeLists_txt
diff -N patches/patch-tools_CMakeLists_txt
--- patches/patch-tools_CMakeLists_txt	11 Mar 2022 19:47:18 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- tools/CMakeLists.txt.orig	Wed Jun 17 07:35:32 2015
-+++ tools/CMakeLists.txt	Sun Nov 15 13:42:15 2015
-@@ -63,7 +63,7 @@ if (BUILD_TOOLS_DOCS)
-       string( REGEX REPLACE "^[.]" "" fileExt ${fileExt} )
-       install(
-         FILES ${file}
--        DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man${fileExt}
-+        DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man${fileExt}
-         )
-     endforeach()
- 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/rabbitmq-c/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST	11 Mar 2022 19:47:18 -0000	1.2
+++ pkg/PLIST	1 May 2023 22:54:49 -0000
@@ -7,7 +7,19 @@ include/amqp.h
 include/amqp_framing.h
 include/amqp_ssl_socket.h
 include/amqp_tcp_socket.h
-lib/librabbitmq.a
+include/rabbitmq-c/
+include/rabbitmq-c/amqp.h
+include/rabbitmq-c/export.h
+include/rabbitmq-c/framing.h
+include/rabbitmq-c/ssl_socket.h
+include/rabbitmq-c/tcp_socket.h
+lib/cmake/
+lib/cmake/rabbitmq-c/
+lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake
+lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake
+lib/cmake/rabbitmq-c/rabbitmq-targets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/rabbitmq-c/rabbitmq-targets.cmake
+@static-lib lib/librabbitmq.a
 @lib lib/librabbitmq.so.${LIBrabbitmq_VERSION}
 lib/pkgconfig/librabbitmq.pc
 @man man/man1/amqp-consume.1

Reply via email to