           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=6.1.6
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:9ea37f4c98221c21d501b5729a66f1bdc64e10163ef34217c532322a154b9e41c68c7aea2e216edb8770a7062dead458f94b8ab2ec0504f3ab05d5fd9e54d046
elif [[ "${RSYSLOG_BRANCH}" == "v4stable" ]]; then
         VERSION=4.6.5
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:56444acde025ad2dacea3aa394ee9e2d84d7a54a9fff083c8cee84df4885c661d8ae7685f79dab82700ba25eb7f5cd3dd748615c530aa5705a32b0aea60d1828
elif [[ "${RSYSLOG_BRANCH}" == "v5stable" ]]; then
         VERSION=5.6.5
     SOURCE_HASH=sha512:3e0807d6ba986d086db0c206c38c8ba73b5a3dfd3516b4e913ccbf76e08f270fc14e0e0a15e54c344be3f5ed3cd9a4c232f661634728628e87a9f506bbcda5a4
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
