libidn2-0-32bit-2.2.0-lp151.3.6.1<>,RH_*/=„AnQa9D$F #< 5.;A.ewڀ:p8U#]w4>`"DR-~E'vN6Â=g|HVFx" 1Q˫X>`ZL [F;7I>"Ac,ŝZ4\e=ڇ`_ji,A/.KNϖr3.P1Q|+.ڵSA/g>>#?#d $ U LRYhp t x      (89<:> {G H I X Y \ ] ^ b!c!d"Se"Xf"[l"]u"pv"xw# x#y# #L#P#V#Clibidn2-0-32bit2.2.0lp151.3.6.1Support for Internationalized Domain Names (IDN)An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)_*cumulus3DopenSUSE Leap 15.1openSUSEGPL-2.0-or-later OR LGPL-3.0-or-laterhttp://bugs.opensuse.orgUnspecifiedhttps://www.gnu.org/software/libidn/#libidn2linuxx86_64/sbin/ldconfigD_*_*007072fb685df8a5d7bcb458b0b3137c209ddd1ba1b3d40354ec6784499239b6libidn2.so.0.3.6rootrootrootrootlibidn2-2.2.0-lp151.3.6.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@Marcus Meissner 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- The library is actually dual licensed, GPL-2.0-or-later or LGPL-3.0-or-later, match factory licenses (bsc#1180138)- 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-lp151.3.6.12.2.0-lp151.3.6.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:15434/openSUSE_Leap_15.1_Update/589fcde269bcf2635ce7a76b7c47c3eb-libidn2.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=938910e974350ce0f87bcebe7016714df314f595, stripped PPPPRRRRRRRRutf-8d5303bf266bc15bcdb12679c428c80fe646b8141b5ead45671b04f9334a9ca8c? 7zXZ !t/Ty*S]"k%AK|P(`7@w%5.aJE/1@ӏ#D ނD46 Z#sQJy!E,k ;aOʇ*/AzR75]_II={\y&]HZWtί2_/kY؏$O>ֵ+MDn꒿w0~Gj;cj'3]<׻W/W>Q48y<>-* iAaign+ taz[M:L?N`Q9ؼ*s iF ;GJtu&KO:qʤ590kq<07>nrаmv2v`3ZS=TVK&Sz*!G+ߍ@~QC5^=r_{_=K|Ӎq SvXԂX|\@z gO`yQ0/m<u/)f[mSEB;maF;oCؓ_ l%t\ b[mU 2q?d5̴y3@J(OxJi8ETyR*΍Xa{x̶ UZ?ߖ+$0L͒K1p1,%§gnT\j,K;ubi@YyyQQy4RP @_w:mDal,0q@}N~Q/㐎 T kp& h=(jcW7 $4ݶZR myG X3|EEl./Sx>]7-"g}n)JBE2Du̠Kiwu{˳|]7$ik~<$;q%C]8J㒹n`p8-CV [dj'Ta%wO]j'7F M}JdP"J=-?܈sW3wsB G oHA`L]VQ `_JvkF?BAV;3 FMԂcwE -r3'Jݟ+4~pQ3׾ڊ3o(pŏ&#V\X7 α :[fbsqk`ueut~^)k,@`'T߅/bBI"E-|lHd0 _r.'Gr΁tݼmu+*/dZ /sOІfo)0ͤ@ژQNdtK]I eiMvN4`QbI!Lb);G=׮pvRwɓegq<i eK8Sׅ`cq2-~;] '%Ч|zM[p+Wa޺qV 2['IgrRUEL|/]=Uv_Cec-K7pĭM94SI|+7(Z/BƭL F4:/1T/ &"p? }c2;-IԦnoL]y(87r.ʺ}pR:~]ϸd0 Qlw;m!YC ɲL@ xG7㼮\f6X}Rpܖ syǺM[jM@ѵ6oxWNwCEB{+̝k;Mt~/F'W,YmW.jdgoE;E5S|m,BWJ Nv`9" \Nxs-]$H@9Fl&2@GAVY7T r I 5X! 7A?ZdGϡ6?(j !G+qKY^=7VP.sq3 gQ汹?>=Ej<E{aiٟ(=Ug_ 0aJ7[| Cb^ :Bq,n%|=>5(ƾ*D+$_F85.I~D,I%Žm&V6)M6q$ۥi%E#eGfqv'b@[Y8*9uś @Pi Hʫ3  TL卂Dnz_{fwHt.OcV t ^ 5 NIwa 7 PzP[X=y"TeGtMdDļ̴/ `wzQ0y@pQ DGiIMa7 h5o=%ajO75E!&\ \v$xHC 3P]Za"),[%TG_M;YsyP\XNW\捅.]@%/ȱ- [af]e2$hQ.0v9=死Y:{r;U2(xK'ǔx5EE2[s# ]5R]R{Wp&y2K28z}͒{!ұ{)[霺d9jTa[ TmV_?Cj -9D}lsD~z :`fX"Ꮵu-6Wo!Ub {<6*zk# E L~Yi(TbQF8vs<4$ #&I ~6,02\ UPo{̦^\Tۓlmπ:$wsH]-v2,o4̓ 6Ƥ! H W?0Q M'D4`ncg-OcJN>`q멒qKb4>>2)zGmVOsU䳆Q@a ܊qj d]b<@͘#4A)ҧE*Fȼw:*B8,|qb55Gf蓁H/aOEv^$Gn/~[z&Gd dX's3_"kp~4_1 ,2"(CD,Hԓ)) c"3dɔk`r*2XZ]fuzF%dێ% IyǙ^Pxm9Ԕ`38b]:[}n[r-uIX08_zB70Hfed ""ǤB2߀L}!Yto@< RB74nwun@䝟Rc`NC&c*"0%x+I6en2߉o'E/|P A/{y  JHlݴ6$lS452m( 1 l8N h?Zc{Djk_lj;[N@45jozQvkFʐZ/S; j@; 21ӨF# P/y!Y:y3cO U/s'R>qb[_ ļ?w' Aoh9_f)U+.HRe<<g]@r>bn0 '$}\<^V*>=E;O4R#XpY6Mi[͗hZU O3 GQ9JnA1ټtv/@ܚnG@RNBU oƮ~$1RRBSjwX?gVD; öNdNk.π'67k#y U7Ofi Z ^ڶc5`Q=F[,Nq+棼LHGYkw @-Y8Poo5-/a#uR'U$~du)PѬI&Ivo?km͸ kTՇ/՛U6Guiyԗql UJE!2&*%yȬLQV4.I@~&N-s@WZ+F4gz?)#Y!#DPl \OWD 8^<MV3zv#)hfsF&;k3sBG%lU?fƯUsu7Fq/"ewbD7UNZgaSU Uh&0cRs}4>Jp5$aeYET[GoW/bYk='aUS1[ƱYaT"XHG AѶ!gHCe ^Uq>-N&#ȡ ?S:}T{)¿$F&ܴT0b)ч"n!h7K--+3 R|Oj8o-fSU|LwM{,'H h''@{{,tMMډA!^\p;Fg[矃gj'Mx{2M:mŜY؎{(? D*̾g4/tw-։ |;\2I!5ELJŠun u Η$FFS=(Q5m'#*%\HJfXag2.ZCZE~|Mc{[8Xh gt"`+[w/IXM>DY4DعwW72S.`ĈeQFM/ ڕ(B r<fEx=/W.mh0/,y?-?LR ol6+$90tRg^tja^ cnoew]0KE@{Cthb1wYs;)/Cͳ9Gk֘@U8\v)5E=(GmnkSs2GW`q7E6\ÿgbf`-t1u4;3ݘG<1;X?Zu$ UD?jɣ93-LZ *RA_vœ_n6˭ёœ*K6Aכ^oY;8Jk[d1;Aji_~ }v;u( {Ds6XMzLcCnjH(fpl%txd1_*9"^;1FG؅۞Qn&02Ѳ[x_^v݉PTsKZ&.IQt6-2LW⺰.Sl} ;[6F5{PQ- §4ĶrBWxo'r->tP/7;#$fmW rbbtA dY< "nI- #ʀ/gڪ#n?tqłJ!%.3s{ƪ䗂&+LxvT럔V@A%Bzdi1 GRc 6h$v%C9.oOszKߏ NpgꠐA(sni.)5J$x^H\{94ɟX#wk.82^.IəcK3:X-̈8^򼑽4nǡt"W^[0#" <UxB'ֈ%)MY9ӧWI?Nx,n meeG "wV$MP/Q{n~KBYh2[LuGר^|VQ Xlx&3EbiQ͚o<)^v;KGW=#i>5I`tLcϸԫZfh==KfV_}>Н,?u]O}[O,L)s"E15\5gۨ*m}>͜ 4d@2yZHlM .Y03VЖ"\٩gp#Rѡsg~Ir`uWWYxZGD6fLe]f̕Dn.t0x*-0Nip6i211+;mn0~z pRQ ֘-W[~iPI-2VHW+O* Pd\fl? %A 3&@ְ>aZ&Қb8lR``եT+OPx)i\Af-VxnY3ΝފТi/$D5&xwZkydkw"(>ˌYI'_m[J }Q'vc,7z4=Q&5GY7yl BSj)Z h7Yu>yB] gY/E|,g#,!Na_Èu:K#[$OD9f,U^yuW{6,֊42ʥ5>bj잊-';~rɝv?*!M?RCo32Pv~",iwF( ^DG#Dw,uoVgS{d0)iG[B~>Wcy#rkg:rtWw8[5-(bWr;vj%7WmyȌ& :b `ȄSuqԂXQIg 8edu&HmJ"~J~"ghԋ'N=e`%"j  jF(' 8jp{aiTQ—[ݬ"pG"4DU વ%ွt$<ݤ؟RRIX=l)҈>}*M$us%&b32#̓ha/iΐ3bٶ1J.wL љ n}CHq"Ĵ{^6 ] نNe?R^!FskSD̀;A O#v`YӏJE;r0I"_