psl-0.20.1-150000.3.3.1 >  A bjp9|K+P'OWnT:*vf@znaaGz-FsnwI }rAІȡ\< ^UA^_Dc= f$kn0b(.,GFU AJ-+c0]< ~X47=HȠ%b ,ζep/i]q1 .ЖAm7eb30dea6abfc39500c6fb7b8a8d3024f8a5086ce5c79cf81ef16ac5430adfbdfc2f9b7611548e67f4161fa34f35e88c3f68a969Abjp9| xETru 'oeI@UG%wxǫ1?`Zv 0dP(Jus$ypk=#o׬q:LU@$ٛ'ZW,?& ~ `zKHikuzl:M&,kJ:Η8} 'I=XZW{@An5ֵiڐ9nx 4R(>5s_(^I&kE>d\[#?'2X>p>?d   P&* @^    + 4Ps   (!8(9l:FGH,IHXPYX\]^bIcdkepfsluuvwxy$z8HLRCpsl0.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.bjkibs-arm-2. SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Productivity/Networking/Otherhttps://rockdaboot.github.io/libpsllinuxaarch64 $OA큤A큤bjdbjkYpZbjkZbjd23c7a5da714f14cc1f4a0193670575938c6e854efd5b79307e6df44bb9446a997c975911b3cb4d8c2bab6c99cf0499df9511462d2da5e1c52e5c53d02d4aa806d49d877be3a30f8157780d642811a9acd1d2733a8f856cf5ebf094b1e3c990877903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4aba5317cac8fde6d88fc64634ebc10c32345dd1c4a669d5ec16e1b8032161d94rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibpsl-0.20.1-150000.3.3.1.src.rpmpslpsl(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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 Specibs-arm-2 16511181870.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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6c025580a8a97b0cf9f922c8b781169401d9016e, for GNU/Linux 3.7.0, strippeddirectoryUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRÇB'lN ]utf-8c04a049684cc7df3ae2569f0a9d00bb0c02e97a5016880842fb0947aece87c8f? 7zXZ !t/2W#] crv9w:5]jZ^Kޟϴ4x% Iu+H) $/xD [b!J; 3zm\"Z_DhЃc}ĥ*9 >gbGO5#G7ujBD^o=} toB2Zڝ )_E0dWOy֯/|?\F/=`Bp9at? G{v9TMh5+F^9K 5^YfgNv{QlW Lv(-NztDPOtb( c:{($Sĺ&Iqi?*Vg𙱦|LU7VGZaЭG|+S⊂o:YmS4ag ]gS>E5T'\+ xw>G7%G20'f#մ(`Ç5%'P6L*#.}N~zwP9W !XLI{ܽx9jf͡[T1+ dl=uQo4o:=Oh7vJ%w{.Ll>xli;S:"tm b?4,(+EVQTCy LskhW[=>Pr3RVŠ6fڢ;}UUAZoITfW3Ɉ[, s!z$}ʣWuW!B M)'Ddr /L6AyX5˶ U"TȒ|:xO;bЀ1B?PklvViQ~^XDq΂ӄ ׹c~Eٯ$-E-BIh2Z|Jccv^ОqFD9 INB&%]u7p<ڰx爌x d9NpEErm ز"Ln<m5جák<I$jI #f!5פ`R!-;n:J#|S'A}晜xEiמ#QXjU5ȓ]EVѡq{\T;ML$~̷1Fh<М"{x^wlL"I^{è*FKx">.qms 8bYtw%!|1:5FL (޼-iX,~'ENj:O܁/\cp[OͦsS1W;1R1. MՁ +/;ziNm ą~r)#mKW5WNlHKXJE4ke 6n38"+dm7`g3WHJ>G?3wL Y-_''Gԋ|%L%s4U3EvB XzI3)?)V<އ>™ZH,B@۲'+@9jɳ.H9`X[8KZ&.5 W~u5 '-yFZt#2x{eȊC__Wy p-;9O&gX# lڮ,E{G_o藺ɲC%^uUSlTM^urv'hL|#(r6U)p@+5Ye[n+@3M}105ĭ,>r@6PC.ge7%LCz"іia.ޫǤNX7If-_Y?{0PsP*CDQܥC<e[rK݀v({L#&3hŻ8ϸB' 5ys\eTkteH%1j.h@Eo9Ɵ`:>= H]٥Wz: u2,ꏖ?H38L@e[aT ~ }PeHׯaU>zɵr"YC9cH(aNHas&YK=u6m0|Rrʄԡ>AeɄѣd>",f8<(Gr1^m:Όw=H@nhڟI}H =P/g[x[*Avv._ͺiJV:|Rg wm!èoq{w$ßX0qGW弉Ց\zDа@oSSxғd -İtM\ 틟G-\ըR,mx3Tq_w 8[a<|ʑtܜe`7vQ&מZPڴu/@gbL:vblm v+&@"{Рakg3` G*L*]`FPfR=eYvwژ )\4k@4oӱLӿJ5 WY6$S!woO`svDmİWCgG|HL]ձ9QEE} vxLKxK#Y֫dU }8&5\470lƍZz*6-OnH j Ň)9 }N!?oSw cEi`6veOh{H&naI=jDx89"ќVj_o/}/Z&ѳʧ\?^1P] G|< ;QMAz3r_KUnEl${_0Xx^=Nόՠ3ο4>,dcEZty.8)>?lR2xtxVBEM'l<2P/eWC|m塞 uw-vx`_AX\6'g!Kz<&s`Dw)TUxoi JB6vbyž: 7[_2owM&Mlm(OW\( {P۔nM[@L^' ;&r8֮]k?:$3tYPc*&Kd@bPDLԜiEIaO&7UHۤd`]j/_W ?_@<45A9x6hɿG .+XlI!T'FO˩J D5cGDH|L-n'`#4~S,hDg,~K5z>!3kQxE7eOM{ )^*}RN^uybmp2)Ta2 [G{(ω.) mL_MFQ#v~K 2J IsGJblԂ 3OыUȘȣ@_(FP\y=ҕt 9AepxQ4.8o1?zpt-Zrre~"[%D4504vH|jQn(ɳWU@A񸴰MCvI2c#71r{PjB*T"\)I9G{#imO ܰ0Mw}>L S#iO` ״qI H(dJs3IERIPM5 ?k4uhH_H2"XKͧp)ȧGHGR\*%O9BcdDRS!W.b}Ԧ]5FH~?z,Пu>3G7yxy6,ȵJ ˜wsD?da;<RaiDp <p!3 mVǏ4H$I7k/^GI}90GOC= Epzwi|NWC 9BjA|誑g!wb1yb~,L<$]k:әu0ցgmb@]-8VGEwBQM>aK{]2Z8l6֪ΧȒ+c'T1fQLiN>XZ.SB{fp\SRU3#~;G)lѬ)KC7O!gZè!u۹("K@LdZ<_5Eߨ#ĉ;"pf:)[Vy 6ᑘ·im_B# dhLPӣHS2X,vӻ AϊЫW^.CMIXֽI(XCv_ j%Zm& ~IhcyUCҫ-aQ0|wK)Iy[+027aٿYw*ij^ {U#nZ _ [ML*-.sHVQoB Ε\WZGԠJF pFX.MԦhC5&F'4FJR|jŦк~88ziNYMzP/tM\ ₽Y4|}r\^]K{'~7)ق:42YSrrOg(xWo0ʅT]ɉ{'Ľ;0a:kXtt:h [C w,k]$9vb1^n&< mVͬ]9"ϧ6m?W AwUޜ磂s˥'eVP jdrDvdXz\(O6EҲei]rKDPĹw쀯ʚDד$YP_J:T[NSLJ6_Q菕isVanà&hQũ(\9f@gSJ3fmfDaY:qkN (DhMPDA_9=[ef5TS_l2@Z,[|A$P)mN- 6wgp|rp0=MW1Up:(͵ZCwi|DqZgԠ RN_z||jt+N2E( 7@mEbqP=\ᫌF=.כh#}foP?QS*m 1Cʰ]݀i Ѹ1!|O}%LV 8pMoN[t?]3]4 -%]Mh$i5-_ FxEHjW: &)Ec6 Lce]|׆/a8ѭwZD lhaVق]sH(̈~5e:k1N\N+zyQcd#-Z_(f26*A @vE1QXsJ,hC6(yIkuh /.nތ,Ob[WRw? qE v ☜ڢƔ/LP! |O B ~qv~ /S(v[/r:V"ۛiAzvԪ&-LZ/VITdo@RrU%S'LPC#ec Ť/0~J<9yb8?ۍ@'MHe6B=Ƶ< 1{xuV'<IX\GЎfbtN@޲\aO)?;fju|< >[Hǵ"x ־NPPew(²}7XP ]S;U&H[5W7#W]yaLA`bvƒՙ濏yތ/V5o7 ޸<# ]4+Cc*Ѓ}9RK 0o_1AQ08SdX)R#39z#HKf^j޹3L2~*uMa# *O*jwEY3}aP fcYC'+ Tȸ&-w"uhp.ܘ1ǝC ߍbZW}N<\K% :ӁAl$GpSin 1nG1E#Te A}O'?oa.-hiHHAPg"b0;ʣ 'ޒgr ("> GK3/Z+_/fy+IVG./ks²{ibZ l~ a̿q25mJ!L!6@䨩-X?[+̖+ۊ%9xc8LF/$3@NBq;N&ŒisјWKw/c7N p0?R^ѸWd:Jw]e/ݸ-1!!H~a1 iY45F%OVD%e(XIZc K.ru+e/oH~E]4hSyy$"-`ђH1o[u%xp&);PJhGJrh7c]|^ 0t(zQw9x+M<\њ[Ž$mb9%nBhšϞ=VV|C^~f&wj`T G)c}񰬖%5TiCtKbz㋪7 -~(Aշ(-K~{j[KyR(m8`.HsR H ]U`IԆ/Vgb-3@4G=瓶 YZ