libeXosip2-devel-5.0.0-bp153.1.14 >  A `8@!M@eeeL;_-*6]0V>h:dمt=vF^|Ih؎(\fk2Ἒx"u“I0jrQD%"BO#*20QnYa.iLv3}&1R*a!{W>ye>3{E_ )[6qŹb-HOBH07T[^9]qɨ6M տ|= yE7_$ëq$tȞ<}s+Vjnf1ff630b17f1c7a13566d837301142cd258dac4220781a28b6274ecb1d9dabd1778c325fb916d249207bde6b64d87a8ca107d3aeX`8@!M@eeeyU=3]XXYj <%Wi7'Ye ǜ&ՁV™M LdXP<)]4c?4T{WQabioWܯ%Q~ObkYF Eb hՆ L-oqe~sAD >,V{J]r dAo|h e9pS(ur} Fv kYMx.sSq[ I!n /9.>p;+?+d $ ;dhtx  H  \  p         Lp (8 9 : F(0G(H H(p I( X(Y(\( ]) ^)xb)c*Nd*e*f*l*u* v+z+ +0+4+:+|ClibeXosip2-devel5.0.0bp153.1.14Extended osip2 libraryExtended library for the osip2 protocol.`8*obs-arm-9^SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://savannah.nongnu.org/projects/exosip/linuxaarch64#M *C 9A큤`8)`8)`8)`8)`8)`8)`8)`8)`8)`8)278afa6aaa7e0fff2a6b83937913c254bdbe469813521ecc127968c31caeb61d02fa9b3faa09d1965075473dc91cfe86ee9c96af9b005814d0a76ac5e3ec6915958bbe8772bef153f6269e2128e330921cae291af2f99013b8000ff0caf4f3fe6605d57c6021cc452192ce2834248748bf4f2726996823dae5ee51ecef307742090086994369c53847952efe66f77f13591e9adc5ce0539e0a2aa9b7c781c9bed197a2a1677093e707943c4463000085e2064426fc2e1b5ab15d368cd43b689ba2c7fd44295fa706e3ba1db95b14b4f708b7252fa497b6529a45f2e9e4cd17e42abd27cd1fff0b0d6cda2b3e859400bece97281d38bcb323a3d76d9914f61110libeXosip2.so.12.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibeXosip2-5.0.0-bp153.1.14.src.rpmlibeXosip2-12-devellibeXosip2-devellibeXosip2-devel(aarch-64)    glibc-devellibeXosip2-12pkgconfig(libosip2)pkgconfig(openssl)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.0.03.0.4-14.6.0-14.0-15.2-14.14.1Z@ZDS@S^BQsM2Gu@GƢ@GGg@hpj@urpla.netfisiu@opensuse.orgfisiu@opensuse.orgmeissner@suse.comjengelh@inai.deseife+obs@b1-systems.comhvogel@suse.dero@suse.demskibbe@suse.demskibbe@suse.de- apply openssl110-fix.patch for Leap >= 15.0 only- Update to 5.0.0: * major API update: add a new parameter to eXosip_call_build_prack in order to create the PRACK for this specific response and not for the latest. * major API update: removal of eX_refer.h API. REFER are now handled with subscriptions APIs. eXosip_refer_build_request removed eXosip_refer_send_request removed * major API update: subscription now handle both SUBSCRIBE and REFER with the same APIs: eXosip_subscription_build_initial_refer ADDED eXosip_subscribe_build_initial_request renamed eXosip_subscription_build_initial_subscribe eXosip_subscribe_send_initial_request renamed eXosip_subscription_send_initial_request eXosip_subscribe_build_refresh_request renamed eXosip_subscription_build_refresh_request eXosip_subscribe_send_refresh_request renamed eXosip_subscription_send_refresh_request eXosip_subscribe_remove renamed eXosip_subscription_remove EXOSIP_IN_SUBSCRIPTION_* and EXOSIP_SUBSCRIPTION_* events may now relate to REFER subscription. * major API change: eXosip_automatic_refresh is obsolete and has been removed. only use eXosip_automatic_action instead * API update: eXosip_options_send_request returns a positive transaction id (tid) on success. eXosip_publish returns a positive transaction id (tid) on success. note: eXosip_message_send_request was already returing the transaction id (tid) on success. * new API options: EXOSIP_OPT_REMOVE_PREROUTESET: to keep Route Set EXOSIP_OPT_SET_SIP_INSTANCE: define +sip.instance parameter in Contact headers EXOSIP_OPT_ENABLE_USE_EPHEMERAL_PORT: option to use/not use ephemeral port in Contact. EXOSIP_OPT_ENABLE_REUSE_TCP_PORT: option to reuse port. EXOSIP_OPT_AUTO_MASQUERADE_CONTACT: option to enable automatic masquerading for Contact headers. EXOSIP_OPT_UDP_LEARN_PORT: obsolete and will be removed in the future. EXOSIP_OPT_SET_DEFAULT_CONTACT_DISPLAYNAME: define a display name to be added in Contact headers * new API options: (high load traffic use-case: DO NOT USE FOR COMMON USAGE) EXOSIP_OPT_SET_MAX_MESSAGE_TO_READ: set the number of message to read at once for each network processing. EXOSIP_OPT_SET_MAX_READ_TIMEOUT: set the period in nano seconds during we read for sip message. EXOSIP_OPT_GET_STATISTICS: retreive numerous statistics. * rewrite/update autotools and ./configure options - -enable-pthread=[autodetect|force] autodetect POSIX threads or force -DHAVE_PTHREAD [default=autodetect] - -enable-semaphore=[autodetect|semaphore|sysv] select your prefered semaphore [default=autodetect]. * fix bug when reading sip message longuer than 8000 over UDP and TLS. * improve eXosip_add_authentication_info to avoid duplicate credentials * if a SUBSCRIBE is rejected, the context will be released automatically * add failover after a DNS failure. * fallback to SRV even if we receive a NOTFOUND reply for NAPTR. * fix route set with strict router. * rename usage of -DHAVE_CARES_H into -DHAVE_ARES_H real name of header. * remove warnings mainly related to socket API (getnameinfo/bind/accept/recv/connect/sendto) * rewrite all loop using iterator to improve performance (useful for high load traffic) * rewrite Via and Contact management: both will now contains the IP of the real network interface instead of the default one. * improve NAPTR failover, more reliable // add failover for 503 answer * improve interval to force REGISTER refresh upon network error and failover. * improve TCP socket management * add a callback to simplify/optimize/accelerate usage of wakelocks in android application using exosip2. * improve TLS, add TLSv1.1, TLSv1.2, disable weak cipher (FREAK) and enable ECDHE cipher. * add support for SNI tls extension (openssl 1.0.2) * add try/except on windows to catch possible missing qwave (windows server) * implement a timeout (32 seconds) for establishing a TCP and TLS connection. * if a connection is failing, report the failure asap. * fix memory leak in eXosip_call_get_referto * remove extra connect on socket for TCP and TLS (not allowed for tcp stream) * fix to correctly discard INVITE retransmission with same branch received after original INVITE was replied * add WSACleanup for each WSAStartup call (windows) * do not include contact in BYE and CANCEL * fix to use sips when appropriate (in Contact) * fix to avoid handling negative content-length * do not start naptr for incoming transactions. * fix bug when rseq is empty but exist * add support for QOS on windows. * improve connection handling/failure detection, keep alive options, in TLS, TCP, UDP. * update static IDs (cid/did/rid/pid) to use range from 0 to INT_MAX to avoid possible collision * other minor updates. - Drop libeXosip2-sslverifypaths.patch: fixed upstream. - Add openssl110-fix.patch: fix build with openssl 1.1.0.- Update to 4.1.0: * improve timer and use UPDATE if advertised, INVITE otherwise. * improve PRACK support. * option to disable automatic BYE answer. * option to enable/disable IPv6 per eXosip_t instance. * option to disable DNS cache. * improve network support for several eXosip_t instance. keepalive setting is per instance. ipv4/ipv6 setting is per instance. improve network setting to avoid conflict upon transport change. * fix tcp and tls connect() for slow connection. * use TCP_NODELAY on more platform. * use Authorization header for 401 // simplify authentication code. * minor expires for REGISTER improvments. * copy call-info over SUBSCRIBE refresh. * allow more TLS error if verification is disabled. * fix if NO NAPTR is availble. * add support for Windows Phone 8. * fix to use cache for TCP and TLS. * fix possible leaks on implementation errors. * add TSC experimental support. - eXosip2 (4.0.0) * modify configuration APIs to use eXosip_set_option * fix bug: do not create new PRACK if it already exist for an answer. * update to latest osip // test time compensation for android. * use ephemaral port in standard TCP and TLS version. * return tid number so that we can match the response event. * use system independant time for osip_gettimeofday on unix platform. * major API update: several "struct eXosip_t" can be handled at the same time. This can be used to have several transport layer running at the same time. * many tiny other change. - Rebase libeXosip2-sslverifypaths.patch.- libeXosip2-sslverifypaths.patch: set default SSL verify locations (bnc#871099) - build with -O2 (--disable-debug)- Remove redundant tags/sections from specfile- update to version 3.5.0 * a lot of minor change/fix/improvments, sorry for not being able to have an history here... - eXosip2 (3.4.0) * handle keep alive for TCP/TLS. * fix when receiving additionnal CRLF on reliable transport. * modification to allow non-blocking socket for reliable transport. (TLS/TCP) * fix tag issue with application where tag is missing. * fix Contact header in request within dialog for non-udp protocol. * remove 481 auto answer for unsolicited NOTIFY. * fix static id range. * initial code for TCP fragmentation. * osip_list prototypes and warnings fix * fix transport matching for redirection using other transport than udp - eXosip2 (3.3.0) * Fix when 200ok include a contact with an empty line parameter. * Fix for replaces header longuer than 256 char. * Fix SRV record with more than 10 answers. * Sort SRV record. * Option to disable NAPTR requests. - eXosip2 (3.2.0) * Improve TLS support and add an API for ssl information & files. * return new error code for all API. * remove automatic answers to PRACK. (must be done in application now) * remove automatically outgoing non established susbscriptions. - packaging stuff: * fix spelling errors in descriptions, other rpmlint warnings * rename libeXosip2-4 to libeXosip2-6 (changed SONAME)- update to version 3.1.0 * add AKA authentication * improve compliance & flexibility * fix building SUBSCRIBE refresh * fix compliance issue with refer-to to-tag/from-tag parameters. * fix bug for retransmissions or ACK with proxy that resolve to several IP. * handle the "expires" parameter to update registration interval. * handle the "expires" parameter to update publication interval. * handle automatically publish refresh, and some error codes (423).- fix build with current libosip2 (MD5... -> osip_MD5...)- use --disable-static - detaillize files section- create packageobs-arm-9 1614341162 5.0.05.0.0-bp153.1.145.0.0-bp153.1.14eXosip2eX_call.heX_message.heX_options.heX_publish.heX_register.heX_setup.heX_subscribe.heXosip.hlibeXosip2.so/usr/include//usr/include/eXosip2//usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/d1b5aecd2fc69e688a31496b692004c0-libeXosip2cpioxz5aarch64-suse-linuxdirectoryC source, ASCII text 8ƙutf-84f24a36b3ea2a3ae5742ac1fe9ffc354d6cb467270878f356f0895f9ab7ae79f?P7zXZ !t/(] crt:bLL וҰ:`Sx"J;[N. `1/:gfuMNObJÅRI1biT면J5]S ]}Wf#{sU1:}op2$`X%pA ͌2Fm;!D%3nP,[/e:Pղ1 5u~=*CaV)x *ˏyAH\ VG*!A_@!71| c= ȪVL#?~IeƾO}i$G| (W7ÕY{;\}8"~`uoC] (A2X2r8RssF;3w7xFH50SY7KG3lvtX\J T9{9ms lZtҭRn5=sfYAףM]W?"o]XxI(vS1P3QcBdxl4f#&{K¦k JS<@5Z@فfY%NjQʥ.Xp8ȗ|Cw +닒i9G$E$ <*p S[ x().ꌖ8 cH(a%`<8w겨9SQkȰ,T;dAC]ọ/KȞC˩zb^=C*91%=OL 1b~dNbwmxSJU\/CBp״\j$Sqj6޹'8m1GwGF 9RxGpyfMT$s"ɉ1jKHW -־S`!~[dn"sm_/E86 tD^LyAE> UYƵN]U'Xk e R7հ F6ҿgPf]#9n003W_\6K4\tʲ/ˣ2 P>R0L#;' $AIxf[[P0%tbV,Z_]fP{k8 i:Xn!Pq>%-[,z|jwz; 7| 8TޢK#jFlkmG69)(I-6(l٭g4C3=)G$i@71#}A=hאRwЏv"菏n+zkLBT *:'&Tc&fi+`w%FߨO/[xߤFnӋ:6//7ww!g h^OTk8|=TB-p0-ubcjy xx9gxN׭wX Yli@֟je<žu$D߄(`gQUpMSkg3o~-\#CN6|2Hو ޣ-T)d(@kI)=\zIyNxA^A' %FF_VTkcK՗t3'di$'n O<) -",k R aGmFYBW(q%\vİ+@.73Y~c'bXf+7_%.ËU1wQA |<*z]}f^`AMHknϯf3K'/SN#+ss\w0cU̇r$e5(\S2k$;ZQb`ӕ 2wY)#8O=sDJƆ؜ 7`iiM}%ǕXO2Qy"Zm9wk8{hh?p|?ù:TS}Yخ}96 *Wp$VM1}z0`J3 ?L*3'2߰7?kP)a>5E@kQQl+x}g^)a&qVԸb󴀵ѝЋgmz[,jRx J|ӊ2n Q!烔#C["WjgtFPn \jɃ?W-!7j&f>0TwU Ńsϯ\޼yPJ18Arl0 >߭t+m8B,0e(hUw'g;ⵠDyyyvgeˋh2FiQ K[?3,0IE[{i{>%{>*V8.Z9Z3RPgFWȴjZn)%=,(gER]"`P齗've;\_Z7"vX] 7~l>)ʠ_5#8\糶:H?v@d~؆AB fj0D4?ʳJzW^EV@*~ׁO*N~B[TNL.pȅeUʋ AY%FsU/bVu@(Y0*QQlMt-!y~#7‹[$iTiX\_-JoXzbOӌRsrP (\"/n>(Tu3.GQrǴ#Edց΃> jaxJĔ=Cá xǒ${nE4\Of]8%"7r H#\oɯK~zϛӺ%k\!UGg~;ⷥ̃1ml1KúMCגǽ8gc4 ?Ce`DeopNת7d'-F2{'`F v|]wo[E.|P8TR[6wD;B%?$ڱ F&fKCQB1G%%qJư wS8ObcόPMg#XoKEvIۅ;jWQBzC-+mc5#Feli3 b*{j"8oi9鈩Sp4Ҍy6@DV9+W BB~m")%Ywu^0Ÿ<$a;H!;s6 'DnkG7ļ!Yma%ɗ/.K] _&,+5FHjz@G 85ǔ|Ma4xFv1@2\ L@iB{n?cK芯xq%p6t}ʓ q\чP끲WYgz*ԉJ+=Ia=b, b\d_Gd ^IYZ-y@VQAѦs+Yg\7-TTa,E': [! ?.^ʟqPPb&){5@V >>(ی4yhYA`pcO3=G *|\yRʠЕ>9c324 {g2gvf4զ-HeM-7Rҵ؀0OaS [/Y3XLQLlFt?{P c+v9*UHegAFV }d=Y:AL 7|Uy7+i$%R=aO$ (ȦqgǸEG_{˜D خ"3U?X$.[fLt[F lRC L)~}ҔK2 <; n0V#uT;i Mz@I5EએHjUY" ^FiWqhl1I䯭e8^Rc`U7r$ķG?Gk3VOr@l|wĪJS׬g&@уf$%[?FHdGw/Db#-2;U#js|*a!hxD8Nq#a FU1 c^G.ެm4r_ &P 0L>2p}4U|уkA}I)]<ܷN,Fju-6E0N$QyV1u2׵_J4j!B?0Z:@>F[{~ >K@m}с uO^~!Qb,ZpoY4k6a|Y>`YVk'5uXS )U6ڴҦfF_ {6\8QKfu=[X@Z2Դ8 cE&.S0x.2 *0>8x(Yf8Ԙd?B`Ԝj;h1{p- %vg2)k&K⢵,._dY:3Є Vcƫ- *+ח{W錐=𲺑ƧpS"bʇP,s[%6 Ϡ]A<˨%tty ґ_S2:AGVb4aYĄA2aB8sB}hwt g70+=Wcb#P/Oh,gQd3,2mmW>$ih ,sUBhԕk{N&ٹKr:ktGDNOj[BK \:5D.)W2b.lӍiQio^ZB|2\fjj^9Ӏt @D BSB4~z*ҤStJ6c+biGMDJ+.QI5-ZiO Y5utcgWS5! 03Rn3&mJJ'OAʛm|;CFW޻dtkWLh ϰ&~沍ᒐ|ʊds`ڝ1ގ7"e^(zT̍Q)# \Y.^"%rxӑfUsq0r/y$PPtR@LI b?kҁVdF߾QSa?C*ywJ]=WĂvgw:fT_h37 +N\未Wl(}D2.KMcCYZoiP$cacI&soϵp%K|!(C߼` r^iMcc/' c3ǣj'ߌZf\R5;vhھ/-mΤ<$c?.N0hP`O,)-1rw甓z{ȼI+?+Vaθ/9ѻtuG.ṣoh p0Zߗ=֔kЭ[(UsU3o-Py2lJ f6*XA̔<\ x3$r!p#>k4VݤkTJ5x5 8&[S3&b^lhyQG(S ~F-ab%qcS[b7ꑐ @&3#,]jA>~oR +ϼq!zsORߖjJESי[D8FtE$(Iq^Q 9KDYn8YI(K**?7ƥujLj߿}H@.86͘Ռ& H˥!TN7܃]@dQp8SDL#cyRn(j,FDB$ =նWH@3 OMTmПbcLb'wϥ5W|e~6qV~Qg.< -vQ/X^"A֤QAtsֿۜڈ\T$8.KĽ|9ѣZX&N(u?]ћe' X9L~ rB͘xXܳŀ){ >K[2x7Cg~_~^DJ*3lͽ.zN ~+ &|s!$32!DJq 5loQdԇM6%:>kJTS3FU>s9vs ^NҺffv`]xx>A1Z5764`u>YĪ^لH81>gQz.9#oBFP_C%uAA)^m_~#h:˜>i':!%CB zm@r(QI.iZ3Fa\Db7ۢ#3l^Yz87v9`.kLn3-n^6~4G=5Nj8h$-{orś Q{λs F@R13.s+RksMWɵ~ONd_́ᵻn. jY7*)Lh19@z&4 6mtC-n7\=wJH VY=35WY03ZS}FAkRʃɰ0hFSyZ?{-UʌPUsL!15Sۣw Aam?!0ҵ&d&)- y(؀H+tN@@-8aWװ}̞TWn+hUePRG!M|[*A ,fCW.~ꓖk7.5 }!#T VQ7]yL[ͶXHrpz{uCEid™wѮ\beNcGFk֬<. 1W4BY_qCt_5F*ۜt# #b˒}8$~ǜ)V&d8ӫ75Y !N:`pSai'N6 oXc `w9w0#Omxl֣I^QvC#g:))l)NU]9GzHI%#hh47 |ʞrh yvFxD鄾Dᇰ*op> 9l ܼ' ,a1_u 9)36&5:.F߶*Mt r?tsQzhfiYRaO m̌!8b!{NC%`04Xѳv[Fcb FA=4uzT.%FgK?2aD-U>a85f}m|0rAھB< -~[s_F^{F N~Hqs6T OW+ۓ [o޹2Zm%m4'}%k t>T&aRDžW3x|f,A 9 _¥с\.<%jhNp}$0ڢ^aWAFBQbqlj3.6*st_Oml a$!D-Cv C"W+oU]Dx']RٔdJ%̊D"hnk#]^iR1|{u+G)Y+דUdhlPc