summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-10 04:06:59 +0100
committerMichael Biebl <biebl@debian.org>2009-02-10 04:06:59 +0100
commit10b632c0f6e444ebc8e2c62611ca804a7b5cd6e7 (patch)
tree015c3028f5d6e2cdc7e14ad843fc62f6f6f76891
parentfaf4ae2fb26ae63cc2fd6712bb1c3c19d7412115 (diff)
downloadrsyslog-10b632c0f6e444ebc8e2c62611ca804a7b5cd6e7.tar.gz
Update list of suggested packages and package descriptions.
-rw-r--r--debian/changelog3
-rw-r--r--debian/control11
2 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 63d5462..47231cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ rsyslog (3.20.4-1) UNRELEASED; urgency=low
- Bump to debhelper v7 compat mode.
* debian/control
- Bump debhelper build dependency to (>= 7.0.9).
+ - Add rsyslog-gnutls and rsyslog-gssapi to Suggests.
+ - Improve and update package description for rsyslog, rsyslog-gnutls and
+ rsyslog-gssapi.
* debian/rules
- Use new dh_installinit "-R" (restart-after-upgrade) option.
- Replace "dh_clean -k" with "dh_prep".
diff --git a/debian/control b/debian/control
index c3015f1..0f44cd8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,10 @@ Conflicts: system-log-daemon, linux-kernel-log-daemon
Provides: system-log-daemon, linux-kernel-log-daemon
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
Recommends: logrotate
-Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc
+Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi
Description: enhanced multi-threaded syslogd
Rsyslog is an enhanced syslogd supporting, amongst others:
- * reliable syslog over TCP
+ * reliable syslog over TCP and SSL/TLS
* on-demand disk buffering
* email alerting
* writing to MySQL or PostgreSQL databases (via separate output plugins)
@@ -70,15 +70,16 @@ Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version})
Suggests: krb5-user
-Description: GSSAPI input and output plugins for rsyslog
+Description: GSSAPI authentication and encryption support for rsyslog
These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
- encrypted syslog messages.
+ encrypted syslog messages. GSSAPI is commonly used for Kerberos
+ authentication.
Package: rsyslog-gnutls
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version})
Suggests: gnutls-bin
-Description: GnuTLS plugin for rsyslog
+Description: TLS protocol support for rsyslog
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the upcoming syslog-transport-tls IETF standard protocol.