prosody-0.9.12-1.fc24$>viX|ĦA8˵%.>B? d   G\`    V    8I 9;?vC)CHFFD"F"I"(IU8I\,9J ,:S9,=[s>[{?[@[G[H^hIa<XaYb\b,]e^n|bpdqeqfqlqtrutvww{x~yh&Cprosody0.9.121.fc24Flexible communications server for Jabber/XMPPProsody is a flexible communications server for Jabber/XMPP written in Lua. It aims to be easy to use, and light on resources. For developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.Xwbuildhw-07.phx2.fedoraproject.orgQFedora ProjectFedora ProjectMITFedora ProjectSystem Environment/Daemonshttps://prosody.im/linuxi686getent group prosody > /dev/null || /usr/sbin/groupadd -r prosody getent passwd prosody > /dev/null || /usr/sbin/useradd -r -g prosody -d /var/lib/prosody -s /sbin/nologin -c "Prosody XMPP Server" prosody exit 0 if [ $1 -eq 1 ] ; then # Initial installation systemctl --no-reload preset prosody.service >/dev/null 2>&1 || : fi if [ ! -f /etc/pki/prosody/localhost.key ]; then umask 077 /usr/bin/openssl genrsa 2048 > /etc/pki/prosody/localhost.key 2> /dev/null chown root:prosody /etc/pki/prosody/localhost.key chmod 640 /etc/pki/prosody/localhost.key fi if [ ! -f /etc/pki/prosody/localhost.crt ]; then FQDN=`hostname` if [ "x${FQDN}" = "x" ]; then FQDN=localhost.localdomain fi cat << EOF | /usr/bin/openssl req -new -key /etc/pki/prosody/localhost.key -x509 -sha256 -days 365 -set_serial $RANDOM -out /etc/pki/prosody/localhost.crt 2> /dev/null -- SomeState SomeCity SomeOrganization SomeOrganizationalUnit ${FQDN} root@${FQDN} EOF chmod 644 /etc/pki/prosody/localhost.crt fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable --now prosody.service > /dev/null 2>&1 || : fi if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart prosody.service >/dev/null 2>&1 || : fi0}al/D/= e%e)'!' [#@p}  {$ .F xP>/%,u7f#w T-  o(9;W}3'6^-)4:8w(   u$ x:p c,Y8!v8 M'LJ%%B$j% (X& +  j8 8#wPFmUKA聠AA聠AAA큤A큤AA큤A큤A큤A큤A큤A큤A큤큤큤큤큤A큤큤A큤A큤AAXw 0.9.12-1Robert Scheck 0.9.11-1Robert Scheck 0.9.10-3Fedora Release Engineering - 0.9.10-2Robert Scheck 0.9.10-1Robert Scheck 0.9.9-2Robert Scheck 0.9.9-1Robert Scheck 0.9.8-6Robert Scheck 0.9.8-5Robert Scheck 0.9.8-4Robert Scheck 0.9.8-3Fedora Release Engineering - 0.9.8-2Robert Scheck 0.9.8-1Robert Scheck 0.9.7-1Fedora Release Engineering - 0.9.4-4Fedora Release Engineering - 0.9.4-3Jan Kaluza - 0.9.4-2Jan Kaluza - 0.9.4-1Johan Cwiklinski - 0.9.1-1Matěj Cepl - 0.9.0-1Johan Cwiklinski - 0.9.0-0.5.rc5Johan Cwiklinski - 0.9.0-0.4.rc4Johan Cwiklinski - 0.9.0-0.3.rc3Johan Cwiklinski - 0.9.0-0.2.rc2Tom Callaway - 0.9.0-0.1.beta1Robert Scheck - 0.8.2-9Fedora Release Engineering - 0.8.2-8Johan Cwiklinski 0.8.2-7Fedora Release Engineering - 0.8.2-6Johan Cwiklinski 0.8.2-5Johan Cwiklinski 0.8.2-4Johan Cwiklinski 0.8.2-3Johan Cwiklinski 0.8.2-2Johan Cwiklinski 0.8.2-1.trashyJohan Cwiklinski 0.8.1-1.trashyJohan Cwiklinski 0.8.0-3.trashyJohan Cwiklinski 0.8.0-2.trashyJohan Cwiklinski 0.8.0-1.trashyJohan Cwiklinski 0.7.0-4.trashyJohan Cwiklinski 0.7.0-3Johan Cwiklinski 0.7.0-2Johan Cwiklinski 0.7.0-1Johan Cwiklinski 0.6.2-1Johan Cwiklinski 0.6.1-1- Upgrade to 0.9.12 (#1412102)- Upgrade to 0.9.11 (#1391802)- Added runtime requirement to %{_bindir}/openssl (#1319227)- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Upgrade to 0.9.10 (#1302463)- Added upstream patch to open /dev/urandom read-only- Upgrade to 0.9.9 (#1296983, #1296984)- Fixed shebang for ejabberd2prosody - Backported support for IPv6 DNS servers (#1256677)- Start after network-online.target not network.target (#1256062)- Change default CA paths to /etc/pki/tls/certs(/ca-bundle.crt)- Fixed the wrong logrotate configuration to not use a wildcard- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Upgrade to 0.9.8 (#1152126)- Upgrade to 0.9.7 (#985563, #1152126)- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- add missing lua-socket-compat dependency- update to version 0.9.4 - build with luajit- Update to 0.9.1- Final upstream release.- Update to 0.9.0rc5- Update to 0.9.0rc4- Update to 0.9.0rc3- Update to 0.9.0rc2- update to 0.9.0beta1, rebuild for lua 5.2- Apply wise permissions to %{_sysconfdir}/%{name} (#955384) - Apply wise permissions to default SSL certificates (#955380) - Do not ship %{_sysconfdir}/%{name}/certs by default (#955385)- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Use systemd-rpm macros, bz #850282- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Missing rhel %ifs - Change the way SSL certificate is generated- ghost %{_localstatedir}/run/%{name}- Add missing requires - Add rhel %ifs- Switch to systemd for Fedora >= 15, keep sysv for EPEL builds - Remove some macros that should not be used- 0.8.2- 0.8.1- tmpfiles.d configuration for F-15- Now requires lua-dbi- 0.8.0- Redefine _initddir and _sharedstatedir marcos for EL-5- Apply ssl patch before sed on libdir; to avoid a patch context issue building on i686- No longer ships default ssl certificates, generates one at install- Update to 0.7.0- Update to 0.6.2- Initial packaging/bin/sh/bin/sh/bin/sh/bin/sh  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~0.9.12-1.fc240.9.12-1.fc240.9.12-1.fc24     prosodyprosodyMakefilelocalhost.cnfopenssl.cnfprosodycertsconf.dexample.com.cfg.lualocalhost.cfg.luamigrator.cfg.luaprosody.cfg.luaprosodyejabberd2prosodyprosodyprosody-migratorprosodyctlprosodycorecertmanager.luaconfigmanager.luahostmanager.lualoggingmanager.luamoduleapi.luamodulemanager.luaportmanager.luarostermanager.luas2smanager.luasessionmanager.luastanza_router.luastoragemanager.luausermanager.luamigratorjabberd14.luamtools.luaprosody_files.luaprosody_sql.luamodulesadhocadhoc.lib.luamod_adhoc.luamod_admin_adhoc.luamod_admin_telnet.luamod_announce.luamod_auth_anonymous.luamod_auth_cyrus.luamod_auth_internal_hashed.luamod_auth_internal_plain.luamod_bosh.luamod_c2s.luamod_component.luamod_compression.luamod_dialback.luamod_disco.luamod_groups.luamod_http.luamod_http_errors.luamod_http_files.luamod_iq.luamod_lastactivity.luamod_legacyauth.luamod_message.luamod_motd.luamod_net_multiplex.luamod_offline.luamod_pep.luamod_ping.luamod_posix.luamod_presence.luamod_privacy.luamod_private.luamod_proxy65.luamod_pubsub.luamod_register.luamod_roster.luamod_s2smod_s2s.luas2sout.lib.luamod_saslauth.luamod_storage_internal.luamod_storage_none.luamod_storage_sql.luamod_time.luamod_tls.luamod_uptime.luamod_vcard.luamod_version.luamod_watchregistrations.luamod_welcome.luamucmod_muc.luamuc.lib.luasql.lib.luastoragemod_xep0227.luasqlbasic.lib.luaxep227store.lib.luanetadns.luaconnlisteners.luadns.luahttphttp.luacodes.luaparser.luaserver.luahttpserver.luaserver.luaserver_event.luaserver_select.luaprosody.versionutiladhoc.luaarray.luacaps.luadataforms.luadatamanager.luadatetime.luadebug.luadependencies.luaencodings.soenvload.luaerlparse.luaevents.luafilters.luahashes.sohelpers.luahmac.luahttp.luaimport.luaip.luaiterators.luajid.luajson.lualogger.luamultitable.luanet.soopenssl.luapluginloader.luapposix.soprosodyctl.luapubsub.luarfc6724.luasaslsasl.luaanonymous.luadigest-md5.luaplain.luascram.luasasl_cyrus.luaserialization.luaset.luasignal.sosql.luastanza.luatemplate.luatermcolours.luathrottle.luatimer.luauuid.luawatchdog.luax509.luaxml.luaxmppstream.luaprosody.serviceprosody.confprosodyAUTHORSHACKERSREADMEcoding_style.txtnames.txtroster_format.txtsession.txtstanza.txtstanza_routing.txtprosodyCOPYINGprosodyctl.1.gzprosodyprosody/etc/logrotate.d//etc/pki//etc/pki/prosody//etc//etc/prosody//etc/prosody/conf.d//run//usr/bin//usr/lib//usr/lib/prosody//usr/lib/prosody/core//usr/lib/prosody/migrator//usr/lib/prosody/modules//usr/lib/prosody/modules/adhoc//usr/lib/prosody/modules/mod_s2s//usr/lib/prosody/modules/muc//usr/lib/prosody/modules/storage//usr/lib/prosody/net//usr/lib/prosody/net/http//usr/lib/prosody/util//usr/lib/prosody/util/sasl//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/share/doc//usr/share/doc/prosody//usr/share/licenses//usr/share/licenses/prosody//usr/share/man/man1//var/lib//var/log/-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 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnu  ASCII textdirectorymakefile script, ASCII textLua script, ASCII text executableHTML document, ASCII textC source, ASCII textASCII text, with CRLF line terminatorsUTF-8 Unicode textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e79b98fe64ccba8ecea89afbfa7d7d626e6877dc, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=757618f912fb334402f820dd568fc2ac5872a259, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=998d800d4b24ce2617444bffa65851e5b86b0dc5, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ce4a3d826d7ea9f44fe222e4e93eb9dd03a1feb, strippedASCII text, with very long linesELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a508e4441d67198a3ab2edb67acd89157f93ded, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) "RRRRR RR RRRR RR RRR RRR RRR R RR RR R R RRR R RR R R Rutf-8?7zXZ !#,Y/]"k%a~5n}Hrzp+JmxJIkY_ɶ~Ry_ŐuNET-l-o\\O"FqC7@w_ͣo,BHW:+Av43h'<4;֜YR V?sb{ ~btEyH[cf>*q"25y;AJeA2q{FGCKWq.Wt{WX*\C|bW'<~2?gŭ^$^\">|yk/w>|Q!ݴ ɲxzgCG#XJ;~edۻXܚqyහ@2k4k!HC{"S7iY"*^ Mә2ϔMᴜeԄUUFWAQήm+|ͣ%ܩ]X0ϭj'H  iw9%f5Q<6w,10C[\j"ƠQ:cAϛo)DHr6Z+̃o'ƴ:ֱQ}e~%6=3!us%yyVo|\i2H4qx=%U J}4U;A#X-R6|{YXUhOrn3uI<+N< =mRpo'* F;CSX07-]9q*Y &[ӖK{䣴;M7V&W , 4Aʍ䯑Z_)!nI*E5B`- %t Jd}%E5K|z楑|; E5-Vx7p|"}ë6l!tH-0G.{)TRWm]mIqt]4u14n[ 8P_(l&5rg;'gmmaPp.芾բFC?7~ [ ^WzfGH_Q!W*ދ.&/5ش_ 0썅GN򅊓*5QObʊE&bٽߑ/Ui ,FF`2rd #~ GAWbHb_n@>t́zy1)T KbR wK˼LBnQ/N=^io|:>a 8zY=4u9<@g,+~ ۘ,3תRΨU;=_y/3iɴҠFsI\0khLɹ`DRK/b,wxx733Z:{WjOo./&ȋqYFI_ь@S| 7!}Chfc S|:6YV1S4)ͧB 3,B[gAFX rv~{i@>cJ :?F;.J׷0SYm.RZ;ǃYcT\q~R*#ο-#$+&MؘH&/4m`y iZ,+ t)6oZuT>M 0iEsiɾklaAײ-ϝ31?ᆭCڱWO^]y4 W#K]$S!+#v fqXhv@KXz%OV;0m_G8={B.lU#8x~%R ['w>?J%!HN"K;X6.i(WͧKN_.e=̅YE344I>7l mM(\X=U9vG*!3#"7.ۨA//2wL"I[hM[a'ͮǕ2"oG~-՜e:f )=AQ" M=;.ب2A@|IPTq"bW“,JT<{yۭ)A&l3x6BRQ}YxQ}:-Zt+9d}NC/Tޛ_vT|:2clDsʗLm"L?eFhr7V9ˁ*Ώ I9 u㒟{~,|A۳XCr_HmOvDMѯ8kmU{-_.1A="@/ݣMyKh~ZSN7eV)v}6sn2S[0C~l2m,3oBLo3E#~z1602^'CsYqI_ف 8ll`^ŏjTZfZ?2tF).֯Xc~n,L 0Q)jS!/"|v$E@35Yn*1mL_7^H-xs$qb.` 0@PK u/F?n(-ÐNUy  lVVYlǎwb.:s|ttϳv Hi/HAuٹU6IY'1kD4DPT&IbRf3d;Rv`:6ʶ|9>c_΋ wr7g ^(,[wkǠf>Ah)q ASx}<^1k:>mj(#arq1T3'mn߃dHfm@qh@Sxr(*Hj3i/X4# rFv_mJO'ǰ{,f5)2*үi NwB@FWGR;D}7Vb)'cN?M 'ik$-%5H-A N┵l0I˦0z:+,pLec$a19+l=ޱ҇L$,\mIs\x}*+,/S Tم_ '`_`'MxOޯ&p] V>%݈)UI`|ȵ4`w Wpӹh`~& ,>FlqYB!eg|qZ}_KO%="-,(9eogdp hc!=N1F~f_2ޟ0C hH18f)M44w(Rd4-KIj授\qi!_GZpq\#r#VqY޾%6'-mF.ύ 2pcG~#햠EH|#`DtY,8c5:YEN>$iٝ6LtmHRY_7÷ʽuJ'Hel]n S@}>`*/zN_&qQ;PcUߛdv;{T\4P.#ebxA4^-g&SP%y`Hm S[<˱ړF:t*{YZ Ӓ,w6X=;{2Ip@LcYQJ HWycFO(f Q+Jm#GP b,gEi/OZ.ͷBQWtiw h046Ǖ2%xm6HBؿA{HhH21H>Lݱqn듄>5:խ3&xű&W\+Ϋ"FWJkv!rVFRH³Ն⾱ { zXYfXf|;^vbac!qg#zV*͞B=X1 ,:Jq΃GO A˛q(B w!N,=9[0_`?'x|q\ 6Q*GIͥ7/.sK1)m˛|K s<ǻ|ldV*qtqmFᆐ->)uBPmb3 XYamiCy":N0Hul5>vß4Up ީɎFȼlNPZKJ'j_t?[Lo 1Rk&?ȥ`H\s@*wT5O)];VEwwwY~7X$ TĖxQu5PlӁIZջk(aV!qÞR@U ׬7uiW .;҂]- Ռ9ݿNY26wynQKRѫr :g\Pq5]lWzNje8IC^+,P ¤zx]G< a;bu.O=QnlfmB{ۦ!LZ=;cW'i:Adگ~YK?Rsܼ\sxV ;7:'?" GگԬhzԣKcnar1[g߅Y~!m@n&glF~oc AW߫-E\džӄQ+b'kG*f>Ao|fx2 i}'"YU.2m*$7<@LJ"[tYYyY8kܳk2V͏1HC0! кo&"5էi?QO._5$D oYdhf ;! MU7s:IoM~Se4 n JYŏBJ= &+Sw!/Ľ!Kָ$MFQ}ɘr11kN},X|pMODEjg8?|6ǐ ]4} F7z4:j dh@};/d&%`'.%;V+aŨ-wj)[JusbjǷU0GEI^ YxuO}wQ|)8T4k& pSP&DD? [*"0B{{bvI'1OEnJy!RfaڎJjXx"#`IvS $X R"`i?2]1qaX_XaahFC1:Dd M%t|v! J" &K6UP5y%Kq{f44z0.B0Gp\G(:%H I+p\`|>m"o='(LjĆMC^]uCN6P &bpJuCv:Bzi&]1u*&a"JuU>$vY{er4ZUx܁''ƣZE_\TmfkPh ~TkGwB^rŃW\{(z{]o5Y2Gu&&T{nC4T&+2 ?vG5V*1H:UE1YE'1rl$K!t0uA ÂK Dp\1,A6/v.l 0%~ 4 bc AwuЦ#}`/Bgv=-K\ma~;a\y֫ZU!GoV#h3YH=p覐JpY)E愻>3(4x,Lː;& ZjTR\f{6/yxc@8A~ ͋TM'Eq74S@J`" ңЈ5 ڌRTRD{ " /a |˜n/kV"3^q< Qٮ_p "]E tzCNh f ĽC8|Ovi)wzg՘<fM!ߩa4 mbG~/]'+Ԋ@Mjڸ1se?I4Ur!\{+>U8u:^a3, vmGf&dܺ?{}rV;DL^.$ Ņ S . i.u"Z-fQ+DcS.<懔{$-M/f8h7Y8y-ZċǾd6RL$iBlIմ^^[Zb d1,ZB}l P n]J *2K,M} P&쒓Jz+NJꗡ'ȳ-}b\rڡpq&%tuԏFYˏ iQSz|#AMYV m\T}ϱ!+GR;#=:biߟtp ժh78 ?NJdӅe=}hOD:g!9?cօhjq-EeWz<,) ?>m6gXo5gzx^׼LLKOUV"5{v\y5dz.MvA]_6 "$Du01epEe{m_σV$ffbPǜB iq:T尛E4z`mx#*G+yt 4I`r\Kޱ@ jsHO/Tm GOxE$ 6-H{2mr6ubYd^am4 9C}VߊG]2]?}7&j ~i\TG9~JץAǫN&S,V507gd=t{U.6Ӵ{K͵yrOPkU1BVdU<^'%Uj22>r{WW>ͅ;) iJ"GpH&^-+:[|f|i ۺvȫi̅cd_ӂN=_t)bbԊjkuTF)y:BB}Drok2MGqH&kc- ]uz_}G~c#e滇8rƻ>!IG'nI;Drc¯#:[4G\`^F5d1_` h̀qVIR@.λ^ iHɶNFSdIPTvWOk<^k{xA<ꯡ^Y*` [+vQc`#Zoy/N|u( gPɒ1]`huZ*>,Z $HŒPKDxd +H{.°(Y|n ".\Dbw~+K[#%~kZ={}lET&R J`6lnDGI+ K!HߨˬX8S=#4,n: q88>Ь7BexG(gƺ""{E2 =s*)=S]BqL3,J%%H]DQ3 ǔgYIbꭶχ-c+>xT\|Q,L̦B)AR~muCE#-ݑݺ rj*OmU62p`.!=S"佀6BRA3,|>$atn aHٸVmqJ~o0㹬S\g_Fid6@k8J\?t&\`Q;# JYCPa]2G4׭J;ED$MB[ꪕ}hm}7q~6Z2D8=} I u犰cO|QK`8F6 +@%b;kUQmj!B6΋0@oĴ,ɮp-+s Ċ)Tv^@4ۿ0k(֓ϬE7:=/  tگWq.3hӻ?6w&[2'9˜mПZerKw Y]bxIrIwɩ$p~N*Iltd#loйcyݬRFY7Z.ť&AaCŗI0$,/V0Ɓx֒!:,4|> dU%KS*%dڪ ]F\ rʇXđPMdwugR?Gvy#Yw0PMusg5GC!͙U#WqlAt 1>v&;~=b 3K>V[8A /5QbjZggBA#ٹq1GEJ+xIYe'Z4$}0~ǯXgi}M9r1Jc<}]W `4LUr:vEAݑcز6g I;Iȳ -?K#*} L 5f F}iqƟDz?-Z9'+Co"E8oΈe_1s3K֨623O[R :1c:6>ʞp$d!KXsܡh0<)!XnmVoT@o*6;]Ie&=ǂxCV8n(aһC,&3$&Ƒ|S tٍhi`EmR^䉅HjIUu4H-;tx 楷M3e.( (w~2[din/J^sV,!I?#k% &hyZsx--} d,-*. ~A{vOINYgD /AnRZ1AT1ը>-uv2o _Rg` F=0cW6b sF>2jKחc3U^ΈO"r=o((*Q)$U#>Z1FQKPl "?EA34k>PnlqF-ؑAj w"Ơ՝v!{  "ka8"\6scf͟)^WW[qEh2 -'#.I" s?`Qy} `+ YZ