lz4-1.9.2-3.3.1<>,:`4p9|)aqm7tlz;-G|]Q"g7rD^Px+g?vE#b1XnlA6$xtJï~byѸf:Z}ov7yFn`U갯 f$ZDlZ>#$7UŻk$LS϶m;Df,Zk5W(hDBmh)oU\o(L~F䷶F0XL';]Tͫb)L]r>>@?0d   @ =X^h    P |$4 `  (8 9 : FGHI(X0Y8\P]p^bcxdefluv4wtxyz,Clz41.9.23.3.1Hash-based Predictive Lempel–Ziv compressorLZ4 is a lossless data compression algorithm that is focused on compression and decompression speed. It belongs to the LZ77 (Lempel–Ziv) family of byte-oriented compression schemes. It is a LZP2 fork and provides better compression ratio for text files. This subpackage provides a GPL command-line utility to make use of the LZ4 algorithm.`4sheep02SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND BSD-2-Clausehttps://www.suse.com/Productivity/Archiving/Compressionhttps://lz4.github.io/lz4/linuxx86_64ڈ V`/`/`/`/`/`/`/`/2ff78809ffabe04313f285e7b0ebf2af4bfa76cba4df4dd3c88ac3e46b4b38b997b2f2bfa95b61e6dfd8bd637ffd8a57204bfc6512f432b1d9fa8fb98c71edd8lz4lz4lz4lz4.1.gzlz4.1.gzlz4.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlz4-1.9.2-3.3.1.src.rpmlz4lz4(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`f@]@]\@[[4Zz@Y@Y@Y\X|V@Txcpgajdos@suse.compgajdos@suse.compgajdos@suse.comjengelh@inai.deastieger@suse.comastieger@suse.comavindra@opensuse.orgjengelh@inai.deddiss@suse.comjengelh@inai.dedimstar@opensuse.orgjengelh@inai.dejengelh@inai.de- security update - added patches fix CVE-2021-3520 [bsc#1185438], memory corruption due to an integer overflow bug caused by memmove argument + lz4-CVE-2021-3520.patch- enable testsuite - verbose build- version update to 1.9.2 * decompression functions were reading a few bytes beyond input size * api: lz4frame initializers compatibility with c++, reported by @degski * cli : added command --list, based on a patch by @gabrielstedman * fixes CVE-2019-17543 [bsc#1153936]- Update to new upstream release 1.9.1 * Decompression speed was improved by about 12% (x86/x64). * New option `lz4 --list` to inspect the block type, checksum information, compressed and decompressed sizes (if present). The command is limited to single-frame files for the time being.- lz4 1.8.3: * minor decompression speed improvement (~+2%) with gcc * fix corruption in v1.8.2 at level 9 for files > 64KB under rare conditions * Add new command --fast * api: LZ4_decompress_safe_partial() now decodes exactly the number of bytes requested- lz4 1.8.2: * speed inprovemtns for compression and decompression * fix compression compatible with low memory addresses * fix decompression segfault when provided with NULL input * cli: new command --favor-decSpeed * cli: benchmark mode more accurate for small inputs- Update to new upstream release 1.8.1.2 * Most visible new feature is support for dictionary compression * Support is now more formally added on the API side within lib/lz4frame_static.h. It's early days, and this new API is tagged "experimental" for the time being. * Support is also added in the command line utility lz4, using the new command -D. The behavior of this command is identical to zstd, should you be already familiar. * lz4 doesn't specify how to build a dictionary. All it says is that it can be any file up to 64 KB. * This approach is compatible with zstd dictionary builder, which can be instructed to create a 64 KB dictionary. * Improved performance at ultra settings (levels 10+). * These levels receive a new code, called optimal parser, available in lib/lz4_opt.h. * New parser uses less memory (from 384KB to 256KB), performs faster, compresses a little bit better (not much, as it was already close to theoretical limit), and resists pathological patterns which could destroy performance. * New parser is directly compatible with lower compression levels, which brings additional benefits: + Compatibility with LZ4_*_destSize() variant, which reverses the logic by trying to fit as much data as possible into a predefined limited size buffer. + Compatibility with Dictionary compression, as it uses the same tables as regular HC mode * In the future, this compatibility will also allow dynamic change of compression level. * Small set of bug fixes and improvements: + perf : faster and stronger ultra modes (levels 10+) + perf : slightly faster compression and decompression speed + perf : fix bad degenerative case + fix : decompression failed when using a combination of extDict + low memory address + cli : support for dictionary compression (-D) + cli : fix : lz4 -d --rm preserves timestamp + cli : fix : do not modify /dev/null permission as root + api : _destSize() variant supported for all compression levels - partial cleanup with spec-cleaner - drop lz4-use-shlib.diff, breaks build - misc spec cleanups - remove Makefile fix - build and install separately - New URL- Update to new upstream release 1.8.0 * cli: fix: do not modify /dev/null's permissions. * cli: added POSIX separator "--" for specifying that all following arguments are non-options. * cli: restored -BX command enabling block checksum. * API: added LZ4_compress_HC_destSize() and LZ4F_resetDecompressionContext(). * API: lz4frame: negative compression levels trigger fast acceleration. * API: lz4frame: ability to control block checksum and dictionary ID. * API: fix: expose obsolete decoding functions * API: experimental: lz4frame_static.h: new dictionary compression API * doc: Updated LZ4 Frame format to v1.6.0, restoring Dictionary ID field in header. - Add lz-export.diff- Use official upstream repository; (boo#1053910)- Update to new upstrema release 1.7.5 (2017-01-03) * back to the old version scheme * lz4hc: new compression levels 10-12 - Remove lz4-soversion.diff (not needed), lz4-killdate.diff (no longer needed)- Add baselibs.conf: provide liblz4-1_7 as -32bit compatibility package, required by systemd-32bit.- Update to new upstream release 131 (library 1.7) (boo#973735) * slightly improved decoding speed * lz4frame API is included in liblz4 * new -m command line option to compress multiple files * new lz4 and lz4hc compression API (old one retained)- Update to version 1.4+svn124 * LZ4F_compressBound() may be called with NULL preferencesPtr * LZ4_loadDict now returns the dictionary size instead of 1 on success - Add lz4-soversion.diff to address ABI changessheep02 16213499401.9.2-3.3.11.9.2-3.3.1lz4lz4clz4catunlz4lz4.1.gzlz4c.1.gzlz4cat.1.gzunlz4.1.gz/usr/bin//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:19705/SUSE_SLE-15-SP3_Update/55adf8d5c7357a40c5bde07b864100f0-lz4.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bf1875b5f2c48d46d101b553c2f6a6c788155fb9, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRR01f+9WYutf-81eeca7b0c4998410897ae7529d55cf518bc06d19f2e9f7a01da8db022f4a005a? 7zXZ !t/*']"k%D[oΫ<*!IK':B^R}&⥣y*Ž%8jr;`GZӡƖh gpKO37[A1G0NsB _oq/Z7A闳zo:!|sx@;)'SR*H5GQmyJ'⬹ _Eg7X8?? MvMhgi JzVs>Z2Ȩ#[X$#82dk#i~ŝOۓIoՒ2mMw}쫕6 ҊqN|̤CGૂ5ºp+W=bo}gBH6S1qdgZ-ٽŇCJnq vv IQϩt.;7uk 2B{ܤ{{z2_ 2 r@orBv ChY R2-A.Ih_ޘ$[29}_ 6x"y}?Nk@L3kc)OݗahbÕv!2_,bzX`Q|5i˱jԬE |_ (.]?B{;q#k(T1k)/oHS YR%gjX\lq̘\=8%TrAi&]ԦU kG̈́^9TA'M23Ώƍ90B Wb"ٮL\ c0RDH,qܻ4 bMbV(P^d3J ODO1u2rE Pg'46^qU7nTW/ZIi#,a}v!e6Jzt&l™f.A1&jHOFa\oFom㒇KҔBe3ewr?r[&RaF ɝߢ{$!r$*5++q pNGp>wD{n3aWd0>flE%wE$OAuv ̹+vam]ARP rMB2D;0hY㣀"&gʋj^t`B>BgFU\^RU% }-QJ/*9xcFexc<X{0`3D`'?eFm&K>U*_VfJ6`qiO3*vح<׿H{nK(ڐD+8"p"U5B8w{Q) rekX:v2h+ry&3Vj8PyLNM[ ӊ%\Y`JG&?) L7:,P<,^6Gb6ֵ6|b7yzg]vR@c!R>WѠT">Xa O^̔dVOD-B%1AinD(?^ˮGtń ]m3#{f! elk9xOOnl=̓y6sndt܍R3 JXNzd?X-L4|#i䍩BIҸ餞lesP|p᫧%16?R+`,;u? Ax%Gk>Cg]1IxNe8j׸|s `5Ҥow1P6@; ea v/Pr'؀g) / 6r-~2IhCҊCiKtp:so%7\Iӗ~̕bFD^ j%UP{7McN:NcXa `t=&`s>p}Fqȵ{RAn!NLS IV<3(%$)T;}hH,B0 dߖe{+q˫ ;3nx@8^"i\J5tZepd43 R~(UDa*v,|BTpWI61dĀW:1@_N`WR+vd?&am|)P[I->5Iw 5!^v<^E7B\ Z[Y.Uj1juS?YMW^CYݾ6E^a_}fW7,ʯǂޡ\TM)l £/(Xe W lUo 8NL呭)zy牧M=}_κGkj} C[CkUV f 2hGHP ԍViXuNm$Se, (Zc𡧥jJ\e.Jhu!81iFo{cTmP ;l1{M!}0UC1 =ͦ> .:k?KĶ`#.kc D ۽)r\c"d|bt% l;dR2)6 ue!ܑdF@kx+p-Zh[;.)#.4x(_ a4W|wBH9hF~ڝi)xOOUD#̗6_m31w"_zZ̶DC1\)#~Jnr{zeTs%х! J\WR\.?V(4 ℑhpLw"'22roc Ċ>h@4+Z{shN&kӷHj&N::[!|=oTV#W_œTn _)]m "wIxڮV1uFp(6Bb ձKm}h=T c6&[(?Fe5uͥ(-ߢptq1m%C'0 iW7{Vy]Bt_y|h7jЌV @LP`Ų>`5Dh.sJ1CWԻU QkF"u{6=rF=״F. t8*w>5nh^,૝:c|uCk0|[SsȿK]J:}SښiQ$k>גm,RwmhriJhЫ ^1EUdް_)4҂Ri95Iy>nBYF3>|ɛi ,yγKcG|l{ W8?t_A0a d= ,9r @'>0Fbad و,GhcJf¾ǚ:yv͍ߕm7 Ea;qlSJ߯ w(;w2}/%#CY Y@wlή&R[S, 7"ҜnN1s*2)oOOGMlbU1qe07?_"n5!ЃuR|Zid;̦;uL+ЎM 9QB֥&G\'iVunH{B_ea y:!8`VbrMoU$\j! KZ %qtRd=J-̗m^A%:zxM}G:-+;#[GMq] fhtPO8 m/(OXnIT}~KC;rCJG^%eRPY @ %a?t3U=yMYΨJ u9{ Q!c3 t(V!'|񦪤 kssq>tp0z)rr7^+[wiOMCvHp)D)⦛ b[![y Hj^yi'twHg^5XC Թkx\Ii3 2ΊtllJ u!EN.&JZXmF2%K2%딿j@Noÿi7fڅܖL&/^WVH2 "1#vUt.FF{ɟrM0 "H]"Ir1Ʋ|I h!lrX r,-k7ӣ׽Audḥ8%(FJ;5G"z)dZ:^g˼/j*ZY-`R Ix@ytA*JF"}VEs;ݎmiϊXKK7xja)* Ĥ˲S#AyU-țC$j{o518[D'd_/ ~57޼q|GY%_z> /icEй1DqJ^rĆ+ @κ7I3]mD{$SZMnn\@p8H(̫1gnC9'bׇ"&mv*MV 7lE ./!nFNT9|c*} S}N@[ZsWG"c[cR{'0w틨k"0K7q(w_xFn_(݈,*Txɗ.6~ CL֟kB['݋5'[tN0Ѐr5Yc 5tSuBD5!a_/~.Tf޶ YZ