Fedora EPEL 5 Update: prosody-0.9.8-3.el5

updates at fedoraproject.org updates at fedoraproject.org
Thu Jul 16 01:47:56 UTC 2015


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2015-7004
2015-07-01 13:59:25
--------------------------------------------------------------------------------

Name        : prosody
Product     : Fedora EPEL 5
Version     : 0.9.8
Release     : 3.el5
URL         : https://prosody.im/
Summary     : Flexible communications server for Jabber/XMPP
Description :
Prosody 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.

--------------------------------------------------------------------------------
Update Information:

Fixed the wrong logrotate configuration to not use a wildcard

Snippet to fix wrongly rotated log files (ignore any output): `/sbin/service prosody reload; for log in /var/log/prosody/*; do if [ ! -s "$log" -o $(du -sb "$log" | awk '{ print $1 }') -lt 100 ]; then rm -f "$log"; fi; done; for log in /var/log/prosody/*-*; do mv -f "$log" "$(echo $log | sed 's/-[0-9]*//2g')"; gzip "$(echo $log | sed 's/-[0-9]*//2g')"; done`
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update prosody' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list