prosody-0.9.12-1.fc24$>]Jr<$Y&c{n?>B?d   G\`     ^    8Q 9;?~C1CPF$FP!F!I!(IG8IP,9J,:S-,=[g>[o?[w@[G[H^\Ia0XaYa\b ]d^npbpdqeqfqlqtqutvww{x~yT*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.Xwarm04-builder15.arm.fedoraproject.orgMFedora ProjectFedora ProjectMITFedora ProjectSystem Environment/Daemonshttps://prosody.im/linuxarmv7hlgetent 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,Y90!v) M':%%B$j% (& +  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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabi  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, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=1455175250d07b104ca34a1eb5f6369d2c3518ad, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=36a22da611a19339daca5b15457c0e30be10af65, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=9f77d9f1f82cc803c830012f43da9ee4f49ebce1, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=48572d36bd19d6291568ac675e20b0240b3ff629, strippedASCII text, with very long linesELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=8ed938e4a04f942c062208364db6967e37743c48, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) % RRRRRR R RRRR R RR R RRRRR R RR R RRR R RR R R RRR R RR RRR Rutf-8?7zXZ !#,Z /]"k%a~5n}Hrzp+JmxJIE~gYY@6| zcklb3΄ mfة{V*waAxyt@N"m#c?而U]"JrLu=F XVct)Bswye<-*eOndM>ˉp|:0_^Je3Kb*t9a# vxSwz*t #̵޿5~6+ip6<˼Bb* f;;ətYsqcmc"A'Sژ5D&pYom~,zu@Dku ZU{RS2tҩl V9)Ü-,㊉&>9HqeG^MVJ^y7G]VX Zfnlؑaa;Bl+ Ci$j;nMg m>i-\ǞDՍ*xW Տ>u*NM|!rZj=Лn\]]u2؁9MKt<W7G2 8KВӜxd~r :%`TװZ"$7C['Y ? )"orf1Y6G_˾i s"4?\^DFW̓jfDWGRt1ϴ۞"AJqkua)җKڅ%'k+OW=2+jݷM Va͞`KT~{* CB_ȤV{fpA|e'@$"ƚnz]P|\ x=]zƾwaH }l Wh2& PLY+Ui\έ(BVЋ*kP#Sn`*-\׆\N ږ7FhB+L lڼexK.ǹe<}]6uwD=u?bv>1aVҷIւй xMˆ )@#bsj? ^-% =}X(㵘!ʬ3%hbHGA ʇH^`HQʥ|ߟ:9b{ sgq$U*ƭPҔ((gf){^%xdu-E2!aY rlfOջHoWOMK9$swva0GVvsUDAzTUBBhۻikLEjHP+lַږ5&CtT-%ǎ]>^pӊZr,F 1S?w7DK"lV :}R@JEK+ a E2Kۙ 6o_E q1LA .CX'S|w\g5|?|7%Xs j.5tx?S(Sޢ<@VA^6]GEŏ.c4u/y\Cwr:#p9!хW#g;ypmۆ0t=0|ڎtJ?&hOkGu/BoofFbTtdU@F lmjx?dZ0 U 0.XцhQu ͷ׎o ނL0(Ѳ+J0I&ߟJ {_>Ϣz %rUg:BjC0,V(c !j5 _ ؐݗ-zgH{* +gk1P@ɻpNI[ _7ܪ T/=mP8`^եpB-U_{ CCmd{!8װsoKvjEON m8Y][$9 ǭwA4ϩS}YXI9˳9lyG-pkG.~oq'_×kJ-?ަcÐtt DT4td!meUE[!V{S:IҪ ,(ϲrFetfWׯ4ɲwNyFvB8",G:BأvR;K[ƛ^$~*UVR<,ͽ*NjMǟzG5U@p,) Dj\ T,6'8 *诺i^iU}.ծ›22IZ!c^2{ ^xjʼnH5~ *"/fj9 %*fӃMr[~aJCl @kҊo}U3!i#<c\K- 8 _j :\-43u ^%ڲF`2maY[ +Sy-%R/)isY3Gq(ROi]`҉|n?Ce\vlvY|,zw*4WBnÈN9?>IlKX_wHѴL!NtR W9Lckk|mq,d$J:\"J{Q>\ ݒw V!`ɯNL]v;h*WworT^AS<=6JtpLŔ7v&%0RKKGy<=dPU/1 Λj(*jIDRWZ"bfFbl%J~=1gv*W2UY 'fuS0~rZ4( }k7^ id. )W|߰"حh^O)=hl p\&x`."vf4#xHQ TIu㤃=\h9>2Tx&rKzL!FVhR!g%G `h vRxOۼ^<ǭ}(dN* #M꼅]͎J9/sfjts3 ,S}AX?XB$W] _y"Bĉ P-Vb;+j ڧ'7AjH8}Zi?+A|NA02zIZ:i *Mh0 tj4Ր8 4H!4q  FOKfW2i]Fz˵!'V]jk;aGW32RLжr&Rj* ;6mo0:ػݱDpsJ09=5l~`K~FBs(l"R8ØXD2b@KwNr8Cd TtɋQ _D,` hGX4Av/ $A?Z,S! P1ZjxĞN- 6٢.EsPV4кszm~.x3 J!_`yCyȇ QM ͎/ʷ{82KK *6n`,UlE XўQCu#KqXb!X6J=w뵉*K(PV=[=K&NXшLOJ4dVHL0aVfrꪠaGq/"']Ly4TFʈG7|*> b{qo.UbCLLwu;s@9*2_w⃛_m3RI!#vN o4myl5;xtSl)GUI' 8$ On-SӬ)ŰT0Dsm@eO FJEcDh⨠SxخM*Z^hV0H!I)R]8$  YR\wǃ2NK0˾عwC{:ZJvk֔'hc0-p~4{En2y?l~J:PΤiO_<[-j}@_ Aa[X6ܗjl;#\䙫:8Bwd6S] sM! Z3*)3^<!l7[=rA(-AzD+1XMs'%5 rbc^8˴Zכ|o&S ~~xF (()WƐ ғkbrIT!ufC֞2~>x&e*ןM[En_:%xAGa|X9yH$m/b &2/aW4(;(sy\sPuu*nG.LSX7k5u(IøH}CG }yҹunc_#5 ;[kmm /"Z$?;[Gg$Kwg)߰ =zWȶ2bC5EL6:)3J-OynkYf7Oւ`rV;%\OK۷MEUܠ ; O7!_5؉Qϣ 5>9+'3{O}3d ܾd,ˌC ˥CaGAu[46<~W:冦ئ,ۥ7$;gD3þ%"w(@m׭5yn@^‹H.Mf&򙊘'uc5񀥀Z~ݞC9rqҝ]uT5X7F5߳96Z%;hhREMlAUNf5KﭬdhQ0]o2iIҴҵ$Å+ûl A"Y;a)Nt‡`qnμNԞ]j/ەJ NFU){HF`ek9]'(skh7PP>連c1"S9-OJN6وȃQp( }\Bq%ϟV*xJ;{:_K޹D0F־& hCet,wl !uF]"*I` w5)bawZf2%es2=ѢS? MzPd5|zQM5 ,k,@YfYfkK&C䚶懇YkOd򡵖QD`F(hv9ܵc:^'R*P1P蝴[e .uq's΀Wn)2&0,)j-(U b',=N,jR:0Xt˹GT," ͺWq<;Z73t pm]j!+5h_92 MЮU)'GnK&Jݳ2XJ6r $J؏*zJָ|ۢ.*i.b&6`. ZSZq-)t۶X=i^P0R#)сUE#J¯(55av](`3}؏c\cհU_81KoI-fsLP-ۀmlbaQh}[TN\{=d,E /_q +2g>GL_T/6= D] T.1 ת`d k<9(@FǖRu*˲#i{[L|]AY;S^5a ddOL4@2GŊNF~GeQm4'OHԶ'(oQ(\:EDgesQɎw;_]!C"xW\э2<dK3v>E]ZK;A;2iNQ~oRλj3Ma: =`= ʦU#,Gm(4DoJqz!<"=`a$ְ{[ Ɵpؠ({od"?ۮ̱A[=GRJN=˥?^(+0 @lODm,1?iNē@Ap 9le :(sQ%whVԊuOZ2^(apMThK>ދQLB#$jE~j=sףA'XD{=#pSi»"|;xxGxzg>풽zC7f Y _7$n*ȗb~S?RBs.y簗'dg<&|`D˧O4dWd̂w%dXӑ(++S5R;7efw#sHT!A%Vv&3HQF1=6s7y_l&v)bL]Q7l|e .#rX |>@} jL"Z-EĦhuYB!)95Eh4oܳXLpbZ?<=+0ױ[t(x0"e^ .~3fMdVPK-Z^3-ȵ}mrD>X^~IlFF7,}D #U%"~/=xyZo٢JӘM!ܶ@W lO{FAJ>>UXEvH~> ˋJ{G?8D;Zv㬥MgԼdi6w .lDJUr 9tz ,|g9yP 6Cϩ/EzNϜ\KژsVe@#uDz8pӖ!mhfPCF3;f/:̲\k1Glߥ:ŧw+Yq]ƖM@m{g,6IxBZWRC_:"9F8E/.ؘ&1h˩^yhZ/ /(iCFW3Px{'–d?sg:7Gv»R#wi*yEnƕزĠ 4oe.d^`KC!Z`}%[la3 D=pі1x!pӤj(]a6RG\#b#3ֻh&"c}7Et3ܗo.dR~;hKDIO#NUފy_Xs{OñW[Urzv .yS,*\Ek9c_G}Ol*GٺqW_" FlI ? 0Je"m$A9uIʉ&|hTb܇Q5z*gki3oM)?E ޙa%R (xw(2Sٜޅ{rDb\ߣ#ie3nZx. qqjь̪ZWN<] 0 ;bFUUKg~nj'xpsTp\-FHQN@o{m lW5OMÇak2hPXZСg]TpgǨ1r(Y <(|NH07k,VH,~TLɎb,`f t)n,]wfA] D=X̊Uw)9R6zl~wW7 >Ãom~,)]d@U{uoZS]{ /Uޯ<=M<ۣwUU^ġȑNro0`އ)$l=?0qwzj㌣ {-Lɦ"kcX^lDlcE5=jGבh}mtJj+),s`A>LmF$&٦oPK ;z=MjD~c 鎇?VݥO 9+=d#_?I9,̅69]v;85@Q5{ 7)<͊*'hBL QM9j7 ͯwXc?pgjrq:fBl ?&Ć;7_B3DG*ں޹ Ov V*$¡7e^|".;Þ%1- Z_z8{x9WH+,d%Q~-vk۟1tM fh_TS|lnrb÷U`;G=J.0=g~ TUp|.Qq8x]V̫y%;3-y͂- )F-kqƙ~|4zs6a3-2uioc/ t1g+ PNBɗZ N9Άҁ?%QP|`q1޹`^>0O]P'#H{DqEq[9,"%dkjn0Mֽj5ʞWow.}LQo3 %vsvXKw{y쟣)nj.{g/NA2u_ߡ3tx35/%2ͻ3,zPQ=P\@ttB:pPN8 Mx&aa]鯙gAl ǻxU6%Aj 7#*zksW&*6!pUšk3Zh/,4 HqK-EY[O_#o 6jvKkfi/Va̚FB;Ib~m\CjTQI afu":W[ σDu//%\镠AǕ"HY*5/T%t29H<=>$H&~aZ<}/E;[cƟ(2TPPn׹ aC=DMYJP,Z ƭ{9dXv@σ#^ZlV$Oy+5ަ<3a]z`# YZ