nbdkit-xz-filter-1.29.4-150300.8.6.1 >  A ap9|/Vikphb7bba0b93b21f519dca380a73460634f6bad8a2b11e45d95863193ed8fec6549846e05034770a2a85abd9f8c275887a52466efa9Upap9|cރ(,F_I2tAlK释$83e' %/p{}r=Ώؒ7#͞30pw .UNtb6s+q:`J+N$xd(-y˫&[t{xG@`XdRzG-)2sRL6&?|kT h/>* )jqIM|`Vlj5Qxr2Czj(&+ D|tW=b>p>#?#d ' <hlx|     $ ,  $ X  (8 9 : F G (H 0I 8X <Y D\ l] t^ b c!wd!e!f"l"u"v" w#x# y#(z#H#X#\#b#Cnbdkit-xz-filter1.29.4150300.8.6.1XZ filter for nbdkitThis package is the xz filter for nbdkit.aribs-arm-2!SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 큤ada`303d041d13abcd762ac8b9ca1ee1233e429d4f3e3f3d003482e3911caeaf3cc1968d41cf3183650f18f177c0a191aeea1b1bd0e1b678c1b09c29fa6c8dbb01d9rootrootrootrootnbdkit-1.29.4-150300.8.6.1.src.rpmnbdkit-xz-filternbdkit-xz-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)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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.1ibs-arm-2 16433869941.29.4-150300.8.6.11.29.4-150300.8.6.1nbdkit-xz-filter.sonbdkit-xz-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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=239feb2896482f6898f7f413f1db6dfe63aabe15, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRR)Sʽ*dνutf-85c0bfd6f75a324536c3bcc53844e8d72d00445330e213d1af4da7d8d1bcd828d? 7zXZ !t/-o] crv9w87`$~ͷd)L­2 ;hnA`x R3k[7x)P[Jj_>g ⷟^!R0hFdD3%}/zWZ(d"D̘WQ0KD2m}=\ѥbz'%u1&iGy˨c1vbTD <ߥxKV`4}?e-$^`6@61d?D__vCe[qcSuE*(:Q8h˅CXU Pu5{ FFݳTɜOpTKH_8=lAOѲC"@6}Ϭ{9tz-/t RjCb`9j+ `FjQ[%Jڐ.}:BFHnɓ!sr:i)?~ĉEQ4TLh-]gJFdTwv\j`N] Da$[9ɀ(zhpϺ(-==s]/-e=$rFy11$=wqc@TK1nNiE`-uHYx.g@<J=9i )/RQ6;A`vƅ~0uG;Gw~>9݇okn `"0BTڈ׍MǟaZ50OQBRn~L꽡9U=24Uˏˠ;6Bv <{E_=GKg7z0/,GWD-o!)dX2ڋY_B'h[ϫb^PA,~cТӗV`|*!.jš?-^/ޕ0!ugʅxvO{qϴx1|- yh'/Z=)tss.Җ"{(>6wx}r_^vFˠEGg%V3O:\PQ'0A*\Ma);3pUч~1TV0Z19`q jM;$&=]PCZw毙X'zeO]VD{8q C> SbC}Ֆ#v.BD.wLꮍ_C6ȯ/W.9e Ddmikr<[/a]| ǩs/y[' F`ݱI!!gf'VGY(M0 )FK`fߦ!֎G0]njQ[}i_u:TJKϤ:\H=!}`Dy{ǧq\<.MP=* A|vH9"ݕzA-şiͬ짱7 "R Go^iIn!رnu CL/.{.=`ܸHKU4X1k,p{PM.~ I=m(=rځ(VP1Ѭ(ݠuBFw:_m/=z/ :|(fq oW0Eb "S2a]h hsa\xgY W$P CKjʌ x{Y$ؗ }kH Z#2J*kJ:nnM_s nH.Q&aT,βbp#ɗ}rq${،*[9[*Sć|vؒ]JWfOe'Y[~";˖g!XPٍL :'ozv݂]P2ڐQTa-[yBws~KwDs ,[X$l 58\wћ-Wʼ*Y<;S"a: ~ex!p--.6)0vDLVٞyן4G+XSЇϟ*{l9HϮ&&vxsMȾ 3δa cօ~ɫ0Γ,?) ΰ|u2 n2fΜM͑ ITZJֵ0Y!)]wYWi 1rGmJ HAK|iSיu`Op=_N6eioBhX-27_t5hCcm#!nWMv)oܤ3"1s_oxMP>:D̨񇚑Ietȕe06og4S:e;°nИϐ J{iMpHi8E 55j h1^g):J-qo> aB"nsV_ɻN\:]qZۇHƏ}ө!vO ^-j ܳEK]&\XBVD7AMZ[UAC)7GyϳI:/4l߅SUTm%lZq=Q(DqL*_$3<Ɨk>M' x;&y+k<2AU]Ts<)lWpNNoLcͭ)1lB1\|ȱPw&-X\qɩ819/av; SAOFOڲu|~W7Bڝ0Yn6Vm7n,NaI?yX@U 0w;'Eu=jo]ԙғ6X isyDgbx!Psa3]u7: [ xHsGBPCRʢk{4w2S󣤽ϓkzab/ 8YS&=_|}6|eƺF\C[|t:kCHm\ZOl\"' t:צI^RUoD _@ tcnOſ+i6Qa?Ӭ @:E`G ('!;QE\GbRqmն׿. vƎNQ )ov7>?tN)AXu#VZSgQơLDJ4bw)-%i OEgPPmzmHA+ͦ*aa 7F?>}_W/@z&Q)VfIT$T4œPs暶7 G\#q`7<O[5#PܠYOhqi5̝bN'm(~!%ckR >ڃ{}m|GRT'҂QձjSa\{B;>hƦ}IA㊲D#*v0bd<,^]P)tPW2` ,hFݏ­h>(!TD<*Qw^5{WJ"%6dcݮ4?ZD]enH˫\C69:Wr7r: vޕ n('!"JB'7)P#?Z ;| =OxpyPO~"ڤb7^c&}VϹEPYks|Uv01qzid,3<߳o Ү PbkV4 7|7gzn;}_ZQNAכY? q5lRᄊ ?DgPķBS %"&v^+5/ԡɱֳϮDE@\{-[${l@D4zIbE\/^BEN勗yp$A-廜|&#־I~kR4JWp/rX,bBRQջvOt{VNWSP_,G2\ÆlZË:6cM-'Kԧ7%,yV`_[ϭU5%}%8.j|.iPaD۱UzL V%Q2o[1$htzvk |k~g)Ic7FQ  R j cK%R{/:Oɞvni[/qn}i0x趸Ƞ}s^l+nZH@` 7*clQO,QީNjs $BY(vvn3|ZBϝSIhkWgOV@v";Xl,e&-C?Q-F%~0( ֔UX/+Ɗۛ+#ڲ[{OUhRP{^ݚ`4)۾RX~}v;(>T%"zߥxbFx-p!3+lcw{6Inq3yK#AƢoSLg.B&L6OFs \pҠTB6/+ך:45>@XQuh7#m b{qȕ:MB aUbe܌7H]oXb$IBؕM_^>Y(B+lU\\R'IdbVg5@h{"3!dzG=3KbҰōK 8^-xX-D.T )e~ CS?utsخ#Ejp`:D4vzsBb<\ vS"Ą{"Bgt>:>}-!e7G>UZK(i%sz txnaL^b/=Tp{<۪sݏ!Ǟɞ5ew6oCGE>U?P۟ SP&;E\>.Ӕ$BZK3Q'&9>GiYbcӳ,Anh4y-7m$Pv'm$M3DĽlBEk {0ihiQYؽB>SoXA;74^gB$}bDe,ؽpJ-9mG4+kg;#g-uh_"(B˜v,[%ַtuH.qk ܄3of`I ۰|ްY`5uޛ*:ڊԃh OǮ=*L&1Ҭ͝ht` 7ycwL@,[j@]>id6ZH͊]U0? ɡ^6[!QUV5eڔ&㻪ƈlpY5,IvFSL bB)9Q]AD|/ }Q$DE4Qۦ7Jpmi뚗(+ Rdq 1.Su1sUKjީy7F\M"K8"ȈҶS__.3nA+Ǵژ%sͲ@Td@I4PXyNG~gv1DsڠPOOz1[qۮ@-eLl )w(sÒs}+P{?I4k(80>gS'M]0@UpDQjCN]Д hE8Pz(tMF'c.@:p dp ? Жwѫ}hl$nJGdx+? MIx_d)캑iمv$_ \Ql{!@' 55LiMkݓ_vB\[F{Q>7rSk:'G)Es4 ƏsnʢHl9كMTF? v] 8,7}j[%|eJYš7{*DmԽTXMS2$Yk7KG&ivZ*+%:$J٥nF0f1Nn|qEuIltɄup/AH4JLP \h h&6:*в8&9vWNQ(L#-d='MĥzXCD\a#0oJעnp,bTׁC*.M`/]Ў{t~m6PƭRT$>Dv9Ê ~N*ٔktYS=sqͤf h oRw& $@)=8! _+֛;ߐO0ǂOt('X_Ep},^|@Ox|w4:qej! SRj>;rRIs{S)/+Zi5j蘖yEߋ&xcq9qNJIB#Hӡ YE: dSwy lהHiSs3Ӽd,DrO*|5ԋjty q^J>A[5x8V8['puJHȑοΑ}eV;+*3NVƦ8oPXﺃZ5rL^UE[Db)).lSx`1Gr26) 9)y1uҔ2FeJYrގ+K !<5T.[lOmeW\Z,&5PԈ0d8Gh.pzgE}j0=4t!J1%fEՍDYL}^ujĻ7v+4s),  玵rd{F/Jui[ WsVmzdFQ<h[7uoIIx6xJEJN(0]1c|=AF@HvW%K  3W8:swtU?mף3R1rPf)=i­ (l<͓O@ Pd IWtgv#kRW㼲& tl8cr" 2ܿT0]H _e;9ϯ9Xm_ z`M/hMy!뗌 KCߩ?jo5 0E2x+h(ZURXxs%-qm{T~kĸ]h{\B IXNf/`2xp/ƧMgm2g`4m}^LX",lr2̰x E+ґUW8Ǐ7K_4^_8wpڹ1dfh=K#Z^^?My qH]j6Wi P$ے8=N34-R+̘B4xd3p?ݨɷ aTT\Z 6FIE0 5&rtXOy Sd x~ԸyąoC{+R=3 ىRGc`d蝻S0&mQlDy͠<;2Ɍh oұ4oV+4H5z.-A#Ӑ;<Ae,)}sA% N2tc^3y/r,N:LZK&tk eIBpM0:&=Xŧ^u&Ɨy׫'n$0u~DVY3Xo/RFٞx ⁁X MġɌLjsEv2 4P F?E9-ܽu}*5q˿2: iaW>eQa,+,ˑh^#P^DWʏN;G(yD9$,~X&"3 xjVSTWbP y i<2ÁM)=_9)oc%ap2 8*JMAyC+QqƘC:H \B~5Z N mt