nbdkit-gzip-filter-1.29.4-150300.8.6.1 >  A aop9|$ϮVtP;qz+r fMs3VDz \BXs$!ecy4u@㾽 &9Xћۈt  $#>_Sw(B6x#>[ O|YGK=N 3ؠ W b1qU$}a36993219f27ae6c005ce8bd19c6e03ea31c3aa5d6c30b2649837b5f1ce4fbae5aaee99a0f22147e8a5003f1aee5c1d697bc5113G܉aop9|CGuvM<%i|FHEh*FI-c`%rT(STp>#?#d ) @lp|    $ ( 0  , `  (8 9 : F G H $I ,X 0Y 8\ `] h^ b c!od!e!f!l!u" v"w#x#y#z#0#@#D#J#Cnbdkit-gzip-filter1.29.4150300.8.6.1GZip filter for nbdkitThis package is a gzip filter for nbdkit.as390zp36USUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxs390xJ( 큤aac52c0d1f21a9d544e9f98e1a8446bbfdfc6265a4fb3d8604500f62078369d19f479aad146a5aeadfcada3f5d517a0dce019b7f90177e528a39ea957efe99c8e0rootrootrootrootnbdkit-1.29.4-150300.8.6.1.src.rpmnbdkit-gzip-filternbdkit-gzip-filter(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.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libz.so.1()(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.29.4-150300.8.6.13.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.1s390zp36 16433871221.29.4-150300.8.6.11.29.4-150300.8.6.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:22621/SUSE_SLE-15-SP3_Update/5030f8e7725511181c96e86070977ff0-nbdkit.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5fb742a6c72a218ef84e57cb3948ddfb185b9ec, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRa`Kևo)utf-89ed371f9001f48b398c64ef12c2d7ab6650c69e46e3d255fa0205c85919911cd? 7zXZ !t/V] crv9w87o7RY;U<3 Xߒ*]s$y>go=LД),ޚzS qj/(Vp {_`kfsl1@xeZWrMT4x}/[]kJsפS]T0\ IԂVw< @NkV.Ip OlTaqFlളYWja\+ ,$1Rrg6|lO)XlbÛɷ k6=3Yov۝u 8rИ-/taDNe .L }>Ċ]Tղ\<] 7Z fٙz}t?K6n2L79c6wZ _!*!m aTXeLF6AB BfI)|2<*Sb?,0n+RSK4lj։ͯ]Yg-Hɟ%{T">Xa~;9A<F\(uD|q7$cRH7X'Ǻx@7\AaS6HE3Lwr~<y2"_MKhw7f@l\r;4r {o頻g122-'Iw'cN;)l{SyoǸ L>}Q. H$T]"+Ej&ޘZ[U%VWr!g pFM8Bq ~"7CfҷS9>Bk u9୞6\5zNd4=kƔX fMQ?'q7I.:  h CLJ9}(Mf{St),!bj[[w`fI|`2 v;w ?lA 6 gD9AXӞ#dg S2D| dNuOvu1\xɯ &d~-A]_/pOFr >@P$>&gB[Փ9Ӌ@>G"`_,rjF_E/=˰*/ x=9P-(2KJ 됒[H**u5iD'<(3~vxop5){I-Yv^D#Vu?A!Gpjc*vùKH`㪟|&RSW"J O!Ap:nQc"f)c=Tۣ`9 *Krz[\WSFZ׹Ldoqʸ~ Io>Ki (Y'Ov <燮:}4A״J)u&Oꎡ䈭uP "ؚM( b0}Q?l \R.ܬG"]0=ӅZriesA|IHԛ7KRO$ ( z~_b":_\j=:V8š<|A$:K5t&["gE1?s3]3)Xmvy'yi46D↭-tɏê9$H0} ,zIFwѰUŹ #` $E"A\ ;jg4ѠeW!|HQE1M˩  t~,ya9;m1#TKSEVȬ23@OiKLF1ra蒿xb'@?ĤIyUKDӋ`̙>QAO1FEFqoeY B#;>VBYxEž^X^]Ɓuh5r2i\yhǐ1E.P(ۜcbHV"Ѕ9"03o^~ڛ-n#-2U$0CRnI#}ƥ73QOMKA6M3A4k)-ELQѢDCo]V |LWقhUR]ji FШL}.8`ȏdT9~ZKsp@ˮ)Z!Rȗo0ypzx4? ~TA;h7B/3>r(PE%W7![A6hg;>ZDG' OF.J%C3X@V W_¬SOӅpxfմ`oT!`O6"'HΣa!XKCV,lbiUe.bF9傯5%hP2i72_h>SN ֬V$YAйLix똰p*\gЍV; h_Yxl69P#+z\0W=<4,ї^W Ħ=fAbx>Z'|к|"֮ e%+ O第"uܖlG0:Iu7kz9Ŗplj|;}/rZF&-?etOك$=@oZ r/P8CIqG2_`*njEiG m׊R9t@ti~Mh*mu;'w2^|O!lRa-~ F؛=_[95vZmw% 8e,I !XEwa"`WsGmZ|%xMQFFv%h_S9E pp:"W)4Qꟽvbsoak ͱřMF6;z{ 3Z*M.X $W@7$6]tIuEiRTz!LK]^ulAijRJ`$!|p ^)yA)G,knBgJQZ,׻< D@%`iyMgwP274g)E}x _:I_F V`ɬ)'S}Ea2GA%IdK{l{N6w-%Lyqspzay’'W:Z%Y,5y#%%@*(Dڜ'boteA<'2p;h[:u\&K백0%vaX/&[4}M,SUwrԠф8E >$[6cw Ih'VtvPզ|?-D)am+aL}Ӹr1G Lc!11y%ܩU21Is߶C ѪvhX °IVB1 &0 }@mkP8Df?-v4@ +qgU v~!Ud9!~ZtC Z[xWYc9ub;@BWc尵5IG)|e~)ceh#ڛm7.Q#G(!,ay~,DMg7V50뫷 ҌcwN[Ȅ)uhgw*H/1|4lV 8 CIK5CbY ୲-ZuBj(%4ŦmK eT4:(o3|ml|tc<#& >8O6/#(ܾYٯ67#yLjX;0IH߷  BoI3rs s1t&D92G~=a m]z*~8fe6–ߦ?1yP#RT uF| hg/1>fYz{+nRDYR̫"3b^i 4H邹e-mنS#d!?#0OЬms7GF۽;@eq<#F<5ch)G-R!le?YiA7NcM٩~|}32ݴ4ء-gpr=Y; _z3ц ?G|o,6ܪŦKg\Y諞E⺛}T&mZ]s"]e V)8d1"$fQWAs`K\%,B!k.AG"M$xӣrrRF9淮< kyG_tlwxWǓN0̗àگe)OuZLLsYEOOb+|Vשv-RAln Dw}͌}V #py3dRG q 9*~!P۶x= fA(o&%5~ϟ_f Lw֫xu%c(e$w&V3pϑᝒkpbrT֤WbO2u0ntJ.5c`w3f!UTZ9rG4@U/Ds)V`M ދ<`6ڍT5Z7i)$>ݒҵ?W^pk<޻n0 6^甃 )e x6xĦ6Enoc@!j5壯}3E 8v4 m];.}<]> Sm' [ yI۸0Q6z9^vrҳGx^ӁFFEMԓj*h`Kw\ȑp#(6$CP@&G  l؎yHFB:6{I3M8D, ws"mIV?z?ǷY jdz x+n4$:T埦!~&7_a9irCjVG f[w1DI$ ^ B;Hk t W琙ؖ!Wmlk剭9$Š511arb2o?rp6+C%\Uiz؁᣽iAuK7Hx mHTۇ-?Yq@QmBd WLJcosYnWJ}ηhhs_!W%sT)@C W-D>Dks_hWFRjtQ$[ԐX;Sr^úxSJt.,>_~腔P˝dwMbwDdw=: ^gz+eLZE6v~69g23o3w6lnXwF"k1։~i ǘ>H*QƖz/ۆP&aw>{Xi.KX<%c6q i\TewdUH1t ֏hٜm$<8px?mFk֋hR "m