           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=5.1.4
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:5122c02dfcbd92647d2103c91518036dda281907a3721057af854176eaf3d0ea581e0f0def1798f5108818b46d1578a53b62581828556266034b4cde1d687b92
elif [[ "${RSYSLOG_BRANCH}" == "beta" ]]; then
         VERSION=4.5.2
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:f001918d7138cb96677f3a7bd5ea6667c5b0a480036a27f88c0186351f2ce9eb5fab9bae766c0e5b1b4f595c082888a054a7d4dae6c36458ce63aa1c47d89dac
else
         VERSION=4.4.0
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:a6347628c5592d2d4fcad52183d40ab0ddb8f4712d81c5d102cc4eb46baa65bbe0824b41ade1e62a0960dbd754abf54e02d0b5cb00d2b81d04b526a779baeab0
fi

          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://download.rsyslog.com/${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
