mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/rsyslog: Updated for version 7.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e282f8d7f7
commit
1de9494080
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue