libstrophe-devel-0.12.2-bp155.1.10 >  A dkCFI%z .iL5ַFCKK$7ַdXu #`>:kB!+{ɤ)H Θu RQa'[X\y9p[mX7Д⒂`#I[ǜ2̉?l:6+}t%&2vjpOUɶS]>. FM?nd;[;IݨzG"c A-4dxc ), =|2tߵh51yx\)^rZZW Z WMYT۫񴒩i2$GbF L_ %tdj֐,c5ei}SjwF"^mݒ)ԯsS,CL67b8622bcc44f344b2f5e495c13d1ead3d5a1caeb3cfff82a1e2591b4f96d6417e2b390d9724020604aed06b3f76a25c25568ea7BXdkCFI%z  )I—yx;UU&ʙtӵj`³K7w1ro"] ̩[=PjRJV#p%B[WP z.o?=)8JJ_ Z־WGEI \Sixse4  i=^ٳngаMcT\D!.5kw1t+(^IXuUAO>oxd (2h?i8Oj uc&[_y]f ns\Ze PjG'UpEu;J]Sl*xj7F$AVҮ=r.X9Y*O{LK?)ud/BK~*/})jsZVFcP|NmEK wڎ <<%"zH ,fhB 0/h^xhx3)^c7 >;!>ӎ#WJP ?sq8Қx~kt>p>%?%d % Ftx $,8 > D P  <HX(~89:F"G# H#I#$X#(Y#4\#`]#l^#b#c$kd$e$f$l$u$v%w%(x%4y%@z%P%`%d%j%Clibstrophe-devel0.12.2bp155.1.10Development files for libstropheDevelopment files and headers for libstrophedkC@obs-arm-10i=SUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-later OR MIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://strophe.im/libstrophe/linuxaarch64gdkC9dkC9dkC9dfc119092720907271d15b63d4b6229f2a9d1a04a603001e4970f3a60f3ce9414839f78276ff77bcf1f2c00ab8193ed4adcfaa8133d1539ceeabf88d77e91bb7libstrophe.so.0.12.2rootrootrootrootrootrootlibstrophe-0.12.2-bp155.1.10.src.rpmlibstrophe-devellibstrophe-devel(aarch-64)pkgconfig(libstrophe)@@@    /usr/bin/pkg-configlibstrophe0pkgconfig(libxml-2.0)pkgconfig(openssl)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.12.23.0.4-14.6.0-14.0-15.2-14.14.3bbb'by@b!@az_@_a@]nZSWWڍ@WMichael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter mvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.comcfarrell@suse.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comdmacvicar@suse.de- Update to 0.12.2: * Fix reconnect issues when Stream Management is enabled (#211) * Fix resolver ... this time for real hopefully (fixup of #200) (#214) * Fix clearing of password cache on resumed connection (#214) * Improve detection&implementation of va_copy (#213) * Fix Valgrind CI builds against LibreSSL (#212) * Fix perf example on platforms where an rdtsc() equivalent isn't implemented (#212) - Drop patch contained in new release: * libstrophe-0.12-stream-management-fix.patch- Add libstrophe-0.12-stream-management-fix.patch: To fix connection issues with Stream Management- Update to 0.12.1: * Fix compilation in buildroot (#207) * Fixes regarding OpenSSL (#208) * Fix some build steps when builddir != srcdir (#208) * Allow the user to disable build of examples (#209) * CI builds against OpenSSL 3 (#206) * Change the call signature of the following API: xmpp_conn_set_client_cert() - the PKCS#12 file has now to be passed via the cert parameter. Originally it was via key. Currently both styles are supported, but in a future release only passing via cert will be accepted.- Update to 0.12.0: * Fix potential infinite loop in resolver (#200) * Prevent potential memory leak in xmpp_stanza_new_from_string() (#205) * Do proper SO versioning * Add code coverage support (#188) * Add support for password-protected TLS key & PKCS#12/PFX files (#195, #205) * Stream-Management support - XEP-0198 (#184) * New API: + xmpp_conn_send_queue_len() + xmpp_conn_send_queue_drop_element() + xmpp_conn_get_sm_state() + xmpp_conn_set_sm_state() + xmpp_free_sm_state() + xmpp_conn_get_keyfile() + xmpp_conn_set_password_callback() + xmpp_conn_set_password_retries() + xmpp_stanza_get_child_by_path() + xmpp_conn_set_sockopt_callback() + xmpp_sockopt_cb_keepalive() * The following APIs were public in the shared library, but not in strophe.h. Now they are officially public API: + xmpp_rand_new() + xmpp_rand_free() + xmpp_rand() + xmpp_rand_bytes() + xmpp_rand_nonce() + xmpp_rand_bytes() * The following APIs were public in the shared library, but not in strophe.h. In a future version of the library they will be private without replacement: + xmpp_alloc() + xmpp_realloc() + xmpp_strdup() + xmpp_strndup() + xmpp_strtok_r() + xmpp_snprintf() + xmpp_vsnprintf() + xmpp_log() + xmpp_error() + xmpp_warn() + xmpp_info() + xmpp_debug() + xmpp_debug_verbose() * Deprecated the following API: + xmpp_conn_set_keepalive() - replaced by xmpp_conn_set_sockopt_callback()- Run tests: Remove --disable-static because the tests also test internal functions that are not exported in the shared lib. Remove static library manually.- Update to 0.11.0: * SASL EXTERNAL support (XEP-0178) * Client certificate can be provided for TLS negotiation. If the certificate contains a single xmppAddr and JID is not provided with xmpp_conn_set_jid(), the xmppAddr is chosen as JID * element contains "from" attribute over TLS connections now * GnuTLS can be selected optionally with configure script * Support for manual certificate verification * New API: + xmpp_conn_set_client_cert() + xmpp_conn_cert_xmppaddr_num() + xmpp_conn_cert_xmppaddr() + xmpp_conn_set_cafile() + xmpp_conn_set_capath() + xmpp_conn_set_certfail_handler() + xmpp_conn_get_peer_cert() + xmpp_tlscert_get_ctx() + xmpp_tlscert_get_conn() + xmpp_tlscert_get_pem() + xmpp_tlscert_get_dnsname() + xmpp_tlscert_get_string() + xmpp_tlscert_get_description() + xmpp_tlscert_free()- Update to 0.10.1: * Fixed compilation error when LibreSSL is used * Fixed crash when NULL is provided as password- Update to 0.10.0: * Coding style has been unified * SCRAM-SHA-256 and SCRAM-SHA-512 support * c-ares support * LibreSSL support * Introduced global timed handlers that fire periodically regardless of connections status, such a handler can be used to implement deferred re-connection * examples/register implements XEP-0077 * Fixed issue with IPv6 on Windows (#153) * Improved portability across systems such as Haiku, Windows * New API: - xmpp_stanza_get_child_by_name_and_ns() - xmpp_conn_is_connecting() - xmpp_conn_is_connected() - xmpp_conn_is_disconnected() - xmpp_stanza_new_from_string() - xmpp_stanza_add_child_ex() - xmpp_stanza_get_context() - xmpp_stanza_reply_error() - xmpp_global_timed_handler_add() - xmpp_global_timed_handler_delete()- Update 0.9.3: * PLAIN mechanism is used only when no other mechanisms are supported * Legacy authentication is disabled by default, can be enabled with connection flag XMPP_CONN_FLAG_LEGACY_AUTH * Session is not established if it is optional * Fixed a bug causing a reused connection not to cleanup properly * Improved debug logging in OpenSSL module * Few memory leaks fixed- Update to 0.9.2: * OpenSSL tls module verifies certificate by default. Set flag XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification * Certificate hostname verification is forced for openssl-1.0.2 and newer * OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1 * Support of handlers with the same callback function, but different userdata * System handlers are deleted on xmpp_conn_t reconnection. Old system handlers could cause problems * Default timeout for xmpp_run() is increased from 1 millisecond to 1 second in order to reduce CPU consumption * Reduced memory usage in expat module * New functions: xmpp_ctx_set_timeout(), xmpp_sha1_digest()- Update to 0.9.1: * Fixed bug #95 (DNS lookup failing on Cygwin) * Removed dependency on the check package- Update to 0.9.0: * IPv6 support * Legacy SSL support * Initial Android support * Resolver returns all SRV records instead of one. Lookup is performed according to RFC2052 * xmpp_connect_raw() provides access to a xmpp_conn object just after establishing TCP connection. This allows to implement in-band registration, authentication mechanisms or serverless messaging * xmpp_conn_t object is reusable now and can be reconnected with saving all handlers, flags, jid and password New API: * xmpp_uuid_gen() * xmpp_connect_raw() * xmpp_conn_open_stream_default() * xmpp_conn_open_stream() * xmpp_conn_tls_start() * xmpp_conn_get_flags() * xmpp_conn_set_flags() * xmpp_conn_set_keepalive() * xmpp_conn_is_secured() * xmpp_stanza_del_attribute() * xmpp_stanza_get_to() * xmpp_stanza_get_from() * xmpp_stanza_set_to() * xmpp_stanza_set_from() * xmpp_stanza_reply() * xmpp_message_new() * xmpp_message_get_body() * xmpp_message_set_body() * xmpp_iq_new() * xmpp_presence_new() Exposed private API: * xmpp_jid_new() * xmpp_jid_bare() * xmpp_jid_node() * xmpp_jid_domain() * xmpp_jid_resource() * xmpp_stanza_get_attribute_count() * xmpp_stanza_get_attributes()- Update to 0.8.8: * XML namespace support * XEP-0114 support * Bugfixes- license update: GPL-3.0+ or MIT Package is dual licensed- Use variable instead of name for library package- Define URL to source instead of only relying on local one- Let rpm handle the detection of libxml2, remove requires libxml2- Add lib subpackage- Run spec-cleaner- initial package for 0.8.7obs-arm-10 16847511680.12.2-bp155.1.100.12.2-bp155.1.100.12.2strophe.hlibstrophe.solibstrophe.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/ee9a29833e6127fab7494b01de64f3b6-libstrophecpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig filePRRR gm7V=utf-866d8e1c9d8c0b3356fd9dc20facacaf506799ed9559de6b26c162ed956e848c4? 7zXZ !t/ksP] crv(vX0ٱ5û[KKx&Q l~kMV4}lC"k"&V"ȤJ-[ %]##Aꄚ1Q0&Dg{}l]h(~]7w*"HNYX^S`2&ܑlyo8F,9A50$;6e қi|ַN[*z@D2 M[[eCce'T vyp<m=r='f46 |D9 3םtksu0)<OI~~ !~F7XGOĦ^,͑yfct7y^ GÅBQq"-0B)+2s;IS񞖽.nF͖K45vʥlQ𑊽,\/=B%p]R;z C ^ՊoflؤJeE6_R)7}h@~ࠔ~؍_;VeA\|˭d?Ɇ!:.kHd CJ2D TSbeF2e4PvQ=A: #8m\CcL"r|A2ޞxEg^| -pi )p;ۺ%h97¯4LAl:Ck0t_ *Y*cɉf^ײ2ω4T\ Yzo#nH5,K'B;sF$YjK4_CFTٮ5udPLH{kƃfՋV{SHq/E`c74cQ'02o: ;]$1s R+QT7M8 ;:b̟wF᎝lf$EIshuml3O<ǺpI{8@@AAuJU\1's//t &UB hCTyGs c?!/[.E ģ;2'orwoBϩ"?:sѠ&r_VٻxN!}@WXGU΀!^ LuKC(^I7) X GAC=l=1|$< kS˗0_P;l_4|t5 ﻫ2k+UTvA"d?!J'YNGĖV }E6unK*ci}wmwl7Txm[(a9gļ"*PnkPO n+  s#jRJ_Lk4"z$p{E:ì+m@݈Qv ?LE3fr@qa"=j ɠ,)ք؁`^_.da4Q/hT24Tq~eG7UxKcxASqp}tCmGq@3Ć [jP/ C(3hN^1'kz]KܶabЂ%PTgl~M P] C`ra1J|4R?ٱ]e#b% wh{JlqI񏝉_&ֈRGr&F6Q*ridS4]=Bȳt-D{Ϣ|8U8DE ; wGbp4B'=?"E哝'O<d[e NmJ9{NMnK垈9q6kd[LIցѹp5b=L2.byh~Z`ۼ=٭+"BrG- .׍"d-uLc2WүQ$=O!w/O~i-HihpZ %'$Jvqs\r+ER~Oi&l^|.;tgDzA;X+ $LI@7ϳe U/grӥN)T+m|t{~T#ȁ#1e)\0QeX8||ąw9IU[6;REIAHI^҇: \,5=K iL))ypS6Y] vq+h;De+:'g~vd’_\.ٙ?6whkP3v47 +vݫ:ľ.Ugq&c)\iNKZ;FsVY~PǼ̜BiR9ID>lU% >8$=pc]BHRc[˜l^Y,eb_p;)͡xy4h!Ώ,Rx(Z0+&t>z8_wK3?AVԓ9K=XjIjS *ʫ><Ӵ~Q+;=Vl%29'OWsŰ,885!y@Hc!Vd /&V/eh61֛Xel{=n8qCvKg0_2NzH@B_r R'N?|LXlLwR~oMx$8mh(+f1Ach+" p$*#iKN?{/Ҡ1PwS^PM.* xXlß/^NMsԴ)7׊5[Ʉz:d6r䊒Y []>@$ܭ&piL:U]4vƹ2%Z (J!&L" &8#)oŷL֯E{`0Y?#[6!˴>-靠.uJ-.'43Vؑ(ȗz 3#3uhiO2r] Vbs>65a ?8Y]}̝p? ҍa7 Z a'na.`0byVǾ"hz$n#tIǦ#Gr@& Hx{gs(horuZLI-CȦ$ሬ:--ػ?'ھZw?^dao@³p a.P1YMe " Ѝj">e饧D-I8xMl7- e v,)_΍.rVT)rA]f&BBQP,6JssͭTx$##Ys絼WE"L f}ɧ$ZxQro6M1 Yras-= 8d9 ڨFDsjw:񮲻"S\0ʡ)ïJ}gQi3ƥ+A<9n.d74ƪ(;7-~q8m̒Vs15-xT>TjYZN^h*:nݥEN|g5}y;@ee)Q1K)6Nwΐ['Ҁn˦a Ta Ki=_M s貮$DT e.Q[$ * LBB ]uqx[=j}$,ʼF1ul^TWKfWiT ;AD h킉N}Ǩi+G+WB,;觖]$5=ɴ81:2k)ֱb+CZzECDຍy&{9UEZg{F.<ܔz ^>ExZ{"bPu$ f2[uף$-0RSE6cԃ{qƨwFSÛMZQ:.| wL!gV!*RК6[oHeTIVD_5™iU_n3yy8EM@: zȇBpyf۟|S6dAqr]#ӭW7rm$HQZ_z"($m8}zSy L6rM?h>jZ٢5,*)Hp#C c_)v؜"-pma3H% <}F-SxHC5mHc~_u:e"Bb{JVrweaٰݤI|^4e*ymOy8:=/ahn¯/RE9_*9ԙ SÏj wKQ=w*kU̼W4a˷0! ׇ1  |V%̂?Dk(b*.ȴӮ* -\Xޢhd,Tq?O 0;颁ڞx |ZKI* uB91.C YZ