lizardfs-cgiserv-3.11.2-1.fc24$>A(*b Ҡ:>@*?*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.fc24Simple CGI-capable HTTP server to run LizardFS CGI MonitorSimple CGI-capable HTTP server to run LizardFS CGI Monitor.Y]buildvm-armv7-22.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]-Y]-Y]Y7Y7Y7Y]Y7Y]2Y]h6e04b27653ce26d5c20c033f69e3bd31687b6888d6cb97ad2e03499e37ff484e48d889102cad7ddb70319254ae58f910dbf217405e790fdc08024106df7a060711340402e11648079a4aab77c6eb40d194fd687f7199405f4d279c4fd470da6cab29ec9e6b0717ae67a70cde09b1727fd285431adbdac303106be0118e8497d08f6c6dbf618443d1d2b5e73b0b9718b5e758eb4a4418af29a554a5e34d6f39d8478e98a67cb6c6e2bd53e608c4d4a28c6281b705f45d2633e14172aef8acd09cfc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e78877b52045fb72d68caf58a1941ad0d61e460659f29b09a7e16f9f5667d85b7b07ad8a9d6229e3d0680afef6ac270257c74d6f541bf1823599bc423392cfa61frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlizardfs-3.11.2-1.fc24.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.fc243.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.fc243.11.2-1.fc24lizardfs-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 -ͪuqL&g r$ D)[dAތ ىL_ +"i|v f:rx`T";X9`HΣȶ :曒+,tFҿe8 H0p l: (l:D}wmԯ q''Wl)Sp)PD" :}nP4u뫂#Q.yBD}t\jRa'W9oV+ym6"VGhEUW-a<!3 i u!1c,eF?<ǯ S$J$(^*12%`6Ji1zBASʹ܅BȗxSߤ;EYMi^r9r!={D76 6s kbe 5s 8UTd_B,e⭨OL^sӤ~tǘ*Yꏇ!HrR=]7TYqoձҒ).4~KHmNn9fzCW 3* vlٵ0߳ yb;}UsM-T^_^a]8|[ocҿ}1O!j2lѤtm}6a*B`U/&WNJ޴EoO6O֠ QdP/:g@(ې+rͦZ|ybΓT &~;_΃NފOKѦ@=:Qmø&x?ß^=aM`j]gi>:6R1Up f@ U@; G9A^BSh$I+(G]!z44+%RΕxDʄL#_!ߐN KgZҠ`^\^G&}+5`|" {ZΖoФU1_<*~a[{}^58|/Af~@n$ HiP |VD*p4 |#oqu0lzs2Qb@4ẗ́ՂD)Ve!"|(\`-2˹9RF )GtIӳKp\J)q}7*Z ;47uf헱?yQטw Ү_bs b'OCVORfo6a`IROfZ,eUﭖn@1E620dWxvۆ7ݜUl|(RYlL:?ϰ;3Pa#6 ZX;CafLq,&TVюg#կz:1 ?ϷrvA#xURJgq5LJ+m~響lVӋY쬸i`!,?A&@ȝ)GXyqos2x}u9'X(`mOheZ9X9K~-TN뜄N,NǏa q ˝/Tmscmޕ55)4 ſ ]U&J]\nXa哬09cдH?ػ">?zV2,1.n%bW8*yWh^KCc`_vo{(d/doWLG~@cH%3]>>i\=@dFvkun8uMfc|巳SR|2/"7ӇuZ#ks{SN5W2I[br@Pb6^& spdY(AJ|Hp! +mN'=+13꣉8 o~W]N`hW!p?*pD̍k=;L2Rn:Ӝzk(\ #o.%1ݦ-Q $||cd͓ʅTmDx6>&^Gh??i⮅n` jdh/rUF>g<yUh\eY|NU pO$|#SБ5́wkL9HǙ.qPpH2h=ey€Fo}?0/:Bu\jޣ@E<άijmO@Am Ft7Z !sxtuVJl'=zKߣ9g8m13G0ȞZf5t_Z5<-8t\[t48x=Ou^ldk6.%{"yK)<1LGU&A1oφZ,{ -BÃh"}@¹=Ql<ՒTU(E8ok:<_fl9ۙ[% +C>?Ԏot (YϸYY㓴  ?%X1;V :&D /ZJѧ sBx2H?OH,febL?Ǯ^g`GѼД] r&JӃ%f޺8XS?v|+_NjD@X-)]~nu=L /L>OA@Y}@M"ڊȥuXJL1EMXB*zxYDeoa=URܤ~VrDh ߩkt5O ́%zDԄ!;&[U௨)9f)w7]?185W/?ɰ6az|[ 9- -ayN^Ѱˡ+B^jsczE]&C|u&b*,/Û66pQySxQ~>iG ܻ?oĝ~ʌho $u G nŹ&p[|]eǪ4l3 ZJhCԎNҦFt Ɂ6 Q/@_e ns=ж'8':IJM ܟ{ޜ%MU @r>!79nsV\`#\\m#g;LtHJho7""V,tIײ%U*J6jˎKea6$p9#0NYT#>('^ YZ