nbdkit-nbd-plugin-1.29.4-150400.1.4 >  A bvp9|6+mYl,֌RSQhE*qB(m?+%Q*NAl~&Y-@2DG^D\UZO?]۟ߒnsG=2ŵM:%;n1};eL} wؼw2ͭ ] "q(k**ϱmB`O؛PME-z9tʠϧSA<՘7T927d038e27f6c543951e43b5e560a5c038546c606f26b526704d8b1a600f407f92726f8096b277473850dd35c9bbb5e827f63d04tbvp9|xe685׎HqOR=~vFx3b> F|(e "1bnݩ_jR0`\ |-R%n8YHΆs p>#?#d & L >DLT X \ d  (0\   (8 9@ : F >G TH \I dX hY p\ ] ^ b c!d!e!f"l"u"v" w#(x#0y#8z#X#h#l#r#Cnbdkit-nbd-plugin1.29.4150400.1.4NBD proxy / forward plugin for nbdkitThis package lets you forward NBD connections from nbdkit to another NBD server.bvsangiovese$SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxppc64le %큤bvbvc4674e760da48fb4c71d7006a8bb307fe336f685d12f2ab4b860da8c8e390215f9a4dd4d54744bb3a998966cffd5ff3861470d1c2ea800120fa34a36780d0bearootrootrootrootnbdkit-1.29.4-150400.1.4.src.rpmnbdkit-nbd-pluginnbdkit-nbd-plugin(ppc-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libnbd.so.0()(64bit)libnbd.so.0(LIBNBD_1.0)(64bit)libnbd.so.0(LIBNBD_1.2)(64bit)libnbd.so.0(LIBNBD_1.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.29.4-150400.1.43.0.4-14.6.0-14.0-15.2-14.14.3aa&0`ݮ@`@`}@`@`M`8`Urpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- Update to version 1.29.4: * Remove deprecated nbdkit-streaming-plugin * Added retry-request-filter, an alternative, more lightweight, filter with different trade-offs for nbdkit-retry-filter. * cc: Document how to create OCaml plugin scripts * cc: Add binding for .cleanup * docs: Document NBDKIT_VERSION_* macros- Update to version 1.27.8: * boo#1189634 * Version 1.27.8. * data: Simplify some of the Python code in test cases * data: Fix optimization of inlined lists * data: Optimize slices of some constant expressions * data: Add a test that expected optimizations are being performed * data: Get rid of EXPR_EXPR * data: New functions new_node/get_node with simpler usage * vector: Add vector_duplicate function * cow: Clarify documentation for new cow-block-size option * docs: Fix title of nbdkit-client man page * server: reset meta context replies on starttls * Version 1.27.7. * cow: Ship cow.h header * Version 1.27.6. * server: CVE-2021-3716 reset structured replies on starttls * cow: Make the block size configurable * vddk: Add stats about the amount of time spent in VDDK calls * vddk: Replace DEBUG_CALL with bracketed VDDK_CALL_START/END macros * cow: Remove #include which appears to be unused * cow: Make cow_on_cache static * maint: Mention online gpg keyring for security use * data: Missed optimization: ( fill ) => fill * data: Optimize strings with repeated characters into fills * data: When possible, combine adjacent list elements * common/utils: Fix off-by-one error in _remove * tests/test-data-extents.sh: Remove some bogus tests of zero extents * common/allocators/zstd.c: Handle zeroing unallocated space * data: Optimize single element lists containing a single byte * data: Remove redundant redefinition of APPEND_EXPR macro * data: Use common EXPR_NULL * data: Add a new EXPR_FILL expression type to optimize *N * maint: Also ignore signature files * Version 1.27.5. * maint: Modernize configure.ac to silence autoreconf warnings * maint: Update to latest ax_pthread.m4 * maint: Default to probing valgrind at runtime * tests/test-data-format.sh: Reenable valgrind * common/allocators/malloc.c: Remove bogus kernel hints * delay: Test delay-open and delay-close * delay: Fix delay-close * server: nanosleep: Change error for early end of sleep * server: Return from nbdkit_nanosleep early if the socket closes * delay: Improve parsing and representation of delay times * tests/test-debug-flags.sh: Don't use port 10809 during test * cow: Add some more debugging especially for blk_read_multiple and cow-on-read * tests: Check that cache-min-block-size works properly * data: Improve the example with a diagram * example4: Do the parameter checking in config_complete * example4: Use get_ready instead of config_complete to allocate the disk * cache: Move plugin-args in synopsis earlier * cow: General revision and updates to the manual * server: Make debug messages atomic * Version 1.27.4. * cache, cow: Fix data corruption in zero and trim on unaligned tail * docs: Grammar fix for .cache * python: Implement .cleanup() method * cache, cow: More links to related filters in documentation * delay: Add delay-open and delay-close * cow: Implement cow-on-read * tests: cache: Test cache-on-read option really caches * tests: cache: Simplify test-cache-on-read.sh * cow: Improve documentation of cow-on-cache option * docs: Improve documentation of .can_cache and .cache methods * cache: Fix misleading LRU diagram and comment * cache: Refactor printing state into new function * cache, cow: Use a 64K block size by default * cache: Add cache-min-block-size parameter * cache: Implement cache-on-read=/PATH * cache, cow: Use full pread/pwrite operations * cache, cow: Add blk_read_multiple function * cache: Reduce verbosity of debugging * cow: Fix assert failure in cow_extents * Version 1.27.3. * ocaml: Change thread model in examples to SERIALIZE_ALL_REQUESTS * docs: Correct --selinux-label example * data: Include byte-swapping.h * wrapper: Use vector type instead of realloc * ocaml: Fix comment on plugin .pread field * ocaml: tests: Add .after_fork method to test plugin * ocaml: Add binding for new .cleanup method * ocaml: Rearrange the callbacks * ocaml: tests: Actually call .get_ready method in test plugin * tests: Add a better test of real VDDK * vddk: Implement can_flush and can_fua * Version 1.27.2. * ocaml: Fix valgrinding by only ignoring caml_stat_alloc* functions * ocaml: Call caml_shutdown when unloading the plugin * cow: Reduce verbosity of debugging * docs: Remove nbd-client '-b 512' flag from documentation * docs: Use I<> consistently around command line options * ssh: Drop srv_pubkey entirely * plugins/ssh: remove pointless code fetching SHA1 fingerprint * floppy: Note that nbdkit-cow-filter can be used * floppy: support FAT FSes with unused space. * python: Remove documentation related to Python 2 and nbdkit <= 1.14 * data: Add le: and be: prefixes for little and big endian words * data: Rearrange cases in switch statement * maint: Untabify configure.ac * Version 1.27.1. * tests/test-cow-extents1.sh: Fix this for new output of nbdinfo * tests: Skip tests/test-file-readonly.sh if run as root * wrapper: Unset DEBUGINFOD_URLS * tests: Test --run + --tls + $uri + $tls * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://...- Update to version 1.27.1: * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://... * valgrind: Add OCaml suppression- Update to version 1.26.0: * Version 1.26.0. * docs: Get release notes ready for a release today * valgrind: Add OCaml suppression * docs: List release notes in reverse order * tests/test-ondemand-list.sh: Skip test on OpenBSD * server: Use struct sockpeercred instead of ucred on OpenBSD * tests: Don't break if libssh is installed but not ssh-keygen * docs: Add outline release notes for 1.26 release * Version 1.25.9. * tests/test-debug-flags.sh: Add a positive test of debug flags- Update to version 1.25.7: * tar: Add comment about why we use LANG=C * python: Split up the large python.c file into smaller compilation units * Some documentation and test fixes - Use correct upstream and not github mirror- Update to version 1.25.6: * Improved documentation. * iso: Pick xorriso in preference to genisoimage or mkisofs. * vddk: VDDK 6.7 was the first version supporting extents. * Removed deprecated tar plugin - Added multi-conn filter- Drop ExclusiveArch. This builds on i586 just fine. - Trim bias and redundant information from descriptions, and adjust descriptions for grammar.- spec: Fix license- Initial packaging of nbdkit 1.25.1sangiovese 16519630841.29.4-150400.1.41.29.4-150400.1.4nbdkit-nbd-plugin.sonbdkit-nbd-plugin.1.gz/usr/lib64/nbdkit/plugins//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:SLE-15-SP4:GA/standard/97aa40945533e3dd5348a18684b9b014-nbdkitcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e4fc89fb5ebdaf4118888d56fc01d1eb003a49cc, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRR.WTOA]utf-8e84e893d019617bb6d24f3e5fe858ec94aac403574a160ee6733173b7dd0acb4? 7zXZ !t/&_L] crv9w (и ؘLXĘXSlOĦn$E/1+]Vrv7R6\O*Uv uf ę[Q/߻5f.s=)V4ї/כZe >66rV];$kʱ Y"[*Yhw=l&!,=kҵZBRy\K׹‹j.$ǶgMl9R Dcށ)Kϻq7cRïb@I8ZĿ|gMA߼5ƥO!y ˂>l@{1B͜VM4=05mDVbbWXWl` }"SVUX ?@cOpIoK %?~œ=ʷ< H3:klز1xog"SAL!>qL0fy'MM`xx 9I_s^R(.fe- Ό#Pɝ(_W,-?aQɗv$}8:J{2dkz6kv8Q 6QlJGkp&c'f>[LJ"4W  ,5@^/FT"dFC j})"t񢙥uz}F9=R`[n+h3,`SP6?$-v~ ~R{d-ա@)DG;*"U8CiM') (9ӘaBڜ] @ 쏠qeXlu?d Cc=g"GʲPlta،~9rA8%FXj!xk8]s`IDK^^U>V>$<@2I=mvK/S?m*D|ŕ߀Zg*^Ŧ~ f=E52{yŸ‹.]q ^VZp{=6E+#}L+h*?dmpB"fNV{ nB@?Y,b jM^wDaGW'$F / IBe$M##ȷm<3rD%WbO .ק^!~ܼj}x{kLghM*;'5 "t/s4tS"dz%*ފONP7X'6觨9|ks%)EB^{F(f1&U>Ѕ4\wƃgMM@'fmja1U`OLȤ[vE\%@Ҏ:vu r%+a+dV+Z9g*`8>T7<7wPO'MQ v/,U`/k88恝A/ Tp{Z$yp9ip'Ժ#R"7ߍ}vmjd_9] &T/6jmϻRwh.:І L s$/X:S|Ck/Z;+&i#~E!Y­*?gD7#ynd\V\f(K,2DKCʢU548# U(_dr*tWE:\}hۇ)玅2RT>-*iȦ[Wnsᄡ?pSJ[ݠкy`_^x4S4+g$hOmuLmG q59(d{_Z':σP'lj6gx;b7;nm@~^"U.c<AԞ3w=O8/1)0XX;,pMll~8yDևbf9Si~ iRVde1HPM Н {BW44 D>^⬘ؿ '(3lu`_LRWU$A\R]*Q a 8.8Y~O"Gp|WU+0tŪ{&KWV+Miςp&Gp5:|Iwp]LeRt. ;2TVe(@$ę kBW&~]:J QEx2z`g燒/[Sz8)F0LM3?;z7̸BX|PxBoN7Inh>>N"ò7\Acuߠ8`y9PpN<*oP[ZhoD\%*Z܂e 'KQ6A0 r)',}JHyTas28x0I`/O hO>i/=^fJ:m B42gaun Lﱃ_dBhUbY( kssY䷥(`3Bހ @$9Wĩt@\'?O)kR5qν7Nx*#^쏯UJkiŀY Tύc3!)0|ԪaͶUydv6ᚫ~kZ2Layɬ0(̒PrPEƸ3Sdʐ[xJz'?s;Д/P]= !BI ?q))mx>I0'8ZX2 @V/A4u=Ezuݟ\sI1ؔaUt MڊFR@&.y0H^3kщ$hc.*"݇x3^LyZ r',ᜟƂ}wS*PK,*Jzy~mYoNBHkF+.A$spG5,Vp݀̕4MJj}ʦUA.DRd UtR[AHOo@vR_l~84 TM~.*xTZp)u=Fu"ӫan[(GXMH].i3IQ:xUpoeV-ݭƢ a&GOCZ:9(_fPedQ6)}}ͨ}{-4? KB #4u{K:s}٥ar^L#\#|vg%]ELIUu n$Bm|  Lz<;#WXP]$Ώj֠T ,aeB|vR5"/2,cìڃf81qǕԖ뻤1{C#ysUv4['`[r9XQԉ5A#'(N Szd'1A3 nИ-L;sR_ЕAŸlGk""ͭANxVUݜk&<:o-* E fMF 5\YZh.RҜB};0|Кk^zJW4-]J"d]巄lXmZڿ heXElMquP6"sj͚͌::ôPq6ӆ-OHL4Zx(X棒ѥ~a|d_]]X'!zUCMp'xH&6T1g)j6f&y Jvt$zMzgY6omqoE/t?~` ʪjZɮb@7W;ii-W>껕hҋrey"IzcPHUO6/޺ 9-I&5oQ’Hv<ݿM 'ջ9nN˸^+d 29w&I't'j6^G>IuQ$_܁iap~ %&?E>@yG騊Z\`@!:اUy0#d+#k90g(H0󧹠bR~er tlrRw"^;-ձ $yD :Y?l.Qd 2oh" YegƷ%{XF>rI%j33h3]   MU0RV|Kndc0b:w׷)wy"_ҙA5\cȆVMȰglb!'0ydM̥ʡ825勩PiaCS% {L13Zp[sy( G7jMdYnMj!6ݷ|mz;3TVmdTFSDG>^_24D#q+>1w/ܞ y9b-Htc*NЍPqNQDkx8$Ky een0@Yv#؃R:.[ߔy/ |1* }on49;[o[P  q`X z݅F"0'LqM8<ثq(O.t 8KȎ 'L=z/ Hڞ&.{/y'B\`@?9Wsju#\dOˣPu^D1ER>WacWt+3},V2qgȯF`+N\~x6$ʎKU+'bvm)xK>YF4+u2DXy3ih,3J]VNJCΦ$A[rwLUyS#ՄBi՛,Sфst lf6GPhAŘ*!^NcEޫfJK%H?,MTiy1?6@`lʐ]3eUSL̛pİ,o%uF$BN3҂_(1R3)C*p#\,_93Zt:uGn1 %_vhi]#]Zqڗc87;-dF,8GOdqN] ~] B%RFtdߢ AHF BҚT/=x9)@B xI}OGo.ġc@GIC^l1] 0ӡJ~NR5SӂkdDЌL[ -ԄK%F̞͟p?QOmAgd-4@`Cbý3 08X.Bxԍe (io,DbR~-6 `z$6!xP箶k }:ؖ# n[j7z22}r2V'%jR;H[-",bin>u=́-$DqO=9'R??$6ȕ-{ZQǜ(3K_қzKm[ ٮ3QPd rhPadNGv G[]nXe0KL%` "az[0?|MXY`1>|RA%N73oo~;LJKPrwU>W/m wώ{7wd J~W3^zЇ8j_X \Fr9OUOzw5Ȯ0vo ( )ht sBs9U)CC6\rVSE=5^'}VwyTcStM^؄+ZL.gYWP5UFCU;^[XHB6)sq._ƽK2v2yfDhjFyŰ$=Q/]GrPy@H#dƕ5{GN5 h `Ohk( kO^6TDdO (INMŗ*NW|$ $iXgAk^(smh*a\~hr咶yYհh|~LSܘO|,Sac؅gN_>17&_2=&\^ ywbfek? s?qNڍ7NnXTfՃ#hb! Pro< ܉HuX>P:c1A%G|пA?@-f2fD*3/&־}, k%sv3{Qn_Oe,_CyP2S1v^0JKs_MTS6 MX\s VN[Jk-2)]\cE"4E a̫j,x>Pp( PSr}|zQPgl+‚ib̾Z; ^âŮ`nY'i*FvCd4J\_Rџq^NL+%v] t21@ŐgBFsy8L1GVR~"̆ȚwW%%黙qbBqOb}AS{Buvm]+eHb4.f~I\=!pjV X]p˂`Lrny)2*~uF>_3 >MmԿ؈ : * |h%<wk4n8ZȺU+ܠӘFm{!nLicm'C]CPPN]!̔,U7][`?F6B*->[Zk?6*WfhnbR ΏM9|d2 Q/IV&v"I]N^~kJfop%{n(Mf^d4Oڙ<=0Ҷ'1=?VSC=l`ƌgVJ@m)W;{ %-y3ȣ{t@}p:?H߻cy'ǡ gY 斟XOna T:p.toAO`Mn,p[V|G>a2(;Yn;2g~l+!}s&Nym =Hذ={Mpd 2*}}wx!5 lR6 Jc/4G62F͘#ї#@:j,N Rߗ_GN}7a6|MK>@ 6g8{Юiɥ!gKrOjjfdn R&if+oQ+ 0i1hD#]_\Ӹש·s>t\ix!oy5{a tȉV̢d>rXVh&3[R.Xh"oXdz4ڹ[(\ H< ;ޒ g%%ʬwJqh^>mt LWob> AhΙvMNyN>;|63oj",6rԭ9PfƆ{^~ldS@%QIh3:qPۥrI7ඟ[U+zxF1򼵧yPЅ<&=]kGWt "ٜ.&}24=BH ,6'Tx9yk'7~(-i(OFe N7鼅Lz,Rv"nsqPvY!G٧DE42t]ܧ:$4Ē&op߿0izIDLn:Nl{GTx 2ۤԜ u|e,VC~eInNKwҿ 4UCv⭑.rXm+Jg}Y)Mzu+].:0*}di`%sE<[2 _Aqvxr{@LQ+=j֏Pd6,8gm9)dr?Ωc)c@Cwy.w!5῀sXWӶjcKkFB3~Il#iU iygTbk5̕wc0{8.j&Pʬfj,!>W0pS>:42wq17c_RsR|E5≲鹧BW~7h>fp@c;0M*g'<4 yxͱ<%9]"*\O*eF58wBݘpEadT^EgOld"@`lk3v ׈뼨@srCs5:qv-P&j-ت a->3˔ <1vf,,|p{*WPw,{DETΦvd[@=:^螳kp PXYt{"E{1T3$۾lu, .gb9-5Mp^9ahʾaɡ|k(t)s.iôq%̛Zsks@TP졋5l]]a |q%gc.3G+q+a  |fAh H,@vT{`F P.Hl?],!,ԯֿ] pxiwogc%cp&W1~lط*(ֱU v1<4p)G=L[ ŔLfhBdLGe޸T͛c 5r1"?:d34/Z,,_4rbEZ$h."e,O+ߞe6u/_~eW]׉h/55k\̣7+ƀZ!;TEȭ'PA8*$PK$@rzzq_It 8{^R rcCհ&s` ٫P~K7>(p TTGgiTĖxGDM :EPk\vv{tY["GZylI'o7V)&[;,!W˒$dHnAsHN2OC5qn̺I0+efۢ.$^.stE=ִ~OA6\+R?,F2/P9>/{;zmu-qcSty6?0SvF r 7?^q8k(Lغ_?hJ?7j X^3fP+X)dA@ke8EOwRI{řQL^."P:}&끺Zwv56pDz*猗G k|8Fgg#^ O]}IZ<@X[{sF@(U*H!*YHc0vX84PI<ܽ<* Gff^Lky-O<7CH<O*|_6A,$2VV*nP/jOәYv> ۬n?f\D;2;q=gD\vc=_mZV!G- o]qb s74t iE6PDH^ y<ϋ({baMph H(_noUMO/ j"Q:Kpt$sal\s_4~:c>Kb޳ܦ? ˦_ K îUTdVejiƽMzk7x҈ׄlŃ,z"hwP1iL=z9M3D"/U7|Bۋh(]u h<^l+dmHl ɥKBcug&^S%(֭CQYtֿyhEd⫢gj^Ȧ^;+W`܆}E&^bDܟm+#7!T-]$AO+&):ȩ.a&6vwvuRK"Bkj=ڣ`dlV< 3&'şB`Ec#W˰lMet+OR\ńza7nh  5*:4yVn/, {x7E_P!VՎK _<M(d__HB .;ϋ`/<-81e͙@,K-Ʃ_KYZ4wx8gR 0 -PA(TUhBfTh37EQ}f H/@M~"f40sbN=衦# r=*"[7ENiȟݓ+ W5LFzbZ\siU&YFȝ)]5<zϥ?Anuo;[?%ofAy\uy "10S-|g2$&J> Ԑ}pGrav  XkyK<́`PMc&L1OL}Cq*狈] بn䬵(6xZ_Wc@D:ġ &Z4 PENܢ]HMF*}]P/pBxpcq6>W>TU'/oȾ}IT0<ptupI9XX>帝A$w;zu6[Жq_Knlj(x@YKGTAuu(d̉^e(7c*f83m׼6iGWs6CKn׮]˼z̲g['тX+Uc dj WSLvFTN|[oݍkR? #% {T{@$P1TU@9"T%\*tmX殥ru愕ɳ!sڶh`xh-xU` >xG/~tm;(5+C!wKm' Ol@lSo:g٨ c B}KG$(T/7B/e Xd՗ԡH6Tu?s9o>vfyGH\q MqU<ՑakAy#!u`) ~$M~jU"PhPx`AeHT}[p#;D` %(qY~.O6M"6grŰ~/WhT;īu482oYo|Uɞe_ sIfjV|#O}) hl66,~Iv!)?Fٕ^9tsU>kCp%wT]BVZ$խDkk[XdŦ]úR1! do2#TgDzGR2l`?d$hX~&sJb'N 6U4POAeF))%:UѴz1q]LgB"8%EϪp;r+ ^пסZ>&Qż./6rWeJs ikS-J15~^τw:}4K"vI/zɪO(-]Im4 y*PG=n@] u*ɨĈz ,0T"ɡܡ@3݅3W+=n/>`Oe_skq.]g`jVTs[Co+)jlX+3^Oߍ4]ODD}lv$@L;jEIB S4SQ{\55s,XFbQk:㊝e6KG}a͕N xɮIş:R<\=!%ˬoΛ4.,(qͩ'1z]εqV&ey#{ 9䌏MA%L?GޟRP/:/D}S튫RBZ}i ;ĀSsY2BrCd +i潜-sgrql$'-2QhNݜ54`Q~sa9r`SaSPrEES6jYW?(galwv~ 569 ouJ--5.y>i#̑- 2P.▄$,/pIl_<=\ MhY 'd_?Dduڠ0==3DLaKm)n9'([t8Z-l I  kĚs,2#^8 %o<#w wN$K,:W!Wа0wB&L n$9H ,bϘO @iszMYi0r}W6Eys:*ͭ b,e z,v_wQ@ YZ