libnice-0.1.21-150500.1.1 >  A c p9|{!b~XDgם3o䙞SZ_okْ›w"c`Kѐv?B~rGU;s(5YD j+M{ fA3μ9r~wV,W1dάdL)H]V4gUDFkڞm!Ƀ =,t76fQqcw˄{-;H6 p{TȘ#$c8e32141214252b510135c8b6ad50691c8c5a5501794a61b53ab0c76b0c5069dfc23c24e4d5a3f2f3605a1b45fb0fc4ce4e4ebefa(c p9||ϊs_igmF#NrH&t\6w-$0.' 7d?Eϟe?G Uc0WmcKf>AX+[LS(~$ D\=; Y}vx8jOf螓Nj.gם= ּ=% Ol@,;P=s#*dhQW@&Ld>p>?pd   R # 9Usy     $.8\d5([8d9:FGHIXY\]^b cdeflu,v4wxyz $*lClibnice0.1.21150500.1.1Interactive Connectivity Establishment implementationlibnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).c s390zl36SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-only OR MPL-1.1https://www.suse.com/Development/Libraries/GNOMEhttps://nice.freedesktop.org/linuxs390xwc c 157f17638c93621c6c74a3c7e422a627908f674f7544d0c7ffe970264c2868270883fb2297b2de1a69af6215729b1b754653c95ea5a8f1a7b56be9c09c9ae767rootrootrootrootlibnice-0.1.21-150500.1.1.src.rpmlibnicelibnice(s390-64)@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cbs@`U`B@_>eZX:@WV@UUU8U6;T T?@bjorn.lie@gmail.comchristophe@krop.frjengelh@inai.dejgwang@suse.comdmueller@suse.comdimstar@opensuse.orgdimstar@opensuse.orgidonmez@suse.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orghrvoje.senjan@gmail.com- Update to version 0.1.21: * Only use `ifr_ifindex` if OS supports it, fixes build on iOS and FreeBSD. - Changes from version 0.1.20: * Remove support for GStreamer 0.10 builds. * Add macro to check LIBNICE version. * Added utility function to get the STUN server from a candidate. * Support additional header in built-in HTTP proxy client. * Add boxed type for NiceAddress for bindings. * Add API to get the interface index for a local address. * Explicitly bind to a specific interface when creating UDP sockets. * Limit the number of stored incoming checks based on a property. * Do asynchronous DNS resolution for STUN and TURN servers. * Add introspection friendly API to get an allocated string from a NiceCandidate. * Enable gst-full to link in a single element.- Update to 0.1.19: * Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests * Implement RFC 7675 for Consent Freshness * Use a single server reflexive and local relay candidate, reduces useless duplicated local candidates * Improved ICE restart implementation * Use Windows native crypto API, removing the need for OpenSSL * Add bytestream ICE-TCP and improve ICE-TCP * Add API to know if a NiceAddress is link-local * Add API to extact the relay address from a relayed NiceAddress * Improve support for detection addresses on Android, iOS, macOS * A number of bug fixes- Update descriptions to be closer to the other GNOME packages.- Update to 0.1.18: * Remove the autotools build system, now only meson is available * Accept receiving messages in multiple steps over TCP * Accept duplicated ports as last option instead of spinning forever * Use sendmmsg if possible to send multiple packets in one call * Fail gathering if no port is available * Hide the implementation of NiceCandidate, this hides some parts that were previously visible * Enable TURN server connects where both TCP and UDP use the same port number * Don't count rejected STUN messages as keepalive packets * On Windows, the improvements and fixes - use crypto library instead of CryptGenRandom() which is deprecated - use GetBestInterfaceEx() for UWP compatibility - fix the listing of interfaces to use the correct APIs - implement ignoring interfaces * Add buildrquires: gobject-introspection-devel and meson * The move from autoFOO to meson- update to 0.1.17: + Add API to retrieve the underlying BSD sockets. + Support systems with multiple loopback devices. + Ignore non-running network interfaces. + Ignore multiple interface prefixes. + Now tries to nominate matching pairs across components and streams. + Retry TURN deallocation on timeout, requires not destoying the NiceAgent right after the stream. + Use different port for every host candidate. + Make timeouts and retransmissions more in line with the RFCs. + Find OpenSSL without pkg-config, for Windows. + Complete meson support. + Add API to make it easier to implement ICE trickle. + Add async closing of agent, to cleanly close TURN allocations. + Add Google non-standard NOMINATION STUN attribute. + Removal of the global lock over all agents. + Add method to compare candidate targets. + Added optional Meson build system, future releases will remove autotools. + Renamed all members of PseudoTcpState enum (compile-time API change). + Now drops all packets from addresses that have not been validated by an ICE check. + Multiple improvements to ICE interoperability. + Improved RFC compliance. + Improved OC2007 compatibility mode alternate-server support.- Modernize spec-file by calling spec-cleaner- Update to version 0.1.14: + Improved RFC compliance. + Split verbose logs into a separate option. + Numerous bug fixes. + Use GnuTLS for hash functions. + Implement NewReno in PseudoTCP. + Requires GLib 2.44 GnuTLS 2.12. - Add pkgconfig(gnutls) BuildRequires: new dependency.- Merge with factory for Gnome 3.20 fate#318572.- Drop pkgconfig(gstreamer-0.10) and pkgconfig(gstreamer-base-0.10) BuildRequires: Stop building gstreamer-0.10 support. As a result of this drop subpackage gstreamer-0_10-libnice, no longer built.- Update to version 0.1.13: + Fix build on non-Windows platforms that don't have getifaddrs(). + Fix build regression on Windows.- Update to version 0.1.12: + Fix regression in SDP parser. + Make examples work on Windows. + Bug fixes on nicesrc.- Update to version 0.1.11: + API: nice_agent_set_local_credentials() for WebRTC. + Nicesink: support GstBufferList. + Better warnings on programming errors. + Build fixes for Solaris and Windows. + Bug and documentation fixes.- Update to version 0.1.10: + Fix bug on component change on the sink. - Changes from version 0.1.9: + Make it possible to statically build the GStreamer plugins. + Bug fixes, in particular fix compatibility with coTurn servers. + Documentation fixes.- Add baselibs.conf: provide multi-arch packages.s390zl36 16775930250.1.21-150500.1.10.1.21-150500.1.1stunbdcstund/usr/bin/-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:SLE-15-SP5:GA/standard/e147e744b99d635fa4bd36431db72929-libnicecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7fbe1167856502b0f62252c231f74fca40385377, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=612ece5f3e9963af8121f41bd1f25f27bacba52f, for GNU/Linux 3.2.0, stripped RR RRRRRRRRRR RRRRRR[CVutf-82f69bd822dfcc5b35b7b1b5394fb5ee0e463937902fda667e6d802988d9a6465? 7zXZ !t/c?`] crv9w"K /=@lrabVp%Hږ,VCUhD! 'Tȹ'޾qDdCɫ 8o)eڲ=2  OF B^8_J(Έ<%nB-ޤ?"Z]tSPx2:`zf{' v,fěD9O&O>  .H_+D l-֍OrI3`(8ӽWOIUǥuW|d#c] "~ a.([ rh#K<HfbΓU0sݰ+i#5o+%_kr`k2AʗC0-?m}x|(Hh1eB&dpGO55,)VT@a2\cSϢ<(^}ag+JlGF 6?ȲMpݟaɺ @źIH#9QEA`KmӀ<5,r9m=1-kZO]eڼ.ӗIח}A2[, +D >SYR[J"#c"|q֟-3j@@M y Zo9sL]I8D \w!&w$w^C"*/,N RlzR;~~S_߾j{g,AuS&\ccҾ6O"o[Ē05 CQn{I)XAʴEH4|D2bKI];+($ZZR[!_e2&QքAZ Fw'zY{@g) bzfbH `b8^``:&-=6w&Eh/Q"$"5%^'Ne0Ru[s7xލ°J:XIjfEjJMvc|hpS_5e"V]-n6M J5m`m/*ߠd; ԈFJ Y#wjrnmZ6[;ZO_h4ֿF1ioNZi+}<*ڌF`Ʊ܇A;1X&OSEt C6hSa~AEL#уX¸7PC #0}58?AsjʛVΗ]CY2va6GD_Jc|}[c6b@^$kcoQᐶJ ўic}-uQy= %1I9n4b$f Ei%ٖMR@zյI\/BbtiۂIh\߯Hr֙y(|^vgXɾ7O8.n_׋4m?պoջn˜NWEuXl*yym:GX.+%,B0vp57 1&l$q8~.o]"و# VQ$[:"H c- tt@C/9ssOA>vݞޗ2g͜I;3W $+b3 ^y=9 CF(M(!H.{ѿA5XDiy~j:č{\=`%P"XJT+~l ᝇ7 gmS4'V -!!ܙ&iR=lPَ؏҈%;uǷRqoD k,J-njg{)vef# '8Aa#Wf!xi@Uև y.eɚ;s;WczJՀsNA2T@աxe6m>) Rk(֝ t@Á)MyDݱK&qM^ ;2V]dm凇g{QpKܙ]'< <#rOw< iق΁^LzR#Rå{>^DII8_O?S~`9wOfZ:OLj!]|rcDFւuQ q+i-7xŶj ^@1%J|XX5.|2pO2Z4HqθE:Ӆ^QP?T6ESTD]g JІOc|V}|}!0S!*D(Sbާa&I"I0t2f#F|!k>Jo#R-"IB@43'r.y wn-F{A6*;ZoH8jCVqn\Wo%N%-=4xHne?tS6PljO3o x_ouC!֏PH& %J^ڣh>`* ,E҃YB H'0AMfo˂V;%9׽/l#*q6N½x;q h\N! ~C3KyzۜOV閔N`Ï}zAd|Ia?(6hv @v|2RA?V 6Ŕ'tɼ-UjO""w/Uw"KZ,qh ;]>2#֖'ŘZ@8}PIa:~g$,D>hC 1t(jȂ,Kh#^UwU"s|_b8۸ x~3k Fe%z$:Lb.@;O5SQ<~םCs5jv\jǗq/X]S>A?6ŠoD V쮭 S\M{Ӑԝŋ1-i85vGIcUQ+:;RVi>6kiigS|ZZT\دi[kjM7X \V}M'QϷ݂Bu4ҟp$IBnn4rl+L>y6E2caMѤs\(WcnTDqϜn=ڒ cK+k@YH Cj _)lC1źHa[ ;d53)l«Nbw}޲]dN3ݐbyБ`:Q4j=7%8Q,Ys0*3Gr,m FcQPxӭEdHbGNj07Ygnwn~czOej{YzBȱXqbK}=MF]AuO 먊=7[p~Y.l5VUd*ZAMVR2cO| `<WpjRG&z >q)fs(ad:keZ%(_y8n`E}ѐ 2;=8' J,f KԹ<͸*_>?I`Kr!/£c{x{4BDK kjcO`.Aˊ cҖΒEȄ3Hle(,8-oA3VCB켥jeJm D;6C*aXۚ 8X*egWs+,_91GyݣuUU , CjOHu[?}4+kҮUxKq2$ZeW&[<_"{3YB"dTMհ}!up&oP5ãjʼn>[/YQ&S;/jhD#h%upP1QZ}4(=oH;0"^VW` th⢮/lBg=j7؊X1.(m1J ",ӌ>Ȃk;+o%J`n$OԽ{1 t깑 ݇)#ɫp%7[Eweio?#pOk]y+Ad 2Υ`XOBpl7BۚS˃A5$Ļ`]M U?tgAC٧jhXm謰NƏY+>)0Bt_VbxfLjX>j@uv'nvp:Hإx!,`ISgcwdſ|ܛ{9v_.^5LjC~غ&0D'ˤTnP`0Kwzuo/ C7 \ !vNO.O#xWZR1M𸚏#{3#&9Zꤝ1Xm*X6o߁yt_5̌6Ԛ$/gv3L!:̥+e}s鉻f}sݶɒ l 9pmYG!0 ~{&ie>3m`-~a#mhˏ gտmP د{\cRSE7./}I).*ݝ S$K 5"diTݰ#v“#].9zݫ֌xdʂ)9Я刓\ΒVU[7cdtrOIWo7C6sjDo_0S:7= qNߵl3UogQpۤHQϺxj{ږUfIL+!A`^³Ks\:m$%DȵUCWJ&: U6YLgHM0]JQv\3w2C`s\Eu)XU4"6f͟;X1&SJR=Vf4G=b8!%!oE$2Wx _&CHQnd{\{N?{MUJO20!XQ2vT1nUX&>K֔WKQ%&B)e鲀붨^IbFIj7 TiQ-5T'='u ŗ'vL3>QvH7} 8<ۍ^OAJ; PiuR!mآ 7-6ysdh5V+"_߷6RY7y F @ Aw QOcf ,?xP;?JIv@wpXq\at~ <W=,kc-<6sMMA uj Y׋ak%lji x eziYh@v,a] <,M\Z#  cu ޥ9vLz%\~P?9Ctc+I'z8O/FR^OO]+xL9g^E6u#}&țp\%Q~fV2A^\azh|=fT#Ŵ Vo*)җ^ AѹNuWZ)y"O,TNyVFsaBҰBx$`8Eʪ1OȲ CakPC`c#VCȈ8td, f>RLp&{/''Q8=qYг&~nF-W}fJҷvsP;ࣾ W>(¾{M̺}LJ8(zZH=p!# KҰ? cJIG{&?}ISιQ'rײ+"ږB1-;g򯎐aa֯=*I+(}r rWBY1.Q]LkP*W>[%_ʋ\Wwi^+j s OK=}– @)}]'2@ E[)=^>;0}!9(8VyrhΒQ5yگcKG_ C/4u YjS$4Z2hZ{L#ZjCUsG% ]/&d? O㐁_e/la,'zip*y.'q!!.um픓zh%4cE=j4q% 7=p?%Eւa*RGܣvߌMJ7dcyĕKl/@ H~qpa`3etVNp9%n@$5id:|HamΔ_E5IPi+IQ; ",Ug9۳3&Qjד7O<.?i&c1ZY:b0MD8T(ƀ'Քs1?ʲmC+A9M.ۇ,k4`ڌ'B`q=NxZUAVXDM6Sn &av^;cV*$5:ǵ2sPhvh4YO7U 7KF On+Mb61jy ib]Yt NI=8;u9]|jy7+>ͦ ˩miCѴJ+s-F4PsriQ;O'glodGc'h +fb,Oqҥmb{R<:G&eG-8&ax,7IU-8EWu#m F~L9ANL=Z; U-wrKgK,*RzbQZc6cױ WsSTR::օtVuZeђI{2!~-񟶝tzQ7. ^$98|=tW&|{&.\diUwDgrJSYM:3Zӄ@C E}RI4RW&3J9#S,ڛe-@"ͶࢿOѼD"U#YD(28XzI5(D~VZB;qO 7|%pf6FQ6<"peνqivhch:w2eVBmo]7ocYf4ଯ8$>-z`tSViXk9 'yՄ3YF ꂅZ1Ÿba(1ST0ݺxn&!D4(I&a2%db2^Sd6[{q3B4qԵ3P(BjAO3):1x7 M\yуb^<ţZ#3o+s6 gôeiePmV׺yċb=i#.*.o/(VrRzKيmf Z?L4T:;Wbm6)6ygVR71 lнw)*dh[P,HLsxwz'L̚<)'W^?w`.hʊζg!4h|DNz?ջˊ6{{-n,V`j`BCYQpj7 1R_P5*qLeWS߬IdDzk-AάL?h0-#&EhƋ[->Jny(pp2DlJ!6p| [yt𬖩`@PCl*Mmr`? !FX dkΗ/xAe N#`QSq`?]>"w OYɰz/ ,`m5˞RG.?=BsYQ?c/j) =`ؓY|@9%{WLc*O; ˵|0S^Q*D.%̳9;<m}ŒO `t*7Q5Ltb4"11Qyx,cm"_U0[yw|v9تI O׉̇쾓6|~hbfV IjNr5';B`l詧(@M\+fLȫ^feoYWֽhv['B]&^QRP ԇ2CVBw7sM|fdin1A?5ةhH>guyh-H#.b}{hc71.R:ꭗ4 62 _ј.mȸY*iǥB2l89(/{!KJ= ć/AX`xt!*߽Z\Q^ ofZ>.Z//2J]P֭N\e u)X?A!Tx+S).QQs4U vAtmgAw 1tU%7+K &}^Tk|d;w,7} <(U?E|q|f 2ES8KosԩB]Z0Bi(GӱNVP/2DV qɦ^)eFinIFxW;Cd?os- rf*5˘ֳk}Y=)Р Ҟ_x[N(٥zXK(J+GMi9UHL! ܥ5؛W(72%ߌC6Fip]~) ?5K*lI )TA~nfbC_'F"þ#Ӻp?_n= eeRPQ;E 1c$L+q/BF۪|0,"7ǭ坬O@E*-<"v[GV6ޭ#Ĵpng _Rjc}14 aE JyavG c0oa|CS(#>ULuv ;I+]$;lA1>>w4]f+QWeˮi ˤpdщ$?iN.xR/F6]*,߀]9>7 |S7b#Qc{!8pY$qg `v" 8:]v󒠉i@LDg}nKyN.)f9V۹ F‘$ BBB/)~%?\_"\)] Ta5mW&|~'s.936v9;jYM{rG-ˁxF=m?p 4Vf'N| ъmF`<ýz-"V@Ȕw6Ls/J=뭼)XH77*颂sh6Y`S&ᨗXxV P7{9=a|(t) /ɒr=c`F PNl{{NIDk$yNZS@h0`6{(#٠R}Me+$Lw{Xd_qHh=L&7\"qfqSū3}_/}5C N-$({˴xEU!2Yn ao-˥sqH- (Mp.w}6t ;ZdJn awśCnn m6s2+'}MqR: S$/\EY㼂B@ v{NVVɣ"IXћ&vl+PΕ"&c2XgpCYFisZs]u 5\"qZf9ڋW/Ԍ7'GOD6qcL;D.NJVTOڇ;"Tw"9B=̳OL>PR\7WZgbӃ3" NFe`'/h{\ 5yIf}/uV_!r0O !,mt9$Kyp[WYU"%9=d;aiR`R-r+%ʌ)2kCL6097pCZ{G% )IlL_JQ^MRUʋ8g)Kźa)D4/2[S솕WNo rh@E~h=VxA_<+N#p;NxNJuXL`(a1jQdGDi8Jf>N":93Vo&ŵReOBD+_*' :olRYWƮgC/!€ϐ "NB Nxho,o*#(}`Ü"^sZǷmrDmKe(2';3 üd#O}lkˀIZm0<%ѥ,bLA 3ԏ\ qw$'iFkO4Gp&" ߋR jÎ+˸h|&~pR"ZgIr"r Vv |O!蓘 BZmq;#RW^ΟF<İ"5mٶ YZ