lz4-1.9.2-3.3.1<>,6`Ep9|u^1֙_.8B݆Ien.sqQ6! | Zn$هòhXF"cox*ec`Zhes @]it:u(>?HFa3ɠ"ǼX#U|?EHeA϶uUȂE}kBL8Ͼp~8|՗q\hqPQv4yyźaDB̅$bw>0sr"J1A.ρ+gu<,>>?d   @ A\bl    T (8P(8 9< : F,GDHdIXY\]^ b+cdReWfZl\upvwxyz$48>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.`ExinomavroSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND BSD-2-Clausehttps://www.suse.com/Productivity/Archiving/Compressionhttps://lz4.github.io/lz4/linuxppc64le  V`:`:`:`:`:`:`:`:6f872896bad973af0b7b8e0b5f47312f81968a9f67694f460467d6604afbcfac97b2f2bfa95b61e6dfd8bd637ffd8a57204bfc6512f432b1d9fa8fb98c71edd8lz4lz4lz4lz4.1.gzlz4.1.gzlz4.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlz4-1.9.2-3.3.1.src.rpmlz4lz4(ppc-64)@@    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 changesxinomavro 16213499571.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_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7e77227676b523add1412aba01204a62f175c47d, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRvnT5HXB"zYutf-8349725a178a14b76bb62b85dcbef3465e3fc1b975792a42c99937f335731e795? 7zXZ !t/&]"k%D[oΫ<*!IK9P ˾JHw v /p$'C<0M>@>j/guo69fZrb{Y=~n%$y63E1`w.󴊧@9G+BCՖ: .Xasj3!~JKx`D B:`L:}c:4tZq\ r_2u놥TBzZߟa/x>F ]锊|:ɤ ߣi%e46$P7t,LjEh(*2:Oj78 ot۬IyoޯVz72Jug p0nrkaOsbnR?F.:&[ T'I.V'vXa3.&Ä:f]TX p[3aG3 e4?raxX%2V!*_s+"M$Cx'$tiGB=F :ATٞ/|!b'/#PGZ%VU 5@s>OӢRMW6Qi}Yg~LkXS*O0s$GyQ~Gɕ81릿-QbV8N gݳr']ٯ,o.{G ɩ ^&/lqFR[cK->!]\Y'zCMq|c.:YM{BtgY 3!RCreEI+GU`r7| :ƧWi E"sH mE p R9y.V=PQW2 =kӉkg?޲Kf!iqGߺ3 X#$8ن<+UA)nSn߉ yE4o}Ct/K=ņpV9C\+B #;HpM.EsSœ=ћSǘ@ۗR.UycI*!?z,m49H {sR= 2S(JEȅ{?"ʄ~gw{7c 5+n0|DVN^{x2:F#_Kޭd;C9F(fOƙ?;q֛^>3ØEA)^cu¢,ɒ sr(`W &lȥo?R2|DQ"oS/UF~HB7Mm.$S2 1ʼnL LyPNi`? &t ?tvHw$Wx-D^Ýh>&*x'TOuϡ=i0$T$^oFqU~c2}O&;X7Ca R\ZcFg4R%c:O:n7J^ 꽺1U“&FL Z{G,T-bT+>ODjHvrp(^5yׅUFhwĨs/P+6ĉ:*l$ z1]Gbtڇ> MIGH_~箲2XY'sbm͟+qWy7y!t΂I`Kԃk9zv'ٞ\e^9s؝-~bqCis>d (;v@ (!AZ$im6nА|YO~pj +yLVb  uP`s3o!|_qF'{жcoR.AeG6Hf qܹ(cZ7o㵽aZޖD_681t< Rh\S* CFV| { 8kI醹]KBdL8.'mRܩkr}][|6k xVШMJ|lrWMȫ,DFΦa#V^ñO98Pd8蕤kix]j:o*C<4W9DL*$SM0?j}®\p 7GS<ms*ƷPθG*ՌAzXrDp'Ca5k\_80Wħ-BQaA\4J_?KcR8%ҡaffr0"YFYXyhnLB]oz3@ȱ`=t-kYf$H3?N/%*WXDQ UiW_[K&fYDCwwKj:ɠySf)X G-+̀ l0r-SvUy<8 w|r\O+ qgerqKX / M:*7..'QWAYf7)rqP] Mz0k !4mGFcH>5ͳQS}ϕ RJY< c:ExDsQ8-H\3SD`Eod x=IHTFD}pJlb`U-Ӆ0[4 \r./y,T-※$9qsmdkd#@(Syi E N,XSMt=˘|"wXx `oͬzQBv N? ܯisBM"<[qPPp M' 6.gZ"{3M<5$EZDxB.N4&A ~:G~[fQls{ZyDwi7?an'h@䔦Zw󯻟tAKZpN-&@ŴހkckR݉4 3]%v⧩:(/rldB͸!(BϬ C96 :!TJݺL\bF,uWXx o7HƷrǹsi:>Gy[u#đxOG绤OYU$n*-e>Y̒xq{ouR+xڃj3lԈϑC :Wnhja=cg *_ރmt!J=A|F0RoCn}`~^ bJO -3nc'._z- K莘Si*AےN#ZVW1;\zT+<68Ay cfqs̋T~t> cB?_zӢ*u{ufӌ}^4`Mdyj0H薝/i݂f|jx`<ُ-l?gAV3Cl+/Em!I?8%dMZcsuQ=]BS(rZ0rTTt`CaʤGk<.K^ $I49c41Õ4--AxE`E [њc 0iOE1 v01`M b<5ƆD %/R{qb[(yesN\v2{5J"dϲm24QVP3tkHnv c!` +H OrZ+ɹ0x$9R j >v}ؘmQgc? #IuWI:WM;Zjߚ{pi ,LWCnVZWxپ.vpr%!פ)`a[~d4zy[+D9IB}+: %JjVK +w4ߍ8cz:>́jN!h~(a1o{ ;ap[$t -J2b 55yBTJ] w1!N ַtHqakD;?W)n@Pi^;>/XNG Ѽ@u@x, * YLE}>lj޲T!@dOy7X@4nEL=J+P^ӥ8AycV\=Q&@iNnjG