           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=6.3.5
  SECURITY_PATCH=2
     SOURCE_HASH=sha512:91d33c96c3c251baccb0ce04b27051aa5c605a5a1c31158e4e9a01796f8102af639f9a22227d41541d39275720c3227d09965787998fca897015961462ce38cc
elif [[ "${RSYSLOG_BRANCH}" == "v4stable" ]]; then
         VERSION=4.8.0
  SECURITY_PATCH=2
     SOURCE_HASH=sha512:47cef6c60a9fc0505c315cbf532755af78ea53af09e127a01d99c38ae52c026cf7f0b828881d6536ee131ef050f036cede297c1d070fa565cec98391158a7be6
elif [[ "${RSYSLOG_BRANCH}" == "v5stable" ]]; then
         VERSION=5.8.5
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:0e38bd03d0dd681f68ab11ef2f9d0633958a49d50379721f807fc9d31441b192c331ff56df0c8f8b5c319e0d9c65072402559ace665e80cce4f251dd24e45715
else
         VERSION=3.22.3
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:c4f70add22e87dfb7d6c4c13dea674d3b1153b024f3e55b9b3988ff8aef62a15691368bc7b340367d7b455ae2d74e3559a97fd1dc0a90461b3f566263b1109ba
fi

          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.rsyslog.com/files/download/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE="http://www.rsyslog.com/"
      LICENSE[0]=GPL
         ENTERED=20080303
           SHORT="An enhanced multi-threaded syslog daemon"

cat << EOF
Rsyslog is an enhanced multi-threaded syslogd. Among other features, it
offers support for on-demand disk buffering, reliable syslog over TCP, writing
to databases (MySQL, PostgreSQL, Oracle, and many more), fully configurable
output formats (including high-precision timestamps), the ability to filter
on any part of the syslog message, on-the-wire message compression, and the
ability to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file syntax.

Since 3.19.0, rsyslog supports over-the-wire TLS encryption for TCP streams.
EOF
