lz4-1.9.2-3.3.1<>,9p`ֱp9|=>1| >@fvƯUP0Pٳ{EP}m3d@k;V V m5S.1*F֪* G>gTSQuF3ҘظvٚVAD ;@"ާɪL T͔.H:YuBJMH5L4|w $NN@7qM~*~UX#pak"g+;xc;)JupK(>?d   @ A\bh    P |$8 \ C (d8l 9 : FGHIXY\ ],^lbc4defluvw$xDydzxClz41.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.`ֱs390zp32SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND BSD-2-Clausehttps://www.suse.com/Productivity/Archiving/Compressionhttps://lz4.github.io/lz4/linuxs390x 8 V`֫`֫`֫`֫`֫`֫`֫`֫24584b4b47c89b59593a8a41bd73d630895dd18eaf20618865cc7f760bc1a93597b2f2bfa95b61e6dfd8bd637ffd8a57204bfc6512f432b1d9fa8fb98c71edd8lz4lz4lz4lz4.1.gzlz4.1.gzlz4.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlz4-1.9.2-3.3.1.src.rpmlz4lz4(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(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 changess390zp32 16213500651.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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9f4dc05a5fb6bc5aff165f47f91777997c734143, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRR]5@ Yj$utf-851b215afd007d4887c0e465fcb52a5ac4c062d4f1460ce11cf65cd1c5645614f? 7zXZ !t/+>]"k%D[oΫ<*!IK1('.jR@2k\fL0IgQ1;*ApSnn2Ji6í1`~'iJrh w݊NTN(FaZ'|wY)C8 gMvz(9Kc1M@@sI TZrR*q)VqԶ 8fl ^VeW>_OhрzN'=gVk~yQP3iCFcFI*L`=?W'ܢ4"g6$`,??7vD#kPH\[x_zzaۃÉ5o;&^+` Zj7њoNkf |w=qTꢘ2G9vSPSb{i?܄y8zm=~^:0lns~ Q=ujLGEBm=Mi,Gp@*MpMYSA4rvMh9^AtZE%T/f&G1 6RČ,Ì 5bV,dxi* e=84z1}iŊUk~S*a[=ވ2 ;RsE"5/y)AV5S/+p"~saŃNGtC r> ]@mֲɅK~ ?FVad@,5J{jRwlEgHͺs ]|K1q#ȑvJ}}Δ'V+N׀~kqN"&x:|M+92bkt`b WxG^{l V5Xm nB9㓉{sZo/K[\*;_$y*B} v kӬI`fSq@^=+IzbjY(yZneJB=2?C cNsFrF7%_ <9\,ssإ1m$!JwQDrO!4FJF c?N,qSʘfT߱Lwv;Ęp@dMS^<.DWеܘWH]~v%W brFgwhيvm۶.IQfLD_E؇P]IjiQ8(=ubW,V MS߭?GrsgQt@tUw (޳6x*e43|׊K'!{XUV-%8f;Ikjj>v!]='oB!#U~?plS4DQI~.Bp& ڸ 5!߼bS+Md(UU:ZD@Sc$K@Y} ]cB | FSXC* HY\j~4 &NaK2~[/UC~'ޱL`KHNl(_谡sIa\Jȶ}3O#VlE7evˬ# ɺڻ$Rt8 ȗ:>Ɗ-%>‘W\*E#o1FJIAF; q[zWhT=7[abooJr#ox_;i[wkAʊ uAuF@[]%-0>N-aIcu ݐW*668Es^ XJo9]+*Zj8rn)ͦVФM;es |© -_ShlQ&2pvrW Fߖ܆aejc3S[xQ{5J bg f PƊƳA/@+ 5^~*kG3poEaM3S{q.4xaur{!L`oPr0%_t4pT#֊5}s# yVcm gcw99|A[cD QSvF}'ȁCfJ٣ԶeJJ&g?yX )q+1V[sOIW0euEuYS3X^uM&s]O*D2\kQVC/L4ޕN=7`Z}>9_58`Rd$p'ua@TLz'2bY^#o&(p`/c)qǬN1֑ܮ8nPKq]*~]QA?cU{!=%(),hVԟS&]:kTE.G34et0}֨?ϽŅj/4J.Yl?h$Zا& -XۖKjlɁ>|dWCupy2 . K<9?pstUT4iGF')OTdEvHuE m2- ]Xw؃4!𦿓Y*Y ; ݁T]zWUi;ATsa,3y\.䢉%DaVJAdk(?QظWb[ B`y+JN}ud/l#Gnpu]P. -0Cf&u.[2Ő'AAw{vaq6^ ^R$fIFA2DkleSwH+8eÝ4Eh TmjniE26^ƗijJiXxS?bLӃZxiOaӏ[2lĘDb`וJ\jM =4Лl<~R?0Ƭ'2Mx//C=`hFTNy[MlNMw%cMYvR;Brq`%ph :;Zݹ60<~ (ޣ:cK4;!x5AȮ>QDVY;tb,KR3X_3tk[u-EXm$"~f(jM&X80B)F;I EпȜ>NRwF}$S!j  W.j&#dq1kJN` ;P,MQR,((wOkf Jn=vVEhN|ϺޱO쯰D#dߞx*H6v2UDGH,+sasɓ p: `(h)|M ه(ߨ?N'vYUWEj0=}Eek3}6N!XT.ւ5fzFͪ(YbXͳ9C,ރ/&WhK|6HOvv Y_":ݵH~y$ C56D\8Ah1kM"R%3 ;B}MnGnb%-L_@zkyra%DV5X3M^KKMgQ?Ls~Z 鼫!?[3$GwKQlVI(诣°sO%{ͪQcΈs?׿4 xW >{Jye혆H\U2io>ժVH+Fa [ ʨ: zue<bNprv'S 3^@IRO^R$f~3Kj *B ٓZbl'g-,ef4-Z2m7 U}?K{@A 2~z<> @{Lu 뀸SLjoqCDOT%~y3"j˴QpQ)vvt,Y;re@hh hEg zmMZZ0\<WѭFK_fcѩl)G܉ <t~%m,83ZZmb/'ҁwu6,WY YZ