system/rsyslog: Updated for version 8.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2015-06-13 23:13:44 +07:00 committed by Willy Sudiarto Raharjo
parent c9fbd50a57
commit 85e36634c2
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# /etc/rsyslog.conf Configuration file for rsyslog.
#
# For more information see
# rsyslog.conf (5) manpage or http://www.rsyslog.com/doc/rsyslog_conf.html
# rsyslog.conf (5) manpage or http://www.rsyslog.com/doc/v8-stable/configuration/index.html
#################

View File

@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rsyslog
VERSION=${VERSION:-8.9.0}
VERSION=${VERSION:-8.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
-enable-generate-man-pages \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \
$mysql_option $pgsql_option $libdbi_option $gnutls_option $relp_option

View File

@ -1,8 +1,8 @@
PRGNAM="rsyslog"
VERSION="8.9.0"
VERSION="8.10.0"
HOMEPAGE="http://www.rsyslog.com/"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.9.0.tar.gz"
MD5SUM="b9e10a3ea9d52b4fa9bbbf540d313970"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.10.0.tar.gz"
MD5SUM="983e17cb10b683e826db395618933d4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% docutils json-c libee libestr liblogging"