nbdkit-example-plugins-1.30.7-150300.8.9.1 >  A c Мp9|vggΪooC dh-u;I}>#i?wȤp>,?,d  - H| $,D P \ t  6Tx   ( 8 98 : F&G&(H&@I&XX&`Y&h\&]&^'Jb'zc(#d(e(f(l(u(v(w+Px+hy+ z++++,Cnbdkit-example-plugins1.30.7150300.8.9.1Example plugins for nbdkitThis package contains example plugins for nbdkit.c ibs-centriq-58SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 P   ~ z큤c c c c c c f28dbc1f82a33bac200b459273b156af44f07fd73254c59069f275f849e1d2a5254a55d16c46eb14d713422380557bb1299b6c3ddf8a98600084e072d64cb3cb0e5575df903f6b84699385390c7e902bfd3d5458390d9a46cdb899d9eaf90b00f623cb5f82b73a12feef6e1c23cde8c866a953a961cca72762bf43a1196ad5da30a0efc2df76b69f5702b96d4059df492d349af993299f7969d57d5a7d97c55dfca17d71fab61c0abc1251c6e7c34640690872cb97762e6bb451bbbf2a7f7c22rootrootrootrootrootrootrootrootrootrootrootrootnbdkit-1.30.7-150300.8.9.1.src.rpmnbdkit-example-pluginsnbdkit-example-plugins(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)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-example1-plugin.sonbdkit-example2-plugin.sonbdkit-example3-plugin.sonbdkit-example1-plugin.1.gznbdkit-example2-plugin.1.gznbdkit-example3-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]=ef225adade02a1d5dfeb0ecffe3e5b25eba6c2fc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=68fafba007754d930baa91b782ddd4c35445f20f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6e6022b059796ae4d1c4b8e6d71aa435a8ea04eb, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRR2 2e-MɽOutf-88ee27a0c015b6c3687de1cc52a520e1f5fa46901c54f1f2e15cd5363e58acf28? 7zXZ !t/<.] crv9w:2!% JegΎBq^(R 0g!wf`߅fvHIt_҉ބnniG6R=LȔ饌UϧF8FKCw8٘IJD'MAmi?$+c{^Ax&϶V CGC^RךB=6?R xBuC2#B[tOёd/7*U8qjj-`k2R[ b*l!GVLVrZ82o!Imvi{ʎ70>Fz/jvafp95@4`2˰%IL 0$ !D;Vstx<'VxB4 _+eg#E&#ڗTfP5(c`-:q@ u˥K;;xZ] òvk7t[Š()cOêV'ܢg|u:rܪoe(Ńn|81 ;LV9:Rߤ񭬘*@ Snͺ_XpZc%P킎52_iT;$ بoB )~F:^GcHȹq`&ۖJ`V ^H؀ "r/&@"P-%ǔ^ڃ4 'l`YJ+QTrCa] V"\d,oE}?*K}>A3'g@Xqkzd];z]% -7+J/$+n^tH?Sf DEX'?j mjېqcTZ؊:$.#=¶M//0h%*mj̘=||8f/<Ҍ0E$kM=o[ttBn3 nP\Y waf*9?7f ] o)4^pKWn/gKґ;IM``5n`+b37G %6® s9 I8u؆a ?;z$u?$ ݞ́6VaZL򍃏!/x,Y*0M[G5%itʦ>si\182f{qnl(`E+:pҫƯDGDk2H`UXaLgҙ+ ݈^),9)ݚ0&ǚWT^zhO1քGzn?o 9C^}~{i#c[ #4˷*?YQޮ6S?| c6y$xsp?A򆚅nŌ\4Eq*5uRJ Z 2Dn}G:l1 x"35@LgUn'~lwꈩz$諩ZtWfmٓcֿ2ߚ{UG-9ڣ4d|nmHBAܧtڑ[PFkNކ8ojo$xMFC8%:RE,8zssŴc>LD_b8$q"l-EpEC88sohouK?z/UqZ-+%srGtߞ$Y ׍d ᒢgBZZ.ǷٛDlY (AYȞo@(Hz]|WNFu-f/%41̼ wPހ9QjRƥ.I91OѲxwb +ÚדՊϮ# n5‘OU.,3w)5]mhtJ-mp"Rg颓^M|BbI"!6A%.5]nu]`vܚ@ XYPO)N8mT{n~́FCZRlaymhW|0%]ٍ/iWd(BlXsӫ/` wQ'F-T_ܹ9bqfMT{ >p۴\N_ zPRios|PGs~g!UϘD=` mz#44yGprj* >(=&X@<0 (U; xΞ^LkD6otNk9_>1s~Q+4{BM趌oD4~`Qӣ<هL/z]wτӹ&6 4E̲JlW 8qBMs( [̰$<E/3& -F=qo$XU}tjPhE6DYDq}_bs5$U(%-H(pLQOh3ˈ tfiE$9Jv7L)OZtw0 AlMn_xm;`rm9} FW~ȏQGF;_AZQHġ| Y>ТZ*%YGS2Y][CwI%=u\X\z_w0dn(M_{e/;Uv )QigL9ly _)|[ĈbI( , IimGHMc7޶JIf&@GD=is)3FNR@DH_?4>1 L@`:6@ #=uy=оD;7hb  h`XлFNx^\Pn2|\_R{IPovmEA X׃?œCanP[^V!ُMK"h7DUl؜֠5b!UlWwK@1rmݽ^L馊(F0aoJJS+{^e[(c=N[>Z" fZOg{1ؐ{}k_5ln4 s+N}^pHi>wA-<זq1r;R*,䢥'CPjldqWD"G'>h׊V=-+;e_lQf:h8V=pLOH5 VDI,k7u\36J)F6g9mĝh"n#FѠl>l444!< F!,\Pr!*.-Z(ŷ\)ILH5~u5@9e:HP)4]LʁvKOGT x){'r|ʫ g_bfp`;r>$E..ΰ]Ҫ6F|.`WB/(1 @k0}#5Y'-K@૴F>( +Y"`Id\|f@soQ.eC8|+S3(nJd^ʂߗ<0D|=Ugm z{:)'!L;G1K ٝQkJAMPO?&Q=\`_a9Jpu}MNJ(&2B +ȴW庇!$--8| z"\r&˭egο.aTr)K^3=k1PT*{D&Z(rFu͂&6W9C;LL1S߶!>rYfُz*(Q1)樂M{ LK>!!]܃7{UVf39ޒM M?ˋ91h/<S X`T4ЂXfw\~v- 4e ZvUk]d%t xd絓(sO51ɔ s-W#jl;8Cmtꂽ-&K-K%UC064Z! I)=!tMf7jIJM0bH'I,QtV? @뇼/JO g/wE 7 1Lu7X`:eάgziqM-"ZzWxa.;~kͮ1 VI_~aR6%N*f^=T8y7xkXB\E)*'E]|]tz^_*{t8X,XLm縤#$9fdNlZSȴb>U"pcdcv!cH-T\g?YY'V ܙuL/i{Jժ }NF3zD8PΆWpV{?! LMFaD nߟ*vb [qOlopp6( lf Z~U\D1ZҦ 8}8 xoշKIU\H1 ;>VUbyԩ% ^[-J-<6UͼmU*.eu6t[=UE.Rl -dç6\RepDŽUW=mT5Z;Pz 4 X&a-aހkGN2,g=z:ArQB h/ԁDŽD|zQ<$dL(Hr!$y_A h@tև?V݈v^9w߹=߉R6ڌ~ƿnOu KI jr8F0Ъ9.5IѨ{~=)d@?^}+ +8 rFu0;41Z_oDs}Q LM7 8ʖ׷IN^Euۈ(jA;&ъE' 53~~"o$Π"H?zDk {20S<* x YX>M&=qu3؛[pt%9?$Pcom_1DW hzX'n˪y媡WC.@𮓀y#Gq1uү6>|~weX)\fV,@ zsvU]J+ 3ڸ>u_i8Hgj7hpE,Tgقm'F(t H>f(9aF 5m B~^0Io  S!S+. h=JtW0zՑcҠZqY3G&BN7D-m!!%0s@$CRUCނ. 1iQ7 $1⻸Jx^͖~^ -]JdK;q&;r`g/J+HƝz,lʮ">BF!fRx=䄏wdjC>fgPMk`U!c֪Gc+:M U\ɶ&guH*wTᒔݯD~m6~k+Zi'02=A#:t'aă~0U0CÓbmzĄ&#iJ#,sYBMh "c^e2MS,K`+ )l~Hc$phBe7Q1ʮ4O%wD ўo9nسﭢt瀟ݵIC~>I=pqWGQS߰QOk+1e-ܣSs2?O^sToB|ww󋅁%%^AT%%kX9ھL|Cƽ?n[ QO33ҽpU)IjjUB$X~0{!)q)!"F 5KÃ,8lx-%3겎1zp͚6,\ >Ȼ s[r-e؝X, Uף{(CEA{iAtO4&mz9&8Nu$ ?C-<ff<;ǂ`J\Y(X(:P:u2ع>*闁Ib\rM,bs2]5c3rAݠzf.l"h!w2"ľ}G-??@$PSoN^2I.i¬as3 `9=l1Y Q5`OzOb4mp.WjK}% 񼎕\` ">(AePx9*>H) Țɖ !z^ed =A!Pv@ƺﺵ@ /؂c~LڻVc**!lL9)z/`T='gXx9]EI?ʾ6)t U$eC)ߗ Ԓ*=z1KlK٬LqqZ{֢Gk螿O1i80]bm52;4{鿆9G8Jh3mR34"Ia7#%&56؋<^5јW=f5VCSaD萚?8I rYn̦S=oN(g]7D0*i y7 muDrqCwO)!p>9kdplP咩oԪ5j^,0I05~DҙGY-`u6~B0w#&P[5sB2"HG$`~s3Vv穤ߍhRn׳ԇ㠳@^7rî+ex}\* bHCp#gK%҉7ֆT}zW $RRȁ$":#)RlKMR'.G4u [vUv[NkeR$,unڍ_EumVvQ1ڃjHKFPkʳ mu͒m뫭bwưx IFc!ѕ ݶQx4J!霤i H%}D-/WҪSވ'&Ɋhz)?{*o*Wn2A%Nys>1<Mb8?#/RfXbӢ8(Dn/9K!;*!v/ĉڼX ^A8Vх^?@Mj15 ,XŐD*ή{:CDU&@mF.ӏCm[p"~8 `~Rbqa "O(qHOmiXjQ׻}x\:1+/! k]^ *b T6-1v ,^;SK! o=VlE$"ou_OܢYD0*\#Df0:T5hcP ~|)`+1~0͆F aMaT0F|2׆|ilP3ǼRpӀf.Bfi6u-)f1Sǎ#>+g?_ΦpxУQ~Eo I`[& np Vl!t[M2' 5ae]OT`X$ ,UM[y{ȟbp)hd~M]ZV 5 F-$T{sIE ILW=BrQ^7K3^muʖxr"萾mUT DB1n5M5Z')AzaQ!gt8n?i1mFωXK7CoOc bJAw'*?:QgjZ tŕ?-ڗ٨4}hK H;) 5ѼUy&]2gh*OG#~S+eO7ZX]2Ce^hvxuMbMk#L\FBMFVt HO/?DĤ ܡ4R?L a6XoMl*NrLF-/d' t]6#E\ }p/A~Z#jӳ%~73|iPG!]s>`>*a%_)zpz8v:f{K$DH"8ࡧhT=^ڻwxTVNӚ-1qb@!  !'qun!*K ň\$Ea£:X09:l]AVPb@LL5_";.%t$lM DʷʇO&]1Р5d=) Xt؆<5f?{!E2.LLZ MkYdV4FU*+dsWvJa$a\VU6\Qf&e`Z'¸dLp-j``fUeJѱKo'% * AA( I.CLz: FÕ'dv?zqҙ(̘QxmS@ 4mk%Xi%4әbD +=}k?N sav~ldGҭEʞ1Pӎj0 W)\@<JU~C?].4ړed\)~q3'M`rՉv_.@9|sYpE&<O45T4`D@q@62'x ?gNGՐSoOo*" _(sX4=v\_~Ⱦ/u6W8V"êcIePg_JdTpa?(99$l0I&\W"ulGO>C\ XZ YZ