mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/rsyslog: Updated for version 8.21.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ac345cb80e
commit
757a281e41
2 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue