Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rabbitmq-c for openSUSE:Factory 
checked in at 2024-11-07 16:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-c (Old)
 and      /work/SRC/openSUSE:Factory/.rabbitmq-c.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rabbitmq-c"

Thu Nov  7 16:28:27 2024 rev:11 rq:1222118 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rabbitmq-c/rabbitmq-c.changes    2024-04-15 
20:24:08.665181286 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-c.new.2020/rabbitmq-c.changes  
2024-11-07 16:29:31.138969245 +0100
@@ -1,0 +2,8 @@
+Wed Nov  6 11:49:17 UTC 2024 - pgaj...@suse.com
+
+- tools: fix default cacert location
+- added patches
+  fix [bsc#1232541]
+  + rabbitmq-c-default-cacert-location.patch
+
+-------------------------------------------------------------------

New:
----
  rabbitmq-c-default-cacert-location.patch

BETA DEBUG BEGIN:
  New:  fix [bsc#1232541]
  + rabbitmq-c-default-cacert-location.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rabbitmq-c.spec ++++++
--- /var/tmp/diff_new_pack.d0iFXL/_old  2024-11-07 16:29:31.634989880 +0100
+++ /var/tmp/diff_new_pack.d0iFXL/_new  2024-11-07 16:29:31.634989880 +0100
@@ -27,6 +27,8 @@
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/alanxz/rabbitmq-c
 Source0:        
https://github.com/alanxz/rabbitmq-c/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# [bsc#1232541], https://github.com/alanxz/rabbitmq-c/issues/846
+Patch0:         rabbitmq-c-default-cacert-location.patch
 BuildRequires:  cmake > 2.8.12
 BuildRequires:  gcc
 BuildRequires:  openssl-devel
@@ -73,7 +75,7 @@
 amqp-publish        Publish a message on an AMQP server
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 # static lib required for tests

++++++ rabbitmq-c-default-cacert-location.patch ++++++
Index: rabbitmq-c-0.14.0/tools/common.c
===================================================================
--- rabbitmq-c-0.14.0.orig/tools/common.c
+++ rabbitmq-c-0.14.0/tools/common.c
@@ -133,7 +133,7 @@ static int amqp_heartbeat = 0;
 static char *amqp_authfile;
 #ifdef WITH_SSL
 static int amqp_ssl = 0;
-static char *amqp_cacert = "/etc/ssl/certs/cacert.pem";
+static char *amqp_cacert = "/var/lib/ca-certificates/ca-bundle.pem";
 static char *amqp_key = NULL;
 static char *amqp_cert = NULL;
 #endif /* WITH_SSL */

Reply via email to