nbdkit-gzip-filter-1.30.7-150400.3.3.1 >  A c p9| l[6 }!+ש8sl5$kŒ`ku]#DԸ QZxTZтXj۟C`LUгm~8֨ VV,n12. T~. :oa"ip4ǻZ\Ʋ.E46m;F*,LH\?{:#eFer'ATp>(,?(d ) @lp $ ( , 4  0 X H (}8 9 :U F$G$H$I$X$Y$\$]$^%b%Fc%d&pe&uf&xl&zu&v&w'x'y'z''''(Cnbdkit-gzip-filter1.30.7150400.3.3.1GZip filter for nbdkitThis package is a gzip filter for nbdkit.c Җibs-power9-12SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxppc64le ( 큤c Tc O7743a607f88161f247bb6e0c22321ff093b855a4498c5795b795d5d4762984d89eeab822e48dce3583d55f8acb483263aa9027990e81707154dc9f822e08598erootrootrootrootnbdkit-1.30.7-150400.3.3.1.src.rpmnbdkit-gzip-filternbdkit-gzip-filter(ppc-64)@@@@@    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-power9-12 16618502621.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_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=087f2e4d631808dac0625513e89ee889d014b2b9, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRth ܌: נiutf-8a4924110a2e38ffc9a1b5f0b5dd6af0aaa8672b0f25360dc77e95ccec206ab24? 7zXZ !t/%h] crv9w:+dPuL7r(]Tdf=p͑`7zet2yxvN]P^˾'iHqx2/8ʠĈLa˭ O-#' Y"QDV^Ϟ6UDDMm` ÙhJxrxRx}>%y$x <,#ce1 iP:X=XOnО㏌gDٓQe XiRY71+Hq6 :\@L8dB_O@ GD"Ap#t?ۓ,}GxџDv5T00E { W{O~uIGFf XRKo"ê`,GI3i44Jt(Tƥ4c<,bsPa?P9u7l6pesx 9喽XKZ*4\B`%hf׺=,ғ v o5z"ǝOl 5“7HI*Z6 pEe|Fwa)j{r. ]$`(e)z7Hi#>{|uBD!BFh&:>Mi{&?*ci*` طٱ&BN<+G{f4 t-iMjA!gZRKM7:XG|iLVDq8˜ Lbrsށj̏E`RJt^+vVGnhWyu{yU4!ժ.W˪@= S<;Ñ{k@aGscO ނ5p<Wv` srH[CSOqhTn [5Qd҇Q*4aˬE2sSBA6D{XkطFG) {6{%Dq;j_ί︓A؄6kb%tr +U~BA1X Y%YހP hc&+vLצN ӑQP _#׭S^=P.ěߤq3Ls*75gZGfwם=pħ<\;{MN-!`A&˳Y7!K-,/hB|sۚilNsڄN:3!# 2AE@D!+NtW;2Zu?Som[EbV'󅨧eaOfCk+\}B>Q%c9u )2btQt^-A ly ٮzEY5}z%lD׼ ^HB`KlI3UVGgoi7bܗzڍ1GOSV:jw,V=ߚT]N&0ghuݵuplctؒt7e;(HͼkYIZ7j'ɸ ޓQUO0F9 [=;%3כ21m 7|̪1*h9Z1h܁Jż˱K$*]W'Jk$KL^.!l0Wmi&eB'zBa]dD@U9\Vِtgj&UIQo7/E9 >XxVްZdD$M<9#W< 1b9U&Cf(kg:)Yo:jv6o4̗8^0]=5\1t@[w,Ҋ8fOoQR\" vɡwY5zUUiLr)h5^G!e2<8iEPUݲHsA"}j/Bqg((o3jt(q*6[R^PMvgѱhjZ҄A=h""܁J;4OTC41q BHm|lFP^i:I߼9tKOU% +]-ܒښ0 åtpdEӾ[1dD㸢"[JDUd%O-rhŷ˄XRI7lm[Yq^.VcKn%ݣ2ix"..SfQC7AGYw~)~je.iUZÓ7% lGNg\1e;ޟ;«ly| S: %Ve$4T9Uo"VKߩ^3$ +qqL<8ě/1fݱ`:k5m{rӧzMEwz kenZ$LtYٟZ0BV7">7FpO_P0?2#Ӂ5׿%XYIP"Uѓ=7'%pL^3eG%Nd|[Rɾ0G}]ZZIJ:)sc6`<-@T2(gWwH۫3\Q/9" 0X< 6Wa8͙Vl8(fd <{G7vHSK ׆^$z쳈Y`3e3l^Id9[ѿ)p,f58UENu%v .juF59OV^#&{bLE` V9NTJDeGi' ZSp5zk\33\6אo*}Y(EBFܫ\-lK^+"&yȮ]B4j]SEzF.PR~_(Ii'3"hѤ+NL^6".;I@Mt-~{v]I=vy~W(O)}VK4&5UgF>OaRi0 =^$4pp 4u&wjĒgryC$킌6cBeXC2#/h𓖩טO@T iN<{SHC)м䝊 O61#s X*4Fb"Lak4&wA8 }Tؔ2))g`t̑6{t-h]TR!V8iռ"2G7OT5iZ;A׿أ"-:tEI}gw XV^B=Hw5&+ʏEu}W"rP"M!rԩ͠|-n! ɕwik iœ=ў bvM„69a09*43^pTvS's\VnǾH2G5>+RdОlj1~ BHү➋6=-.rg戸FF!8rgYSelSUwr;Z[iSW#,4A&OlayF=KT`.,wّȢQ#Յ q%޾A1.cBǣ:,4f\565L-J]bK퍄qJ h )ğjŎKXNnô~=r ջ ;]\!n~dn3I]CVeYruYxlAP|]ZJ! |%J45FoU;%]!H~QC&IM\M#*>kzy$ghj"tS!hy#+m/4t@<`jCks@Ax+L8 AK%. lyDZ}w);!, .2k1;qWP߳D叶W@#v{,ZźT |^7 XβPX4*c&)*T}R4?\yGX_6/TP{_@F;lT9_4O%eK_k ZxʞyK[7lFus%/&D 3{֫͠EϺM@kdZ yؕSASz#Iw8z $s( SPO^xTrF)RǾivrd^gS@dĄS^ J (4ia[v7q[?i -`8ր)t}dP ,Dc3O\}eg& Ps78X9%HQ{=X>*smE6DrԲ/$7D& ^o޶7RvM6 R̛w $ m!m줉A[%GDYĽ K({ `5/U I{ O9οƲǸk0&nYk1v*:|ThIi7ML^n>*&? gZcE0zєWR)v&Mp/{wNA+ɎYJ& ]S+ `ZVUA0¥S+@FbW8In"{ZUCuYڦlopۣL^<UG5F{@c5>0#$f--ÂK"cH g }AN)L:^>Q#919];=߃[sr%hb $IpFkNNΝ&Ј2􇡅5=="v[:-9u~ NMSY[M4|[^w<5GNc4?C1MPq藪ڃBO>gc~ALs8-Gd]L:t&L5-f.́Jb^)ҿ`&1!( +A|7~e*ʅ!n|' "W 4չ g6>~b cUZfK,ZŐM?+6B,AH ;k>.yduiKYA#"6@i,[dꛭg+}U 4B=B3E" ؖPZ?Zr~׊7Ey8t==I̩^ TEI! 3Q7:N1V!ÇJ}~ΖƓɠ-KBR++[W< ~u+!bՔ ͨ{xpdFg&滠 cur6&]HRFW鐠KXI)l3nXˤ^_PJAueO"y@ݷc%k8(v[^O5˫afFQVN:$J;F.ԅQJn}!Uwd%iD|M-a1g<˾v5.~w;':H܋lh`g޼;Tlrl&)_53 tX*.?QIxHL{vr0"%qW!>ECy>nOd.|nmƈϾfeHRYzsSߌg_[aFWas_J2:IVLxp&?Nv9MVYhT5- zӓ{ofX ';.z 焅L~wk|ͶNVp{N' eJ'jc|Iioy9k-}\h7>vg>,OI Lh J6z(뱷 P;-+%-P?/2]j1BNh-:4`Ε[!d)ǼOQOp]U.W= 'bo,SBCЋU-9e@;&H݁^T98kF: ܂\>hwRU"b_CǙBgٚv+lEjy"T g@ČZ4{ $+ +G[uj[q=MS;&U`vs7l㗦E w3}=Ǜ%Mn'YRsZ)T*9w|ɋAFb+G10S!,J{VGVNҩu!|ʙ3Y" Vadjt|ޥAK7}#ͱ;o꬜g-qvs=5fDSa!B M)ױoGX$KN\ݼ K4ĉ?}沗o,裳{f{0z,w+b=)1NVvn)0 O|S6 }} !yY>7V+Y A0rH_]*LAPЧS\?ǚ5?K{CgLǷƊ`ݓDr7@Dy6pM[Z^gw8FJ}~i|DA<'-)%F~&S71P\8fx`ե_ÖW;&5)ۮ`jo#||cXEf/"[k䎅6^:Cxq!fMRsTk":\cun=U@LDdme՜CzeRbl꾦Ofzo%Qq'@_uIǩ@ڜoaTE5ƫ6(F]U<D6\\U~c_D:FHHI!4e }UuȊ S&6xKo7ȷwCmʟ830zk(V1aN@T--ztٚD1XaWKPAy)*iz'"KD({R1Y!{&5d Xoւl,(+ɬcg=x b6$b ͢;%ϭKMhE(3%Ǿ#90pabn_+V;H..kNȨ]5lC7-]G̍1·ig!2/֥,b'9㮁gryZMT_o؋^. PXZ.10&r /shq/1;S}C?}~&~y+hj34\)4_l3E0fm6G0:>Zٛv*,v5;stG5#s MEG>1!A-Rg͘t6yB}FbD5Tqd+MX5~+T5vt|vg Nc·X(bsjN|X HQ Nw lQ:Q6x迬m-_Z5J!-[zK̋ܟ1Y` e8-QpWq~"|LX1҆ ,6_?96*n+}G-*;Γ?51[#i/7 ^fuH+iω`B`]>zzH$S62(-\w(Mb6o' oVT߬T%A'kw& lq Kpވ~f24RE;XpEʹȲ3&aDyp3!P E97`( 4 +`MOrWOaS5n#>Wߡ1!b"EY8p]oUIQHi$/ߠJޒXwã]ζ? >= .Xe1ǭpEiliult?g2ImfUxwYVEJ,Yڑn(~.0#(C4Vwۏkϧ MpFxE@1P;D% [!Xliٖͣ2Hm2Š&^v%gH{Yۄ5f2 OSGXz2=uB-XA"wsS q`4#aa^ ]}U{[o*Zg@\HYa'tB S{ٹ9aH7ೢA̷aR[R|1]glH UK̭41 YZ