system/rsyslog: Updated for version 8.2212.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2023-01-14 15:11:20 +00:00 committed by Willy Sudiarto Raharjo
parent 06a8280816
commit d52f67f7b3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 5 deletions

View File

@ -21,3 +21,6 @@ proper format, which was converted from sysklogd's syslog.conf.
/etc/rc.d/rc.rsyslogd is written to emulate syslogd. To prevent rc.inet1
from attempting to run rc.syslog again, rc.syslogd will copy/remove the
/var/run/syslogd.pid file on successful start/stop invocations.
Be aware that xscanimage, xcam and xscanimage from the sane package depend
from sysklogd and therefore will not work after replacement with rsyslog.

View File

@ -2,7 +2,7 @@
# Slackware build script for rsyslog
# Copyright (c) 2022, Christophe Trussardi, Paris, France
# Copyright (c) 2023, Christophe Trussardi, Paris, France
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rsyslog
VERSION=${VERSION:-8.2208.0}
VERSION=${VERSION:-8.2212.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="rsyslog"
VERSION="8.2208.0"
VERSION="8.2212.0"
HOMEPAGE="https://www.rsyslog.com/"
DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2208.0.tar.gz"
MD5SUM="6dcf7404d935b3876cf3e9cc5f9098ee"
DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2212.0.tar.gz"
MD5SUM="583d7c3952ecb7f536ea7f2b1ddc8336"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% libee libestr libfastjson"