libeXosip2-5.0.0-bp153.1.14 >  A `8t!M@eeefFW}<΅y۵$e~*Rm 0nh9LR_cs3솷2*Pk!>fFw(Ejyu WCԞ49ΟTŝ(jtѥ{(R5*KA)H b5538a680abfa49083dfaf9cccc9f827139d1214c79bf477377bb183bca19320f05eb8287fcb4f2a14c7cf11c65a5db8ed77032aA`8t!M@eee< he(-4CiZmar Y7o-s|: E[O$b&.*rnmIN(رW!@r6f.LSTWlƃ<85X^L(62v1_r p" = ? kS3W t+= ȸAM./ZbS ߦaES7NTSMau)^cihNU6-gH4Fl uP*P3ݥKd>p>(l?(\d   5`dlp       a dhmr   (8 98 : F%xG%H%I%X%Y%\%]%^%b%c&d&e&f&l&u'v' w'x'y'z'( (((XClibeXosip25.0.0bp153.1.14Extended osip2 libraryExtended library for the osip2 protocol.`8tybuild83JhSUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgProductivity/Networking/Otherhttp://savannah.nongnu.org/projects/exosip/linuxx86_64Jh`8tybb087ad9fc822bd4d5721d791ba6f85e33aa7b590963e20d2cdba2c88d0e8ef5rootrootlibeXosip2-5.0.0-bp153.1.14.src.rpmlibeXosip2libeXosip2(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libeXosip2.so.12()(64bit)libosipparser2.so.12()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 packagebuild83 16143125695.0.0-bp153.1.145.0.0-bp153.1.14sip_reg/usr/bin/-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-libeXosip2cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1c5f232da50c61bc2edd63fee699da5d949a6f4e, for GNU/Linux 3.2.0, not strippedRRRRRRH ]+(4v utf-8ba7e5e3895fa68b9e3544a531c86aa99a70c3da6b1c846b6a95b196e420d4d10? 7zXZ !t/KcN] crv9wWM1'=!>x.fbW\nOIn\)fDqsUF-FFUaTUw[U>qE( hId(H>KuS#<5:'q*=eU>\;@]!y4ʘMʽ [½v[)@u[̳Z9|.T2U9"Vq`Y bޠ*kwc!MA?r-hP t^D3@E8 P3MO[G?oB,Yz5x,5'r.#ppu{uq rɿ_a'x=1]ꬔc*564hsTmg*7rs$oBP&,6IlhPx#?܂8myBsU;z-OT9EYg Yx!0KM*ٻ*8Sg6f,`*t"jϠ5mϴC%X*,:טʨ ;dgb*.6#hwxr;[31q_ba> jXV {<ϼ6G!,T"D\B(NM~$yClXkTު"ʼf8d7%e#G D ]kh3kaK Fnܩ2ضB[u͘@yF`^`nQOʼG ⥠i\YǵWU(3r̅#&N`)g89څ8% )eZL&E Zp)Y0ř] dRP}\IЅ!‡i]p"ͣ ݋8xe)j1Z𴆰;`ѾM|C^v'UV DI-䟰)_wvotPinvq0(CWS_'Gx6'!?maFx|7ciRNNrӄ\{t-)JBVQo&٦"w<#,:!ܬZl%HpDuef~ 0;AZD|MN_\$:'agz&FΕ-|6$ ;R)'4'2"drB,Ro"e7,4Y,E/ ʦEj,mD;6"}v ܅'Po?x-4-KUdL"JUhO7sb=n O.ZP~%n0aD\[4Q dgÄҵPXwtYvSrƁ2W,wHΈxa@̷ rPu,, xq8:oH(|^s@-L; Su B6 }Œ'EwxFzK,jq}nU'T0H3m5j1"WqĚ0zވط`ߏ33r\ZY7vX)ܝ0f;fH$7݆q2]mJ@gi4\$ܠr1{kwpvykaO:Qdea#uuBR]71 "/PԷGZpKƓW-宂8]T2Bﺜu+M̋X{/D`2,E_nGӷtZWsׂmu/ aq9`dY2mvNR!}ӢK;[ J:ٌEp0'AKX|ݾ)h&(J@D\?M'ޥ )ȫ4/7%=VV!@Sg|&}T/쳶(zGsK5<)pRKg Ҿ@^gZ4Pr%(G2U;\#&+4 Px]D5Mx"Go0"`Vo D}f*]%PQ{gt*=%ȇIb֫xDc_7#w(Y,Dj:_5Ax'bO&:ӚZ'SGwۢinf[ V^|%|Q^#dx4"L+6oiXydzE4[1%`5g~c8O9K42*Lo2,K4!mz=n0knoEPze|Uхm\D&c?lYp8Ui-=<3(Y?~i,ѱsm ݅A/"&s> U0|w:įP91P04y^l({PG9陏D4A+njOp~/E\N ϱYˑ~M F;ɒ^m4Eᯤ/9(u[FY;KI2JILgMX.w=w 45 x7: @w', XL5vF <湮cc̓%Q /v mG#&P. l, }`չKPmP8bPA[@_-fF ' ?Qo*o=9w~QxdZĂ(niT ~D~pmgDGbQm>wG}nd Cw"3DZ"g|y#*U<|8k'= #'X$dSvG f}T X(G?XAb J_t4ѲgIʂeyMe.zO1Jql7M 7Kr7AP̛ӣ w 6.bv?] FΜ)L LZM56.mg+* ̌84:a+/k/_&ႊfLPnYf 0p=c8zDYRQkng+rO(>8}epUhuՓ,ӉM<׾2,) 4#@,oQi-y^[TҺzLk1saSg~@Z|\Ms{]5ft !H6"JD!1tКJ#VjX1sղriدoW˘:^C)*ؙв^ޮ V n6p&}MM>NAXd]v EwM!gijNt_*>}s\ou H_M,k!Wj\EqBGh@W7s7E]b{u;ڀttkқo qt!ӵ2^09;2fb10\Ac;'@]!+6)d YZ