libidn2-0-32bit-2.2.0-lp150.2.3.1<>,Sȉ]ߩ/=„I._]Ytt\+4 2P;=tflѵԉ/`AnI.zS<iZaM.\dEc>'D fR~;=EDx^m ޱ)rуSbͼ䜶`¾y~8)YU<́DՉ{ kN__kAS\&&@ !K'AI) in[ׅ j6>>"?"d $ U 39@PX \ ` h  l   (89 :>GHIXY\ ] $^ Bb Lc! d!e!f!l!u!v!w"Tx"\y"d """"Clibidn2-0-32bit2.2.0lp150.2.3.1Support for Internationalized Domain Names (IDN)An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)]ߩlamb68DopenSUSE Leap 15.0openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgUnspecifiedhttps://www.gnu.org/software/libidn/#libidn2linuxx86_64/sbin/ldconfigD]ߩ]ߩ80e75c404ca7408597dcccb1e986e8ebdfde4b4213a04e7df7ef788be3d28181libidn2.so.0.3.6rootrootrootrootlibidn2-2.2.0-lp150.2.3.1.src.rpmlibidn2-0-32bitlibidn2-0-32bit(x86-32)libidn2.so.0libidn2.so.0(IDN2_0.0.0)libidn2.so.0(IDN2_2.1.0)@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libunistring.so.2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\"\mA@\0@[ @YYu@Y /X:@XX@XIK@X @WgŬUb@Ub@U@TD@Martin Pluskal Andreas Stieger astieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comshshyukriev@suse.comastieger@suse.comtchvatal@suse.comastieger@suse.commpluskal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comi@marguerite.su- Update to version 2.2.0 CVE-2019-12290 bsc#1154884: * Perform A-Label roundtrip for lookup functions by default * Stricter check of input to punycode decoder * Fix punycode decoding with no ASCII chars but given delimiter * Fix 'idn2 --no-tr64' (was a no-op) * Allow _ as a basic code point in domain labels * Fail building documentation if 'ronn' isn't installed * git tag changed to reflect https://semver.org/- update to 2.1.1 CVE-2019-18224 bsc#1154887: * Revert SONAME bump from release 2.1.0 * Fix NULL dereference in idn2_register_u8() and idn2_register_ul() * Fix free of random value in idn2_to_ascii_4i() * Improved fuzzer (which found the above issues) * Check for valid unicode input in punycode encoder * Avoid excessive CPU usage in punycode encoding with large inputs * Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2() * Restrict output length of idn2_to_ascii_4i() to 63 bytes- update to 2.1.0: * Two internal functions are no longer exposed, soname bump * Fix label length check for idn2_register_u8() * Add missing error messages to idn2_strerror_name()- update to 2.0.5: * Switch the default library behavior to IDNA2008 as amended by TR#46 (non-transitional). That default behavior is enabled when no flags are specified to function calls. Applications can utilize the %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in the interest of interoperability based on the fact that this is what application writers care about rather than strict compliance with a particular protocol * Fixed memory leak in idn2_to_unicode_8zlz() * Return error (IDN2_ICONV_FAIL) on charset conversion errors * Fixed issue with STD3 rules applying in non-transitional TR46 mode * idn2: added option --usestd3asciirules - put translations into libidn2-lang - correct location of install_info_prereq macro to be on tools- update to 2.0.4: * Fix integer overflow in bidi.c/_isBidi() bsc#1056451 * Fix integer overflow in puny_decode.c/decode_digit() bsc#1056450 * Fix idna_free() to idn_free() - enable documentation again- update to 2.0.3: * %IDN2_USE_STD3_ASCII_RULES disabled by default. Previously libidn2 was eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs such as 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again. - disable documentation, does not build correctly- update to 2.0.2: * Fix TR46 transitional mode * Fix several documentation issues- Sources updated from http://alpha.gnu.org to https://ftp.gnu.org- Update to version 2.0.1 - Version 2.0.1 (released 2017-04-22) * idn2 utility now using IDNA2008 + TR46 by default - Version 2.0.0 (released 2017-03-29) [alpha] * Version numbering scheme changed * Added to ASCII conversion functions corresponding to libidn1 functions: - idn2_to_ascii_4i - idn2_to_ascii_4z - idn2_to_ascii_8z - idn2_to_ascii_lz * Added to unicode conversion functions corresponding to libidn1 functions: - idn2_to_unicode_8z4z - idn2_to_unicode_4z4z - idn2_to_unicode_44i - idn2_to_unicode_8z8z - idn2_to_unicode_8zlz - idn2_to_unicode_lzlz * Including idn2.h will provide libidn1 compatibility functions unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting applications from libidn1 (which offers IDNA2003) to libidn2 (which offers IDNA2008) by replacing idna.h to idn2.h in the applications' source. - Dropped patch not needed after revision * libidn2-no-examples-build.patch- Update to version 0.16 * build: Fix idn2_cmd.h build rule. * API and ABI is backwards compatible with the previous version. - Update to version 0.15 (released 2017-01-14) * Fix out-of-bounds read. * Fix NFC input conversion (regression). * Shrink TR46 static mapping data. * API and ABI is backwards compatible with the previous version. - Update to version 0.14 (released 2016-12-30) * build: Fix gentr46map build. * API and ABI is backwards compatible with the previous version. - Update to version 0.13: * build: Doesn't download external files during build. * doc: Clarify license. * build: Generate ChangeLog file properly. * doc: API documentation related to TR46 flags. * API and ABI is backwards compatible with the previous version. - Update to version 0.12: * Builds/links with libunistring. * Fix two possible crashes with unchecked NULL pointers. * Memleak fix. * Binary search for codepoints in tables. * Do not taint output variable on error in idn2_register_u8(). * Do not taint output variable on error in idn2_lookup_u8(). * Update to Unicode 6.3.0 IDNA tables. * Add TR46 / UTS#46 support to API and idn2 utility. * Add NFC quick check. * Add make target 'check-coverage' for test coverage report. * Add tests to increase test code coverage. * API and ABI is backwards compatible with the previous version.- update to 0.11: * Fix stack underflow in 'idn2' command line tool. [boo#1014473] * Fix gdoc script to fix texinfo syntax error. * API and ABI is backwards compatible with the previous version.- Convert to libidn2 package started to being used, namely by curl - Alternative implementation based on new specification from 2008 + completely different codebase with no ties to libidn- libidn 1.33: * bnc#990189 CVE-2015-8948 CVE-2016-6262 * bnc#990190 CVE-2016-6261 * bnc#990191 CVE-2016-6263 * libidn: Fix out-of-bounds stack read in idna_to_ascii_4i. * idn: Solve out-of-bounds-read when reading one zero byte as input. * libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.- Update to 1.32 * libidn: Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz. This problem was introduced in 1.31. * API and ABI is backwards compatible with the previous version. - Update gpg keyring- Add Apache-2.0 license to the license line. Under this is the java code, but we don't build it -> just the sources license- Version bump to 1.31: * Fixes bnc#923241 CVE-2015-2059 out-of-bounds read with stringprep on invalid UTF-8 * Few other triv changes- Version bump to 1.30: * punycode.{c,h} files were reimported - Cleanup with spec-cleaner- update version 1.29: * libidn: Mark internal variable "g_utf8_skip" as static. * idn: Flush stdout to simplify for tools that buffer too heavily. * i18n: Added Brazilian Portuguese translation. * Update gnulib files. * API and ABI is backwards compatible with the previous version./bin/sh2.2.0-lp150.2.3.12.2.0-lp150.2.3.1libidn2.so.0libidn2.so.0.3.6/usr/lib/-fomit-frame-pointer -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:Maintenance:11602/openSUSE_Leap_15.0_Update/5ab906c8e87d8539aa923aced13d1029-libidn2.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6fc8abf23e8a8612a7fbe3eb4d81a52f07880ac6, stripped PPPPRRRRRRRRutf-8de82b798d18bdd36ed0c0a953447173dd0680a44430f0083fac732291a1d519a? 7zXZ !t/X,]"k%{|P(`7@w%5.aJE.*r/&e"oFܱOoN{%yTȫ$0At(!.F+@˿UQc`s ^۪aN5`>y kbe*D}J Uh3iѓ)[q--ēYA(\> @nh~`D|^?*{Xw&9뱛'2ؓc ꁘP"4%^8e`V#HjzJ"CcZW1t 0hOuK '{X[6R{Jk`q\=]+_W*]LxgqwAVԏe6"T?Dl <_cҩk|!k)~<::ֈX}ؐonR~?z[ ?VWs/+<ۊ "߅&)_Z>d. xIxۇ]Q~+ ]±T/dBxVtgrURVA|2'K֪nXɦ8[\*^V^)jx 90KF7*{4~ؒ9(#mbҮGB\ k\'NЯ*r8`&oޤx`#i?bHxJPY %a3V]_VҖկ&waٗY?FcVg+}oޫ0]yAB u^Ҡ?.C>/ `%?  E38Dxlݲn&[Ļ`Y͠_oG"]>*$b/eVV9wRŸ<6 g;bƠwrhJesU4>ul5u]*UDNTL%擗jWy fu89b|c|r[r{BDCT[mְaZyM8&iӶ&_xw[z3\XgoF\Sf;y%N7x(U LQI Q7ܒ"i lE13t pv[=|f0; (؋CoFcLpu~o̞غ=ti5]T?έ7Yd:~n# jnj M'bά%镰At~%ysi:䫻(AsQ^"ĎF*\ D1C*d%ù K*!KQ.-Y-$±;4c-ȭ$IkgF{oEue7RC9)WWOǺ:**cK}S&HÆORAȪ Y(Hyr+ Ws]1lf҇_m@t vYg.*IyLO'%;ZB|o`L.8ס`ʐ" ̴e_ L7@i<-%=(ax: VEKBR7H:yBy6!)՟n eƧNMl;QZ>Hldo3:9ev+}Ѣ7.vc\>@^"*9o,y/ԟ?6o5QȟdeaT@^v)BnAu5A7m3x  8u'K21!Mmt%p-ƄWfzmZp* rNإV y+3ooSt<6?dF_肎?7aVC?&W>ݠFR*Yx;d Pmy3؄CcPvpVqcBmb-r9fOw{MA9<? $lT~|k G #Q x(Μ[ɫ3eX=tխiI݆Wgp׭ E39qH~P'&9zFU1 si>A&5^XQ6W5ĿgJC 홰ӓp c|2Ys[5 [{2 CG!U:ĝ>k1x׆[`5ϰ-w| eyw{un&bݵ~X)vTOfڌB]{G;sք#)"VO8@tnޕDV Bom$סe٤AY$xeW ӐR C;&j;--&_-3Ӭy8)Fns†ke!'$ͰD% .9 `-%@|3q.rj[O.[1Ŵnb;+ĺSE&nÏ.N"NTTzGI<"؀*pR0MLb[/NQ|)Z= w{pNOɽu4/^W92Q{ 8sQ0g.mՁiЦt VJMP.KYY_UWIhѝº "vs{|B*,$Iccm]EF6 ;Ʒ aP:᭕$%`04**QގZXsư%t(SYG>eԶa=c!XE,?kl{iU.̥ MwY%OYտJ(:W֊ۘ' tx'Rߔ*-FPF3`muArَl^ /ɸ|h̰^]Vϩe͍J7nﳡaZTy}C7*Az8D t|*։oh ":uymJ]bF !wלU 뮴%7r$F}qV*9+v~g(1F$P2}2lRFz]3H90 4rNF̡lgL oof~۵XӏzԒZa8TV˘ |y?C~! D?]%Қ#P1.:8N;Xt3.Gqz$fl$0yc}wKB4mM`SWsHbVqҘ0`N. 9K r%G8J)+QZ q}.?ҔJr{gt}]0n*]ORjɕI18mDJ9LI-DzbI~r؋i>X5a9ق1Y'Vԋ \ɶh^k f(UUyx$^Bu jҡ6Džmg͹8:$;L4Q刋rS=]KM _Ǥm]sO2he=L烺iHm c r%%ަmEQBZ!+st0ͩ=@%.;1!&)Ogo":F؝ʄ1g6UN(.ė6LgXpeNꃤ|%]7AgA~ e:И^r {0!oD{TPp-0o˘^E Eeɓծ0ZMP7ƿ6J kH7 %iötaP+kiho bݭ ^Y>n6n#|)hQc[ǽWX,)v8'%ݣGޣIY(J OP06CTCq [ u}ɆTm< ^"oƖ`ac=1Mi!QdU#"u( k#s؎AƳ0)kŖ\1_Q 96R{Ku4iʀ,QL$wU"On6X*җ9{E[54""619jgRws3DFB9 l]}\!s\ˆnlĢ$}ZH`#WsNw^ͩREG~Q%@# *!!C}jݷ H th{ 1 ǥ|GBΥf+ќbN6<ͭ*fةITe1s-oVGM񦙼O;Hʠ2F#,qc"{[?̬u)_mY^RJEb"t׈^w&qW|SGUܑ]ߣ4c1QDcmd5BF1R4~H/Dz GPur ]ݛ:m2/B$Zt$P/n#G#gHή8m im@0-ﵾ(=B;)/n(br #&`Rbt[ KQKJE+haZNbH(~P|jףꀧ>'fr 98FChl"wN?U*y; mH9ԚB%ϏIR(kB^F+J'j%!IޛS4C2`$/ 2nqU1+)|4¶~ɂ׃Drz(M}|dY uR*4 O%E,d`dh%“1^w,}6]ɂt8 `ͅg0/ ;[f@nP w 6^XT0yE1p$RX:7OsDk( !?ͫ^t)6gmLo&;C-UX ʔػ}>5̿[wsk!op"?p:ؑE _jT ָ'ŷTnz[IHgAJh(Cr?5ezCIvBt|[^V v%}kfޖc-W>tuk nK-84WѱI* Nͻ.C9dv]ʑ'+˹:=< %=dN1ƫU{lsv2* YTY:JmX.4z,eΗU")̌@}~|]t6yS]<@3OFD@OTgwGk) Ä BAGN.b`[՗Pj+ʝG -&jpM-9ѸBsNnjOa5I ZÄT]F.eN A`SbrRij.o~^ TOj<+G4盩T\~d* efX?~;|uSbdP#jlU3,sc+۫Jܗ?To*П|榌Kɭ9ja>-~Y+Svփ$l%.s,C˔4:o #HLTn[e9Ou2a썬8A YAn/$Im\;`y<5#6$ʴSu)FP0*sjBUo?dW̰y OQ ,lSv3}>fGoAmMH\e®LāAzÁoޛZ pkf|D+j d=H ~J) rjTo|'q!N)ui^Cenkpn`6 ͽ/l{ FvG*#An'o<1p`[xtsF/ҩ@]=+"^@Wȱ|:@x DTj&A`>\,#x% ĒSfYާy.q J2cB@|fHU۲_ȕD]R?ȶʎΧD=-/iaD{gS)Ɉ8JP"E$hKȓRӭn zU<9bϪ/d2E*bÞòqӭ?_X\z0BzOU.Խ bAdw2U Qryn@'V!q QtgAw-Q퟉bmY'|-cyTGƀ:枵;ޘyr"YF˙m%N)Dd0(XnT3<i2ZϮJ9'-6#}KHьkX|zMW˔E띠mG'C>ҙ&&C5%l-ν$  KɨQuAﲅ[)M`J`m>@53jӒ#:vr#QUH%E MD=専9%+=P;2nY&w%dJ}RN[ۦ/1lY"&t]Y|M|2in!T4!13hw$; mVY[l~z?C;yj\d? *kV4+BP>iA 5]QrZ#сMmi~j&TgϒmgLT_^ &"1= _w4|vG#KfFW;ޠݴ4e(~~8:ݫ[]I27-=2v|DI㨒~5`IW>`/Z=k39ZUd n[R01":߱C 퇩4/:ZsfAGStdQVnHр>iZeC~0vsh?κ$6Ox Q;Pc~(wGn9tV>5O{ߏA^o33xee7Ho5`8o|]<|˪4X"S:0qyfCB\iDgæT57N^%+)畟GDߢ%sH0,?@bKS, ֳ5=w*-XRύ%"?%|CX?OgԲB9̲ +c]5x{B&9'ސghriFԞ'~>KnM)%C뛅za{EKxv!bDG㙍LőP^,o{#9ca#mNsn?-ڵ1d+8.Q%L{p]4K2+u͓~QŲ|)+ֳP#K#f֭1z6fCc`,+K稠:۔Gy <>WgH5B4{`zʇJ#"-WfX&9c!w,k`%~D۹,A7;y+ulsppBץhK$KmaCYu@Tq]7(y/\S0dp.S P$l[mS^hX.ə :ш2Ǔظ 35anҖ~CJY>CE>wwU*Q<*/8fSpue` ͏㫽0[V_o͌ G=sCF y_!\O ɉ"?vRG"O HqA0( n&L%JLJ ZgxONK`~]Z|3bH^ж7鍬Sa3V5IL=}d%مN$?!ف_![ s?%7\ {@)CG:i)$U3bjrV|at 5d3  K +)K(0<8РT:!5Vi7$q>L$zZv%bО%Ayn BMe4te 6Ţ7˄k ?!P.CղSWK[]nI¦=:6i:H]jx3VmA%ѩqfjd3cF94}Cps[,)}+.oiĊKO4$!\0 6<Aׄ\)I!:gmVR7ʹ +0xD`vB'+ueQ|dP FfD>Dў> sž>_™3c#&P՛q~ٖ+4UxBoQ q})`#mVDkM6xVYfF̞GcJ+6u4`HUDN`I㒍oXdG.# Cv;4 |~o|լg$p䋊?꘩.gNow e2ԝ Y YZ