Package: librabbitmq / 0.11.0-1+deb12u1

Metadata

Package Version Patches format
librabbitmq 0.11.0-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cmake_with_ssl.patch | (download)

tools/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 enable ssl support for tools.

Add WITH_SSL preprocessor macro it SSL support is enabled. Otherwise tools
would abort it they see an SSL URL.
0002 use_cmake_package.patch | (download)

cmake/CMakePushCheckState.cmake | 103 0 + 103 - 0 !
cmake/GNUInstallDirs.cmake | 205 0 + 205 - 0 !
2 files changed, 308 deletions(-)

 remove files already included in cmake distribution

The project builds fine without these files as they are already provided by cmake
upstream. This also fixes a problem with multiarch library paths in Debian
kFreeBSD and HURD, because the included GNUInstallDirs.cmake did not check for
these systems.
0003 disable test basic.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this test seems to require an active amqp instance,

Bug-Debian: https://bugs.debian.org/911693
0004 Fix typo in amqp publish.1 manpage.patch | (download)

tools/doc/amqp-publish.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in amqp-publish.1 manpage.


CVE 2023 35789.patch | (download)

tools/common.c | 66 66 + 0 - 0 !
1 file changed, 66 insertions(+)

 add option to read username/password from file (#781), cve-2023-35789
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037322