cachefilesd-0.10.10-1.fc26$>Z(ZUMp>@"&?"d  E />E To3\             I  h ( F8 P"9 ":_">?@G H I XY \P ] ^=bdeflt u v 0w! x! y!" "Ccachefilesd0.10.101.fc26CacheFiles user-space management daemonThe cachefilesd daemon manages the caching files and directory that are that are used by network file systems such a AFS and NFS to do persistent caching to the local disk.Xbuildvm-15.phx2.fedoraproject.orgFedora ProjectFedora ProjectGPLv2+Fedora ProjectSystem Environment/Daemonshttp://people.redhat.com/~dhowells/fscache/linuxx86_64 if [ $1 -eq 1 ] ; then # Initial installation systemctl --no-reload preset cachefilesd.service >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable --now cachefilesd.service > /dev/null 2>&1 || : fi if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart cachefilesd.service >/dev/null 2>&1 || : fi|54'U A큤AXXXXX3uX3uX3uX3uX3uX3uXXX29ea7d5e52a7f73c9c5bfa29778d62b31649e1527d890d0e97882c426d85b376b65e833c51908a1510c9d2f4a49e3b669197456ca2cfb08ffd91b90b01326354c6c36c39a8ad40170d29a58fe82042e48faca965891540e685c0fd62a2c7200381ad9fa2452631edfcf29f74354cf15babdbe2d2f15d63c63a81d8ab02585d7828e7c03aae335d2b11a8703faa0b3dbf2184e5048d7c937a835f7182303e3f5b1036a223d1474d5566e3c273f29c7f6fcb006dc6d7283862dcba06c707cd06b636dad5a64be03feddb1bed1d8143d690fc13e8efd71b3f447a1ce36824710617abb59125afb6c1e19e0fa9e91f88116d5b6a03a7ea2ad15cef9d929df266397ce5d8837b074da73c47d0a88f2edca19dc589b0e57624f523e47ac568767feceb8e9de9e23a8a676397d6672f4ad48bf68f1fa480b56757e57dd22c2a56eb5f80c865af376eeaec7758a7bba9fced446227839c4993a3be09e0f217d6ee03a739rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcachefilesd-0.10.10-1.fc26.src.rpmcachefilesdcachefilesd(x86-64)config(cachefilesd) @@@@@@@    @ /bin/sh/bin/sh/bin/shconfig(cachefilesd)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)selinux-policy-basesystemd-unitssystemd-unitssystemd-units0.10.10-1.fc263.0.4-14.6.0-14.0-15.2-13.7.19-54.13.0.1XV`V`VVNNNNˎN +L_K#@KыKf@K@FFEYEX^@ETiE7hE4EE@D}Dq@D|D|DB@DB@D@DbD@DJDavid Howells 0.10.10-1David Howells 0.10.9-1David Howells 0.10.8-1David Howells 0.10.7-1David Howells 0.10.6-1David Howells 0.10.5-1Dan Horák David Howells 0.10.4-1David Howells 0.10.3-1David Howells 0.10.2-1David Howells David Howells David Howells 0.10.1-1David Howells 0.10-1David Howells David Howells 0.9-1David Howells 0.8-16David Howells 0.8-15David Howells 0.8-14David Howells 0.8-11Steve Dickson 0.7-3David Howells 0.8-1Jesse Keating - 0.7-2Steve Dickson 0.7-1Steve Dickson 0.6-1Steve Dickson 0.5-1Steve Dickson 0.4-3Jesse Keating 0.4-2David Howells 0.4-1Steve Dickson 0.3-3Steve Dickson 0.3-2Steve Dickson 0.3-1Steve Dickson 0.2-1Steve Dickson 0.1-1- Stop using readdir_r [RH BZ 1423289].- Fix name of directory in Makefile-generated tarball.- Use systemd interaction macros in specfile installation sections [RH BZ 850053]. - Fix the service file to use /usr/sbin/ rather than /sbin/. - Turn on RELRO and PIE build hardening in RPM builds.- Call setgroups() before calling setuid() (caught by rpmlint).- Note the correct licence. - Handle malformed kernel status correctly. - Permit culling to be disabled on the command line with the -N flag. - Suspend culling when cache space is short and cache objects are pinned.- Fix systemd service data according to review comments [RH BZ 754811].- use Fedora CFLAGS in build (fixes build on s390)- Fix packaging of systemd service file [RH BZ 754811]. - Fix rpmlint complaints.- Move to native systemd management [RH BZ 754811].- Downgrade all the culling messages to debug level [RH BZ 660347].- Fix the initscript to have the appropriate parseable description and exit codes.- Fix the Requires line on selinux-policy-base to be >=, not =.- The SELinux policies for cachefilesd now live in the selinux-policy RPM, so the cachefilesd-selinux RPM is now redundant. - Move the default cache dir to /var/cache/fscache. - Make the initscript do a restorecon when starting the cache to make sure the labels are correct. - Fix a wildchar that should be a literal dot in the SELinux policy.- Fix the SELinux policies for cachefilesd. - Compress the installed policy files.- Must include sys/stat.h to use stat() and co. [RH BZ 565135]. - Remove tail comments from functions.- The cachefiles module no longer accepts directory fds on cull and inuse commands, but rather uses current working directory.- Use stat64/fstatat64 to avoid EOVERFLOW errors from the kernel on large files.- Made cachefilesd ask the kernel whether cullable objects are in use and omit them from the cull table if they are. - Made the size of cachefilesd's culling tables configurable. - Updated the manual pages.- Documented SELinux interaction.- Include SELinux policy for cachefilesd.- Fixed typo that was causing the howto.txt not to be installed.- Use /dev/cachefiles if it present in preference to /proc/fs/cachefiles. - Use poll rather than SIGURG on /dev/cachefilesd.- rebuilt for unwind info generation, broken in gcc-4.1.1-21- updated to 0.7 which adds the howto.txt- Fixed memory corruption problem - Added the fcull/fstop/frun options- Upgraded to 0.5 which fixed initial scan problem when started on an empty cache (bz 202184)- Updated init.d script to look for cachefilesd in /sbin - Added postun and preun rules so cachefilesd is stopped and started when the rpm is updated or removed.- require /sbin/chkconfig not /usr/bin/chkconfig- Discard use of autotools- Added URL to source file- Added post and preun rules - Changed init.d script to up right before portmapper.- Incorporated David Howells manual page updates- Made the daemon 64-bit application. - Changed the syslog logging to log the daemon's PID - Changed OS error logging to log errno number as well the string- Initial commit/bin/sh/bin/sh/bin/sh 0.10.10-1.fc260.10.10-1.fc260.10.10-1.fc26cachefilesd.confcachefilesd.servicecachefilesdcachefilesdREADMEcachefilesd.fccachefilesd.ifcachefilesd.tehowto.txtmove-cache.txtcachefilesd.conf.5.gzcachefilesd.8.gzfscache/etc//usr/lib/systemd/system//usr/sbin//usr/share/doc//usr/share/doc/cachefilesd//usr/share/man/man5//usr/share/man/man8//var/cache/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnuASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=eec42604710cdfba07ed9509f4f591c8db7242c7, strippeddirectoryC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRR R RRRRutf-8?7zXZ !#,4]"k%r̙.xC| J<:-PzquÁmHvunΙ/dl;A6)RjBW5A`b 7 % 1LSfOV$~$Rwr=YX[jlf ҃RQB1|Z# =e/(2tڡF`b o-+2 HjrFjJY,$ z6_C)~!+M6)OAuJc -gf0xO*դr(!H-ՆNṥ#,P sw0Rf9Y4McAH4tT .d)"pN~H&ҡ@2و$q0 Q3G.lJC1Oﱈ6ZaНwSnpJx}ZFt]>\` ^r*be*Ҵ~7 KDٷKE d7t7sӿ>>4Q&+ ZiY= +niRuܟ!/VPesĐ0}),m0ZyphaoSQYGa ~p\ڍy㘸 ]mUpC)N ܧk\^Dr#?lwx %xcPbcKxu{blߪ+s~XYSä#H9|HBŰM`C0մ"p\.аPF&f! u ?[,4Iġđ"cڂT}*~]2.CZVơ}Qbb0ʑxSa51}pϪxukw*7\Z_BB[ CUmX0GX#^MUy;s&xت⇻ 4VlT9ܭIՊK·䡔4ɡ+|t?O0bewK _ jˆj!X.ܔ +"S {B P#_ 鳿D# -dT.@]ٜC9(،zB@A,L¤WnX]{^}53o?EXSN7k Ǚڧ4 )qbEvZV?iF-c] 8dJ)D6LJ(=d_H;?x~e@q 74M,hrAQ̐4EEV }^Qr'4 \3IPhTŊ?7oFȫ ik{!u,ha5E(Sm@7cNƴiXF]lHBt@*ff,NQWYtX9ބmX=VCn\V?_q(# `RLMj%Q]@DŎ>bt"h[Pcf~z۵'Xo| Y]Dl!L;[:E;N@5\ \q !1lc4ni,y qoy\f>T-]Y WT;UޙQ\Wn U Psv/՘ທc4pګ ~o h&,4zG arsVْRY`(C+q ,K1nW#c6Y˴ \$\6- 0r'$tɺ9XvS b[Z!6qןX՘ߧ!:/5gHh/.= gǨc^="T jALA(,{7>#MgAwU ;No`<ٻ|L ʯ}3\~2A VKZMtsqaaoq^=:.Sz;wyouc@2R5.Tاa ~QY\A.9AY~7pYȠPZQL` |^KX,HO >a'kNN䚏Mp=tu헎N KY:fϻBwAQxFs2道;~Z\ WPړR\:dXUpܙ=M91A$⫛ Ԥ5vxkE]Aΐ-Ċ$Mw;sg˒#KSh2o(R, I=%4(o{HG ]oEo옫,oi!Ns#SםU ^m. κUG@v;YExSyKkU\<ɵ| 9&@P# t@۳PsfeRJzhIh}Uvp1%6~=BSTGdou 2S ;,/3JjHʬ=K(j)^ާZd%gZZŧVՋȸbX J+{\G=P Bm*=8NX{AZNXӕ- PyHx᥊GxEla=!:7%3⋎8>r JcVSפƑԽ 'ۇ58ع$慲j_&XA-bb I(dw>W Ow>\!a Vڨk8u⻴aY9d|ָ.\O`hO&WH[pI >>?4|qO -=D91E~H wuhY 匤TYe $oޣJKYssloKa!ETQ4rj7e&\Nf{o.z^󣏅h~J/UuPJ7^f 6r͊/\(6 :`Jԉ`2.YgpAuxqƔ "xoƹQm"Ǵ? Qh8n) t%E ?K#1™ˠu'"T'-Ź,kw"Ԅ}X.Pڤ><5/)Q$ Gg `R6$M$%qJt%KTiF=M9XPXn3pi,(]%"7$CFc?-LRѱ`~lhuEylbpspdV#fZ{dE$tx|J3n]5mW\ 8X胗 cv(6S|\/~" r9$P+`wp56ygfYm$*ޯ 1m? p d)w wrlz>br]d{=5"lswB5P!ZfyrHɺ08ɑFQ*HF!Ŏ[?>?QC35xl?u 7qDon&bxAVt{L+"0* ?tzB.GRŪ=E 5@a |qD*bmxrH@@S/-#ӣQ̪mJ1%ulW5կ;v1-Nd=u~tL"gA4ojhC2e?>MϖP[^[d[ř!xV}׾&*k0><i-$ј_f|9907ڤ~g[E-UHZ׿ݏ{?WUm!L%35DR?uN4la*[C$QgA{t=W 5y?o}g~̢fTБRspIKr1z0D>,d5Y  P*Q%8[;Dm 47q~t;7и⦷l *|fl}އ7g1WV\s{$Z$p.>W,eUi<:Gma"hB![ xZ!ư Ρ H:g0l ؎Tto~E*t[rN =9k qұvsߔ( -yl"XWF6:s@_h ̝S_Yz\xu-Y:⦏Y`m`W!# g;úo<(! OAT<+ az˶5 6VWn7{Dce6I#Mې ٯ+igLɇ֙vK?#,};˫Sz/S8$t^t9zIk1( ņ]Y9iʞ:OD8X@7aJ"Ou6Hڕ~RB IK3\'n; @fRE\8b06@ eY8gmƳ%茑ٰq)G^=UX,U{4ܞ8jan1:q},[?\[IW&/=G;0t+=F %`1'<)Ώx``OHَQwPhN .kaֶW.#,AoIssqLScf)x3!nmy| j ;OILGROn B0 ƃ_ ޢ74e1³.J$"v-JVXoRDur0[38AIXM2 ='k@<aZzA[\a[ʑ`GهLWqaXIn$DHJ9-sʈp(%>s-T}wa8f[blQ.'I`ߢ9LM:ϒK͑N@f.cHj bLA0cn#xUEͷMtྊ"2qx? i)q#ȵDl#|1hÐdkK|A8`4r`k_^w`G `Ե{@NQ;^cL14$@T @NX\QLwb{S'\Uz7lJDlt홒,kqwi51I"t֏b6 ?ef ~c.~ ߐpN)Ms_n-3h+tmJbx&Կcix_2XoH߽q51 yhRk6͞Jۖ{VFGN[ءHtvCW$x&tV-R>D|Ga& ,">뛿+7Q(z2-WuiܢMr'#GcrzxuH 5= ^zfp4vSH骑g0KQGul;n5bD^4i>ń~7t޾aƓd$jd_)A3~ZmrM|],2(}TCV!^_4iF=}{)^[,/!h<7kI=]7Gw;ӲzhsG?@Hg[;+)tb F݄? 6!6՚\s{#5lX ,\Bk!v)?س}QuwXhؗ}ZAu@j=1ghN>B_oJ@$]Xm'3z~vkaWdY<_`EvΪX]ES.b н ]=kV  >OtAyʨ& g(rUI&`gŻie]꧖p"ӆJ>̨ y(WfTȭfyխO~ͤ+V?4' oJ[B NeqXc.vst@ɛp!][?_/b%n,2֢EnPT" X[n ԆK";*o'ޟ;pKV}AzV?r}*S2 2/[~K#tHY}v#JB7f.#Vo*&5=Ii_nu{)S{Ja^sSx䯥?T118=[R7HŠi1nC=4[.f%x˱бO9 {#ٟZ\#U|xujM%I} {Y`sGXЇ7Y_q~iCL9f*J/².3)=4}o8Gc^^T3$Vj*Yd&܍DO g}/Htg2xZLue:Ps,uuY3B&%Fbu*ji!suEf72]sg1fz te wHMabATC3s?p^_}{ŚtYU _\och o+vQxFHCSxHɏ; g划 :Z̑H8H+Y|D+u)sghW$)h!%L 惡PX*@S!Ոyay 8㹝O[ל%r-0@Pa}l=ߚhKMܙO1@m;Q<hV"FBElt]Q@+pϑ=p! Ax<"o-E s'E M~GwSZU*|<|}m? P#9sX ?ϯ2~հu{^cXI݄Uhh6 dPQi 5HUw?R[^x$kJhM2-[}{oxUH'Zd(xy OlZ4V~n?9̼NFͺ4M3~ */oxFlrl ֫Db3D7Sҹ'VFߠgI,!;H?be΀kbb3y X#LCփS%{v`M|9dV:fFL  o`PJpCۄ6[ߩnZTO4 =Q1߰NL'C@&Gx=D1˳&< )S[JdKyqЂE5OF#y\0h8';OŪS?4*9ZJDQ){$i{mPe. W|>z~pۤd֫sdԊtp15)ޑz>,Kk|AM풵\O$ąhk7vm ͖Fl]Qy4_ \K97K~fAYT!02ZZף> `I$ďָOGE8 Bp{ƥ%q [` UܧbLHe؜E8LqCܰt9uV1Q"eX^`. af̃sm%mw2]XIvgDZ09)<^=~7?-D{Q<6pBCΜzZAlh]NP!dQ`03aSE91liO ~Bv xYӿHWRʊsЍr?ؓ35%xSNƀ,ŚW5WL/-/$qPW(HE5|T&Pm]2zlikrs~vc69ã󈏪zK%;~ɞso'f} F1gaa.sZ7nxGb+(ўVnRTG:%gF(4iAޢ[s¿࠰6Ig;wܰzEZRi K5%[+6 6@QyP*  >Џ"kH l'^F`d@6`1?U2reXTgΨX[[G8~d.Q/_,!fqY0œ]u<P4 M2פ=n ߀:=Z81rz_pBkvb}r@OF$:KlWMg :ǦR**ڼTb LF%AK%=L!)WoG^`&_olW*%MhѶ |]- 40OB(WhgՑ+}T{}aC *vË ԓgIV{S`Gzfu寐8&y\chAD-eBah5DBH޽E $oᶣ[~R\YáPFsq"%j1{-RlROq(Cm팭.-1]^l?VBKu%ނOG [/}E{T; ]6 㨈D'CzaSaױ?;Kav9A?~J/y)KAKfSDvpVfJ]B $n0f`A`z`Au\JýQ W1Xt;@#Fp)f-f* mGaѾ!A-`n|t0[f ݍ|eƈSNHNPCPn{p" 4*נ#-%Z+aA`'Yu:ԑ 3\{gq9onM[6wQ5~a.iNÔݒ)sRGr-r 1]?H(R-Kbe&cQEc@5ҡК]$4$ jŹHkc)R͉ҰxYްy+灾\fI.pҍNhVN+R#y`7m3H(R%DY̔ƹ1`FVAJ rX7hܭ 8la}ܱL}?yt6X N 矯u8 AtWR4P~~DYQ:'>o'2B:l>̀7뻌p'eqG(jCXfGA@h6zl "^^M OP[9i4|& HщEU鎂]tQIK^9,}|?!9?wyQ~ lKV܏S9E %.ɣ2T|bI67p{ll:AOS KӐ[}ۛ]jCʒ?"JS3+сr<h E*TPw#*v2 O\,Z;9)˩5nzrJ_< ΐ$3>Z~$:}VB"(IsG>pڰ ;djeJH"{%?@j\W=x}\dѐ#o %M~)],m.rf}jWsYTq>I3Q}mp<.(mJ 'X"׃xЪmq6E;P;qjFwu9:ht YZ