           SPELL=rsyslog

if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
         VERSION=6.3.1
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:ac47ec4a5540c3d8ffe3e63a64fe1a75caa97c2e366b5464bf98692fb8f46da3ea4160671abef5900bed9f01a0d0cbb22a9bbc37d99b3b9492902c82ee7f2206
elif [[ "${RSYSLOG_BRANCH}" == "v4stable" ]]; then
         VERSION=4.6.5
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:56444acde025ad2dacea3aa394ee9e2d84d7a54a9fff083c8cee84df4885c661d8ae7685f79dab82700ba25eb7f5cd3dd748615c530aa5705a32b0aea60d1828
elif [[ "${RSYSLOG_BRANCH}" == "v5stable" ]]; then
         VERSION=5.8.2
     SOURCE_HASH=sha512:c4e99ea98bc89940e47d87f8493db8efda956244657f3fcd9b60fa8d8d7d7c3ae4676dea3fda65660b61e2a40642e336c46d59fb2c0ace0e5aa3008d1884d2d2
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
