dd_rescue-lzo-1.99.8-lp152.1.1 >  A ^a /=„KOW_g{Taz :=uzYAtr8 wڬh_QU'+?ŜRhlZgts_%HnY1q%jR`5mz=vII`&m9fSFnjnk4hOb<|D}f,k1ILuPxX}_,8'mf94)jj*~TCDpq4 S=vOjSkESy09d86fa9570c63079c9b43f2af9421bbf0b683f28d8e81aa7ce83c7a642865292ce4101cf5ab5573d313159e51ab50df8174f3d0k^a /=„7P2T1¸Fgn(Z'.F Պ~=zR%&:KtjUkʂ]hWߦzqUQn'[*@)tKoT$#/ Th)+p@'=\W26uB ޸۾w྾ o)>p>?d ! :LPX\ox    0 5 <Pi $ / (X8`9: @FGHI XY \D]X^bcdefluv0w0xDyXztCdd_rescue-lzo1.99.8lp152.1.1LZO plugin for dd_rescueThis plugin allows you do de/compress files during recovery copying with dd_rescue using the lzo family of algorithms. lzo algorithms are very fast to decompress and most algorithms are very fast to compress as well -- at the expense of somewhat worse compression than zlib's deflate. The plugin does offer a variety of options to handle corrupted .lzo files with some grace; it does skip over bad blocks (if the block headers are still intact) by default, but does offer an option (nodiscard) to allow to attempt decompression on faulty input, hoping to produce some usable bytes. It can also search for valid block headers after synchronization has been lost due to a corrupt one. The plugin also handles sparse files (files with holes) and supports appending to .lzo files, so it fits neatly into dd_rescue. Some fuzz testing has been applied to the plugin's decompression routines, though more will have to be done to feel confident about feeding untrusted data to the decompressor; the plugin is still young and might expose bugs.^asheep82RopenSUSE Leap 15.2openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Basehttp://www.garloff.de/kurt/linux/ddrescue/linuxx86_64A큤^`^aUU.'^`23794a96b3fb091e2148d12550c6b706e0cbb52c877824611f0d55d81aed3f6b8e56377c9271a6d0709d7b5ec14663512b32523335610886069b72a0d445363e150acaffe4d3f0d63d93d5798b395978ddd6266824a1607520d10107989298adb173ab5972653d4650ada8a3dd68ddb03ba6dd4a1bb0b2ffb43e69be99765809rootrootrootrootrootrootrootrootrootrootdd_rescue-1.99.8-lp152.1.1.src.rpmdd_rescue-lzodd_rescue-lzo(x86-64)libddr_lzo.so()(64bit)@@@@@@    dd_rescuelibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)liblzo2.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.99.83.0.4-14.6.0-14.0-15.2-14.14.1^@^[Z@ZZ#@Z@ZYYY@@Y@YJY-^XdX]XJUt2@Ui@UhTU]T[@Josef Möllers Martin Liška schwab@suse.dekurt@garloff.dekurt@garloff.dekurt@garloff.demeissner@suse.comkurt@garloff.dekurt@garloff.dekurt@garloff.dekurt@garloff.dekurt@garloff.dematz@suse.comtchvatal@suse.comkurt@garloff.demliska@suse.czmliska@suse.czkurt@garloff.dekurt@garloff.dekurt@garloff.dempluskal@suse.comcoolo@suse.com- Dropped build dependency on libfallocate-devel as fallocate64 is now in glibc and thus libfallocate is not required any more. [dd_rescue.spec, jsc#SLE-11887]- Run tests with -fcommon in order to fix boo#1160261.- Avoid running dependency generation which can produce spurious errors - Use %license- ddr_1998-sysrandom.diff: Use getrandom() decl from sys/random.h. - ddr_1998-testhole.diff: Ensure we have a hole before testing hole encryption (fixes bsc#1092758). - ddr_1998-ossl11-warn.diff: Avoid warn from memcpy to openssl-1.1 to EVPCTX* internals.- ddr_1998-alg-caseindep.diff: * Use case-independent matching for algorithm names (hash, crypt). - ddr_1998-check-nofail-noxattr.diff: * Make testsuite succeed for builds w/o xattr support.- Update to 1.99.8: * Support openssl-1.1 (patch from Marcus Meissner), patch dd_rescue-openssl11.patch has been merged and is thus dropped. * cryptalgo->recycle to reuse crypto context (neeeded for openssl) * Fix memleak in test_aes * Use test_aes in check target to ensure all algorithms work * Use std probe mech in test_aes, so we don't fail with SIGILL * Fix build without openssl- dd_rescue-openssl11.patch: ported to openssl 1.1 (bsc#1070369)- Update to 1.99.7: * Work around gentoo dash echo -n breakage (reported by whissi). * Optimize away strlen() calls in format_int.- Update to 1.99.7-pre2: * ddr_crypt: compat for openssl enc -md sha256 KDF (openssl 1.1 default) with new opbkdf11 option- Update to 1.99.7-pre: * Fix for segfault on multi-overwrite with -2/-3/-4.- libddr_hash-round-down-static.diff: Mark inline function static.- Update to dd_rescue-1.99.6: * Merge previous SSE2 detection patch from Michael Matz. * Support calculating and validating checksums in the S3 multipart format.- Add dd_rescue-i586-sse2.diff to fix dd_rescue compile and runtime problems when GCC defaults to SSE2 also on i586 like with SLE-15.- Cleanup a bit the dependencies * Run %configure as separate comand properly in build phase - Remove support for < 12.0 - Add condition for openSSL to build with verison 1.0.0 on Factory- Update to dd_rescue-1.99.5: * Merge the two gcc7 patches from Martin Liska. * Better transfer length estimate (thus better progress report) * Optional ratecontrol (throttle transfer speed) * fmt_no was unsafe against undetermined length (pre=0) and visible digit grouping characters, resulting in memory corruption when using a -b logfile. Thanks to Marc Thomas for reporting and debugging! * A few more minor cleanups and bugfixes. * Fix segfault with graph in reverse direction with too large transfer limit. * Fix build with AES but not AVX2 support. - Update to dd_rescue-1.99: * ddr_crypt plugin: Add support for ARMv8 aes hardware acceleration (works as well in 32bit mode). * ddr_crypt: Fix CTR iv initialization. * ddr_crypt: Support for openSSL Salted__ header. * Support ranges in fault injection. * Clean up write retry logic. * Improved documentation, Makefiles and test coverage.- Add gcc7-fix-htonl.patch patch.- Add gcc7-static-inline.patch.- Add three missing doc files.- Update to dd_rescue-1.98: * Fix AESNI detection (x86) * Avoid test failures due to insufficient entropy- Update to dd_rescue-1.98pre: * crypt plugin: Encrypt and decrypt the data stream using various AES variants. There are -CBC, -ECB, -CTR stream ciphers, and 128, 192, 256 bit variants, also with enhanced number of rounds, and with twice the rounds. Keys can generated, saved, or derived from password with salt. On x86, the hardware AES support is used if featured by the CPU. * Speed up PRNG generation. * Fault injection framework for testing. * Some minor improvements of the plugin interface and fixes all over the place.- Add gpg signature and keyring - Cleanup spec file with spec-cleaner- include the .changes file in the .src.rpm as its used during buildsheep82 15913044531.99.8-lp152.1.11.99.8-lp152.1.1libddr_lzo.sodd_rescue-lzoCRYPT_TODOPADDINGddr_lzo.1.gz/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/dd_rescue-lzo//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.opensuse.org/openSUSE:Leap:15.2/standard/ee3364e0564cbf5e09253e04c3750399-dd_rescuecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e12436022db2875a259f1e59e7e16491487e452, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRRgv@b7vWutf-80a6964554aef563f7ee00e60fbdf5fc3d54404688c15e33461b0dd265b53c180? 7zXZ !t/I_] crv9vW7ؖ b?'(EՂe@_Q8N=MۈgyLcO~zSZ"'Pp3(11v^5:ijHr>E;4׀f辶R'dn6m{1ios x+pd)?+%-|7VV+h7-}/Oe 68ke'NiSoFf٦F J'znoR5NS[8λ2эsq]?8} Vb e=IZ%hşk׷PxՎobe?%bėP~^x#+uF[#juxmmמN:r!7f\J S:[tJ4\gg[4æ"6ock:5;OgKN:>긌東yeRXgTYaaQ`J̐ωL?y-- kpo]Mj5C7֕ AXݜG YXCB=AmZZ!Rqد{.&͔&c "ŚyZ)ȨY7=)|K3G?;qn,i=˷g!@bKzL"}Jg _ۺCcZ~; ~5՟>i2_l b $>(#V0i\[]DXϸ R܈rej.Ɛ讦~k$Te~S&B޿ea5wtA*\- ZCJ.Qg)ąGlR,!0YUkt6ƻZY!,;xњPr⪹*貄ą/D`_@Y?9՘6:u,~mUJ7ъ_vWw$=SbB%6WnvA񅷇zFN_qTS`E,4b,X-Ek(`÷] \ϲgfuo6+"Wqd#pQ'KBEUf4l8f-+gyP+B6PB,yI*O,?F.όb>gFC (~& ߕ؞x m9 _܌݊? eP0 L9h5`YRgzplEk0!mS;}cNY{hF's@њ_V, NkIbnD!.H%bsŢ?x;i7/R $x?1,1٧%t 4<s"tieI@<鞦K"HU\,'p/;4P֪[8fhM̬"!;hRuI%K եջc7Q^0] #xm'-XݮQϹ Cqwx>]˂`M (PBjS1A|KJhꔯ5!aH=Z@x{YwSb{<>=V]j=_ys8>:g.M"o {qgI@y '!@Ƌ݈ڼTEhtPbGJt.05r&6,'K od9w1"P>trZ=55.\[oP, ?$nENWu/NKR`i-(h8N og 7fya x'Z]OC>& mkz7&d6X^`eeTSy%tqxut3O*f)t1͕ʕI?3`de*ߩ,5T/>om݉&E#,p%?ǃF7;TLmeZrzF-˃7a#AVz !F>_⢻Bu"l|;Dժ(!;[48hqчc=!.VDlUgR,-5I=\@YG]w:Yb`uk~^|o{t8 GeaJٰ0TuV]˻D+q-fx6.FSo ?s݋a%$_%ؖ^EFqJ>EZt*/ AR/[lR>"<̐X&xpO# ykO1z앋]b~AviY{koQ4Tc9,房:4 }sz(,(aB1>RPvD/73'NF*Z!R;whIrKqX?4Ǽ'J m\(pREU!הKم=9śpjpll܈PHO[/wMk@$ӶBrǞ1U.^^)dSh}g+. 6KI8a(]"VM%͔4}5ybDv%-& `9%=5.޽Yo(GhV+_ ȍ 3Cw x5DFf*Nv0FS4&,a%OwuX!h rgsBӿ$MiT4Ѹw"T#Y:.IXDOƧ4 +T '~15U fqx1dh]C%Jɽ17FC.Go=ߑ itUЀ,o}OuR!z!ͣ1xIW&a$L%/:ms~'5"yeT 6]fLʽ -r ͡[dO+MQi4W)#xnb1p 1ޅ VVS{20j.SnQw 9v11$# 줮3@ lxQ=iǵLNGPH\%;$Fd(F)ͦ_eGq,(<:;+sh>XR䜻e6( eK~4Z*?b;\ X%(1j T? t&)TMQV":n6Rvlyv/ pa$ ܾ47@%˽h?HƃfP93McP"|5r&P3?1xC䝊8:HiɞEH3 .S;u%YP)AGA!1b'_:i_Ql~+NYz`4߇ ԃC~Q3ݽ|ap0_V|'}HIY|UG3}r `#GTgeB៘|28z;1+< `1iPvVwe[?COG9q\(,B`LGОj'!svit_kEjl_GUۦո˚YwH2E㩵W@Nfne '8E^vgKNjmAam#6,Jm}eύtl^Ы T RX}5Aky2(=|SW8֙>?_R N]Kt`60y+c,<~_V-\zOLG boF=%s qŒTu-R~-ӀFg[ Фo\b2F?rH g,.s<(a(zd+08`Yiei~ Nu}*)I#?njVE[>,i@ {e oC=zT>T7_lzw$ f~>U BQR=~c{;LnNrBRx 1v#p)oV!ui=2 y|3y!MSx;mE4'l"ƽe].3)/@oJP;@?YbX _!g!VsO2DX$&}CȬEny1Z{ʋke`1|Jbc0pp ՎGj~Wvsg.z%uug\zG.j8G"^I Ds6(ԅq{ {bb Ԡ i7}"B~xe ]i]9omTǶ ~#uz2;L@.2Ж1S72g}5}?jǼ)R+}_5~ܢf-Focd|܋Ұ/rԠ G4e_'ب({i ׅ}`-(|o15hrRxi.m0wr3XJwc~v zpE$+z=;[}VM)N;b٘,"̺ٛ{#t+Q-C[_N(P\ߎ{ PC>,0{x=v!/3_4K2]4m$ńtktW}2+ l@Pi\I12N29I2z|6Ak ä(L`!< .씻4؀Z+pdKCJw"qC4\.b dr,VrCӢ/Yf)p(i=@呐Ep#hIIV*㔊(#Igs LZbܳlӫAs赢|}BC"BΤط}Xy?oLARtI/*ћ𻔅ʭ v<}j>p %CaOR˷)u8~.b^%ki+(?Cʨ_sDlA&q w`R&sTtA'J/Bf=cTa~H,3Q|4|,%yç5o~NXjkT]Ep'A@̚;v>;WшKULxX[BJF"̸EiinCa |ո른 X&&m?\FQing%dJ1pe7r戉: *# `@XIC%T5;-䗤,.%2UC,r5=w|u2J.[(^Ovz%F%zy%!wQ FoJPtnSEۄqs SK)*ul 6q=Pjﻃ6vUD;c_ӛwmxҥʍ!TÇ E18V2.0+\W O=ji̬b$0vqZmׅS d$k1EZRy2a@QpkU8!r|4bê0uS2XK 仱Jcs/4e 765TlN׳n[Qh^_DL$NGР1Ajzΰ%>}s Hg?a]7*F (`q5KAɫIt_4omML PqB & R Z"u'qWs'+tdT|ӛrXbZYf!g=+n [P'rH4xOZVN}''JWL?1d'h1gGYbQ ^Ij"vH@7#C68wK l) 8Tp}Ѓ#rhDBpj\|:Zt7,`z0Togń KZZO0iE]o+}f6dhhZnY@GXmb i{XfW}jsl)F䔥_f$ލ9Vja.czQȘzQ-2c_ʾ\SL%$T jgq*q (9=#B1X0DV$wdl5qx\83 D8@2 𮞖^躾YI3r+H+|Ez95Go멌MWY|1q!/Y ѹ2lBV7T'Jp+Y g"C cJ+w>xwUr!rs8Fq`M*.m/gk|*SzEXMd1$r32BB`4ʯˏƭöbl#HCA?5bݤlKB0aG0XTwtB^6YƮ3VI%ˆY >DX@ ݘ'Z+9ky>(9,􅔁2a? ODF{((PFaґ%H(·U95Xpc8΢XΆF[z!@AʪZH&QP>;ql=*1V:X\ FFC*Q<B`qAj؟13o23T@Y4?&%} &7mTtNd[46WŢ& |O'D"@E WaڡFi8g}nA/h @O7+>vrLxU_8pv :AؼXbIx`Lrb`sW6+ !'#.zY;uyDyxr8ag(`;|[mku۶ij6$(, > @KGŇ$@\HVI8*#L!+mp;]!p< 04rWQ儰$5{?L>wq0hLpWțbr.@ BƏd\W- 7qJ4fEݬ\Ec7/`o`W!<޾TZiIf. Kܩ]՛9B.(M{TR_EPꊨ" a}&ZMK5w: k;l.,^a$2Pzl0PR}? ܈ŅSl-c *՝+1AБ0-JUܚf'' 59 Oc\euI H1fAJ)ڣd0PokދctYTw@!6N)JOO 0ȱINv䲝X?<~M\)UOB ˷4(F0rY9ggtE2 V#vר E+SFM*̽b3 BsH {l/LsQ~'tgV˥T[n}!I-]<,0]?hx':#I7Wd$GJjJ͝1 ߊƩ()|qȌwY2GT-eӛRJ:(ϋ(w_ }(KPNN[6pnZHROzO8_RJZ b 4cSI "骲W٤1KriHZh+ʖ3VNJ^ş&fF˾ì/U꿘/6E{)ΜZosGZQ[S1dpsWroHXLXV $[rv !!jMv~T v#C@ԖیcT,3bYV {3Y"Q%^(GWӥ ^,\ l6w뿖:DDݠ:xe 43Xڤ^kAr{FvxW23n1b 7G]eуCҍm=ԜbM%Dhqp34cAcP+06%!+2%^D*e36m *"春dwX!)l`+LxZif`pЇSU$DR2L0tpϮSno`&+p.xQxSH4e'?uq 3of/%KֱZG t*M:Wo^BW{ -Ub+:"|,O!8k`2b:)<|/}̗/]]YBܞrd6<dmiq{Vz9;AJPg8[!@Iuc$#9)WYߊɠwW¶Ϋ^>Xjy^,7{MAn,i2r{≶$A3qa{<@hqYH!эO ޳%ң@Bhbltr>c7v0n]ǂl}e6(H7B ˆ:ڥgE? rE`FT3V 8\1]u[3g@\ʛ-~DeoeWj(s@dM1 &$}_^=Kgdƙ2%cVFiPO!OuuCk$8nTCÀ7kePDp-c ̳3n v9̿49>WHiM/ (X:iMR5pjɏ4-GR T!x\3apAYR-w}e-)#,U][h!ո]q3 &xvaNlC:gP ۝$)GrKi_ .U rI~.{/u] =="2R+Aqi$r+#rJJK,{tiIx!% ZJY#Xp3$V85;I̜2BA޷FD[ޢĤZx8~Qo&+ZǠj |هa\)Co/,y„ d|28"R [@Gv֌aSg\_=32g^H*c~@0eŚ0&%.奍v@X-7fa[)qS`+% &fhڀj}%B%iIM"/fd#m`®P,Z"^\HdtOF-J ]݁‹CSRCYj[9חA KC-DK4K*L })N<^kw 6>hjӾ$&'0{W5w!1džD0BM9-b̃16ÙWk[M;rױ1>$3BsveP]&t]sQFgar|DoMOieqUCjٷ'[d.AZ-6 ~>3!k9ZRأLPt mK{@DEn˪dCGƑJIi}WԖeFV{yK;ߚp YZOch!crWfy / 0%m N7g MJST `K V++vdcW:2`Vqa6Sp8]_/UϺOlXwlVgX5E͕ǰ; waݐ!;>*CRѮɮ1'o.~ ?hjr3^ި4oWIL}Kt1Fe LC+n$K TC*ڀ(c2D#E4"Hp ++:8:`pܨMߜ]pOg+ ]ΆҾcQs˙7`fœ è! f5cl"<5"}hYfrU3s9-'ΈKؽ-ّ- jLl;$F z{_,jNiO ݾˋ_es&=c6,NbV .&dȰ` B)dP< 6ܫI'"8l~1.)Ѓ(\*&s)7/ "#/UO QSc}Z>ހMςVj XmKE9d{dHχŜc#֘?8KjL $S xLÇ+ulKoZF`'J!+sT6ҹMÂ4aAȚ`_20r:A7,Dž*X߸0mtՄxQѠ '#ؔuR:; ԁ(N3&`369>RzA.JX]*πq*Ȋ\Mʃe.\o [SSf:`W,d1AgTBsp^⿣,Umű7P(<~&`WQB;dt ϸÛì vڕXqQV|^p+@:֊)5^z>4OBP89[X/ܺ)|=Uh7G(HJz PDމXMM3LIJb0"_Wp޸Db-TY]13-w(a}}4ɫ>DOٹX%P~]ZBUE4ynXmFĻtra<ʏ_ljg?Q&a-ͬ$b<`? $wUHI-KSTMi=w~*#h,֦ۯwu<݅ XO6 G2Qr` =BoW<#vXn= ^$#z!y.H 뀗)!5̵󁑯*Y$*9׷MuʛS%FCjGb{Ur2һ\xc! OyҬANҬ$QkmRNHK c. 꾊w=)O&\b`"_Ks-PAI{!6 YZ