nbdkit-ssh-plugin-1.29.4-150400.1.4 >  A bw p9|yx-5߳lZlXdb0mAݘS'"#Hxr!ƛ6T\ˆH0n~aGk#ޣ1csqEIXS~3ԌQ9ЮΟ1ިm @;_K!KB3"ӷn.Ww&Y :c8_Fmewyղ7 zddx\$m ?$O[uM_+M5[7 ce1cefeb2530360188c45a26a18448557f56943d5d2469115e463104e12b71f7547325615ccb73ee19493201072aa0d4a08b10d44Ybw p9|\`#שw 2:ϐ*JoGobSP_-$/lQ:yvT \ҠpVLDp-@KBk aCJmS-dlZNʿz'gu׾<pUvg< =]'E|%x0\brwt7,sSZYp>#?#d & <lp|    $ ( 0  , `  (8 9 : F G 0H 8I @X DY L\ p] x^ b c!}d!e!f!l!u!v!w"x"y#z#$#4#8#>#Cnbdkit-ssh-plugin1.29.4150400.1.4SSH plugin for nbdkitThis package contains SSH support for nbdkit.bwibs-arm-3"SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 큤bwbw696642ba90ac967110d598b1d36e4a4df5037abea8e4cc87eef7bd6e887baa8ec480d4d1dcba78210744a02b26c04ae0646f8e8b0ab5a02afe496e9b8926801brootrootrootrootnbdkit-1.29.4-150400.1.4.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.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.1ibs-arm-3 16519681841.29.4-150400.1.41.29.4-150400.1.4nbdkit-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:SLE-15-SP4:GA/standard/97aa40945533e3dd5348a18684b9b014-nbdkitcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=32c7798712997a6db710d51c123bd9a2d581fe51, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRΒZWsF?)7utf-85d251f8961cab07ee412a3fef1f1d2bfb062053c2f97d5ad4feb50e8fe2a7ae8? 7zXZ !t/ 1] crv9w!Kψ-1^%؁ x @mFeyڪΐ՛5R$koZX+>˭aMqv y@JNFB^%E\ %bUv4)߶. . z' NO[} ݌K2ϊo}tWa$wl#%aJoMנ@NnF~9ppއc?{:k׌zd+7LI(}Iaux*LnvP9$tI'8PdίliwB_Zp [ #« {Tm*Djv(r d>MTh |-*E.75F+ިǮ=rde ѳRu.,D2¨:w5x\ Og\4H̰|x_Il3;NBSjq.YQ#rB3%&dq<ɭA #5dr{LQB=9sõ x8VME gX2dV1d_7!=}}F^D`[<EiBm?&-bS4LdH>jieX\m$X*0X 7b˩>#ϐƋvp6̃]6_y=.&pEO׭V"va= 9Ts}f}itbO;=tIt wYO)0=6/Bg0n#9$*,z o~uֆV)//4I70Mќe˿my@7#\{)^H$"g?"+@O`');-'yGq]mK>1穱Ř!Qj9 \Bp۾R\:p=JC!众|_ $ OP[ņV G(sOQJGK;;.轇g#B[ڡ- ;v"(o]#?7?vKxE:h \DCunsi":oma*,s 0MoqMPQZP8]1pM^&xDLhQt6p^~^8fOu мbW QKFCRej`m4ݸ")}*M̭xЮ @f8nZL^ų_p()W5Ug.؛b/>/)D o+htMeJ1exܼ<-{8&7+ EEc8I~9fVJo|ݧ;R9TOܭon'֣"kDXن9MS~ 01<::}Q"b>o;ٺ>H"L`=zo=i`9ܷj@JC`L+>/5=.65l ~|3޿ #(f"Z}UfB0@@bs1S+gc#g|$/r[-LA3<6mˑZMD7L.`D6ӨGBs*wb)sAOmԻ9[EB I'Dlۢ`6`? `\Ȳ v-V`Ś3.)L˸"-Zw<"c1X0|gd;mc~}->R]XHgu1֨qN[cA"D%{KD/Q.Y0S#?"ZKBp4+ęEG(l;o\0x}OXN]*g_D`uvC~)^yȋHE%C(R5$$!̮tZq|GF;^k,c[ #C=6,k+ql%͢29P]ܣ`<+atn㈂923= HnαbP|ˆv `x5*^9OĠeϺ{uв!] OoKJpH$.=;A^`Kˏ KM<6jK-CQ ΰQp@mCECq#<$WSsSr}0,{Hjw0=L^w\NYLbxӰK_f+gHqLo]S[zIyqt۶۴TM`AsYBo!.Q4W:kD|[r:ȇ z6QgY01OhЎロ C&|t b̆)I'bw_]:/E~fO4 Ҍ _I Bq%D_ef^ <6+YgֽJM!.'p[Oty#skNܖ8XK/4(5f'Tie1ؖ6MbݔbNpbL (ī̊րQ7HxJf&KޝB|N坃da>.kyXiд9EWЯyev K/ n`ny10+{%!U/T"MهPwm뤆acC@=Aur0l?Bo$ Ķ+,\0@OOuJYcc~n~1b#K;\6]ZotI|Ko|D_'Qs=i'?\zNP$^ h=hlrdM r2 䵗0#\ QqBVAjYӇ)Z g,C; VhԴL*A=U҅FlR.{嶰k"j"7 Ob2HnDL9~.L,9r1Z<᠃:#β;Ӓ.Sv*o< aO7"ŴP54ȲKP"u2?Xݭp;g(f4wyԲb kcNNqzQ#byN$U\&{ڙ)OatMY>@0m;+t6O%jM5E߰-%y~DLH½NA-Jkbis7v1ߵ0ꀢZOS$KH)0$j*(VB'vI!1MdsUE((&P++1-Y{+Y^ #ݍz+򂀏H&*`#[mKRgI׊L"R LzY՘Z#Yl௟S#! 18r9ϟ,ܦ [y ݄G0٫dj)] xo~t?[DnކW-G:vۓ͆r Aĺ?䀏O,?=I ]+ (Lz*`UR7Nj>z' -f𛎱(ʋsL^8ۊZ* i"T4>F;4{Y'ix:H *% ġ*{IP %!el2O=My1Tډ96&㷀/(0UE ڒOUd7@p ]RL"wLAw^{X=wiS[Mߐ[ԞF@CsW}6:ᴱs}'RFnm:,.֗Fm@^NY{_:gN1I&lMOS/AKEz )ӌ Њ4^$8߭tf8-U>@@E֨TlQJ#j1LW [[,{O^RdubU[fx%P,Ϟ B/B%Aczn( EӨ%+JD"LĊzch03hB**ߛ4oFD,6wb:I@d̄Y wPD _JOxەOr Yg-}T.@zV4dKbHp)>=CԺ>:*ԃzw>%Yo }*oލ\"0^H\_@pQ"og <S쟈|{~-TdMSZ"aFa=TI0-> WPg}Yi!(ނjI"y b-#lK}/krn\C餑lAh M ߲^- c.^i:CvG LU3beҤg~Sj_ O&o\\iئrlBʾR*IeX\,yv%c_C@~8|D)ª~ *9N?eĵ_4%/Lh?Mc2k#~Dj#) 4,Q5@7l[;dK/ 83b+P[NA~_6fPSHʕ[_OdSG6r (< T)d!/ 4AXփr 2!U1M="B$-{*$K DEf= |t` }]&]0wE|R$Qe$` Iem^$iաEx*D W@yId}wӼO1ѿ.=Z*WF[:Х" ۯ0~.,E[C!\={O ƒ^QyPq>\,7"d?7ϻ-ɬo46RjPR ]RˣKi7I뮽ׂZoak?܇z=04>z)rD4reJv_1mF:My>f!X%7ǵZC]p}GĖ9r]x^#\CTG- I!+y NyrIFsg8zhCY##Lht0J$>.K~%f<:tѱ'[@'~|aT.-UI\Fo^ұiw%Jn~Vg*xm6b5V% tᄚ?WB]3RK`W۸xW*񣄂2}E1ǣ@!Lq[źncCV[Ž ry%e9X3fܫo} CE7FҜh0||{%B/ v)N.:2w&;lޫ=S<]h"g|^G؜oǿP/@ R*gM"^EŚ:x ôBa/Lhdoq1 gˉJ_oY! mD8qPMZGQj=B;570M'ոh}ͦKy}S UPd NJ1xOE`VѸA";f ~V&&Y@`v lK$|Y9Qα'I$- ʀ('gBXfl@mm'X)姫5uHY?X4@_:o>YJQnzX1~S8ƴ* Y>ieOWCvrM-ӌ  Z%&pQ\bY}[9"7=}p? @^8|0c1{`=uL*ӓ,38k]13o"xԊ]oo$ -]eBiWl-܆N/b]_$9#Cp!?ݻk|1:L?K}l-vur9)h |Rq^baqh,1b\3ť$xj =!]z#5 0)];6%T/"wdXikY h!i|s#HT*./;V؛`jjbSCqjy"?g`u.@KH/3GVUiR]sk:sjeݔg iCX A1OBĪ*|Nr|@vâFE1g )3^%Tk]#f8Fw_mYfx[07/ \qP{?P8Bi p =H}MCff0l-{zs‚PUwYmV/@@腦/sZ9^M`d+v:̖0/эHs}7LZ~!Xhǰ 7dS@G/)egauk GxMqUPI̼goȏ6G}&\@B_:|\Q)[:ԃ6Kw)8䷿ gVL^kc;i_-zdqKn"q"X1NۢlFe;臨 uWvn#o@tNV(Ttx|4V+{&V6ZJO 2) Г@T/m>;*`IS/cRUْAv?U8=[T؉OU/G:{H-"y"UC^SQ[F8b@K?gqu9\웘U'2XZVrݩfllBt$6]68R)ްU5eb/ q%q#kU]Q<é?ƚY"rm:a٥7RE64+H*J±lJ|oJ÷NFWs( V=Ds"f<2m(Ҕء/XDo5xi 4݉Q~KnMem=]}AY-&Q@L62\VV ,T/yK}p.aEU2&ukkGCd-[ 0:0ʌaeݶS2SגsIg"X>ĥ65ŴX)cECBp[%S'2kˣ%P3#FX ܜ`&uOJ620*(?-gqe*DLl@*Z豈: _3 8oқ# Pn@x[ZBب&)p֍l=ut@覽nBm..cn"%86f Y؇D\S}@)"MlH;%?.O7^LF+Tr/vy_Q*(6E3zP:﷽+? x",(΄ ߰eSqLlAWΜy!Z`DլQ\V}pnRc @ i4폔y$fO%7I@1 0ZMPg;I5xi;Л@|LW]DY/S?@Kmm"a|IMG['Bv[TӴkr4,GJ]}3KdsT(}c>bR/3 }ߔ\ L߳Wse(D(H7MW7̅ɻ"[{^y fzQ2mO{F&(w?Yv\6\ʈj8El&V-Ž%k&qΣE\跀9摉zD{1q9H<9:񈢤a4?M$praK&WhXi (by'7'dwa$vV1#Qx[ ׍c*PtGK*rx~FKBЦ 8rmҋ\fn;8P6w8ВދtL"|W;i&I[sc1:x1.YH;2ܾ Įp+kUjFk)wӆ̱oI;Se\H";7L֯mReEve;cZuJvlQOؗ(5P| YkgoƭQk,{(UmT{dAej6#)ANkg A.z[̀`q[b_=Fiz ୶&n*BDAJ A5z0YUҕicȹ bpJܒvB`eY/BG}r![xirǿș ŸL7A퉾`nksY"tcB YZ