system/rsyslog: Updated for version 7.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f024670316
commit
46e240cc40
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rsyslog
|
||||
|
||||
# Copyright (c) 2013, Christophe Trussardi, Paris, France
|
||||
# Copyright (c) 2014, 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.4.6}
|
||||
VERSION=${VERSION:-7.4.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rsyslog"
|
||||
VERSION="7.4.6"
|
||||
VERSION="7.4.9"
|
||||
HOMEPAGE="http://www.rsyslog.com/"
|
||||
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.4.6.tar.gz"
|
||||
MD5SUM="6916d86d0d17fe097afde5035e8e079e"
|
||||
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.4.9.tar.gz"
|
||||
MD5SUM="43c91cbc86b51979de61e868ff921f17"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="json-c libee libestr"
|
||||
REQUIRES="json-c libee libestr liblogging"
|
||||
MAINTAINER="Christophe Trussardi"
|
||||
EMAIL="chris@teria.org"
|
||||
|
|
Loading…
Reference in New Issue