prosody-0.9.10-1.fc22$>mO!܇PI *>A?d   G\` x L      8 9pZ]?Ze@ZmGZxH]LI` X`Y`\a]c^m`bodpepfplptpusvvXwzTx}(y!Cprosody0.9.101.fc22Flexible 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.V[bvirthost02-nfs.phx2.fedoraproject.orgFedora ProjectFedora ProjectMITFedora ProjectSystem Environment/Daemonshttps://prosody.im/linuxx86_64getent 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 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 prosody.service > /dev/null 2>&1 || : systemctl stop prosody.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 prosody.service >/dev/null 2>&1 || : fi0}al/H/A e"#e)'!' #@p}  {$ .F xP>/%F,u7f#wS T-  o(8;V}3'6^-)4:8w( _  u$P wpb c,;<`!v 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.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.10-1.fc220.9.10-1.fc220.9.10-1.fc22   prosodyprosodyMakefilelocalhost.cnfopenssl.cnfprosodycertsconf.dexample.com.cfg.lualocalhost.cfg.luamigrator.cfg.luaprosody.cfg.luaprosodyejabberd2prosodyprosodyprosody-migratorprosodyctlprosody.serviceprosody.confprosodycorecertmanager.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.luaprosodyAUTHORSHACKERSREADMEcoding_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/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/prosody//usr/lib64/prosody/core//usr/lib64/prosody/migrator//usr/lib64/prosody/modules//usr/lib64/prosody/modules/adhoc//usr/lib64/prosody/modules/mod_s2s//usr/lib64/prosody/modules/muc//usr/lib64/prosody/modules/storage//usr/lib64/prosody/net//usr/lib64/prosody/net/http//usr/lib64/prosody/util//usr/lib64/prosody/util/sasl//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 -m64 -mtune=genericdrpmxz2x86_64-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 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=97312afe455a74253a8152121edf7167a2178ecc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=710415944b1d56702dd0e1eb168e1c797b2edb4b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bf8a7cbc3d7ac27aba5e7c055a7ae7b0ace5409, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=70a18138c1f50ab4e647e09a809e30fb8b2170e4, strippedASCII text, with very long linesELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=62f39f5a09effcb007b27820f8509c557749f89d, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRR RR RRRRR RR R RRRRR RR RRR RR R RRR RR?7zXZ !#,v7]"k%]5n}Hrz|*ֲ} Ćw6ʦ?PD SXuT:=su^;Z!>3Zheo3VEZ~䷣xʿ!; xH_q[dgu%#*/樝sf(R:#ʜdh7J\LWp@^F@;"^ؔĖ=0ˏ)PؾBGڜ0n2+cV[l_AKr&a x-xIUc 3\W2٤dx%n'|F`׳\K[Wqό,,q)/;`X/ ) jtƣ øɭ}@?vi9%<$:$2OŮc:F njO*>Oo5:?o|DZ'eZ-Ro>){P\ Xtq2-zq=zK^ԏ-!P"X1:4>J <1/|O&f?>ZF4JeqӳH}؁+ ṷDLXH/n({ArQ᫺Nt߫\ %Rom pMϣIqFL.|oc!"I(kZ/@``&N`|nL!G@9˞_v?k3&Kwi{P ^ ZrD9~T|=ifB߇+,.S_/G*_?6CeFB6jhj] H]}M8قEXŧ-$.(M;{*ґըo׳4HKĚ|^r|F OMq8j/_m[8oCEc?]Wfy6sJy| HgĢ^G"29g&F#N6B._h/4&+!Ǖ;T}̯Q;vޅʣ9ZDKR@r`rG{%8,Ed9b._8goh,1Ó>}At떖|g[Su\c䄰s [Qv9K-/s6Gf #BGgucy"1#)x:x'w`vu8~(Ke>Jz{qpLVEzZhZ#‡m%yHb|:._,]='jqC ClHfY;򚝕(6nz7e[3@qt\[@{c*igD+)#Y.a rF<_gc/J`u$ZqC'߿Wyܳ)#2 {\1".ﵑ"nACk jԙB>-vPɢqk ށlTf]KAIk+sUn9 wF$ĉ+;`AG CVKNLWqP'kS5IҾ%y4QpڦmY/"OYZ /};/EZm6E A{]s=p[dA>{ ~vxc5팉/yY# /)Dzv/4EFb S.6^FBh&l{RaZ嬧Ewu|؇: MaGhU.U՗,g`0Y O N"6"5FW9T} /δ ]` <,D\ҳ@ėԳ[kxb·)- r%ٯZӬMӮnLɎtw0 DO3viM0|XۓNGA*\iV3W⡨> \!nJSaXw;r48n؍±O>w8xd iO7 [@[z=Pdn交9Ӂe"\{p@߻1:tO1h )\!(pvaHw,1a%[:LP YpZM@S'8I^6Q4boՆ8}V FKZ !ߵeCy$hL*eˑxKodZXk1к*ƇKGxJcXd6zE't;~$Î1L^Djg_u?R3vGoQ6H%csW T2mo>I2*#Ipn7frSaB#KR[2ҝQJھFh&^KIrq|_J 3 Sc<{+^b?GZuC,ji.-)%0Op;cEy"SB\vZwuO˘K;[*a~#C3|W ~`LӠd<®AY8yABv"?ޤ4WM IG<Ԁ< wW27w>B0J~ğSp -$Έ AsYf$-K¢_&Ada .WNr2:Y@6N.` ~sffv驚pֻ!)k?eP|u+Pd_$Y^t1Aa|h.Q9.Y$+JOآ<&@V9+c%QٱXbS%m8mG#wedTDͧ"{IK`AJK[U&[XfWZ:@xw{VS?BMe̢&Dblࡺ !lyCY=xۣ*]DP #A2 }(-*ZQ 54n!Q@Bx#D(t[PPc5GsXǡׂ4doVhRN!ݘ7$q0dG1B#M$28 U&-l5QZjɱ.g"z( LV0BRjFGOB{ ;̂Z ~ɐ,E2KKB`6 B&Mmg,ZT5)Mh)*?u1^;6§b+| cA1o 6>HIp0}$^mK,8F(*/ž =M!TtiJ/oWs;p "jcx~x.zx z){L "ۚ)|oǡ@ϜvV(?{?,Y%@q4Ag#lQ)hlȇ ez*FJ*lv)\;-:XVZ:,Kx-<}> C!3UxGxf^Vդl{輳|$fuRm3i%.毱!LAzP:SnQ3p}wjh2EYZN|;H㓝s9y;|k <'ЩB3aFN Y{[Xj콷%N}TaoODP=SHq_D1l4GCxBsuGQ3H 1QE!|=* ɖ=>o>W/rJ1޵+G=Qx߸ou^%=Dv@f9>@l7C{%Ps]qm FcRW&>. ڐSUac n*|h{@iB/$)cH[ŰD9K& H")v8>Rέ̴KX$]Jvoc@FWM@ZUcYƃwݎAf2/3K_rx: @8ǻ ,>2$g ~c#y*6QeHݶf(U/%D090Lkx%>4v9[#n3i >>Dz"+]7MP]ڿ&-6U}c$fI)fO#?b=W=F_SRwڌ)+L 6y`B1-6_##_Bbuj.}'~Vտ~iC BdӉkɒL\1ɞwŕH ni߮ώٝ%5\?X[Ox~3N9F]kpcy3צM<{Pv"Λ_ ׍] ;vf6;]l}..5տڟ1jx(6YJvƬZoTҦEI6 +R[_DV;:jDD$jbltAZk$TW BAݨULI cCl#/?9j['ofZCj|Ue$끦7#" U̸7+/b _f*fjX\ԣ} q9`N٣d#Lȟx=)"7\oR`[J=-pBPxB`\(!doF +@uv}lkQ/"̤`J3ƅgDWHldϦpSJi@Z&==YrH$aP,SĐ\ 7O]6uh{Zwm~ST0(( {}CPfUz=K.ؤk_3*a6ؙa~g-IDaG-^C3溱f#;;j& z![dBJ̎KB(YnF|?% p59\= "ft1<ߥ$ތ }>6nAA\Ʌ:1m!d# d[^Ĕ8(`n=$I L FS1i Qαnig kLAw' c#[C:onP6,%W-<G\,fȽZOq255}+~PoQ&WyOw p )NCVY`J;gRkq3}EΕOsYc~`GJ"쐝<#גyF1ɍMߗK 礭\VxpeKdI_)8r=Jxz}?i`4J-׻힑%5~*xFO5RGW-nmHQkϜe4Wk}󗔸'XwidGqa8;6p/KƆm^ԭa|FvBB|.ɒ?k `4DP~pц [I/Art28.x+`:+P&Wkv2T6KRdKcut_QrLr7!X .[!M~* aӭab\j jxQVψej' Esۄn[MYTILyUv\ɈgFoa62j:{`)(qz1:Ăr]ETe ;k'/D'cK80 -bĨGٺh9 Ts:須ՙU?GmENC_dMPFZ>B!`x D<6T`Ph\DQ 'W'xjEl\"YO>ܿtmwg7{h[x0E0;~);$-գTv/A'8+g:6 D,EiA s+SDkR޷O N͞m ꒔c.NsEu1,+qna?c{u}e}X/̺^իru~[߿_bWgLKSԭRm'm,x:Q%o8}8ȼs~Ė(ȣٔPvB}Nc̩A,ȹP؂ ݁_~Sՠz!UZtAPL{yJ37[uBhH Sʭ=Y\Ư/['<Þ+&E)Q C"˹Lga:K4Ȁv8I9 ܭ\bb8'*oʚ, gR>zѹsv| $rs5_8L5j#B@%d{:+diiiܲ1.ZHkj{J >wAB{(3/mJ|v+Gn% j#LQ{A#"uckp@43آ}O9G%5I+W KNO֧!Om OcivS3KF|_VCԁF7l2.I=Y,[}ۤ赳="5TNP(byK|"ņ{6;LsjTt~ `:FjN/-\}ה ?]Xy"T!~S~7VkU !e50;ƥ.y Kuk)VkԈf>dzZ.&{XUc kt*#kCGL.1"|4E^_g+rz*67zmWw&ܔ"͓S9b .E*_ɥz!bY~{S)YMmh'otV7U3V,"I.\m4lڑpH. >A00!85lw,#L/Q8ɬpQ¸<= lk9`|+1neW-P/ϱdv VCcX9q?`}W:U}wY)6fdLTW D=Jz5aĭx:p)#K)4 [c$)CoYإL_fh]:aS#mTQCwS0+&i롸2w} rZ&eɻ"?*11Cbf"vs,qkz"eV +oɲXݮ5WZ' 2<̤2M.}-t,ϝ_vjgB Ur%}#< Rck+jiSrSaoTlhjܶ|po9L{Dw`ddoPʠbfڑW9Է'OX`G?(M zΉtT@UH\.D{[~|o&>C/p2 ౜ H^!aewp`\AWӓgp 2"α\Gv\ Y  k#qc$o?ĥBi/}WV 46Zq `=[,9x#:s{ξc#QJ?2Ns:(9%;ɑf6pƭѲ%d?i]ƾ.4c֟=`8. {. ;!r0]aVGOLۼ`C :cMa&lkxtoc/ $s'Z D@L)JcA uQ)INj07TK :Mwf=hY+KȦsΌZX ^;agANs{%P {j싻8.pݤVL/l8Aħ.%kڎC1*2a2ܯ.1DFoq :7Q\J4ow%J2V4ލj4{^f]-ט;_/*vr&zxE"/L̓ mV LorEWGUVJ1L 2 /L! .f}o[q~S%,SV)K)^un[C[SNFNC`F=^vJt*=CRX|faq8Ztw_+1YocľNg_rys/d(Zlv-qtg0KxJR_UI9NH# &cخ TD tJ]*'"&1@K*^AJPǙ'2쵕ʙoxD^!nMQH.c@C˜R5j `ih!pW \@jn.bPAʕ@癟Ū9iX.$2fp@Oe˘ kyqH̋Cك!rRTКբQ?](Kn;o`@W-1># 2e\?*TClFρ=ܬ7wdq3d׶ *ȏ̀\ؠC`bt=a$/;(#h"sgz$A4HukeUҙEFZb^3 1,=nJ:#g/Ǚy8XO|5=[s?u(#Ҟ-Q;|ceW4h=(q 6>b(&}UE,JtYi KJѶ#1]ħ1d$x+otū+I+s~JWlzNv+IAgJiXlQDw;<44i9.$l['OEpTku^x H)]E^Tk=D05l#6D`6y\!Pox3H1s!P{¦[U@eI?W<'@gJ-w%CO%1:dm_7L3% Ѫ:Y濧g*zFzSO;CU?Eתc_7>k6қmt.UFpL[ĮGa'P_F;4Aw4<GZPȼZRxEB+tot1Vl1"mvC'SCfƁC&Ӏi(@v3|"SU/l` X>zf:)fO0(9{śBcԜ,H`ϚjƘ(bL\;l$ӝٕ>.۾q)9۾+0q#UDӚ5Q}wT!? um?s2߰}Tq'SJ!OS5O!,r9{eOGE;|lTq.JVX{?M̽Y|酋ܨ/2dfj j_)tZE{ ¼&ϓ%Wf__)SJ-ueZ0PVV́δ)] 3ؗHXywA~Z޹Ou; X叿>댋_d{m `yT}e9B1]SkV|=sJ3RF$U| [d!ܫcxhЪ|M+{{P*ugG0`#2ɝ`onZӹ%gtXr?ckG9nlٿ). qd|k[ 3p?u#Jfd:ÏMhD6@Y.UW9'e8>3 d/=>9X;f1ese7/Y°]~њ| =|S@X.R-iFt'/7Ti6[] }<Wqq~\b4| JIݾi pnD2^p9L1D+ U5_{/v:ׇg\FIWov_OX_vA(a85p[b9Bx!$O AO<"U1=%.E(w䈍slJ2cџi܅*P+/A XF> FŔ/v&tp~JqW*'3:#hP|аoG\zS#:<@+:u1gNTnG?/A؝؄;v~Q[Ϻȹ`o0 YZ