lizardfs-cgiserv-3.11.2-1.fc25$>@mG>e /u>@*?*d ! \ ,EKSx         G  T    <l  _ (89 : >&?&@&G&( H&T I& X&Y&\& ]& ^'yb(d)e)f)l)!t)@ u)l v)w*h x* y***Clizardfs-cgiserv3.11.21.fc25Simple CGI-capable HTTP server to run LizardFS CGI MonitorSimple CGI-capable HTTP server to run LizardFS CGI Monitor.Y]Ebuildvm-armv7-04.arm.fedoraproject.orgFedora ProjectFedora ProjectGPLv3 and ASL 2.0 and BoostFedora ProjectSystem Environment/Daemonshttp://www.lizardfs.org/linuxarmv7hl if [ $1 -eq 1 ] ; then # Initial installation systemctl --no-reload preset lizardfs-cgiserv.service >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable --now lizardfs-cgiserv.service > /dev/null 2>&1 || : fi if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart lizardfs-cgiserv.service >/dev/null 2>&1 || : fi # Prep, build, install, files... ############################################################>EY 'CɁA큤A큤Y] Y]mY]mY]DY7Y7Y7Y]DY7Y]rY]ѓ6e04b27653ce26d5c20c033f69e3bd31687b6888d6cb97ad2e03499e37ff484e48d889102cad7ddb70319254ae58f910dbf217405e790fdc08024106df7a060711340402e11648079a4aab77c6eb40d194fd687f7199405f4d279c4fd470da6cab29ec9e6b0717ae67a70cde09b1727fd285431adbdac303106be0118e8497d08f6c6dbf618443d1d2b5e73b0b9718b5e758eb4a4418af29a554a5e34d6f39d8478e98a67cb6c6e2bd53e608c4d4a28c6281b705f45d2633e14172aef8acd09cfc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7761acfdeaebbf344233bfb9a065d14448ee49f460f47e458797eb05675cfa52ed3fe34229b888e11c1931037ddce8b6aa3c3156799c36981589a93ffe3ae577crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlizardfs-3.11.2-1.fc25.src.rpmlizardfs-cgiservlizardfs-cgiserv(armv7hl-32) @    /bin/sh/bin/sh/bin/sh/usr/bin/python2lizardfs-cgirpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemd-unitssystemd-unitssystemd-units3.11.2-1.fc253.0.4-14.6.0-14.0-15.2-14.13.0.1Y\Y*Y /X:@XXXQ@XX"@XX2@W@W=V^@V*!@Tء@T\@TSR^O@L%@Jonathan Dieter - 3.11.2-1Jonathan Dieter - 3.11.0-3Jonathan Dieter - 3.11.0-2Jonathan Dieter - 3.10.6-7Jonathan Dieter - 3.10.6-6Jonathan Dieter - 3.10.6-5Jonathan Dieter - 3.10.6-4Jonathan Dieter - 3.10.6-3Jonathan Dieter - 3.10.6-2Jonathan Dieter - 3.10.6-1Jonathan Dieter - 3.10.4-1Jonathan Dieter - 3.10.0-1Jonathan Dieter - 3.9.4-1Piotr Sarna - 3.9.4Piotr Sarna - 3.9.2Adam Ochmanski - 2.6.0Alek Lewandowski - 2.5.4Alek Lewandowski - 2.5.2Marcin Sulikowski - 2.5.0Peter aNeutrino - 1.6.28-1Jakub Bogusz - 1.6.27-1Jakub Bogusz - 1.6.19-1Jakub Bogusz - 1.6.17-1Jakub Kruszona-Zawadzki - 1.6.16-1Jakub Bogusz - 1.6.15-1- Update to 3.11.2, removing upstreamed patches and adding in some new ones to fix some small caching bugs- Add more upstream bug-fixes, the most important of which fixes a rare crash in master- Update to 3.11.0 which fixes bug where goals are all empty - Remove upstreamed patches - Add new upstream patches that fix bugs in 3.11.0- Switch to upstream patch for building with GCC 7- Add patch to fix building in Rawhide- Fix BuildRequires for Judy-devel - Add BR: pam-devel- Take ownership of /etc/mfs - Explain why libcrcutil is bundled - Change %define to %global - Use hardcoded paths when removing /usr/bin/env from scripts so we don't have to BR: python?-devel - Remove unnecessary rm -rf %{buildroot} - Update license information- Use __python2 and __python3 macros instead of hardcoded paths when removing /usr/bin/env from scripts- Cleanup spec file - Use Fedora build flags - Remove /usr/bin/env from scripts- Update to 3.10.6 - (master) judy library fixes - (master) ARM compilation fixes- Update to 3.10.4 - Rename tools- Update to 3.10.0- Fix -l option in mfsmakesnapshot- (master) Removed master server overload on restarting chunkservers - (master) Improved global file locks engine - (chunkserver) Fixed leaking descriptors problem - (chunkserver) Improved mechanism of moving chunks to new directory layout - (chunkserver) Fixed issues related to scanning directories with new chunk format present - (mount) Removed hang in mount when chunkserver reported no valid copies of a file - (master) Changed handling of legacy (pre-3.9.2) chunkservers in new installations - (cgi) Added XOR replication to statistics - (all) Removed default linking to tcmalloc library due to performance drop- (all) Introduced XOR goal types - (all) Added file locks (flock & fcntl) - (all) Increased max number of files from 500 million to over 4 billion - (all) Introduced managing open file limits by PAM - (master) Improved consistency of applying changelogs by shadow masters - (master) Redesigned snapshot execution in master - (master) Redesigned chunk loop logic - (master) Added option to limit chunk loop's CPU usage - (master) Removed hard coded connection limit - (chunkserver) Added new network threads responsible for handling requests sent by chunkserver's clients - (chunkserver) Introduced new more efficient directory layout - (chunkserver) Added option to choose if fsync should be performed after each write for increased safety - (chunkserver) Removed hard coded connection limit - (chunkserver) Added replication network bandwidth limiting - (mount) Improved symlink cache and added configurable timeout value - (all) Minor bug fixes and improvements- (all) Added comments in all config files - (all) Improve messages printed by daemons when starting - (cgi) A new chunkserver's chart: number of chunk tests - (cgi) Fixed paths to static content - (cgi) New implementation of the CGI server; mfscgiserv is now deprecated. - (cgi) New table: 'Metadata Servers' in the 'Servers' tab - (chunkserver) Allowed starts with damaged disks - (chunkserver) A new option: HDD_ADVISE_NO_CACHE - (chunkserver) Improved handling of disk read errors - (chunkserver) Removed 'testing chunk: xxxxxx' log messages - (master) A new feature: disabling atime updates (globally) - (master) Fixed rotating changelogs and downloading files in shadow mode - (probe) New commands - (probe) Renamed to lizardfs-admin - (all) Minor bug fixes and improvements- (all) Boost is no longer required to build the source code of LizardFS or use the binary version - (all) Added tiering (aka 'custom goal') feature, which allows users to label chunkservers and to request chunks to be stored on specific groups of servers - (cgi) "Exports" tabs renamed to "Config", now it also shows goal definitions - (cgi) Added new tab "Chunks" - (probe) New command "chunks-health" makes it possible to get number of missing or endangered chunks - (master) Fixed reporting memory usage in CGI - (mount) Fixed caching contents of open directories - (mount) Add a .lizardfs_tweaks file - (all) Other minor fixes and improvements- (master, shadow) Metadata checksum mechanism, allowing to find and fix possible metadata inconsistencies between master and shadow - (mount, master) ACL cache in mount, reducing the load of the master server - (packaging) Support packaging for RedHat based systems - (master) Improved chunkserver deregistration mechanism in order to avoid temporary master unresponsiveness - (polonaise) Add filesystem API for developers allowing to use the filesystem without FUSE (and thus working also on Windows) - (all) Minor fixes and improvements- (master) High availability provided by shadow master servers - (mount, chunkserver) CRC algorithm replaced with a 3 times faster implementation - (mount, master) Support for quotas (for users and groups) - (mount, master) Support for posix access contol lists (requires additional OS support) - (mount, master) Support for global I/O limiting (bandwidth limiting) - (mount) Support for per-mountpoint I/O limiting (bandwidth limiting) - (adm) New package lizardfs-adm with a lizardfs-probe command-line tool which can be used to query the installation for variuos parameteres - (master) New mechanism of storing metadata backup files which improves performance of the hourly metadata dumps - (all) A comprehensive test suite added - (all) Multiple bugfixes- (all) compile with g++ by default - (deb) fix init scripts for debian packages - (all) fix build on Mac OS X - (cgi) introducing LizardFS logo- adjusted to keep configuration files in /etc/mfs - require just mfsexports.cfg (master) and mfshdd.cfg (chunkserver) in RH-like init scripts; for other files defaults are just fine to run services - moved mfscgiserv to -cgiserv subpackage (-cgi alone can be used with any external CGI-capable HTTP server), added mfscgiserv init script- separated mfs-metalogger subpackage (following Debian packaging)- added init scripts based on work of Steve Huff (Dag Apt Repository) (included in RPMs when building with --define "distro rh")- added mfscgiserv man page- initial spec file, based on Debian packaging; partially inspired by spec file by Kirby Zhou/bin/sh/bin/sh/bin/sh 3.11.2-1.fc253.11.2-1.fc25lizardfs-cgiserv.servicelizardfs-cgiservermfscgiservlizardfs-cgiservNEWSREADMEUPGRADElizardfs-cgiservCOPYINGlizardfs-cgiserver.8.gzmfscgiserv.8.gz/usr/lib/systemd/system//usr/sbin//usr/share/doc//usr/share/doc/lizardfs-cgiserv//usr/share/licenses//usr/share/licenses/lizardfs-cgiserv//usr/share/man/man8/-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabiASCII textPython script, ASCII text executablePython script, ASCII text executable, with very long linesdirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRutf-8?7zXZ !#, ]"k%]sĹQ=JGD -ͪjaLwu ~0fB'LJCQ@~M.!jz5>1S{0ipAIf䐐r{'Dc5k!KHzW\Ui64hyG蒨w8T:I}<9l&@:Q3Fb"Oe_C(i{$]*3JhYEHN7"fjN RBlĢ pu*FwS6 \o/N<&V٢v&^rZH4`gT}!nz|IVTmUu[|^wv1E!2*xZe!aY$W^mcJ(MA2W< I󻤚(t[0`R4x*>ٹ`Dx/ #F''^-X1C{6=dHu8􁩎ĵ"ѹ!as0ʢmP -" e k)$~xSYg;5~2ᛱr +wyCU˿_|~f!kn eze6iC[ɩFO鑾dNȢj9A\oQPLmV"{kɨ/ y W+ܼ&1(HH?>&9:2 4x5N?dd'/mj}9D̙5'e(#+@YxifR+lNY*D';cWqaNGd̛6)<&=ũ֚ڸ2YL #Ɛgyr6U{e5? SO:g'g'ߊPI&葈߈)b Ԯc=+#L" D-z1"p6tkGQ29D{})jZי%m; Cje6,d"&,|LlX\V|3Ӷʩ{xS6"@VNoFUpv$ds-gp -?du_}ˆ2xxa.җ% ZO:NG&5: Kets\ЃAλM-֭S߻-^748Lb:ݗ '8y<]}~p8k$h5xS>%*u~ N. ̂Y"cN.50۔x<{>JwS g9 |GDt ;+Xz͢65gϔ\T {\\]9WI9P;7Im+M;[MICa7Pa2Z8V *sZiY̴c&b I(zk=%8H];:sml8|b[v>qZ-#_Jתu$IWYSxAbO“dvanWg޴$I zk@٧@{>1Lrj$ tskVo|b-ZN3M)ο[r3D-w#K y^ 6FV3 ؋MŻ1V|-_m -ӮꞞ5ND,$`>`yDlkuK s|0(?ӗSD] 9\ܭUfZcTI?2az05 F.πz]\(uk\L${]9흵mLA/bh o/Po}&mf@/IzmRMM9r7bMJ꒳UW+{cݖ3Ø/T:^beb=_ ; h6mtc#f5+ [ [ۿ>\/닆-NTr+n <Tu.]2c[+Y)-;o(NY\g/J77-זY?o?ų>ӗ<}˳OY0JZ/Bj~T|V\y B~q51ILW1hH7nyɳɐ+ Y4um :0;z:R8 ,AgΞjTl=QV!)㋗|⮹Qc=pRw$4F׼!WxB =oP4T|8%W(k"Lv.rqio;2A+6 L von2$C3$Љy.4YPGu͢v o`rxjE_qrd[a??ś ufReǵ /F75t=^’O 8#de6T74{4=WI%}r8% f6%{,%p9{sƱ"ef*^Ǐ\J{BSUP(;V$h=cƋBP% pG8Shb|`P{l]FG~R0 LM7.~Ri'tHzqPoK eŌyDO _HwdJv61҈[ 8,PP=v7R8*x'j8CA1c,\.:ac|qK|Jvrw%!.$Ezs՝7>7JT7Nc-eJF:8:'xvf'D7G q4]Z(kpG7Q^FU CJ$àxE!ǼjVŴϿm¸&;} Mq&!Yc%sCػL>XU~D$c=}OtMA2h<`'sO2#,LjdmmZwd c=sWr>gCs v%_lyj̯I@RS/+=K7^L*.^E59促S \NCR"=Jiڶz: I 5MTavyyP:2u&|>o%yIwkxϊd{Mnsg*ս'6 YZ