zabbix-server-2.0.14-1.fc20$>B8dj3]# >@+?+d  9TX a|<     D [ x   $ ( g8 p#9 #:D#=&/>&7?&?@&GG&PH&I&X&Y&\']'T^(G b)d)e)f)l)t)u*4v*xw+x+X+Czabbix-server2.0.141.fc20Zabbix server common filesZabbix server common filesTarm04-builder06.arm.fedoraproject.org:Fedora ProjectFedora ProjectGPLv2+Fedora ProjectApplications/Internethttp://www.zabbix.comlinuxnoarchgetent group zabbix > /dev/null || groupadd -r zabbix getent passwd zabbix > /dev/null || \ useradd -r -g zabbix -d /var/lib/zabbix -s /sbin/nologin \ -c "Zabbix Monitoring System" zabbix getent passwd zabbixsrv > /dev/null || \ useradd -r -g zabbix -d /var/lib/zabbixsrv -s /sbin/nologin \ -c "Zabbix Monitoring System -- Proxy or server" zabbixsrv : if [ $1 -eq 1 ] ; then # Initial installation systemctl preset zabbix-server.service >/dev/null 2>&1 || : fi if [ $1 -gt 1 ] ; then # Apply permissions also in *.rpmnew upgrades from old permissive ones chmod 0600 /etc/zabbix_server.conf chown zabbixsrv:zabbix /etc/zabbix_server.conf fi : if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable zabbix-server.service > /dev/null 2>&1 || : systemctl stop zabbix-server.service > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart zabbix-server.service >/dev/null 2>&1 || : fi")I#AA큤AAAAATTTTTTTT$TT TzTTTTTT004ee033fd90b55bdea3b75d1779f7ad8cbeea6e4341bde172f3681b2f379edcd2cd4f6a7789104b53fddc8218763ca007eebbd0e5b6ef50ff2b73b6de9ddb86e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855bad12ac32c7d21539d6aa680dd727a6730324ff8b6b27218f5ceed2a271230e8e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855fda19a8e65264b801040a2a69c41c4334a373b5f3bef5323dcb97d8262c5ffa6f71f30eccfa431a65eb95cef812ead3fb49d33be82ef0aeeb6f2a643cdc7e1a7/var/lib/zabbixsrv/alertscripts/var/lib/zabbixsrv/externalscripts/etc/zabbix_server.conf@@rootrootrootrootzabbixsrvzabbixrootrootrootrootrootrootzabbixsrvzabbixsrvzabbixsrvzabbixsrvrootrootrootrootrootzabbixzabbixrootrootrootrootrootrootzabbixzabbixzabbixzabbixzabbixzabbix-2.0.14-1.fc20.src.rpmconfig(zabbix-server)zabbix-server     /bin/sh/bin/sh/bin/sh/bin/shconfig(zabbix-server)fpingrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)shadow-utilssystemdsystemdsystemdtraceroutezabbixzabbix-server-implementationrpmlib(PayloadIsXz)2.0.14-1.fc203.0.4-14.6.0-14.0-12.0.14-1.fc202.0.14-1.fc205.2-14.11.3Tp@T=@S"@SSr @SVYS@Rb@RRRv:RUE@RM\@R2@RNQQQu&@Q.P@P@PP@PPP6@PPz@Pz@PnP;a@P:P+@P @O@Volker Fröhlich - 2.0.14-1Volker Fröhlich - 2.0.13-1Volker Fröhlich - 2.0.12-3Volker Fröhlich - 2.0.12-2Volker Fröhlich - 2.0.12-1Volker Fröhlich - 2.0.11-3Volker Fröhlich - 2.0.11-2Volker Fröhlich - 2.0.11-1Volker Fröhlich - 2.0.10-2Volker Fröhlich - 2.0.10-1Volker Fröhlich - 2.0.9-2Volker Fröhlich - 2.0.9-1Volker Fröhlich - 2.0.8-3Volker Fröhlich - 2.0.8-2Volker Fröhlich - 2.0.8-1Volker Fröhlich - 2.0.6-3Volker Fröhlich - 2.0.6-2Volker Fröhlich - 2.0.6-1Volker Fröhlich - 2.0.5-1Volker Fröhlich - 2.0.4-5Volker Fröhlich - 2.0.4-4Volker Fröhlich - 2.0.4-3Volker Fröhlich - 2.0.4-2Volker Fröhlich - 2.0.3-7Orion Poplawski - 2.0.3-6Volker Fröhlich - 2.0.3-5Volker Fröhlich - 2.0.3-4Volker Fröhlich - 2.0.3-3Volker Fröhlich - 2.0.3-2Volker Fröhlich - 2.0.3-1Volker Fröhlich - 2.0.2-3Volker Fröhlich - 2.0.2-2Volker Fröhlich - 2.0.2-1Fedora Release Engineering - 2.0.1-2Dan Horák - 2.0.1-1- New upstream release- New upstream release; Remove obsolete patches for ZBX-8151 and ZBX-8238 - Use the upstream tarball, now that non-free json was replaced with android-json - Clean between builds, otherwise zabbix_{proxy,server} are compiled again on install; make server and proxy package noarch now - Set the service type to forking in unit files (BZ 1132437), add PIDFile entry, remove RemainAfterExit, change /var/run to /run - Install tmpfiles configuration in the proper location per guidelines, thus solving the startup trouble due to missing directories (respectively BZ 1115251, 1081584, 982001, 1135696) - Harmonize package descriptions and summaries- Patch for ZBX-8151 (Local file inclusion via XXE attack) -- CVE-2014-3005- Patch for ZBX-8238 (logrt may continue reading an old file repeatedly)- New upstream release- Don't remove su directive from logrotate config in error - Adapt logrotate.in file and sed invocation from 2.2 packages- Remove if clauses for Fedora/RHEL as they are obsolete in EL 7 - Use systemd scriplet macros (BZ#850378) - Remove init scripts- New upstream release - Truncate changelog- The start function of the proxy init script had a typo causing failure - Improved the section on running multiple instances in the README- New upstream release - Drop obsolete patch ZBX-7479 - Improve init scripts to not kill other instances (BZ#1018293) - General overhaul of init scripts and documentation in README - Harmonize scriptlet if-clause style- Fix vulnerability for remote command execution injection (ZBX-7479, CVE-2013-6824)- New upstream release - Drop obsolete patches ZBX-6804, ZBX-7091, ZBX-6922, ZBX-6992- Add SQL speed-up patch (ZBX-6804) - Add SQL injection vulnerability patch (ZBX-7091, CVE-2013-5743) - Add patch for failing XML host import (ZBX-6922)- Add php-ldap as a requirement for the frontend - Add patch for ZBX-6992- New upstream release - Create and configure a spooling directory for fping files outside of /tmp - Update README to reflect that and add a SELinux section - Drop PrivateTmp from systemd unit files - Drop patch for ZBX-6526 (solved upstream) - Drop patch for CVE-2012-6086 (solved upstream) - Correct path for the flash applet when removing - Truncate changelog- Backport fix for CVE-2012-6086- Add patch for ZBX-6526 - Solve permission problem with /var/run/zabbix in Fedora (BZ#904041)- New upstream release- New upstream release - Drop now-included patches- Remove zabbix_get plus manpage from the proxy files section - Solve conflict for externalscripts symlink between proxy and server package- Remove origin of directories BZ#867159, comment 14 and 16- Patch for CVE-2013-1364- New upstream release - Synchronized spec file with zabbix20 - Apply patch for ZBX-6101 - Add forgotten chkconfig and service commands on agent preun script - Add SNMP source IP address patch - Apply fping 3 patch only for Fedora- Correct and complete conditionals for /var/run/zabbix - su line only works in Fedora- Add su line to logrotate config file - Do not own /var/run/zabbix on Fedora, systemd manages it- Adapt httpd configuration file for Apache 2.4 (BZ#871498)- Require php explicitly again - Remove traces of /usr/local in configuration files - Improve Fedora README file- Correct capitalization in unit files, init scripts and package description - Improve sysconfig sourcing in init scripts - Correct post-script permissions and owner on rpmnew files - Obsolete sqlite web and server sub-package- Include agent configuration file in base package for zabbix_sender - Stricter permissions for server config file - Adapt DB patches to our file layout - Remove conditional around Source9 - doc-sub-package obsolete only for Fedora, where the package keeps the name "zabbix" - Add missing requirement for proxy scriplet - Remove Requires php because the PHP modules serve this purpose - Use systemd's PrivateTmp only for F17 and up - Correct proxy and server pre-scriplet (usergroup)- New upstream release - Add Fedora specific README- Eliminate Sqlite server and web sub-package They never worked and are considered experimental by upstream - Harmonize conditionals - Put maintenance configuration in web configuration directory - Adapt man pages to file layout - Remove backup files from frontend - Move maintenance configuration file to /etc/... - Move ExternalScripts and AlertScripts to daemon home directory - Don't ship SQL scripts as documentation- Use separate daemon users, so the agent can not parse the database password - Use PrivateTmp in unit files- New upstream release - Unified specfile for sys-v-init scripts and systemd - Switch to Alternatives system - Source from systemconfig in init scripts- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- update to 2.0.1 - rebased patches - upstream location (/etc) for config files is used with symlinks to the old /etc/zabbix - dropped our own SNMP trap processor, upstream one running directly under net-snmp daemon is used instead - moved zabbix_get and zabbix_sender tools to the main package/bin/sh/bin/sh/bin/sh/bin/sh 2.0.14-1.fc202.0.14-1.fc20 zabbix-serveralertscriptsexternalscriptszabbix_server.confzabbix_server.confzabbixzabbix-server.servicezabbix.confzabbix_serverzabbix-serverzabbix_trap_receiver.plzabbix_server.8.gzzabbixsrvalertscriptsexternalscriptstmpzabbix/etc/logrotate.d//etc/zabbix//etc//run//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc//usr/share/doc/zabbix-server//usr/share/man/man8//var/lib//var/lib/zabbixsrv//var/log/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabiASCII textdirectoryemptyPerl script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)?7zXZ !PH60]"k%{sKuJ=ŹE!ǸD!jp;Hi4xKUuUY &>Xx5cx^I {@ =R<DE\,0%|{3|K|u`a$KK'hMa~nLscʑȁ注S I]1s ̏*牎GZ핵SdDMgp".$OFch zmt GN~sgQK#+["Ԭk`cG~(% N_U9>rxxoLzSl#yÊa%'bi|EP̷$i9F6#a(duTqF{n{ "j I;:T 'ɕ"z\"]A0y` v>F@xlڷ>Y@ilX 㰊sȤF @o`;G< <<1$a 9F8eG[9]?QեzY sD|zr~'l=`.O^ :2%pLx<5kYN(À=אꚦ89mzRDj`Fps sH395H&G@H(Bd\ FX4R$%9؟,̗OI lXr#U7L'n"MCqnw9}OK-Os`tm=l)_u[CO?F P}73x xqmJ+C@˝ %Y%(z R{vd>?v}k2 8Uy@܋L ,^ U#Wti̓+u#$fnx 5n$n#"&F6aW8RTĴ!U+>S1\:'xfujʁ" !\Gn11 U@8y~ءRX(m/)W o榭v<[ Ԛ._&_Ĺc/1ɾ?J-6 8ZeFk{w~, &4O:~O4 chLḧ́C|*$Lgؠ>kiƜnJ4:obk;=$@'\f%%ET[IJo>+JCB-!`]2VX20>eDlovgNm!,(){R+|BDžجg@m>:y?CM&d]Gplj Nr"۠w܊źbc whEm \ R; 8#@.)W&@x51nT0yjT {QYE/15mxW?K\Zsh/d-LqC*lXٟh^DcNn   Dk>Ǜddf6u"Bme_^[]ߗ|YX-fHsR>vaA䥇+UNNҒ7;;[Nڈb*=@jec$W0Uv /1(g*(Qf+IU͂wK)k!VڟcpZ'M%ԘaQ#gu.?AC9`[yJQ|H 0>1vpgފ%IP3Zx.&ЗK%f*u?4R%ɳjhQN4c\w%|@{c Yvå4G^3L 28mbt:z@P[ej"X ia|#ۊA]Ip%o|(Ga_tc6"ǴE3kR/Nu+f9Nv\qmu_@: 5iMrhNyX7>TZDtL;.O35RpWw0Ka:{rNJ\HHT݆-@LySE?ZS1W$| 9 }.#q(.7 n %#O)Wu='`>rvMّh!|)zp_T/Yy[$nȅ[ {D w)0_!.Ǐ3l/UXChyy]ǘcB0aUS7 _i'ڃW/p$E,#n48/dCP|aWo nc:>Y(jK/us:E #0#  +0 Y@DeF[YvϙY)&xE jS*pft86J6R9>;~=Zrc8WDwD$}/T~Xz+k;_Ԃ򴭑֒CSj^36.(!һ6c'ҳb5;A >]X٣ʼ"#[O2u SȭB U"ڋŧgWV`n%6 ,ʶ+Oí~,zZY{Hg2H-e&o-캘]u)T^6EKKR0IU7[ Aq~w:ܔt!