libeXosip2-devel-5.0.0-lp151.3.3 >  A \M/=„96}@9?*[kIX㖚LMcQh]Ò o[C=1LiЉ))U.58b*<αD̝n(٭$Ϣq鱲 m8 x"8\rpK'8[ }x4>KL+ok)ٜr@+pÎ>(AKyGp% qQc~«(4= Dw{hꊣS[V{"-CŦfRQ@rӠTh n@&XAhIkg#׼- >p;+t?+dd # :dhpt   8  L  `         <` (8 9 : F( G(4 H(\ I( X(Y(\( ]( ^)db)c*=d*e*f*l*u* v*z+++++`ClibeXosip2-devel5.0.0lp151.3.3Extended osip2 libraryExtended library for the osip2 protocol.\Blamb68^openSUSE Leap 15.1openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://savannah.nongnu.org/projects/exosip/linuxx86_64#M *C 9A큤\@\@\@\@\@\@\@\@\@\@278afa6aaa7e0fff2a6b83937913c254bdbe469813521ecc127968c31caeb61d02fa9b3faa09d1965075473dc91cfe86ee9c96af9b005814d0a76ac5e3ec6915958bbe8772bef153f6269e2128e330921cae291af2f99013b8000ff0caf4f3fe6605d57c6021cc452192ce2834248748bf4f2726996823dae5ee51ecef307742090086994369c53847952efe66f77f13591e9adc5ce0539e0a2aa9b7c781c9bed197a2a1677093e707943c4463000085e2064426fc2e1b5ab15d368cd43b689ba2c7fd44295fa706e3ba1db95b14b4f708b7252fa497b6529a45f2e9e4cd17e42abd27cd1fff0b0d6cda2b3e859400bece97281d38bcb323a3d76d9914f61110libeXosip2.so.12.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibeXosip2-5.0.0-lp151.3.3.src.rpmlibeXosip2-12-devellibeXosip2-devellibeXosip2-devel(x86-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 packagelamb68 1545068610 5.0.05.0.0-lp151.3.35.0.0-lp151.3.3eXosip2eX_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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/d1b5aecd2fc69e688a31496b692004c0-libeXosip2cpioxz5x86_64-suse-linuxdirectoryC source, ASCII text[|&–XV{utf-8b6bd76461fa7f9e0ebb4de7cef8d0acc8e59e84afa13536efd0005e5e712b095?P7zXZ !t/(] crt:bLL eG]NvJ8 my`GCЍz3MϤoVu%}zO'X @idG:P)\QL~۸w >NH= _rH9">7JIsG} T 0Tf=ހ,~1tbaY :Nz1of`ƥ2lEBtMVXŘZ-R;XFۻ_j1z4[M@ͥRm 썧\:d6\&d #+?W?܉Rx@>5ِڐlBxrk-"VUͶ\8lQFLO#WLI4ZSRyqb'yFK2d7VE%>ִɍTБnXmslh\θ.M1si(K`VjnU^1~V+#z>A]wiZnFgyݤ9P>rVh/NK,P8W9<:vso|n՝<0CQշҖrX䲡h inn_57NԊ?'&<  CY{Bi[ٔ,/-7G􃗈ʠ&j8< hSuWH jN"z5=XJ"(X6\K02uymK+ȾVb N" 9Ue,\F{J m0O,3>| 7]F<:&L3W>Mع_ }ʦ%,e#S_cK]Pzb7'hHLVj=|#2>7dZgTLΡXv\jiC 1& ; /Jkk¥mM '$l Ɋ]?|G֐E"{ i9!kJö,pXLeݳ%Q&/3e±. %e9*#Ft'8rߖViM.MА Ⱦ[:In!G˛csʷ:γ =4ߵc岶I#D/` lwQd .>Fmp+0/y;Mhg $~D6՞&_*x(E}]8%gbHDczq" ƂI5N%aeԠq 4#'E|6d{+ط-7%š&gً/y$ =%#/UV -:.ux%ݨN]~XvwdpT >қrm|gKq-$\(ZM/ :hvRBh]CO:eAu_) S}'*&E4M;kh_R']m%-<|-@dV D!.~*G 5~DMn@g.xjs7Zge%&9}XExx$"U&3z/~ǸZzۯ-Z|̴ YP=Z Gn= P^7 3& T`0-?!p/WFm3-q.s-qyiǾjё]i41px9n`1#xĕ_>BT.mEV9'2"pG\D#^" #tАHg疑B)XWw-Q=jUՖ4%{ 䵡=mUw7O&!-`quy/FOrq6\bԓrD 'W8i/ezѣ1?:G7:=OtSrsIUm` ?__> qJ:%k 랥iᠭP2j"$̀x!L'T} wNܛV:0󻭺4k UefI\~?Y1loePIqWD"؞1IG#qA~~c~Ftѐݢu\Z(\-7}abMf(rq(vPa$`113p|ӑ-s `-y.퀴Pʽ Rqc" ,_}ߑ&ZV;&";UVҎx.}Hpy.ެ\zD¦{˘;xc|:d7pvB: D}Tl3~b%&QrsX%H K^ eDAM<2"MqG{]`§" JY˄WgVRM&ĻZ;5Ff!YmL1=Q_)F-2i; -|[zN{C % #3kE=O<4ܑ!"=-12|!QKmBy?FŠŒSݕ "ۊݜ\kBm6P`‚(T,(%%tdi4& ߙ'Hfsޑ{u0 L쳆uDj+^v~MC@W4. G ;%a"#,ը[M*'p2A2Q8+)t{2DsAl9'5A,8Mua#gHV%h'v?羶˔#)l*K`:1YâS/VݣOm4> '[0y3r5ҋGGb)\yG4vNX}e#*7 7_T7qؚ:< WX8֍{77T%+ .U*ʵӐX4=?Һe (łO/xrUEѫY]&0n|l>j|AWj ~n۸ >p#?5 NLx5X ouib,]V/K\V SNhQ[*+H1RgwZP`VS{UQ.=7P'\!H]: dLX]v?d `6¸刓8=-'BNaʭl'Snwtr$_ GX}9I)9}'sS2bA7쟬ms4P嶬Om S2Bx@ʜ.< I] =)Jaao: S*Pn T9 G45zMuEwb?ttrazAݪB>\'Jo_zP$\.F:16ց Anr|(۬EY(g}u.Z؛0W K3q5,I$.34"ecEϠCLgDzd((c% ˧TW#q2HcD?WשFqQpvrpuH $)嗟YzΘ c*zftbpsFn\@BWn0>b$h@0e@oD5F IYFezDeLE8;(%!Ixj>;tUEQ]3Qr!NL?{w]*"]1bmf[J'C;Tc0i9̾E'M/Y=z7O\9\߸Zȿ\a.c 7}Фđh;lDEZ. lC#/IWHp4^}sͰj[wDdBxhf#tu=_N#*Js<| XC$7DŽtάJД/#QM]1rU/d`496{~F!TBbHeܙG ^f_B@N!kƒBگnku[X5ܥiNBT{AѕBe:Iv)\M-;-m~[c#nN-Vn3ؔ@keqmK,Pp[$&ݩ2}0jPƒ;?_N@-E|"$E얤âlVo#B>?2(!GT̬[?x̷uW玲)Si]U6(-A-Lٯnc6{H95_ M*?>P-n&lDu -%6/ 4bWغACAW`Ƚˑ@y4u]JpN81Ep퇰JxB؍c^sQyO_Yݑ A@o=N]_;K:f$j 8n :_eg&vob=ڿS;j/y3jk Y%Dkkd6c=T]dXt5^>p *v [ wĪm1nB+qW<%u;>&{.ASsDB}ח ڐr"$ۧq;*o'4mu_ҲpTެ-(NDC;$+ 9!m9-,"qʫ㰍#зŸfn]N\Ifޓ W}WJ)*O XǯS[6&q(}Q\:Qdُ֛tYL/ }NV|\yl&L7L+;0stX0;59knjiiJ ]N`8)#o `6VstfǰnCysi^1|pIbPiСjoQCz)΢A{EzF,:ј ^M')AI΂+65^ifpgCH$nvhtcu'> 98`qtq6etA=.lX$M߹k(bw\1I{$1= [ P9xO;N.nQQ+d]*v +zܙ-hRpQ!uA$6p?[l!O~ͼO %J!NkϛocsglxsEx#&&7<ߓZXOYޘ4ռVk*E/)XG&L+5E[x?, lڴ&yfގyx)4̦{y֐aS=ХAfovȜn,=G)^y- <,G>ܚoCvc(JoE/[[z P5xHDIDxz""iBq[Y(%A ~us~fu56SBUC+ A'}S[OX΃_⫔-X46BT $pXa!R<;cˉ3Hp.>o6G֜y/7mV[ȟ`nN|N~2R(W`-$m `sM:oXXvLTں;eBl6&ӮW*i6)lfL9RyBV_TaIW="=bA77l?H 3X](`*f@7(#)&9<: ˜Go9!^⠲!k܊y/WsoK,PšeBl-"['SۀTSCX]l]Jփo8ۅ~' ,9,]nu0xZ`X]cu%6OE[`,DOW1ox ffiJɱr3(|v8$itK}/"$.~b#I:f:4+@8.lRvE%f{ms1$ch~Pa3]:h =Dpnh`$Q73S맄<π_C_"Y,6-kRWh#-GQɰN2Թ+ sy1UTdžZ$xjnLUySx`p6 _*܍Q!H+s;c+ eP~h\?:bKEכ)\ _oS(Ђg+]*:46qhcnbS x_R|i7E(Yı>?!(Xjwʮ`~@+NHl#巤+%NbF?E71\T$֤*ҐWéh6v,4t),a*-_i ZFS\l!NGEG5_s*>툍T?' wTkn'1| A,q˥;xM+H5BPQ e7rDl\*0m<1[:SJw dE)Uf;D DHK}mvE=MFZP<[˰ x>/?XA/PQ)}wY vRuyX25Q@ A0<]icǽRaYg&X#L٥5 c%4ڮrQ_x%g4nICi`a -rU}vˈ&{?e8ﶛP]"Ⱦ͠CE~9qSL~"tf7r+cp2xeAsL~tdMkfq֏ƔO&'mW|7zK'H*>  'vKل̈_*NΆ^RԂ YZ