liblz4-1-1.9.2-3.3.1<>,2$`4p9|NU`8[&{iV\qj%92v.CgRJ)a)]˝4!/pw'aLmxY9I͇OJSCE^գs/yՆ%-Q1ȪSޝqO 뚬Y= Q _"ƛ~{k떼􉟱KzXɷ9!vL J"Fsl%n"f7@<?,d   CLPX\u      N `hr|   (8 9< : >,@;FJG`HhIpXtY\]^bcudefluvwxyz(Cliblz4-11.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 This subpackage contains the (de)compressor code as a shared library.`4sheep02 SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://lz4.github.io/lz4/linuxx86_64 `/`/d2083f8348017b9a80c775c458266d0f5074bb5cb6bcc379776a913857db9de3liblz4.so.1.9.2rootrootrootrootlz4-1.9.2-3.3.1.src.rpmliblz4-1liblz4-1(x86-64)liblz4.so.1()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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 changes/sbin/ldconfig/sbin/ldconfigsheep02 16213499401.9.2-3.3.11.9.2-3.3.1liblz4.so.1liblz4.so.1.9.2/usr/lib64/-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, BuildID[sha1]=3ae7ead06e8c505c94a0649520524f05e196a2d4, strippedPRRRR01f+9WYutf-89fa386875e4a66895c6a64d1771f8573d48b5d1d31d0c0927b33e2f0691c020e?7zXZ !t/$]"k%Y}dE29k͉YAז1'lТ]Jp>Fi҅bYntJi@,A&z1J>K-bMAl|.2{f2z8{%#ޫ[7"s ZQ b2IXv6sdԯZ˒R LUDϵ̑HS^eaVS-e\4]ؑ-F5z~7aWr-bn"bX}W(Ԗ%)Ň`ڵ؊_B<BjDPT}J.JZQi=E r\0}v* K~w 2h7xjƧcs*00\a>0 N$~!6YlcvD Ӕ! f<1m>`Kn'GQBϊ"@N $ۏ*I Vw A^@Gc{6I9 z(/%;EMy9jhgX g_2ma`}$Aon&!(5Z5tTb2:[ wMM/fұO$,Ǿb ]f& xp+Е&UpZ=ُ0jm&_.뎕ghd) oۣd QE1g%om#YEMVP~1q!5> K7;7i-tԾ4kd,*f(Sc#mLSʟ y#^x+ILtרQ!l%װ]󗟚OmғU̹|О]~[zJBI0Cy~ķӇﱞ!?{h10T/<- !Yh/ x]7S$,UbM̄" JVw~R-Q݈^|"]K"ߧ]u١Y7.ta%+_:tD/z_ՏҌq􇗪4eR( 4J`aFIS|ُS-omvAf!BW4&$S@?# DqEU"kE*[2.=1 x+M}bUgP- m>`79` &j;.1:/S7{N 5% % 2/ [ܛu\Hmyܦ6RrTZ]qb7R ^l@kQ|*BkCACQ>vAxHjSZOI[}rl( !3(*C RUmEayا %Y6E,?/L[䳲:: bkμ@ W?A0~4WMA!H9ZCa$#. h&396i_p_<.& (>?Qbs#y37T fHabn%ZqbbԨ0LX{GʦGcA=qPBMٷtgq6f8|LD Z篗Z.a oяcT9 -Q~>+f> 6DљUR)s琙V!:*K/޳>{?4*Gq^VE .4J++M3L1\?F l;I&T&R}vhXbsZ2 KMZ)%ij-biZ-":!JTK5,)V`V i{ǰq`/!?Eyٴ^_!"FSCPt FOzFhhpjNd'B'ǂ.n+[vzBMMw_0ep,Yw 7 jY ,@IU ӒR2&V+gRyb KGUȘWr1Hf) )Q[h~gL|3 YA |!y +G` YD8#w;-1OM] (^g6B դ2JIk 9\kS2ͮa ?ren|Ob>L|ȿ\0 t:ي`]ՒZ6M>s+mSD̷ٽ*phoU}Q)bg꿧@?#W/?;w9o{K>ZN9z[^UxMUrZJJghs/ȟ.򍟹g[_^ׇHX0ixiZh,N΋0)Kb肕 f_Wud?-q|B +-S;[{ oEX#Ӌ--bOK~갢ؼ q6Jmt^gO2^^n6 j/?|G.S#݉Bk[1q*jXk]|3B TnJGٕ0)QsA[\1U6p,h$bOrun0d"J/74'3*Jg@]X2I㍙+C}#^Aoh 4p/(u>a-k2>cis^xݧ*O:߄>G! |Ѳ&b-$cK+WP08PIpy}T-]!al4v@!?v їu`\T@†F(gV& )i"?RM rQ2˛қ(2DU " c "-ʢ6^mAnce4kN@XB$lz&Cv״BK\X勔{"t_p 3^Z՛zC7U[u>PG]!W! DmvQ9"!G"P<\5y_dњ>NZ%*Nvlb&"|v`txT?eSZ+ MGϕ0̧6Kc8tyV> ^^ aaHIф|DH+'nMxw1hJ+FUAO NHXЄ+m]Lǃ $وPiI'`K]jU8˙nvf,T+.g8{ ߀?ĮANcDh O>;i JѬy=~%J|ḧ́b*#̃ D s=i'y*K*q-^&&W5#Eyf~wIg[3KR>M.`)_sA42Sds,N2ߙk]yTh}[ҒCGnn>%gqK,tE|QAV ߵb`ݧUu,zůnĮ8 BWXl&:O}wMupSxlW0W}R4D8)πV:qeTl[P]QsbVeX$n)M*<47\/&n8STM Rz?Z)G+8])[ɏDY"+(yG:kR4X? rcP*@(2: &Ne#/3TW]@itpd?o i Ԙ7kTt Ou {d]~\ p\*3׏2bo'НŠB QY#Io YZ