zstd-1.4.4-lp152.2.3.1<>,`[X2/=„5>Ȭ tp&B#%GS:g"]Pg=CĠ"=yk, ٜZk)=Ova1# ~`5gT8^ZQOKbMW08z5EM\Sy8x @bѕ>v@ozM q9{o7@7ݰp5µoSJ*u z 32[T|q)C3p+ŧ[ dy*h #6~>A?Ad   5\`lp  `      <Fh D &( ]8 d9 :pF9MG9dH9I9X:Y:\:<]:^;3b;cIsmail Dönmez Ismail Dönmez Bernhard Wiedemann Bernhard Wiedemann Martin Pluskal Dominique Leuenberger Ismail Dönmez Jan Engelhardt Martin Liška Jan Engelhardt astieger@suse.comastieger@suse.comastieger@suse.comsweet_f_a@gmx.desweet_f_a@gmx.dekukuk@suse.deidonmez@suse.comdsterba@suse.czidonmez@suse.comastieger@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjengelh@inai.debwiedemann@suse.com- Add 0001-PATCH-Use-umask-to-Constrain-Created-File-Permission.patch fixing (CVE-2021-24031, bsc#1183371) and (CVE-2021-24032, bsc#1183370). Use umask() to constrain created file permission.- Update to version 1.4.4 * perf: Improved decompression speed, by > 10% * perf: Better compression speed when re-using a context * perf: Fix compression ratio when compressing large files with small dictionary * perf: zstd reference encoder can generate RLE blocks * perf: minor generic speed optimization * api: new ability to extract sequences from the parser for analysis * api: fixed decoding of magic-less frames * api: fixed ZSTD_initCStream_advanced() performance with fast modes * cli: Named pipes support * cli: short tar's extension support * cli: command --output-dir-flat=DIE , generates target files into requested directory * cli: commands --stream-size=# and --size-hint=# * cli: command --exclude-compressed * cli: faster -t test mode * cli: improved some error messages * cli: fix rare deadlock condition within dictionary builder * misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd format * misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro - Refresh pzstd.1.patch- Update to version 1.4.3 * bug: Fix Dictionary Compression Ratio Regression (#1709) * bug: Fix Buffer Overflow in v0.3 Decompression (#1722) * build: Add support for IAR C/C++ Compiler for Arm (#1705) * misc: Add NULL pointer check in util.c (#1706)- Add disk _constraints to fix ppc64le build- Update to version 1.4.2: * bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696) * bug: Fix seekable decompression in-memory API by @iburinoc (#1695) * bug: Close minor memory leak in CLI by @LeeYoung624 (#1701) * misc: Validate blocks are smaller than size limit by @vivekmig (#1685) * misc: Restructure source files by @ephiepark (#1679)- Update to version 1.4.1: * bug: Fix data corruption in niche use cases by @terrelln (#1659) * bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595) * bug: Fix out of bounds read by @terrelln (#1590) * perf: Improve decode speed by ~7% @mgrice (#1668) * perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681) * perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658) * perf: Improve compression ratio for small windowLog by @cyan4973 (#1624) * perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635) * api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656) * cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640) * cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631) * cli: Restrict read permissions on destination files by @chungy (#1644) * cli: zstdgrep: handle -f flag by @felixhandte (#1618) * cli: zstdcat: follow symlinks by @vejnar (#1604) * doc: Remove extra size limit on compressed blocks by @felixhandte (#1689) * doc: Fix typo by @yk-tanigawa (#1633) * doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629) * build: CMake: support building with LZ4 @leeyoung624 (#1626) * build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647) * build: CMake: respect existing uninstall target by @j301scott (#1619) * build: Make: skip multithread tests when built without support by @michaelforney (#1620) * build: Make: Fix examples/ test target by @sjnam (#1603) * build: Meson: rename options out of deprecated namespace by @lzutao (#1665) * build: Meson: fix build by @lzutao (#1602) * build: Visual Studio: don't export symbols in static lib by @scharan (#1650) * build: Visual Studio: fix linking by @absotively (#1639) * build: Fix MinGW-W64 build by @myzhang1029 (#1600) * misc: Expand decodecorpus coverage by @ephiepark (#1664)- Add baselibs.conf: libarchive gained zstd support and provides - 32bit libraries. This means, zstd also needs to provide -32bit libs.- Remove googletest-devel BuildRequires and pzstd-global-gtest.patch because we want zstd in ring0 (due to rpm's zstd payload support) Since googletest is only used in build time (it's for testing after all), this should be fine.- Update description with 1.4.0 statistics.- Use FAT LTO objects in order to provide proper static library (boo#1133297).- Update to new upstream release 1.4.0 * perf: level 1 compression speed was improved by ~6–8% * cli: added --[no-]compress-literals flag to enable or disable literal compression - Reword "real-time" in description by some actual statistics, because 603MB/s (lowest zstd level) is not "real-time" for quite some applications.- zstd 1.3.8: * better decompression speed on large files (+7%) and cold dictionaries (+15%) * slightly better compression ratio at high compression modes * new --rsyncable mode * support decompression of empty frames into NULL (used to be an error) * support ZSTD_CLEVEL environment variable * --no-progress flag, preserving final summary * various CLI fixes * fix race condition in one-pass compression functions that could allow out of bounds write (CVE-2019-11922, boo#1142941)- zstd 1.3.7: * fix ratio for dictionary compression at levels 9 and 10 * add man pages for zstdless and zstdgrep - includes changes from zstd 1.3.6: * faster dictionary builder, also the new default for --train * previous (slower, slightly higher quality) dictionary builder to be selected via --train-cover * Faster dictionary decompression and compression under memory limits with many dictionaries used simultaneously * New command --adapt for compressed network piping of data adjusted to the perceived network conditions - drop zstd-1.3.5-fix-list-stdin.patch, upstream - switch from git tag snaphshot to bootstrapped tarball- update to 1.3.5: * much faster dictionary compression * small quality improvement for dictionary generation * slightly improved performance at high compression levels * automatic memory release for long duration contexts * fix overlapLog can be manually set * fix decoding invalid lz4 frames * fix performance degradation for dictionary compression when using advanced API - add zstd-1.3.5-fix-list-stdin.patch to avoid test issues with - -list when stdin is not a tty, patch from upstream - disable failing pzstd tests- fix pzstd tests - add pzstd-global-gtest.patch- enable pzstd (parallel zstd) - add pzstd.1.patch, taken from Fedora package (git 21908004)- Use %license instead of %doc [bsc#1082318]- Update to 1.3.4 * perf: faster speed (especially decoding speed) on recent cpus (haswell+) * perf: much better performance associating --long with multi-threading * perf: better compression at levels 13-15 * cli : asynchronous compression by default, for faster experience (use --single-thread for former behavior) * cli : smoother status report in multi-threading mode * cli : added command --fast=#, for faster compression modes * cli : fix crash when not overwriting existing files * api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode * api : compression levels can be negative, for even more speed * api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime * api : ZSTDMT can accept new compression parameters during compression * api : implemented all advanced dictionary decompression prototypes- build the static library (depency for btrfsprogs-static)- Update to 1.3.3 * perf: improved zstd_opt strategy (levels 16-19) * fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen * cli : fix : content size written in header by default * cli : fix : improved LZ4 format support, by @felixhandte * cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file * api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown" * api : fix : support large skippable frames, by @terrelln * api : fix : re-using context could result in suboptimal block size in some corner case scenarios * api : fix : streaming interface was adding a useless 3-bytes null block to small frames- update to 1.3.2: * new long range mode, using --long command * new ability to generate and decode magicless frames * changed maximum nb of threads reduced to 200, to avoid address space exhaustion in 32-bits mode * fix multi-threading compression works with custom allocators * fix ZSTD_sizeof_CStream() was over-evaluating memory usage * fix a rare compression bug when compression generates very large distances and bunch of other conditions (only possible at --ultra -22) * fix 32-bits build can now decode large offsets (levels 21+) * cli added LZ4 frame support by default * cli improved --list output * cli now can split input file for dictionary training, using command -B# * cli new clean operation artefact on Ctrl-C interruption * do not change /dev/null permissions when using command -t with root access * cli fix write file size in header in multiple-files mode * api: added macro ZSTD_COMPRESSBOUND() for static allocation * api: new advanced decompression API * api: sizeof_CCtx() used to over-estimate * build: fix : no-multithread variant compiles without pool.c dependency * build: better compatibility with reproducible builds * license: changed /examples license to BSD + GPLv2 * license: fix a few header files to reflect new license- Update to v1.3.1 * License is now BSD + GPL-2.0 * See https://github.com/facebook/zstd/releases for the complete changelog.- Update to v1.1.4 See https://github.com/facebook/zstd/releases for details. - Drop zstd-lib-no-rebuild.patch- Fix group name for the shared library- Update to version 1.1.1 * New : cli commands -M#, --memory=, --memlimit=, - -memlimit-decompress= to limit allowed memory consumption during decompression * Improved : slightly better compression ratio at --ultra levels * Improved : better memory usage when using streaming compression API * Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section) * Changed : zstd_errors.h is now installed within /include (and replaces errors_public.h) * Fixed : several sanitizer warnings- Update descriptions- initial package version 1.1.0 based on https://pbrady.fedorapeople.org/zstd.speccloud115 1616599090 1.4.4-lp152.2.3.11.4.4-lp152.2.3.1pzstdunzstdzstdzstdcatzstdgrepzstdlesszstdmtzstdCHANGELOGREADME.mdzstdCOPYINGLICENSEpzstd.1.gzunzstd.1.gzzstd.1.gzzstdcat.1.gzzstdgrep.1.gzzstdless.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/zstd//usr/share/licenses//usr/share/licenses/zstd//usr/share/man/man1/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:15988/openSUSE_Leap_15.2_Update/34416453bbe439b16127647560104fc1-zstd.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=db2644e18fafbe8be73b41a2b143e46cbbe9bb70, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=ec3c7055a682d45f260df9e817576ccfa0bbd182, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabledirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)%& RRR R RRRRRRRRRRRRR RRRRR R RRRRRRRR RRRRR RRRD0n`rwޛ~utf-8433a0f4bbd1e16b7f28e8b7d24c9bdc0899ea14c722552877f64ef061226bb69? 7zXZ !t/Q0;]"k%bHlV+c0=_]MzAt.? @r,|@as}˩3eNSl @A, uA6^81`q*ChTTOmܻLxMv@ftTu,mV"94::3޷P$@,Um.hWB"A\j3>#KtlsfoԢ`(Em[n**75):L;FL9=);.F qk AeTf-[vx 4<3 xRa O_*(q+_\HAZTo5ȏ1|1;asqE-)Q|jYeKe!0(3߶:i7DERCSN m@M̒8d:(|8x-v7dؚܾۑxP;jVWKnix]{WՎFUХvkx<M? Xݛt"L0#\@S,ǁiE:qɠfk{-3&59Ut ]3꺦Oj)[M3&XBb+p) &?U`SCМ9ޓD9dI"@[7&~Vi(r#;,;>!="ښ+x5v%K[RwIܿӯQǤ{JA5ӨF+3|I ƑBe@UsZi!r|OÔ]oO ͐acgR)h){eҴrY9?|Θn;l"n1\k5:FFnotlQe/';@,"ӈ D PPd:L}7kcKLj?Z2K_ZٛYrߴԴ뒫ӧ6 e|j'gQ$= J5wz,7BO\)֜gFǷq"t]LǥkC_%x V/aw28jTEyktJleDɟm~M\Gwgt1^z%/πHl '3K>kԲ<ӻ0C'[z.N,F-b,7d$X'Aa ?ڳl~iɰZbw]{M,)* ni:)sms}W")qS584%iYTw{"ˎiSD5n x -)ʩ=5Div1hR_'z[/4T#ٹYoU>{#u'!o L_5@cCal_mQyfNE} 4{oA:11Ð@VVy'= ߚ;6m+ 8_~߬xYZ5$@@,*}9=kcQ=#@*Fa/xD!^`FAg '+ p5lbNhȪEmtS=~?A*cbVyhG=BZ<[->{K=ȔBw\e ݞq#cqKT+=KQH09f7zpC> Wfۢ,6O~;QrO2d?9vv"¬8轢.pjb ?8l%J9P_HY|Hw x6b;U8 %i' x}">n &8# 5,.*{E~`:D~kIU_X/ x V8X3=;Aͦ+<ڮ]Q(Ѳ [kyH`#cW-Q8+/kt0O|u8 N7LV˓ ]Oa}Cq0l:pl߃x@ l`x{}Cz@M,R,ll$?;@C#K)Zr:{]"LqbeVرlRgH#U= ((՜J<;7ւ^eA)s wCs!ih֚Yk(V;TA|!_w 1-䞢\r {"c5hn&P —6J?$QN h%x%et(7SꌛWJ-`cO"*,XxiAN/v^y6#NGn,)`6He(w98c񰬎8 ŴiE#?*o٢҈'(;e]!W5PĝrXFt_KWj*8F+ V6L˒ d+gzLko)*Ћ Aw(XF}qhV|5nF{"A`[ozEþ~<24;Tȣ9i'&+}]H2s*ԥMcGp'PWWei}텃+PQcSk vꭜ)}=CC?cYln4;[b <^n4~N$Q^.*n[ MVJ`5|ȵ|VV7pYqjk4QN7%!ɔI&37ո魋RV[G!K{8QF7R=fnEm1bQ'mpM{zKJ:R4ϗ| ңJ|'4' q&F4%}d*rV?ܻd(1EğN{jB#u(Y Z@U= e3F'TVdB`Pʆhpf_.] x%)z#4ڂ.wL~vZ/U]HnuU3xr˅ +8 m5  07e;ןOnC8+!f -N-Ur+G9Uq\#Wxˏ[r'WIU^rfn>IF@Rl9K"HFD[DCʪ2bs aDB3[j]^53IC,`D oUExf&bq^-"v^GV,|PQe BaQfV{ݝno;DXD(fyQā9r[f]NfA<<~E񕈘>e.z[2lS1u>`BDXjL1m n'knA@7h&2.3q(b2cZzk T'i( G̟2Yb:+>Yh+3*r>)yUۂd;i@M' >Xl^۲ʓtnPԿ.moY:^xJBŻ˥b)2"mlzCa!7~2Lx$*r\=Y{BHBt6Ǹ æ\*Mz.|=HbUF btywopldYAW|[pk`. X=fyN8pFh73IF1V!з })qMPi׹e$Tae0x pK$g듷-*2Hg%w}A ߫S)OZb1_irge酲f@!mToΌy!\ۻ_ ávkr"5M!2:"G~-GMq |ٵ}BME?O7lyPٝ LG;6CuTZV={?qIc؂S:B{϶kRx{y5,i& rfojt;,pQqjʴO C GBINcЬ`wIƂYBN@{\u üaq;,\v-el$_{i[H=>!?L0e2ArOh; Vl-c}Z)=/ !6\$/RYx?j5NdZFNo έG1׊`ӳ+fTlZqr?ZGT iO+@h߶`pKH~T1k,rO6AOU 9? ]ȍuӍ; Ju 'rWV;sYWje"dc{rE7Ȋb?u6{J4 WCcb&DTM/W6hA|V%#)n%utGIJI.-KI *F ,iެƸA{,)9%# l(hHHa/h6h'@RqyZ|_U7 (w,`SΖܰ&Y@hnnq0VyPm[(?P&MR/ O\_w`\͈Li*;4t#`/w}߄jlQEh8a6 U. O w7*SʺcV̅3OuPcNE8"ڐ==x%X U{=y8 K$u&՟Ad[zbzC&> |HQ T(]{s;4NGKro~SPej ]k;Kok,XB ir(,#n SoCPB?fـ<2Q)G y7e.H_GMԂXLtYWFۻbIp<,Dg/wl-*ܠ>wiw$֟D_$e&99a:4ㆽ*9pBiؠ ~޲i *i | (sF%&=Y,if=m9òs^鑏1vUP 7{&{5M.ߎJ"YGe;Id>Q0~}Ev_TYZ~YI3,>NR:QhJJ7DA{tRzQyZ ~Y^d|.<Oˡgy;;I;S3go#`#[Zj~'*0Hy(H@CmkAޢ4Anj b8;yܧpM-yi=D5]P"F':^@ךGVZp05ihŻ#u&bnf7.rn͡/n,i9'ǚs!zIj/WzOC{T1Bǰڴkfb> - H:DK.ۍXo N8lzQ`]Ug}5 @k'؍\l .1rV©zRˑ)lDm7xx4CmETSbnFѫDMQ Ji>ȩ&}ܚP@dm}ϧ^m~OejTl<^( {.w,Ʋa\cCZͰjsdr;(Pt63E1bP NWi;#z]5A[}1(4 0ke]eM -˦TZu?h@*\.oX2YzIlIUM1o'X3輽`~Y GϯS>tpgx\f<&"eW 2Ai~i%vHq]`s\PG$ޢ5(PS<=ؾWC=м$Gkl(qےՎvsj* l4;8ytDN*nAC PLz wR$P5@ fAyg =!"a2% ,E/,dsI@Ɏ?Mi!@Kt 0¥ `ݙu Z@m֘0dCтb(S>L'd9L 7 jf},|FNw5i YMGujVӶʸVxmITC hwzD0cD~|F}`4M@^7f`CP()F8%ӽ y$Ŋ&oKV\8]IZ%9b}T0Q;BhɎHxOQ 8Ҧ5DJ]̭}LӅ''[>4cnX@  LFa֛\ar_uf؃sfIʫIEr0Ztr*ma0֌&6`7]d,rtQJa'w@g_|˯;ڵ9/9a{jB@7ʪT;ȋh@<> I]-U"pifpK*h[t'Ycsܞ'5z '*/s4#!r`;nyMl@(o͈]&TlU F#&aMr^B=cIvwl? j# 8+JfJnagtR1+⯯<#_oBZqa ~9(P]ۮ&pz[2z(*~'ADRS b$J5 r}\Sa2bo /6r`v6 Y_r'E{I)hL9"wZwĠc%#^}q4i0]wa` emY߱ЄN_Û㩟jhUeLt~Wь-hVGn37|̕v"0kwʵr%(k>s!ؓ,gd 5Mnc"y$'5hv䜫0X_8 SB\Q[PzC#UwאGrV4N(<0d.*SqD Jܳiw5[D6PՋ3Sz#HM崝K6)II&6 r}hx|(X>zϷgj Q} 9nܐf Ul]5_O"d6A^<Y=eLia\IG+>ׁi"~⌴hjn jݝ{g#+{<|Duq̨=Vy? Щ]MWk3يqIRjMݥwgZoir!D^g0HVmxH5I2ё+R\j!BuV(I?[o!MIskwXZ ,ZDCݭהZT)Q<>Kr6ϣ[K,aA9Mg\[(QAuK,yC ) S}4 S XݔIeɳuiFI1 Iz1A,^k{` jBf]TCF|FW‹{ 1+!5`nFh"OdrgrǐmkknhDP@h!SoVuGQfFB&9uBLGKV5Ҕ}m58LݑJ%S̝ *W(f޾ E~f(s&{eȠɘX,Ę`;VaGlbK,]K` Z'a,1Zw备/,sBE{?Vπi1"2qt^.qa 3B>!dRNx0Qf{y 1:~fP 4cXcY1[jE J˫_ho?>7lMBonZK}&r,2%yJ6'o2EVq5YKwE qcL3Oy1o(r<wϟ/W$ٙf;0(A;++)ZIJT%鳾r*HlFDGaZDIMFL%d/F~d1{EiCq핊L/~nrt5WEc(S>| k^2R#JE#K"v(跞s[NSzڴD~]~ ꎌe; s)yn60ZV{;gG,\c /s +cl 1O95A% jQl&-/Х;Bs4W\aU,OqužA=YтP]z]RG+#RQJHGR:; Ut濁7uD^z%q=y$  >,1 ei9e AOR:<U6DnB) )׵!w]dΡ4VvŅC>"T;S~qlY1']$F֐vյTYgCs_T$7k>;@zV9AC1m iBZ7{-to*` KU ;ƥ@%Y\qXϕ'H2}oRAN4ʾ{1"J<Qu kJ%o@F!h;H ty*G5*nubaΡ )a9n^`ldxucn"M2}dESHa)2]STȣHĈ/f[cv-%9=ZRϻy _"9@%c4l@#O]@툺Qn12\a֮[`#9u! iAYѤsf#2d2ᫍBL 9\zd>M|rW2ydoLИJhH)K,?@ JIZKlT*H̠O^B[ yX6]w;KӶ YZ