nbdkit-gzip-filter-1.30.7-150400.3.3.1 >  A c p9| \AES#$o ߼QAZ^Þ 76:~.龪i%_ٳhRDVDHhHм] /벘|M@}Eദ2^ ^uvTtyӵ~˾i9KИ1;fa829505b6b922b6dfce38b07793ab391e4fae3bd0cfda4344528fbbb363778f52bc3bde6dac322a2000ceaf2cce620de4ddbdc4OЉc p9||F_j̠$gNâ , /GK4\ѳc}搂DgB2#@F+YʴNh S9xmċop>(x?(hd ) @lp $ ( , 4  0 `  (8 9 : F$G$H$I%X%Y% \%4]%<^%jb%c&Cd&e&f&l&u&v&w'x'y'z(((("(dCnbdkit-gzip-filter1.30.7150400.3.3.1GZip filter for nbdkitThis package is a gzip filter for nbdkit.c ۗibs-centriq-3CSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 X 큤c ۉc ہ4c18cd21f9e46ad96fb563b0f06fbd115e4c1003eb4732908021400611c75a4d9eeab822e48dce3583d55f8acb483263aa9027990e81707154dc9f822e08598erootrootrootrootnbdkit-1.30.7-150400.3.3.1.src.rpmnbdkit-gzip-filternbdkit-gzip-filter(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)libz.so.1()(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.30.7-150400.3.3.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-3 16618525671.30.7-150400.3.3.11.30.7-150400.3.3.1nbdkit-gzip-filter.sonbdkit-gzip-filter.1.gz/usr/lib64/nbdkit/filters//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:25652/SUSE_SLE-15-SP4_Update/b17ed675629b1b0f37bd010f018ac632-nbdkit.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f14ba4848d82d9986b00c07be4d3dd5e267bf7f8, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRo&/o+4<͛$xGq a,+yd4;ur"sQ9Qt%Wa_yh#_<*М\Tz>[[]LlҢh\Tp]!HKd.{k*KXV^3xʅ)X3KTW\IR\ǘ>DD(sU pd͸;@0⚚kLń.O^ԒE=/ҭWӢr+R T`;/6Ayߘ"KY8+#In75($+z|9L k w `:0]nC|y^L^?CZ>$ s-e[B*ppնo2j+cq'S|2n7 BjRI0z?Ӡg䟿'!sToXK~GKE4CQAW&, MTu݁T$:T_* *UR%7Salt{[Vj/Efv~Jpt~\K },^ ~ꇨ1 r440K9S<_V]| I}Q'e:L~PxT-Bs vޥios4L).J0 6VC βh ; U+7yJ;fٕɬw+yYJW@MC{_,KR7ѡ3#rx`2etʫ^P/; o+'1A$.`K@u>* ?Sn8E&>E枺88h'Bǹ܄I-iF '2:N*t-@(=DpƘ" z/ jxI1ikb Oװ e7S^: Qz *tH 6Gl[9|.yeT/G${tY2i{2`I8h$?_>T7J^buʆ"+utgw"H鲠v˗M>i}΍Qn|訔3$ Wkcw@jv8pjw*wPp@BXe;C׈ݫIO4+!dSծ5 Y[?~ *5#k˷:pؕyt庞.Sp\|.tCw75% PEkTR' @%|$k+b{FG妰,ۙͳbgh͛`dt"Fྥr50E.޾g B6ǥ;teAv Z(?i(Z |{Zn#٤ⱉ+0wJy5Q# q, J=)Tr#]faR c3[g;WIQ "-+Bii@bey]ςkctfzۉ}7ƌ_iYRxzu2Ӑq0X3 ap1.Iy.pyi% PhGGOC6&-a4pg) א 1Fk@fd2haٍM]Je'dLP*VS"w৑06J|>3,y[S'k7`EfXk9“)[J {lʁ E]`=Yv$9;|cnm'͝(Ër%KIYѨTB7>z`fY /;A8e\Ss$ Qڙl3w71['!/\B65/(M:n"_xB{I٢ُi~ayu ^.n!ak]Y'$ଥͥ.]4Pk TקU1YjǀDj2-drj:[Aǐ V .ް܋V^S][DyQGx2qCUSx$N vdX]s;7κ.QlNN; |gߵhͱha7u-DWݒ!?j3[M&lŧmc7^\0C껮"IY6sdƧm g/7LA׼G1KȆ])3Mnxĝ\%_cƚkSM˄ )/!Y{7I1 .Awճ @A 2rUh'_%IUqc%{DJn;wVlۆGrlN¥,4/K esĉ8'2z:6'|A!Kmʚc0[TV(vR ˴"ztZ avf/,MdnE@_*`h<X v Ry^mN%AXd=Emק}p'&6!W ,<«(C+߻B&$zq>Ͱҁ6 >״#^ ̖UQV(Hv-Pط m-.0P`sO$X`U)r&Ӣ60<zlGsUShYk9GAO0ZjI .RZO2r/uaU(ϕƦ,GQ颢k8 Gb3/YH!5:Cړ0&[`đ%f+{t!{@顤.ZO/8,ۀ#.14*Sn~IH5Ǵ*F6@'}q_j18W^Bs;;J'³.o3$L=L ކMPR1[[Ygzrػa,G Cbл`A9t7wkk([={bZÇ9&2)+?+ᥲW"BS޲y5l}ΥEOwt&%fx{tqg!Wa7FpB{B/x]p"PFS yl]H 2]c*C'4R|,(җ;fp1Kw2թK! ^?A$S\qZ䤞Wm`YfȹIqVάFZzaʯ"7(hBB CϞs4 qWlQqVrA>FT^<7WLKNHLlgjQ}cPJ]ɧ]phӦ|׉퀧rlFFK]Ch% — \On\.Ko%%@x_1l 5B69ZBKEe{ޢz4]D$ M|p~/:OyrRw;[ #vʖ"RsLZt_=槷x ]8`(!BGss}mT~w1V6"9+5;6o>0g,1ŵgDF2?Qڿ5#"7C GaKd$Š`wEvױ~b]aO ,e 5EEQL6DmhH4ݹRr]0m΃Fʪ0hl= h5Ֆ0eY:!] ^5n EDMem˥ݮ{`ȩbTo1%^7a|\%FfY3qt(vf.pmcsYFSEɑ~<#?ytsZE>AFL:QCә*1_h ?ՁF8u{&(mt{H-6 W9gN9=^ɨ[UĠjZʐ#RaX K.SU0MF a D٭A/3[9fZ:>GeWZEB·lpt+9Sҥէ!}I` >E/2>, l${`ʜ)DŨ.T$٩PuOtbHi ,9^q`rI{׌cfE8O4.T,LuGə-J{*&ܺ'%2IR1NިrR$?vo t4ŢrƁ\'|_:.Uk2Zʼn"Sb+Ĝ2|h/Ӫi,;Vܲ?V'B2f"}3yi#\rۀMTFBg^PS앥3l)y . $Bl 7EpSl!6[guHT=J1W='4$ Hs(^sg-GhR\NH mAw V縅Իl@bMinIh^U[aiP w5Кe_&J%š3ai@$6G3ma{$nhEׯ\Qq]YUOBRS#h{a _ &US7ja}hE_+(;J.4fu/4&[Jfu+2 XS·@˼,JEBy&>jT3}/ D,e >Zh1Ƽ5 FYx:_GPgH7k vx֚U(VĦ; G^t V%72*IQ pVO4aY}eWJ2^|&I~%2&:e@/  bpOOsl'[Q\A9_eёM]$yu}vnr2tG2Z$f llNYNKn:IUgђ'C߸R`JT0_ Ve1Gk$WyҢO4˝ߝsmGz )8շDG,΃'{vċriS*$l=qEX4"m~G}a-nuꔔfD}NKP1ی( 4}X& CLp~5fFvo,wˇC*= k 3UVP*y!Ryw`?$^|Ks¦ $NKP$PdNGqC1QFeRV2Eۡ&]sd1 =ރ<].z+_ ;d83G枷v<=loH9-MQ&~LX wGG.b2ܔ^߇yyk-y}eM|fm0崾9DvYhƝ7~V=Pw0F YZ