system/syslog-ng: Updated for version 3.10.1.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2017-07-26 00:19:19 +02:00 committed by Willy Sudiarto Raharjo
parent 43497caef3
commit 86ab598e6a
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for syslog-ng
# Copyright 2010, 2012, 2013, 2016 Mario Preksavec, Zagreb, Croatia
# Copyright 2010, 2012, 2013, 2016, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,13 +25,13 @@
# Updates and extras, thanks to Janos Szigetvari, Szekesfehervar, Hungary
PRGNAM=syslog-ng
VERSION=${VERSION:-3.8.1}
VERSION=${VERSION:-3.10.1}
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
@ -42,8 +42,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,4 +1,4 @@
@version: 3.8
@version: 3.10
@include "scl.conf"
# Drop-in replacement for a stock Slackware syslog.conf

View File

@ -1,8 +1,8 @@
PRGNAM="syslog-ng"
VERSION="3.8.1"
VERSION="3.10.1"
HOMEPAGE="https://www.balabit.com/"
DOWNLOAD="https://github.com/balabit/syslog-ng/releases/download/syslog-ng-3.8.1/syslog-ng-3.8.1.tar.gz"
MD5SUM="acf14563cf5ce435db8db35486ce66af"
DOWNLOAD="https://github.com/balabit/syslog-ng/releases/download/syslog-ng-3.10.1/syslog-ng-3.10.1.tar.gz"
MD5SUM="1b50516783d6d1814cad1fe940c698ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% eventlog"