nbdkit-ssh-plugin-1.30.7-150300.8.9.1 >  A c Нp9|H^}gk]:Hna] Cf>.<>p:9wY5}clw$ ?v2 6]6l7d3mzhKP6ps_hPa2'ѻbX&oCBԛzxZvo:9{U^0\+-ґ ܔN gffW{k̾aS*Shj :2ϼ+( ,k0;aJEnE3_i|0 >p>(?(d ( >lp $ ( , 4  0 d  (8 9( : F$G%H% I%(X%,Y%4\%\]%d^%b%c&id&e&f&l&u'v'w(x(y(z(8(H(L(R(Cnbdkit-ssh-plugin1.30.7150300.8.9.1SSH plugin for nbdkitThis package contains SSH support for nbdkit.c ibs-centriq-5CSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 @큤c c 8e92eb7eb020458fe6253905d834cf4f32b8a2325c1fc0b0852d6d158938dd1ecebb0be03ddf19f3f17ed0170551bcceba8139d99108951da4ff28cb0349e1a9rootrootrootrootnbdkit-1.30.7-150300.8.9.1.src.rpmnbdkit-ssh-pluginnbdkit-ssh-plugin(aarch-64)@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssh.so.4()(64bit)libssh.so.4(LIBSSH_4_5_0)(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.30.7-150300.8.9.13.0.4-14.6.0-14.0-15.2-14.14.3bʿ@aa&0`ݮ@`@`}@`@`M`8`Ujfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- Update to version 1.30.7: * Version 1.30.7. * configure: Use printf to print $ISOPROG * configure: Print the version of curl, libnbd and libssh * configure: Make the 'feature' function print the dots * tests/test-protect.c: Fix typo in previous commit * tests/test-protect.c: Skip test if "disk" was not created * common/include: Rename BUILD_BUG_ON_ZERO to something more meaningful * common/include/test-array-size.c: Avoid Clang warning * vddk: Demote another "phone home" error message to debug * Use ARRAY_SIZE macro in various places in nbdkit * common/include: Add ARRAY_SIZE macro * tests/test-parallel-sh.sh: Skip test under valgrind + debuginfod * tests/test-parallel-sh.sh: Small cleanups * server: Work around incorrect include in gnutls/socket.h * server: Display kTLS setting in debug output * exitwhen: Check nbdkit doesn't exit before the pipe is closed * valgrind: Update comment about valgrind bug affecting OCaml * ocaml: Add further valgrind suppression * ocaml: Add valgrind suppression for OCaml 4.14 bug * perl: Move GCC diagnostic ignored earlier * docs/nbdkit-protocol.pod: block size support was added in 1.30 * jsc#ECO-3633 - Enable linuxdisk plugin- 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.1ibs-centriq-5 16618496261.30.7-150300.8.9.11.30.7-150300.8.9.1nbdkit-ssh-plugin.sonbdkit-ssh-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:25650/SUSE_SLE-15-SP3_Update/d937c694a5701c2a5dbb4d8943228188-nbdkit.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5cbb51737aac0783f4879cecc4044bc76db62947, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRR2 2e-MɽOutf-84cc092610366d0a85467363403999674584f40cba9d9addae4c489434770c27a? 7zXZ !t/ 3] crv9w:2!% W xx1A$o~^GM=f`cd\e4v3 q?0W~Stb 2[.` l7=+&@/Rt7V _VLG:U({<8g .CYLs yxpk fT%K>?Q툀/I:g*F`n}ܐaaSz% ޭ9fɘ{e'5 ҆fW"{CO'%\jǤ-u3!sAQlk3^`B5[%rH\cl^cjm_v-]MO_g5i}];n 07ʑ"_q›X#BiԌQ\"w$)d"ϴ5~=m/g(nr' x*&^ \2~8E[f@~H{TJN!@ޡd@50/rM|cҵqwݐsmr>Rf7BHkȭ>{`Z\H/fĂq uH=ʴ졩qV5z1`!PgO Ѡ3*5_4':?w}VM j]ZA&@= #m%1MCt klǩ-&UC?ٖZh.Y'|ORHS}iݤ9f ;AdGݥs,0/ϯDgٚ^؅{uZTDŽKa;g${OK_"j7gc $(]7~fndPW|ƺz)~=g Y$JNgR])NٕhFkھ`m }(=mm[~qr!nN[

XsieѰ8ά&A:DW{R?PH$HVu)G!x` ~0:eu+C?թЗ7EH ߉ }cXpc/$<|Z\RT׭3C깫yhekYØ0Q]ӎst'g$.T# LGo=B}Ic#0F*Ǝ xk`EΧ(ޏ;ld 2s2=qНԨsǩ- +!ɝAFbv7+{Mc1 J؍s"@`zȭYjwQZce1@Y!-:J< BrkxDӵ|>uMe%?UK?|ҁK!%%CkE\FA%Ue00Q "2DnVZ~H?#s,hQK(1y`{ :#k$R\c`gw.\tY:`TxmzhQ^>H4Nx,ckUm;9P[Z&wj  [WaBh"oz^N8 HNA]L0wEVxF͆.B}~#iV[қ ԃooM9qXVz Aueh IXD+.RꞾ};w|arFA$ ]57 f5졣Չ.+ 3Tكh2%TpQ,XҮ8L*[SAi%L@(9y](лY'4ypOD_` 'wjZso5<87t}ԚfmxaGa gj;z1$vQۆ0} *-!6tDm(H흐} Bg'~&rbH:rWsA.m o$/B%QrBHg" r8PHB|[/JZe2]Eeepr&o({O?~T6DE~(x#oN=B$nPUAՊ$i3XF,\ut>˲GIH@ȁ&.@U`aX%! VFP";'Da|f5o\a?$9լozOk;ı ]*hacmR m~nӞ&~I}{dy#S?"$y᷽ :k6'T5pmQx듉X\(V]w>;U*Ia$2?@9$"c%K3Fp[;'w r RC&6vR鈆c;pHLR!1+M#J9$Ly~I;>=o< ^ (٧ݥz7w~Bb(J`1az=z%UkRذ#bXTSTz2ͯez%O~ʏ @<āSukV8cBܵWd>5 g`Dtd$4Z"~YTVxۮں,QQ̣t#[79hi(/ %0b*YmxL"~T(TAgj_)ʳ/}_O=[R^jË,M 3yᔲ B|' Q%ġE*0L㶪Уj'Mq1BOq4?bO>:2^9݋:BoL"[;z*>3G0kny3{ "Y8kdP=: żщA}5mQ{(մbҨ7]搼LJJd,Shvq$03p:бT6ټ\J$-Rmyѭ/8%&EoɆ}CmqE8Q<%='j|2> ٲAYT*eaC.ȶ6݇EDu7^o;.^t>0oCkNK\P D(sEıӑh៮kqLWG5CXnPܭ}WIel藱@0#V0VQ`"Ծۤ߸L+!DB~67u1ԬƕHMn-}k(RFlр+{MiJ[+qRBhgm,YD˦M=}m\.oKI&a WwBdAh0FNomaO֏Ǽma@f=S(.wrQܐ3ڢ2!KWJ4&~:E?68sHݶ-*|8[`=7cC*wߏO ìoOں)k .@PuC.6*֟" C Q'!6S#VH 497\" Z \gR=+zZtPHPVs 7Xف3f <Yd<i3rȹ3ӓh w>o?оzS \eh]v,det2OӯסjVBjDg^{¹zE|+KJ ,KL |0%33{[ ~p?7M+6%'2)٫И|jՎ5&G"N.rƭթ*7,j!DHJIEN׺w{3m{)"iʵ^U?> j5DbYކT@n"]GHcpo2ި+*XFu=|RdsO%[˸#KIGo@bːlXˠ3?iaB 7E3zXXゟH \葵~y/ nM hi }pN*s'{&oT4_hm֨؏_q/:#{xI`y$yukW^av5S#">BnCض")9"b0.o.6Ü)v>%?6%i]iN.<Mi4[HX-GFP__GNG<Ѻb4#խfP(eQ]VnqNgKfJJ %vQhaz,k*ʪDQEf F8b+C{BR\uQy5rߵưfQا^R͙PGK,يzׯc.~QZ icv l<0 Ԁf9 ]-57΍ * [ c68P;Y 4xŊ!wZKX|Kc`ǫrB!_Ԯ3j@<1*LTi1 EPV(XZ,u!ykTS%\g+X,͙d li |W5ukƄ~A6A>$%ZfGZ$L&+bI{ADS@h*\}Yp흤vHhdg&ڍKT %:7CZco20C,֐y!uYꘗfk3=B{@cUJo).&\1bq*rpQ0Io;4 p<gn=^/(Bb8_n.қYɳlQH>` #,RP M9?EX3lμIM'=cc΃WfLEHe=~4p>lFM.xZa/hF)81 @/6'ĵOe₾&&n, [Ev` A(n {:Fg0ة Ey4I&[-ϷP(B|v"ud>IvyTJ0T{NW^Զ8|FrUqh*(1' HZr) $(ܰt#R˪E2'k*>qTICLUhI?O0T`KK0Qymkxd˧pؗhL [n`vMC[dLGM*.ϫ76K;"H_isX6>NWWu-/Db _78qEװZhRyNF:7%7_Gk V8kiQVȤpaPb,bݫKDFF0yt]I,B⿥o\faį&L/2\NޅdVZƶjwr줯pi57pZ铆MuG ]VS)R YOPȆ w^T2v駒Enfظ逤s|Keص|NO|eqS{fd+8:y,HV%$w\oIZz e%]|/Pcoߖ9b7>Jv]N5_8IO~1]02#$@TH`p%a=0zpʩ<1Ïd4!f̬h[O u0 + }EݚWRrFZG DU!w\|/jFLwa E,Y+fX=Gv,rh*)2 J3W}lb|HCRӏKqZTw|&'7#5gyb{WKnw~$1V4"I ltu5xsR]ϒz&PiU 2%.cVي݇Yt"(icCLԀ0C\E;-_4>7&/_̣&qE@WQTcǷWgSe/l(3~ViIY1\)*0Yi@{AzatЌ}q00YM<~% IF+YTof%P/pN$>58~$O0mT}4!~G{j%n*У[px.V|C`;1lS|f `by"9=PRJ: 2ptjd$gu%AHDDfz88A 9ۈp3~{j<^e|vÂ4BčAUhsUvvgc$X)izsԻl!ӭ6op'rVƒ5Я/n7 b˗ :#"Nb˻DGwb= 񆉘8gqB[ì—a@?jd#{ ,(`=%pwtYxOv\ÌwxGbzrʴ y2\.rX‘y #*r*“⡂ }#e<_thNzD uKa\K"S3Q;tg@jeHKJ<@J=JH2nV$QW󻋘BbQePԇ=CvBqE\k_DJQeH o/rkYTK3#$Xh Z?)|.L Ꮏͱ7MV\s^ O0O: Nؐ?>##mXsxpFF& Z擊8[l"}:{&]dž ƔM޿>~e]꘍VFY5U GДV")0=|R٨JE*FY:paI+rIjyj|f\8bO՛={⁶SGk0LǻWw+ڜFKuD_XWJ0f<"&B U"FS ^nҐ.hx0!{6-rv9W'ȳXHrGLiv* KN,-IOo) ll\B/n?eR>E#_a0edyG`!T~)PZݻ.KWwYXȋ4+"f,h~O>8ƍ2.etSVs 4L, [ bс/ɌNїHG.?Ұo w (2~uĕw7*!΂)ndVUxر3_y(RdB{{ngZ  YZ