lizardfs-cgiserv-3.11.2-1.fc26$>@jYF>@*?*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.fc26Simple CGI-capable HTTP server to run LizardFS CGI MonitorSimple CGI-capable HTTP server to run LizardFS CGI Monitor.Y]Ӛbuildvm-armv7-05.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](Y][6e04b27653ce26d5c20c033f69e3bd31687b6888d6cb97ad2e03499e37ff484e48d889102cad7ddb70319254ae58f910dbf217405e790fdc08024106df7a060711340402e11648079a4aab77c6eb40d194fd687f7199405f4d279c4fd470da6cab29ec9e6b0717ae67a70cde09b1727fd285431adbdac303106be0118e8497d08f6c6dbf618443d1d2b5e73b0b9718b5e758eb4a4418af29a554a5e34d6f39d8478e98a67cb6c6e2bd53e608c4d4a28c6281b705f45d2633e14172aef8acd09cfc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e79e3d1671885a636c73ae12b1187ac15f1527028ebdd272f757026fc15adb254bbcfe57d6f776f21388369df93a7b09059f5576a49bbb8206cd2fa5951d320ae3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlizardfs-3.11.2-1.fc26.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.fc263.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.fc263.11.2-1.fc26lizardfs-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 -ͪ.wnyAΒz&/Jd{(gHduk*/f{:Z/ZTU(ضXŠ^S+%Q瞩5:ڷdP~54/k"HmSǸkS)Og,LibN Zq<9f-jGLM?XkdoeT#Azmt|rþ!*ax'#js.z2@L c!hI`1#f7 x痛ǘfFx'1u:F筋FYb 00V#]bY6lǹ^MS-bNҷ/WJ Mɸ\Ҧ)k, B`Rn7"-4 "ŷқ+#O?M_ް5B Gis2TCw.G%qkZ&{:Ѩ;P=~P9%\"F n;`Ъ(͓Qy*L 'TMM:gx&֊0 y!Bܡ[>_GA-X؂DaFNcp|of.?16)a'LoDS'mJYf[(@"*Eՙp6*FپѡSzJ\hl1 uN'{άdM8߰nޕ|@l7[xFWxK5`g(7z_Gi|U*DD2(V4i|5/K@DNv+10ϾI"/U?R, j^hV+Pl8@1_}e7JA {<EDaܡ&bH\ECo1r?I6,"Qz}K %r*d(7߽H\VIN=bF+"٣$r5uf(wL` ZaȡW3 A⌓2Z 2 m'C6bywU*ucaҀ^(dmhWV4a)kv1MkZDhSB=Pu2zZȒs|ǥL pQ-H|e~ê.; 0T(bL Hm:/y<@Ȃ"3Y2+gͪ*X>y~?VzKrbUM{se4#Mm#um0g;$7m]R @,P mk`+* ǶB`Qϰfu'9Ks&]?Xd)^#<(#ppE3յ"\\<_V3n~?1A2z5K3an>Zh\bEnhE†1Q 1 0I Ja}piW@{̢r6jsD>oJ̋M @e@P|x:.l:wmQ- y%YPوh;> 2"'4)!|J4!ot@ bCꆷ;6:N{j+4 V|وx7x'#Epm`?2 '[' v|-zr:❗nQ&G:޳ypCBB3<޽)'u()VIҤPSqY0m 㤰 0Kfi_R]!ur֫KMl  ۛzHT9~RL9P-+[˗֫ɉ %x@N; + 9Mq a0Њ_SdCh3x[XJS6.4]!YjbOm]RM@aW3QvzoCc \%X24?쁮?]Cnd5Ca͒;-O'[3+'ŽN*2*UB b(P0ġ6D&bVIJj hfde7/Yvq 'l@ȶag>?GZ퍸5 TRk|I2= UV!ǁ. ^!8gl F 7gODCQCA46]*ӐNXhEF|dto!GÆh֡E(Qxቅ^+p[b# 6QŃYX)Ywd[(fgmb* Dh8rs7Bm*斺 NC+~#ݶhekI9|n 䁈|2 2[U0 Pcj+Gx6+H fS3ٸ;0y?K+s+2f t{Z?\/ۛv|S 2%xl{̣ p_7FY'W6+V >o"g&DS ]7MA;:6˥!áXd?oW]Iwha '%#+H'Aj)В.F[`sJ*#Ī``feI)JWW hp>JΌ9U" ,