nbdkit-nbd-plugin-1.29.4-150300.8.6.1 >  A aop9|_`wD^{H=<,Ze ni_i,7 C23 7#lo]Yj =%p>$T?$Dd ( N >DLT X \ d  (0`A(|8 9 :@ F G H I X Y \!]!^!4b!dc" d"e"f"l"u"v"w#x#y# z####$@Cnbdkit-nbd-plugin1.29.4150300.8.6.1NBD proxy / forward plugin for nbdkitThis package lets you forward NBD connections from nbdkit to another NBD server.as390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxs390x%큤aa1f6763688d2f9553adfd08065b9bf93715d959e17e9ac69f4330241e0a12825ff9a4dd4d54744bb3a998966cffd5ff3861470d1c2ea800120fa34a36780d0bearootrootrootrootnbdkit-1.29.4-150300.8.6.1.src.rpmnbdkit-nbd-pluginnbdkit-nbd-plugin(s390-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(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.2)(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.29.4-150300.8.6.13.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.1s390zp36 16433871221.29.4-150300.8.6.11.29.4-150300.8.6.1nbdkit-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:Maintenance:22621/SUSE_SLE-15-SP3_Update/5030f8e7725511181c96e86070977ff0-nbdkit.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=adfb772d9ca6eeccc6a1fe9bf0db7ec36a187983, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) RRRRRRRR R RRa`Kևo)utf-8a70a7baff41394a783ce7757ec53a159cc073d8e34a4fbe5637f061bcf6e72aa? 7zXZ !t/wB] crv9w87o7RYplL{S({@.e*FhҠdۥF5>qɆ]T<ɝoEc^t#be/H}&Iwm Vu?c0Sd_wݺ%@aLNp.JiL&4> 0yh[͆2 N))tç`KlCY8eS{)lHYqm#5Ʌ9RI,}FŧQW ;|ILa)C;9b;R3`ÛȧkݵoL|A{nY=8+|kte8BvJ8,h ܌-q%L{c~ɻΝp<Ȗa/4|ɌS<_r@[v.ݶ"]Zdfd ` Q`=s/ $Xוq9UnCݶs-А {t0Dy(tG{Q02\?rDL I~_e։IЄVh\ΞV~r ؐ/ PJ.arK}f,D"FJ5Wo\asd nL y oҴ]$s#N DPוm$.Յ17;g72{{M{(,Yo¼SU ҷ#pݮeh(w41lM#}EM&c\ ^:Q՞s7&?S>?jzscyȫYJO^trIk%sIɀP'9{| w?^?NA P*?K)C!|aֶX̲dY;MJ۾u@z]m5u 8cnԥL*? g $:}t4&CL1;D7QiT%}FΈ}ߧㅪ^-E,]YPx;*~~=+'={ⷊ]:.z-{ط7*-$Vx=@&Mb~ޢsԙZdބ\8b#r̄{ Q({Df+Qӯ=pv"$<`-jb/\$Y>A6MfĺK2tz#jЦRkd„vQ +ώ.mkLŭP]:g(l4[ yq,e)=2Y'lP5 -̜*ɿiV*"7CM{n $w;"PwޚoTI #ѫq2VBEGCPv%v\^1o0`!F43f;&w@DEqH!b@gETo.!^YI551 #O!! r T$-6ebt:QxŶ|- Mf hK0ЬCþ')fPҭEHOC9Wz%P}M2#<2;wo1^Þt{iGеcXt 4&: {B(_6y%೐dQ0,>4ƻ*8(GS8\ CeWro^mZ_/z\H}WQ7$C? (~ _hړͺoV֘*YQ7&G+pzKsJ GWkN݈Kd֔XR+yӨA|=%}N,0Eil 6v\tuA츿-n -lgztū]1!]яWISKI,j['+5pj {I~Ϲg#SQW6t"4Xo~9~0D2C{H7g-zaqSs 5<#wװ Ij ˱w\MuZ{WBҹTz@6By͖Ƒ͵壵~z2[mo>\r3u yFwc4X"ל +:x WZ`1[΍IW~6e#zʺ̽'[Ɔ +KmEz8#?:F`,[[2[_oq&\6K>t.6%l;IK> ;:OاۑRȐZ B4U8nK b3#;N}פ*ԶK85@A"9 dۂŻFH>@xM V,qYPko q~&$@3c@k} Kq ?p*ᢐ9MmΈNJExh;+O gEW0f@aD?'8%Xt twn Ʋ푹0D1vx1eំ@bwnhOd:bT E,RDsD_n[H=FN4<'qs=eV/컢1E OAa@sw?Цa an $]I*,FbE ڏ+_aG5ebuxiR_W*KM= >`?ĴT(B {('Ym' 6BC "Xwfgq'jTEZx%eV!9:#b|mݒ [$t <9Qod}5&x.UR~Q*}8S5,S=0qz-ٰrPAB!1gI\Qệ?#SXIʙOUIpm',Ouwҩ_y6 lYlSF8)0gL&_uor~ϴ\3goFzo"=Uv^q{['N[9+E)oHs+>*P/`t"xycLHA['鍄03nG\M[{9J"n6|JNI /iGq$ *CFP29AVZ:m:Fs u,&!x, lW3{a-|a?daOT'$q P를~aM08KM)Vcd)Z/8UW'jHh,[F"TyvXrpC">q>t,b>;:p`縖ݠnIe N3lnw=N%rkc-1¹FMrM|-)jJ oW+ĵE*!̺YAvYU}: Bai3x/~CzG.<{ .+u٫s@gj .< D j7㷮MoTXwy{!j4XEǣcQn9?> #T:f |LB!' bs&Ð3BFqV ImanS=< )1CV-_e"Ux3M~0N uS8mh ڞ-B4&jװX툌_7p,Ĵ*ci7wȂpЧKcZRt yh(Ydn.xz\M!Xp5|kq93C-;-Za{n4~Vpڌms7sbxQ?:-/! , aV| oku}z.:ZB C$nmYk e o3a Ӗ<=;3m/=-e6em24 l:ʃ'ځ]DUJTlG[S2v]>ye_"LkyfDhۀ"!5D6> f d'!vW_;.W)ܽ&Ѣ ]7}=.@Zx\@c]W^Sd2 UIjomy^~do/K!Ha"rwWd 1KKܫq= c2j<_E tY,1!?xbJ ,xEަߗ^[a6u ͎1 Є S)n{XuN*"=0hjOœŖK-m"#aG?P$އO +N~c'Ty8;/\sr]-t%RPL˿æW !'q-`q'Ȱ:7 9&)sC\E}' *C;]Fj)Xl?tEb`+6𥉉3p*屡3 21#T^!T\|F8k0ey-m%~ |fa56V2sfrÉ_&,?e3$.[.n.*8fTµjy١n|948~aIJU7ha[_ p|h}M6; ڳ Ru]C,xNڲΣ2~9Bϯ}>QwZ'Ճ$kG C|G˧3G ՝k5VV);',Xp7_ +Qy YB715fW%+xooa!#7iܲW^t[Wq ]'Gf1dT|A1OETm7OxVSh8Zhe}2u){',Drsjmj7'!)GiMҋq΂Wr'B@lGGK2d8%#TuFB0:gM/ԑSfaa!ى\VGH\XkŠo${@׿!R'&U,r |!]/QRP)+kC{<&önm{ sk0V)@]9\y/s' 1A0sl)ۂ]`6p ,C\,AeSpSLv򕊤NjލP^T>P `եǔO',|~Xtnm@L x T\vr٨]Ns=N}gYV*ҕWhv:OaAp'h}s]ѳM̲`j.nh+'f2Nh8R+SDHP0@:?#7RKLSn!@?e ",,Ȟt&u3&,r:SZr`m4C\ ]RȨ$LXG8% 0crpf)wE@;OK;OY -gf0 ; бKbtp )G]:"6B@5 ^Lw<:{d,zOˍ2>Wl["@XYm/ѯ_hfoYHYaQJ9r吻%룏1"E`0IMaB R+95ܞ g.WLA{?53g?GJ?[G(i1'vȳI%HVlVcqZ+{}̑8S\fElrew3M\3.~aW-][_6ͬ؛6=Pzk`4b 0]d=݋0ܾOOgk77~lv ̾5VpQ$ҕjƳݜ:31 ."NHG(" #-S518śۃ͒Z|+]+#[?aS`<,MnqLA74smRBO!Cq0vͭv-7AXc$> 2Y7vWt?+fE]hqD s=_^~eyo " UNF6տ42nAդpyZ Qscx+L߰I L1w :Pr+4jay3apjT;2y < |>vE}b{g ʋ`yi 0vm׌/mu&Yw0)sVN\dFtFClJ:@7<@Z 2a[C Z B&& Inm2f^6X;,Á\Ow"X6eԫx>Ҭ v;E0֥9)GlT LrftHC _b<[Y.W)["#ȏoS(0}TfK9l9׎rcX |hkClL7_EьovSBҍaxz!(t=<Z;2OE rd?WEFw91Ag$MYg]!JV`FLBh9"@Ǖ?K,_)+~c_ A&",G@G^_ItB ԩd.V_CFVJ{vxD8n/cL5Rei 3 ^~\<"dR,,k3-IAt 2NԋI&ˡ[TЏ#'dۯ2gGd%W[5nqՔ;YH]v_kGc?'؂_KveԈ`xLG'&JMR⇽3%NkC.*e aXc+ "wd~j>9J <8tP_ R {r͔+H".8?!#T|;%Bbl[ Vܾ[SM"%^#WTW4w*+%U4>&mJe>>z=Goj91s ?e5P7`j x;q\Ƞ/̹W]U/b0+'XB2dNL6mZKM@Tg+1V`.Hc # v׈;>206J|hXM5*̯+Hsil'G/h@} A )'Mp2_@>X᩼/]):-V+f+PGF23u$E$OM[lEa Qk2 RG[X[wL943h^ħ.ZrE褮\u Pn[wGYhxt(enxBG#m{*fg ))3Ē|w2U&#}܆SIN{g-Rǖ曉dLI5ec][4.!tnh W[}2iB16^P&PuLJЍ7Yhm\K;Pы diھ6PMfȃMK% ^K˷iR km(ȦyݾW놣cJsRiY9|^,t.DVhh.k5-T*7DQGq8KEks28DV:.<֡}9QiOԉ@eג !I ePO8<^.6 Kf <8VlŤ4+] *\GѨ궼D%YᄱL^$v siҎTcVZ [f.`x6hej^Sى.92u}Ѐ17& s2auA 4[c{^[(Gny5w: c؆9T}k u)eeI5'$CI YF݂-sXB?.64C-6mŕO rqi jqNM"{w:d#TץFݻ>O#eSerц|S!%ـ~sX ƂjA: T"{ya5jrkͻ1 ` LezR85?_$ַSki11Qt:{%EsACw^'d ПM25NxRS9Aض_%&ʜ(DBMnͮ!oH+m>rb:7Qq}NH]v'dg[(Ĝ9_6u6C =Me?xg?:ڕcn2V: K~SJ [_t8l :SQ9s)k %(221ܲ:ϼP_h=wci"&X zEP7~DJX)־FMGڑmR =>|s 틷Rk@]ّ?hy `%8MќĉoL״(砬#:FgB$J,6G6\ :=B;6 # q+ %㸹 Lbw)t%q\T~p:E3VƟV,&! ZuN)@ev0V2J|D|圩wVIQ_ZB Rd!oԬO"~xKYŚ+{Qi>W*2Tyɩ:8t3vAP)Q#rdZiX.c§Hӝn8Ì ȃݥqHd#AkZP[YNVߖڔ:J<1 d+lҏBXOUsi)a>G327w͌\H %U^Lm,B|`Ft006-G+/ !iSBh[t田Nu1\(Eˍi *7 &s^fhKXO\ZF$&-8X,&/7]Q r i2Ѳ5r_Wc/}|_rqkBΕh,\g98\}S=vS2Hucý];w%_?ԥԐۨ{?Y1K^oC"c*@/Ruw)]L =:Jh)ػnxٸxn1_z0 -eY3k9ęc);l\ؑH9fk^i$$ŽmFQ4 @nʕ_;JJ)yM]f#1&y=VElGM'De|ǥ PP5*Sdj>4S8=YO}ppCP/8)&hك60nIi#!/Dm0kAp5\_Zj˅V!v5G:et07jRWLA+'c uNl^?:El6zmQIs 2^ Պqѓ; /պڗ*uʪ֛ԕv dJk~37ab]Mu9 A2C|ȧERKwۨKWfꍐ8穧d}:ܤI1v^PRtnf2e\׻A=fV҈XфP2k{I+Olױ]NP cQ1 Iɂ  ت~]2#A8\|\SDѦV%s\|t`6jL:Lh /3Á'l0M*t'c"sx=XsHŅ즢" `/\iFTX|G6єB9ݢ4T"OoD_j`bz,S[`Gc3`{]eua#b r/<ﰔZtLVsJRQfV ?`uC5MWJ~dPcWݿh4nN./5RMڞ![@qmjx7*yfw1 @_ x/wl 6pVK%ܳ4 =uAH'v9|qmHbPO|:)鋤,"=s\P@%mE) ~.(<l]hwv߇}j38hAЦi`c H ܖ9Yt}ts a)$[| 6 byQN *78uVO;2R4aރJcd]\O{xR_>Tg2} g BƮHzjϞ$iIɘP"z.B,Ԥc?윙 {21x 'gWXw8% @sv/5~c?*qnEUOۆ`wO!:oԘWiH}y $Fb/qu|#ͽ 0cRf,H.56d-Kq+G鄩8vLE˲tQ3gGe2Nr'hT1 G=yծc9oJ0|"랐Oa?Q᪛0~loi0hf XйҡK\;\Yb$G$Ê/W42C` 'A HP<\? *z:hvT&#=Bn]\jוMy&9ufiʦj==rr1on4_" $M죪bh }=)œ]*Z.wJ˰!fb=M֩ZsGb\G^1_*ygO YZ