nbdkit-ssh-plugin-1.30.7-150300.8.9.1 >  A c Fp9|j9b=wU)X8*zIus'\Oֳ7x!{ y=h&PB+~s7-y+ݑ+&LLn<83P%jQ 1 J4iqV:MvO!xlKq{P!v+p>(?(xd ( >lp|    $ ( 0  , `  (8 9 : F$G$H%I% X%Y%\%@]%H^%tb%c&Md&e&f&l&u&v&w'x'y'z((((,(2(tCnbdkit-ssh-plugin1.30.7150300.8.9.1SSH plugin for nbdkitThis package contains SSH support for nbdkit.c s390zl33o+SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxs390x[(큤c c 2f90683212a7956914edfc8ec80b7e834fa62efee90041f09241f68d814e3b1ccebb0be03ddf19f3f17ed0170551bcceba8139d99108951da4ff28cb0349e1a9rootrootrootrootnbdkit-1.30.7-150300.8.9.1.src.rpmnbdkit-ssh-pluginnbdkit-ssh-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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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.1s390zl33 16618496271.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6142a74d175ae5daadcb994e64e5ccfb4db59a6d, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRR3JOpU#&utf-8d87a378fbe58c0f31b4f049e9a60f05b7cff301913ac5aad1f136566c9751c4a? 7zXZ !t/p0] crv9w9 aR b)X]]{[eOmJ` Ķ_,~mRKMߟh_)+82P}3E{υU&,NMx?'d`S(c:ǭNwuCRǖ( _Cc;aۼ*8$Jn< \F5!/-gŋޥRL@oy$c/>NPS*4)xk#twr DIx4i -AʩzYb]k̗&P{")]7&mzUY%(9V2WB}HH%w = 1֣E1oTm5,X̛Y W썯iKPF7RQ!"3vš'+h݀S))M]W1uTDT*3]J}:S²cb\3m0HHrBD<ݍatJU頷 =,7KQ rJC O{jTL/9_5~T^ #xྟW,F[[_i`"_+%iJv^C.hYyf[z ~6)CfXil7̴2FVc, #;=JhB>w"S;8/ 8`Q{hKƗy,T3i6=s(jŞ/RܑOdZmV\]Gy +}H~fR.U m7.cmUMr轷Bbcrbfzj| ڏR׷p/kl ^0ڞŽAe7%2o/jv$CAN0]So\s`CE\B ?uc,,zCuL1Fkfu TMKf? A)ЮH)Rrړ%#f[!}y)[(,$[$S¬*,WG:8\@iVBPOg*}(OQT5$saAm ݋ ז4B43uaCjB4Ielw .1.# !1tF_PMԫfCYdPuDEXg;-'gAs#& ;% ~%DHEH6_µ_߻32.'-q/<:DY b\ 񁺑n  /ڣ ڒJTAE.%S6}cokludQPHѓ~MJaBo")v̽f9n;UtlƲAw8)T< Nv|ӞtbPq{aL*qQiRd5d1beśĘ00#TZZ.8׏b-*Ȍ[+e=k_0#R dnD1|${|h$ D Xk >{5KMˢJU *TB܄Dc{BqޥCTDc 8L`9FOĺڗ(;$}y]kXGzv`83?]!9+sҝ[ҿ9 T׬a},t?)ϷdlOb"[J%xHٮD@O'/8a/b/!I\$D01XfPQW$/pJP-HȐuwPV劷5|̚䴋ɓo!_ _UM 4^H#J34_ίOe Q^m=G "3 '-XJ %h%\G|O\\ <,vg%TƟnh.,UU 9|gVUdhT > 0K`-- j`^ΐ݇å6~DiOlq<FMW3[a֗cNΊD6uJv T0\x04[x8flz) [^\X#Ē6C1ڥ l͉nħ!0SRFZMB P Zyt+>lİqg<\[)@zT2FC(V?'uߵjC:~GV¡|"=_NY~}T)cTɆi:AZ r,M%Go.ĝ9Qd7qPN:י]6hS`:#.Ȥ@ѥJ%=? i(W1dױY6sTz2ģ fbWn@Ǝo۟6fjP~b;O" :Λ )c~Ca{lu7QHq xz!<b2[&!=#+'76osb<:I)hCp!=fIƏ@>x{dhz;@3 !8`/$:箔 a5Ho8%Xb CmǠCŨv=g(ˀ=Q\c}wH ZhKA)8(0f$j&S W6vŷ_?U>U니S:ľ.|zlv3}`9+<;@=+w>?^A խ}Igڶq")l^(DOp$W[_w:pn]tdvPxķkhA|ǗŋL#AԢm"~7& Yas#=1/ev5)P Π1>h0zJ#Ej GQNZ _JGROjXpɒڈY~~҆@]>"J8{8# ed=>pk)Oҏ[BҡQ 9==t(/L,6/h":ytBH!P-Ӣ8U<" p_9AW8HΧ&Vp޵¶!* "!ة/)ѹ+H'&2[4-Ae'3uS9EJ ' g-I3b;32Eն샅ݘ@CTI~{ 51|Pl&}3RIuv:MˈrE[7ήaxvSsLnOp 5aGCf_ 08SgT2hkO |ص=-:>FK(B,&䏯*?>p98re $>]Koӕ~yN(qI?GS+/e 0M/F9o}ՖGg"Iˣa31n^WD 8||eoRdB;fgCvO2 ѨS:#utk&L3Ud”vp#ϲP4m"RvMFնji G[,:"ː !eK"a lKZ"2iɛ/a e$.=np2\ ;֙2ڙLfř *bsXz52HէvH_$}!F`󄾋cBd>N@U%hp݄r城RkzbeY]\F?@j4N=]-:LqI^MFlHL33tɿ(gҡEUAWh(4HuF>5C([+}Ka~Ggp`;>/c E u8$jRV FoPe-&&=UR1 2Yx[W<Bix^jO;D&, k&VXVu}`?gm:&vV]/K,J*b9g]|d5"V)oE].!e"!k ş(Mڡ?,:-Uhbc|ށYedKA-P) O"smk`u`ו'̗DƂ\j%Cr=soހ!0[q_ pB4Um,^E.c$ v}0;w.Uvq5 o-J| bz[\Z· Ouк$;dKXs_d4~8ޤx^r]- * 8*DXUt)CFkޝ7cZ!aM&g굚 n#_?=71'[#ggK §d{D#=C|^ʊX b8ƹHGz'KY+UMT rQ(#sHklN2{H㭻Y翅Jl" {#x@>v%a͚t bI$,!8:O?CvQE5)ngMOEE ֊dK9˫}f.h?/Qzx>GSF~\GU;'vz7Qzɭ˞ňD=ݥ'Z>|3>H򅧉ǐ>f (I!_>;waWv rBBܡvIqHن6e;52 7+x;8M KFG* A{ʩ+3m-MI7T gC5+=l)x0}*guŽUZ^i$`jI|);wC c.%9ɗ6-0Q X2&Ђݬ>x!җ)0dMWwjeTLަ94awUʍooѫ8Cʥ\y".iQ`3x9W uf]K{}y( nG]}@Θvhޕe ^-&iˁ/5;8EyC:n$gBL7)Ly4K>,)WZC{Fw>Q k*6 ̆>R+YȀEDk3l=%Uo9Z!XQ4(G*d&{ UFc@#f[0x|"_XuvSc+G1 ?IH t,% ,&a| alCM0S+FjXϏ:y߯q>} Rp5eW#N@gAkg.Q|UD ݃Ϣ.7ꂀ" Lu*;mlH)nJVqӴlumcbhstf᱑iw)taPz9ύo8FDACՎJ kf]j]$>;YRfjCELLྃzH> ~ishc0y?-U> tĥV;P5Y'O?H[t#_%ʄ(̏,p1[,<ICm9k0؛DD#șQe&?u X*Ki[m?iCŦxJ}y?Cgӳ<*U(ֹ̭t uq= AnUFDbmro'泀j^۶_H oOZE›/oR81}G M:%֔샪zo9?]JC?V tFȹzRcâ@JedIntg 5❢zAE O?˂Lȉ9k49\=sq\@[-s!mĈi.~O❸F2S|JDKLT2@@Y;Q_tJfRݥ>T'0;[+ؖd܋ԗ)(M W7m`d_w^5?>rX+\#Ck#I\[x|QOΧqpGj׮T"LyTovQgYC ,u}o17X !yY׫&3HPOGlV"6Dp󠘻D~Ԥ벫\SDAH0rSM5 Pe_?yN`)%E̪kM84Sug堦GXܾf6Մ)η_eyŜQX2dALќJ9Wxᬺf2b%!޳lq>1Um”!A gCw1 )yXBb ᚮՏqd@пO]jE@"ղAY#ge%ʒȥW*s*uiyfֺw*D^g=0^;kvl=C_"jPX' x.K}WVpQ gAxi0^LUxI=q2@~[ś0j ҪA02J>d%8VI(KEZ:PLt=R7ZuLYܫЊr9NFRċpf~m9X1FbW=Wl`l2,^X _ (̛Bv;`^Eg{ba~YƠA|b^[:\7 9$QEN" cM;3,Z8DVOm(bËٸf[w8TJL[{ڤQyM8  dy"Ds3<RLudT#O`k]L<)垣X/dDL/s)/1e8,Tt- [QCX%JGq"?ZN4ˌ:L+_)؏j+ԲE1ĂlE@8vn.y:װ/Z[@8q~l9E9gCn\^b4rʉ `Hz'ncS'uy8 NjrPZayac`Z5>^5yҒ R<!,֟w9NVqb]BԍK堓0^[Sp$Ŋf4qŬlm9/Eݎ@`#Q5-)Xޙߣ" ~5^Êj gWC6̍n(Wb(^eg}tת2z'㑸T ޢ~h0PU}LpaSmpeCuG :_\6 ӣSy|2{:K&uT9I9PwWg- ̖QO4ACኀA$X1߽5 [k*yYơ&`M$&MG!Rd+A_ɹ&,Ј$̶%]ܗ <ǰ  zc9=>9,Xо[OW a`bKv tIpdDewvQ?6&?KOrkm5Tg! B3͸s< c^kDy[4CZxKar 'ȏbb6zZ{ޘ9OH_qKOH"ij4f>zR\l+`(r |we]姛j H< db;2/B@e{tWk1_^4չo+ݪ 4ߢEubW/FsX#F qrL1_J@5`v˫;`[l Xx+Bkf߲'M8z ֢ Ÿ<;(}>ˤ\vBFͩxn~=8k\%:"ѹQγ=ƺa{WAJH*W:XaEjzJx>\~TB0sGΨt;  pp S@@ͮ}ӹ!uvR~ UɝܧDX^螮-gR)ʰp0~vnq V-8rW;Zxǜ6ﺹae0eB p:>>] yF{4;0 gaC-G* )C$ b[C/uv- P!v_Sb)(2wDntѳAjOXY9Ĭ\!ᭅ?54qlSRuqAûJyO|ɒL-!&L0! AgJjN!Z<˅Yzjrj r]!Ä]N$S{Xˢ8Gz7dзF+JN./h'!0 S3NvKa {hxV0A\6<Xyo#ß0:M2]Cc5SԤ[Q8*9g3$ vyI4-n0>V6WW˫El9kB7h؂޼OM^ [Q 54>ߝ(Tw0}mtBRW*C$%`yM{NJ#K!u&2\=i`:ȾsFeճ)wޫ ౣjY46zpBE•߄V|Ͼy g+m"5~ȓw/$gŖHx2ijt\q4u^JsTbmѩq֎ 6-c*隤Bd]m=-v| sXjwxCA*yʋ Atg%I)>ԧOt#"Scn|WU7(f&3ˍP#وe44YBžcUҧFԏwm{$=~*[p(mСjH;j/$ޡuv;nuթ5T9h`TVce8SxXPr@{mJ;! R0!!Tj[伟q5d;jْ%քqEfNW,[hqOpX%|?X/45 L<^ņXO;{':vk!TPm3Gj~ B {H,SqC{*@V'Ii@¯ чdfd]O<FPUvBz'^Hٰͭym6)k-"hl/З7cDr1Mof{ (i1"'?a-Zf͒@xt6nْ_sFE%[*i}^.ww ՛T~ s7!ZQE,pV?e\`̺v<85fV8Z(R7 9W"LOX{ۏEPy*$ Yu65d2Vʦ wGvfk.y~M.ѡҜ3Rx&5OS Mf-%&AqUPq6 +Ʀݣ>oF+gɾZ8BRKaYw絫"e{h­8I+b7OhN\pn0@ tݙ纝?kf[._N 8TLKH2nVg[]?KEbԈx'.Ziގi+[e'g\6` M=%j}V%T Vlȿ}?+zXC#WL/fR~fEBg߫¨9 Sʅj*tۗE yE9g,DžillH'=mYYYŸ(3q(~<SFg\ BC BD?^_lzK @_:qkF,\v;,^9cP|M]ϑӜ@#l+hh^fPuA!R;kl"gH=JI*ృV@4 N:m+y7[ʗX4Dq/JT; 5i 4JM[*L//[VH0s.bx 7(S ϧj`6{QSB5ִyx=!sS$in1מW6^IVI)Xÿ以a대 $qX,hd qH]OY*fLCXEg|2 J~iDBYWMzO '۩M,;r8KVj3(ʆ`ѥf /POSv梹Crr3Uh{MUsB;۶o >q8˘ |s84w51_$tIf,ʼneW*{-׉M*LlZ/O.5uˁDc !ԣȩ'Iſ\–Pq|ħM&&7Ȟk4+笥/&Zՠ(Erxgŏ+݄4l