lz4-1.9.2-3.3.1<>,:ԉ`ըp9|ѵOfzxeȰ6R?y QN)[Q샂6}ѬOlm#HUIHA+f# Vgܤu8 T(<$d'$& ZP{]@.IA : Y vSXXz*T^Q/i8V'PF355yH#*H,ESH}>j.7TG|\F<o9Z [n5iPЎ cm"?kv'W >jJ'>>?d   @ A\bl    T (<\7(W8` 9 :t FGHIXY\]$^dbc,defluvw,xLylz|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.`ըibs-arm-3SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND BSD-2-Clausehttps://www.suse.com/Productivity/Archiving/Compressionhttps://lz4.github.io/lz4/linuxaarch64 h V`ա`ա`ա`ա`ա`ա`ա`ա38d2b0b856c387b45013e12cff945c1666316fad00623a19fd0b146263d6755597b2f2bfa95b61e6dfd8bd637ffd8a57204bfc6512f432b1d9fa8fb98c71edd8lz4lz4lz4lz4.1.gzlz4.1.gzlz4.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlz4-1.9.2-3.3.1.src.rpmlz4lz4(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)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 changesibs-arm-3 16213498001.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4ea88248e8f89711fc801f8d6b2e2c601053f528, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRM?YaDutf-8f80e56fd355b3d14fcc22e86a9be21ec6e237e57bc16d7f9f2dedc97e08fb00b? 7zXZ !t/,]"k%D[oΫ<*!IK@Hz5`?RJ*m]?|#Ww`1~bu;ȟG;R+BY_>DoSl6p1jHO*r2=X{6QgrW1gt/%F4:RB0nmLyF#U/ܳ$򵅡w+R`1G $-!kVk2Ӧ0=78rDGǩΒΗu}A)?`~+`R?mPz2:[S"nc5%-DvoY?*5>]'WM_p hR_-g(A|Nx'칰g"կopnxb6g!R8;v1Lry^WNFk/m,h5c@4R5܈\QGLS[+Yq]Q[iq` a*{S[7I3c3F2^NXT%#YQAѢM5eDrĐSI9unA}˥\Nژzf0ߕE|: ԕahyLYs#%_ L0(:)s&53`vf_yG&ہj2f=ZP, MG@./JP-EkU&Ѡ6//,y}4mfwRL㒷39^ÉÑE{)0 wUQX(/Omicj:CeX))Ӥr窑@MBs?q?/L5/QHpT}6Y:0x7fRc^mp5/.ΘoC-K db:_(IdeCQy ͫ`(U+|*RnC'1gzBR3v l$4Ki҉ٖGsB9:g$sY>QT mXq89s0kp[OcH?{eu45r핗{FQEFN;%֦_qWcb:!}Q!?V3c±QoM.- ^nm(hLhvi.ՄYJ-cC!|vWã*BF H3j&W(r`rn2p_ϭz#Vt=FW+zh&'CrNY6Rvj+tȒ9j*\ޣl4I|ҶA&)mi_lg|n:N֖#ݦTn˽|J?.PG 5-t7 ~.T,Xlez#MHE:2DAٹy1D;x?$hm3 r8="e\"I|=#.pa#iҀ=l=roD~A on.[nyȽԺ&P.8D7e)|/).-n  6s5;0vmU _Y@-hbORpT~/ ;8j\3+g6yzVhbs8J}T1ŬL+Sd;UNLqjU,c:Gv0 ` pS͏:'^B q0+I/̱N+ Բ` ˾z`y@ *%L'x1ݷ:g*RfIJBGnkD=%QT(5|!ݳLX4J]Bhmpol.}m2 =K?K:lIg9e d2aCd60S/86Be6o`/g{aW(ionRGeHW$a,2;J| ˳as5IhXqvJNUKkDž2~nբp[$ўF`U "dw0 ||:<$fi/jh) 88*uDRXeBsf3+s^Uu_T)v} %|\/Vqv;ӡ , sZI*ɔLB_{bŋ?7E\XeNVR`=/&=2]kg ,:"Rb}%w䙽MUH?(D^N-E0ݫ%+UՋIak32J<3tVivdIO ÉhP=^7Y Mtl3Z@ʯ7' )wp} kw[c(͌T;jQ)w,.W~7be i2YKLJ TL[~Ϸ V14J'f|"X6hk:mW=CE݌HcP@v\y;rb1dwV'/AЀ]h{\b%0J%EIyZǟ\&d2a޾ʚ'?;ER:=A AJ"qdrf2~cF/?n+.QMZɪ'񼵴V T@uE[bm, 4syyp!(XR-ۥE?B n.R|QF8Id~@^  QH9'f x hk8M87w (IhKw8CYsuVhv%-!T }wi^1(b)6WwkXQLY,p4XuЧw=r]olNg 8fs׌,Wlk#iX@Tn+CdǙh?3R+SCbmGXĹӔ׳%)N\>T 3ԣ c;ޗX[k/pR<}.ܴđVZ;H5#t0h pj%?7 S"'jV<-u2IkwgA' 3+c͞dSzfTFfpZ<,HX Ke}; N|`3jWlÑJXF'*H:1n=IݼY:cicLxhЃ?[FF 戒"'Od V|OQߦ0#K.20z|Y( `aD$48˪;9(W\=YNfߒ[6QQ_\SgAGˤQ@:FvL*E6۔pwR~9 Q.>Hy7};m+CcrB9w6bIs Qk[ *e.@e pזjPW̖A 6?a^$/1Д/Å&/Pt>\ AX#&7q⦂:$u:K/;Rkl(?JH̒`ƫ6tk/Fd(IKk+F[Sd" +GێWP״R=:,+ز{zdq2_2^s#鵳c+y'"v;`[Q\8tnc hdE%j@jߛa9wՓG(2+/ͱmؾq{QSdD+Bt>'o$o*<'#S,ost&$_D(H!w!Oش,%Dܮϵ>}*U5hqtڃU7?URD: +/?mʮ:pHuԟN2vyeTeqULZ- C奄'>I~%Mz~,/_HmB\  L{G9snЖݼ71d ;8R! zW";2TC\(JR i/HEKj\ލu7Hz(jPe[(MVQԠSдoav!"@娢>W^s7cc$ ıd7Em/HR΁!^+WpxC#E404f8]J-"J4TmkS|.8Tv>[7KW"A& {'O={ʃMYB 3Ȯ >SBÏKEl|< }hH)EzMQ)I\g"")7$U-+&D]#hp㹭F;TGoXgÒbdJLqփI7.| H9F;A(Zi^~[S!% =: `~ jP F+U sTC5C+͘'ȂkQ)1DJVBc(t/ Q4/Y\+y{9_#Fl*YP&b1. X.@qVmXy&"ǣ+qq!O## xt=ʰ`pJъ:}l_X6*kIp]?J0ĵX'87T\Du?~U"Xx`zliH:'A "oE'*]ܞ`E#[AAaY\u)vPt~-~Uʿ1%=CO|G=ள+TǕ(X,,#+ R):pS;Ni5WOG;::T{m