diff options
author | Christophe Trussardi <chris@teria.org> | 2023-01-14 15:11:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:01 +0700 |
commit | d52f67f7b3cae3f081410994c9e2372da9b848bb (patch) | |
tree | b3aa6bfc5fbbddb148a781a3cfedf485096334d3 /system | |
parent | 06a82808167e5ef4f82b477affd099cf10a3a7fe (diff) |
system/rsyslog: Updated for version 8.2212.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/rsyslog/README.SLACKWARE | 3 | ||||
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 4 | ||||
-rw-r--r-- | system/rsyslog/rsyslog.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/system/rsyslog/README.SLACKWARE b/system/rsyslog/README.SLACKWARE index b4bdd4ae4d5d3..0eb1f04ccb471 100644 --- a/system/rsyslog/README.SLACKWARE +++ b/system/rsyslog/README.SLACKWARE @@ -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. diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index f89cbbeec48e2..82ed224fd7bac 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -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} diff --git a/system/rsyslog/rsyslog.info b/system/rsyslog/rsyslog.info index dd2d84fe266cc..5abee7af32d46 100644 --- a/system/rsyslog/rsyslog.info +++ b/system/rsyslog/rsyslog.info @@ -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" |