psl-0.20.1-150000.3.3.1 >  A bjp9|Q% dDnDs$^sDΜW TRaXɼ䔦vydF.CMfbIi {4t'\56$ʒ%?kd?? ~FYM#Qf MԺYm"9ty k΂kDD1%AH۷d7dTߕJڷ1o_ :dnU&!5nb|)QGMZ{oAȵt‰M 94b0477a7d20f30c34f8e584fff448b02093e79f88220e8271ad537a118f1365c85634aeba5b80f9dcd0daf58f47f0f61ef8010d0@܉bjp9|ִAX_K\X>~5W/Ezk1i2ߘB?ɩ`ᕼ1DZY;@Gq-#@*Pr޶R%ju Pr r#KFϚ$q 45ʶ]N? LbI#Txe'fŭ~O`NBC3ˮO-I/20i$'UDw,j@,[}WGd>Jd};,Rp>?xd   P&* @^    + 4Ps   (89\:FGHI4X<YD\l]^b5cdWe\f_lautvwxyz(,2tCpsl0.20.1150000.3.3.1Commandline utility to explore the Public Suffix ListThis package contains a commandline utility to explore the Public Suffix List, for example it checks if domains are public suffixes, checks if cookie-domain is acceptable for domains and so on. HTTP user agents can use it to avoid privacy-leaking "supercookies" and "super domain" certificates. It is also use do highlight domain parts in a user interface and sorting domain lists by site.bjs390zl35mSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Productivity/Networking/Otherhttps://rockdaboot.github.io/libpsllinuxs390xI$OA큤A큤bjbjYpZbjZbj686b2e51256b492a918ee2dc4c03cf8ddf0649abf50823d2efee6a2d43ef93d57c975911b3cb4d8c2bab6c99cf0499df9511462d2da5e1c52e5c53d02d4aa806d49d877be3a30f8157780d642811a9acd1d2733a8f856cf5ebf094b1e3c990877903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4aba5317cac8fde6d88fc64634ebc10c32345dd1c4a669d5ec16e1b8032161d94rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibpsl-0.20.1-150000.3.3.1.src.rpmpslpsl(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpsl.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1bV@ZH@ZZZLZC@Yp@X-X@XRX)@W9V@VVS@VY@VHspgajdos@suse.comastieger@suse.comfvogt@suse.comastieger@suse.comtchvatal@suse.comastieger@suse.comastieger@suse.comcoolo@suse.comshshyukriev@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comidonmez@suse.comastieger@suse.comastieger@suse.comastieger@suse.com- fix [bsc#1197771] - FTBFS: libpsl won't compile on SP4 - added patches https://github.com/rockdaboot/libpsl/commit/f364cea73e351ce62e0b337fd1fbc21e70b52d56 + libpsl-fix-test-data.patch- update to 0.20.1: * Fix issue introduced with PSL_TYPE_NO_STAR_RULE in V0.20.0 * Fix SO_VERSION to 8:0:3 * Improve unit tests- Use %license (boo#1082318)- update to 0.20.0: * Remove hard-coded gcc flag in Makefile.am * Prevent excessive CPU cycles on large inputs * New flag PSL_TYPE_NO_STAR_RULE to skip star rule- Make sure to use python3 during build instead of calling env- update to 0.19.1: * New function psl_free_string() * psl_make_dafsa now works with python2 and python3 * psl_*count() functions now return -1 if info is not available * Fixed unsigned integer overflow in _mem_is_ascii() * Add -fsanitize-address-use-after-scope to --enable-asan if available- update to 0.18.0: * Fix order of files in psl_latest() * Add fuzzing architecture * Fix memleak in _psl_is_public_suffix() * Add configure option --enable-asan (Address sanitizer) * Add configure option --enable-usan (Undefined sanitizer) * Add configure option --enable-cfi (Control Flow Integrity) * Fix finding libidn2 for static builds * Fix use of uninitialized stack value * Fix buffer overflow in libicu build * Use libidn2 as default for builds (former libicu) * Add pkg-config support for libidn and libidn2- Use idn2 runtime instead of libicu - as libicu requires 30MB of unicode data - while idn2 is already part of minimal system- libpsl 0.17.0: * Use TR46 non-transitional for IDNA (libicu, libidn2 >= 0.14) * Fix coverage upload from TravisCI to Coveralls * New tests to cover psl_latest() and psl_dist_filename()- libpsl 0.16.1: This version enables consumers of the library to dynamically load the latest public suffix data from a binary data file in the publicsuffix package which can then updated without re-building libpsl. * Add functions psl_latest() and psl_dist_filename() * Do not taint out variable on error in psl_str_to_utf8lower() * Replace psl2c by psl-make-dafsa - correct licenses for package and subpackages - package HTML docs in -devel package- libpsl 0.15.0: * Python3 compatibility for psl-make-dafsa * Support for UTF-8 in DAFSA data * Skip punycode conversion if DAFSA has UTF-8 * Better code coverage by test suite * Code cleanup and enhancements * Install man pages for psl-make-dafsa and psl * Enhancements to the documentation- libpsl 0.14.0: * Remove unneeded libraries from tools/psl link step * Use https instead of http where possible * Add man page for tools/psl * Add header magic to DAFSA files * Rename make_dafsa.py to psl-make-dafsa * Add man page for psl-make-dafsa- libpsl 0.13.0: * Use tests.txt as PSL test file by default * Slightly shorter DAFSA array when sorting input * Check for python 2.7+ in configure.ac * Fix python3 incompatibilities in make_dafsa.py- Add baselibs.conf- libpsl 0.12.0 (libpsl.so.5 5:0:0) * Remove psl_builtin_compile_time() * Add function psl_is_public_suffix2() * Avoid libicu dependency with --enable-runtime=no - drop upstreamed 0001-Remove-include-of-bits-stat.h.patch- fix SLE 11 build: * adding 0001-Remove-include-of-bits-stat.h.patch * skip IDN feature - update descriptions and categories- initial package for libpsl based on Fedora Specs390zl35 16511180630.20.1-150000.3.3.10.20.1-150000.3.3.1pslpslAUTHORSNEWSpslCOPYINGpsl.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/psl//usr/share/licenses//usr/share/licenses/psl//usr/share/man/man1/-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:Maintenance:23961/SUSE_SLE-15_Update/0ff65e77fd4490225b2d3d3bc0f062f2-libpsl.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6f62c247c015d575383de7fa54a5e5b42b4d4e69, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRI7*U}h_r^M0c&fGvv<-0i~M1imLsbsOl7H߅̕x_o`ILzѱr`^EUce1MTHZ'e}8ň~u%HkٵXb T6޻`?^Wrnl>HX1:=mj oxI` 15K;D3@,'')$Qsu3ÈΐSBV!D y ("&'P^ڒbN yRNy RՋ&O >c#otWUhgzkGܤqeu Oѧ߰GKSP|VCE@\#]@V"\SrC p1=t ?ŧfrHOF}Vm^᫉dͷosg"tf O`wX@ t"iC:UeQ9RB,z+籣ףւ?RqIWuG v?Jyc9Wh7=pfֲY3uvɘ_6&no1D@;.lάEVs͛bdh"\*XgI a>I4,[\Ѧ)Oe:dϏ;xޚMTEQ=U 6-p/A-[fXzY£Fcjmy i~c?lGq:ѡ 8G٪}.wvB^;Ј!v8G;t$LsabRTV M?C$ ;JW.Jد5'PZJVN dI'9%RO-(pCK 7!:=$r/*N.#:{E[*c1Y:2\?Ex Ip:V[7+)f< t27FZ58/H+E YI ^uzt"W +x@ eՔ }{a,6r_t}Fɇ20Oe#l~UͮLQ̋j#en?V*يNDS&ή@\8]i|/.$Be[ЪLcnfccr%*Tze^_of=SEc>% C5Z/ƾ̔l+MZo_AD:9:iga͚a~@|t=M-,*WxÅHO5]|GKe ]^t=*n 64N> 1qMX@'?jGct񰗍hH;{ A(O u==Rh@OǦ*;kf!Aֻܽȸyqؗo3h\m^p2n"dtTK)tNL&]&F?*VZH䧑-Pͤ d-ߋ(GKu+4ILІ7pTV4nE4P޾">1Wxt>.fIIPF,Z; hCA>-ZUDUAGi' p Mެ幎i5{0=€!D0E</ =oX*j_~BF`'QLLYZt(8`F.}d"o}zeD̎ u"=U*uP_^wW } 5fefPکf\@cr([>eB#C@wAnRZ$BRY?`CJMcXB w-H٬dŭe[ZeP(!ubB,ڕEݙY'8. қe^ @Kdy/7ߩѵ]W~JX] "RB`)Aq6ߋ^pH7k'Ƚt h(b^cxLL+½loUxţғ]ŘΪot'fWb'N=6CP- 鶐k)X#C/ps[?fwiª| iii'$9LrƞaMu R$ Ckq*12]`(K^smgQԨ뺮WFc^7>7*(J7 c=8$pLZ1w*(YI(]{z}6Nòe7;%`vPcKiM= \}1d){$~]H=(%2,C*~3|?.-B$3q5RƦh# I']fRJKw+r,a˙T8"ascfV%D&Y` b;g Txm}Wld[f9#Gx!HzF.a%ld7yTN`m5+q7̘(i-韅[P ܘH ֝xisЪ浄 P Cw^M1yf\ٿ85f)-# u;Q@X!E ۳ ҵT@[sكy4ĶNXc4"Zh]UP.dCx"x*>$d5-u%c+PlJk"l,:TJWZ$gw>x} jKQ|'vzQpc,-㸩#+dlY^V:ubEDh6 @+oKN.-@$pNfç£1q7r 6g9+Cw9Rq:,7_e<EiuWzafD#78xtgVLBƨ jߍ18CNQ+㶼EᖤKKn4RJtSNzDIڎgjvIϣ;6,,1B˿&}WT8[5p Ԝ|#Z۸AׇD5&xQK"Z# $.Lr5V8j{0%A/gO0 DG0Wi&זt ۂ웫X`\0@`~.ZFZ捋Lf;KDM&{ȝceS`j;}~GUo|o^}-{!5$ ʼn!8zΙl:3mt-X)1Pjw{lBJ[HC^8+D@F|֗:g[ytcw:?%ec&R6WUwݡ2dIt ೌ #Ey:h+Ҳ:+wc}A.{"Ԛ_G6485wukNJ7:zR jh!Vԣ>Jm}98{fʌ@IޖoXf%WNC<[ri#xtDq]Qi\kK1kL0:7-(YÅ2^W0mW8LƘP݂2-c#O}7/ ڡdTA:,Vp3k,"uP@='eȹϘ6ԁ.4 nY'Y4D8Nm>H}s:KkF' _~;; mEٹ8$G1j31lPMFbk%! FP|jِl C]7J\gcnsL'L$(\DN!&*;c7.ntK F>MCWbnme*`f׷8O#;؆«d# 8հ_b-|䮄{P؞FmΩT5%f:" N̮&Ĕ Ǥ 4"6JJDl%(߈?ƽuՆZKe{ m_Z}S-$,<>t2JBTz!W#ݴc](U9r' ۧYFYH!1rS {'jt&^w1uqʍF l5~90vyQ1+jE'y 3IW<̪xGGnnn 3q /_6 dCBxNZfʑ%]9.)0Jq܁ISf 4x)[7b&E7zIV6d:K>H9̽B̽ (h)\o2ԂQ$+гtҼt1]O۬ i/:j$\Ub'Y` >Z2K 돬Ü|s^lPNIl H#'ObeތHo -t[Eg76g|\~}BZUH(lr}ǚ2zu]E< s3:0x< _[}-a[Ŵ$P71"VCmЬs(Bp=(̥b9~Bd_qc*"wTDid. 91Sw ҉"XǠ/KʣF<<-lͲE.fDiL?~xi?͘5e1gNYPKϡSzn_ٲB0!{D{=5z5^s1jN^n@%Z\&nXwqH,M ptLێsw]|28t.+2XL^Me-m3X @Z:F:wEw[4RS uFlAuO#Oˤ:nBc EMF!9P jIY:/ ;LWس[++A6m| 7u{M735 (8oeI3 ~fQaI3,.$)lZt;͏ i`]+s`/9$sKB$ڌiS!(i5 Hԉ=D]-t@u3i d߽3-[װOP7΄Zl 49/|MD[Т t(jQ ,ni-GyHNm,%PשHQh4(&4El$sJ[ mӚbΊx$E9rri0ˡ!lc|f4?v޸&16w)@Iq׮ ѢV\LG=KFǒ0DVE{DN9*2tS?]vx8Xj==x [ˤ8:XjEͻN ?TYlK:?ֲW:6 x^7}14u{% >Y+7`fUgȹDJV%'O]ga2[ID#2L.Ƀt/LP0Ns `g{iE.!9tk \R_R#>ɝ}j*ݶd_G7\QDa'$ʵkoTXd,$;>S{4y"6t}w^g#e}P/G5XnQ8j. 6}BkYm)ђH4ʵy0loNLP=8`,} H .傿H`U[HG?N/t[&!{+NI~tv`I(r R@%prRe8>S(rM 6~0دSĖQxkΎ DelI:Ҏj~~xHY,G`I{۽?\_Q^7+JGi-HK&fL+SʪjL ɐR(Q1/:gm_F?69DHfڳQJ>j71 )<K!v˥tƒÜ vnY!;D1{Ѧ<aexyFxIwuB`q5ZhPyV0oE,Ff77[Rs`yXdH,EIL^oElRKx dO b*JF-Rt;kKW.5ZU2#{{׊ӳ9 (`"ф3BGqb4C҄ z6;fs18߲4 XY+tT+ifu) H`7l轢g ;i bXXbصEe|z{Xjb$O>}*E*tbq^?>5j7*~y&v֦nɝpZ,KKD|r+UmƎGW6ca+pta5p -Nj-NL@ ;DQ~1xOQmEz(Յm% rנ,QĚeJ{6kB,rLc~˿4~¶>L<>Tw|t+4ij/ϊg`m>2%XvDvh衢 ƒȇZol6uSZ4PUyEk3#!jHwq4[8{Vc]^tȱu OD:\Gk6L5ENBn/2H\}P:~)F-#Zoݶ6Lmc[@R- RZؾX'AN[BMd5WɸZrg8IOnpiCn[.Y $kV['yT 4RׅoB15# eO΢.$4T]" "qӌ(7RS.vJ >\| Ԑw]alaլmޘg3WkY}2B+XG' TP«pu1H`ȫhLj-lOwnY D+cO^c?vFQ"2{b&j|m8׈/Eq'cZgJY Y@jYwvWVKllrVQ57ⷌ?Qɋg2;te̗^t\eG$B^'jۅpfx; P,6~׊c.19~o;/BesõhkS1y]t!6*p: *l7~'= {71{+Y$ͫ4Ǥ#qw@R6Qev<+KHVztQIÀWC~V 9;5Xe\m S<\;6@q9gSLpLEbcZi9q$šrYRdl[>!kI k4FT;bk`;둳Bswd|FVݶ YZ