librabbitmq4-0.13.0-150600.3.3.2<>,#`g-ߴp9|ePdݱ,NXFgph8&>R]F!ٝ7YH hHַ%ux<+8R_AOڹI>tp#u{,)cI}y,>%R`/t>@?d # ; (MS\l t |   ,<Pd(8 90 : >@FGH I0X4Y@\l]|^bcd)e.f1l3uHvXwx y zL\`fClibrabbitmq40.13.0150600.3.3.2Client library for AMQPThis is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-9-1.g-ߴh04-ch1cLSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/alanxz/rabbitmq-clinuxx86_64GA큤g-ߞg-ߞg-ߴcJO37286c008090b9ba4d9063be7bdb890969d27fec942d652c53600364104b82de3111fdaa26e86dd844d7c6cbb2723d0ed31702a840978ef116c86963c2429b0flibrabbitmq.so.0.13.0rootrootrootrootrootrootrootrootrabbitmq-c-0.13.0-150600.3.3.2.src.rpmlibrabbitmq.so.4()(64bit)librabbitmq4librabbitmq4(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3g+Z@d@bi0@a6`+__H@_@_P_O@[ @pgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comrpm@fthiessen.debwiedemann@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comtuukka.pasanen@ilmi.fi- tools: fix default cacert location - added patches fix [bsc#1232541] + rabbitmq-c-default-cacert-location.patch- version update to 0.13.0 [#]# v0.13.0 - 2023-02-05 [#]# Fixed - Fixed missing option to not install static library (#665) - Missing pkgconfig version in v0.12.0 output (#755, #751) - Correct return value from amqp_ssl_socket_set_key_buffer (#723) [#]# Changed - Remove OpenSSL code no longer needed when used with OpenSSL >= 1.1.0. (Fixed: #715, #737) [#]# Added - Integration with OSS-Fuzz (#736) [#]# v0.12.0 - 2023-01-31 [#]# Changed - rabbitmq-c now compiles as C99 - CMake 3.12 is new minimum required version - CMake -DBUILD_TESTS renamed to -DBUILD_TESTING - CMake -DBUILD_EXAMPLES now defaults to OFF - CMake -DBUILD_TOOLS now defaults to OFF - Unix library version now matches the release version, SONAME remains the same. - Modernized CMake scripts to better adopt modern standards - Public headers have moved to rabbitmq-c/ directory - Dropped support for MSVC older than VS 2010 - Dropped support for OpenSSL v1.1.0 and older - Minimum SSL version set to TLSv1.2 - Updated to RabbitMQ framing to v3.8.19 - fixes CVE-2023-35789 [bsc#1212499]- give up to run testsuite when the server will not start in time [bsc#1198202]- %check: fix testsuite run- Update to version 0.11.0 * Added rabbitmq-c-config.cmake * Add amqp_set_ssl_engine API to allow setting OpenSSL engine * Add amqp_ssl_socket_set_key_engine API to allow setting OpenSSL engine * Add support use of password-protected SSL keys * Update OpenSSL library initialization to current best practices * Updates to OpenSSL to support v3.0.0 * Restore correct non-blocking behavior using OpenSSL v1.1.1 * Fix invalid format in generated pkg-config file * Fix invalid AMQP_STATUS_HEARTBEAT_TIMEOUT * Fix incorrect port when using --server flag in CLI tools - Drop upstream merged reproducible.patch- Add reproducible.patch to override build date (boo#1047218)- %check: use rabbitmqctl await_startup to wait for RabbitMQ server start and rabbitmqctl stop for stopping the server [bsc#1180096]- fix tests for SLE15- do not skip test_basic, try to run rabbitmq-server instead - deleted patches - rabbitmq-c-remove_failing_test-0.9.0.patch (not needed)- rework the package [jsc#SLE-12262]: * run spec-cleaner * use cmake macros * source package name after github project, library package as subpackage * update to 0.10.0 - amqp_ssl_socket_get_context can be used to get the current OpenSSL CTX* associated with a connection. - openssl: missing OpenSSL config is ignored as an OpenSSL init error (#523) - AMQP_DEFAULT_MAX_CHANNELS is now set to 2047 to follow current default channel limit in the RabbitMQ broker. (#513) - add additional input validation to prevent integer overflow when parsing a frame header. This addresses CVE-2019-18609.- Update to version 0.9.0 * amqp-publish: added support for specifying headers via the -H flag * Add support for specifying timeout for amqp_login calls via * amqp_set_handshake_timeout * Add support for specifying timeouts in RPC-style AMQP methods via * amqp_set_rpc_timeout * Add define for AMQP_DEFAULT_VHOST * Support for SSL SNI * Support for OpenSSL v1.1.0 - Changed: * rabbitmq-c now requires Windows Vista or better * rabbitmq-c enables TCP keep-alive by default on platforms that support it * dropped support for compiling rabbitmq-c without threading support * OpenSSL is no longer un-intialized automatically by default. OpenSSL can be explicitly initialized by calling amqp_initialize_ssl_library and uninitialized by calling amqp_uninitialize_ssl_library. - Fixed: * Correct bugs in processing of --url flag in tools (#364). * Improve documentation on AMQP_SASL_METHOD_EXTERNAL (#349) * Improve support for compiling under mingw-w64 * Better support for handing SIGPIPE on Linux over SSL (#401) * Improve publish performance on Linux by not specifying MSG_MORE on last part of message. * Fix connection logic where multiple hostnames won't be tried if connection to doesn't fail immediately (#430) - Removed: * autotools build system has been removed * many duplicate amqps_* examples, they did not add a lot of value/sbin/ldconfig/sbin/ldconfigh04-ch1c 17310596360.13.0-150600.3.3.20.13.0-150600.3.3.2librabbitmq.so.0.13.0librabbitmq.so.4librabbitmq4LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/librabbitmq4/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:36351/SUSE_SLE-15-SP6_Update/c5c9143fb4ba89094d775e428cfcd7ef-rabbitmq-c.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d21901be18e0fa4c70a817a089199100201d4b1d, strippeddirectoryASCII text PR RRRRRRR R R RŢp@؜{utf-8b259bdfc66348aacd34da344023f2105323e5c7d329175a314a169c83bebef30?7zXZ !t/9]"k%]d('^ i5Dձ(r=TV@eZf>vGb/U"^7ްUWZ=F0K޿@$jS/[[ W{2Pk]@9'Nl) R7\+Σ2ǰο=i^6w}]AFk22ŜݮrF[)]枋^W셊"i伶 Q+%qJёIiҟQ9+we_tYh cИ|8z'jb[kib#yK-M+pU?ӡYIu |, tsɖ U$¸NrsCɁ#]a@~O/8o9n J[z=@-^PNx3."_cei?]$6dM}K߅ ;t֌QVb9 =H;=ʊs<0i rt8ߚ4̇:"Î\+/+Pv}фE`LAWo;&4ITG_2Y(PI*" HL Pq[ Gp cW&,镮hW:HbH #,ڿÈ}QZCL,Ŷ',,p .u )n/Qm}D0xu$N9#?@?uM"kHݴ1 Pr&l0w;es ݜ -n}jH_E^]D:1P⯧9ِ~"\: aJT$E[tH˘-f~:i`AH]o)Ut! Is{/ό \oR0szSCM#)(A.= 'tԁ *eIU^$ 5kǧcv I&>3QѾ]M[qA%D K9IdC>hGpE8wvӁ%Շ̿˼kv }~8%5  YZ