system/rsyslog: Updated for version 8.21.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2016-08-27 23:21:30 +01:00 committed by David Spencer
parent ac345cb80e
commit 757a281e41
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rsyslog
# Copyright (c) 2015, Christophe Trussardi, Paris, France
# Copyright (c) 2016, Christophe Trussardi, Paris, France
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -22,13 +22,13 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rsyslog
VERSION=${VERSION:-8.14.0}
VERSION=${VERSION:-8.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,10 +1,10 @@
PRGNAM="rsyslog"
VERSION="8.14.0"
VERSION="8.21.0"
HOMEPAGE="http://www.rsyslog.com/"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.14.0.tar.gz"
MD5SUM="9862b08fd8d13753c13d7f9d86ec8f4e"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.21.0.tar.gz"
MD5SUM="f9b89a192090cd56f80c2ff930b5fd30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% docutils libee libestr liblogging"
REQUIRES="%README% docutils libee libestr libfastjson liblogging"
MAINTAINER="Christophe Trussardi"
EMAIL="chris@teria.org"