system/rsyslog: Updated for version 7.4.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2013-12-08 22:57:22 +07:00 committed by Erik Hanson
parent e282f8d7f7
commit 1de9494080
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rsyslog
# Copyright (c) 2012, Christophe Trussardi, Paris, France
# Copyright (c) 2013, Christophe Trussardi, Paris, France
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rsyslog
VERSION=${VERSION:-7.2.6}
VERSION=${VERSION:-7.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-cached-man-pages \
--build=$ARCH-slackware-linux \
$mysql_option $pgsql_option $libdbi_option $gnutls_option $relp_option

View file

@ -1,10 +1,10 @@
PRGNAM="rsyslog"
VERSION="7.2.6"
VERSION="7.4.6"
HOMEPAGE="http://www.rsyslog.com/"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.2.6.tar.gz"
MD5SUM="2b2bfbc3f87fe85add651dc07a6f21ea"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.4.6.tar.gz"
MD5SUM="6916d86d0d17fe097afde5035e8e079e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libestr libee json-c"
REQUIRES="json-c libee libestr"
MAINTAINER="Christophe Trussardi"
EMAIL="chris@teria.org"