Package: release.debian.org Severity: normal debdiff attached: NEWS | 19 +++++++++++ changelog | 10 ++++++ patches/0036-add-reference-to-LDAP_SASLAUTHD-file.patch | 26 ++++++++++++++++ patches/series | 1 sasl2-bin.saslauthd.init | 1 5 files changed, 57 insertions(+)
-- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru cyrus-sasl2-2.1.25.dfsg1/debian/changelog cyrus-sasl2-2.1.25.dfsg1/debian/changelog --- cyrus-sasl2-2.1.25.dfsg1/debian/changelog 2012-03-04 09:31:29.000000000 +0100 +++ cyrus-sasl2-2.1.25.dfsg1/debian/changelog 2012-08-06 13:35:13.000000000 +0200 @@ -1,3 +1,13 @@ +cyrus-sasl2 (2.1.25.dfsg1-5) unstable; urgency=low + + * New sourceful upload (Closes: #676914) + * Relabel /run directory for SE Linux (Closes: #677685) + * Add a NEWS file about auxprop_plugin mysql->sql change + (Closes: #680476) + * Improve documentation on LDAP_SASLAUTHD file (Closes: #671015) + + -- Ondřej Surý <[email protected]> Mon, 06 Aug 2012 13:34:27 +0200 + cyrus-sasl2 (2.1.25.dfsg1-4) unstable; urgency=medium [ Ondřej Surý ] diff -Nru cyrus-sasl2-2.1.25.dfsg1/debian/NEWS cyrus-sasl2-2.1.25.dfsg1/debian/NEWS --- cyrus-sasl2-2.1.25.dfsg1/debian/NEWS 1970-01-01 01:00:00.000000000 +0100 +++ cyrus-sasl2-2.1.25.dfsg1/debian/NEWS 2012-08-06 13:35:13.000000000 +0200 @@ -0,0 +1,19 @@ +cyrus-sasl2 (2.1.25.dfsg1-5) unstable; urgency=low + + * Configuration of SQL engine backends have changed from database + specific configuration (e.g. 'mysql') to generic 'sql' auxprop + plugin. + + You will need to change your configuration f.e. from: + + auxprop_plugin: mysql + + to + + auxprop_plugin: sql + sql_engine: mysql + + Also the SQL query (if used) needs to have '%u' replaced with '%u@%r' + because now user and realm is provided separately. + + -- Ondřej Surý <[email protected]> Mon, 06 Aug 2012 13:12:22 +0200 diff -Nru cyrus-sasl2-2.1.25.dfsg1/debian/patches/0036-add-reference-to-LDAP_SASLAUTHD-file.patch cyrus-sasl2-2.1.25.dfsg1/debian/patches/0036-add-reference-to-LDAP_SASLAUTHD-file.patch --- cyrus-sasl2-2.1.25.dfsg1/debian/patches/0036-add-reference-to-LDAP_SASLAUTHD-file.patch 1970-01-01 01:00:00.000000000 +0100 +++ cyrus-sasl2-2.1.25.dfsg1/debian/patches/0036-add-reference-to-LDAP_SASLAUTHD-file.patch 2012-08-06 13:35:13.000000000 +0200 @@ -0,0 +1,26 @@ +--- a/saslauthd/saslauthd.8 ++++ b/saslauthd/saslauthd.8 +@@ -156,8 +156,8 @@ AAUUTTHHEENNTTIICCAATTIIOON + Authenticate against an ldap server. The ldap configuration + parameters are read from /usr/local/etc/saslauthd.conf. The + location of this file can be changed with the -O parameter. +- See the LDAP_SASLAUTHD file included with the distribution for +- the list of available parameters. ++ See the LDAP_SASLAUTHD file included in the cyrus-sasl2-doc ++ package for the list of available parameters. + + sia _(_D_i_g_i_t_a_l _U_N_I_X_) + +--- a/saslauthd/saslauthd.mdoc ++++ b/saslauthd/saslauthd.mdoc +@@ -217,8 +217,8 @@ instead. + .Pp + Authenticate against an ldap server. The ldap configuration parameters are + read from /etc/saslauthd.conf. The location of this file can be +-changed with the -O parameter. See the LDAP_SASLAUTHD file included with the +-distribution for the list of available parameters. ++changed with the -O parameter. See the LDAP_SASLAUTHD file included in the ++cyrus-sasl2-doc package for the list of available parameters. + .It Li sia + .Em (Digital UNIX) + .Pp diff -Nru cyrus-sasl2-2.1.25.dfsg1/debian/patches/series cyrus-sasl2-2.1.25.dfsg1/debian/patches/series --- cyrus-sasl2-2.1.25.dfsg1/debian/patches/series 2012-03-04 09:31:29.000000000 +0100 +++ cyrus-sasl2-2.1.25.dfsg1/debian/patches/series 2012-08-06 13:35:13.000000000 +0200 @@ -20,3 +20,4 @@ 0033-fix_segfault_in_GSSAPI.patch 0034-fix_dovecot_authentication.patch 0035-temporary_multiarch_fixes.patch +0036-add-reference-to-LDAP_SASLAUTHD-file.patch diff -Nru cyrus-sasl2-2.1.25.dfsg1/debian/sasl2-bin.saslauthd.init cyrus-sasl2-2.1.25.dfsg1/debian/sasl2-bin.saslauthd.init --- cyrus-sasl2-2.1.25.dfsg1/debian/sasl2-bin.saslauthd.init 2012-03-04 09:31:29.000000000 +0100 +++ cyrus-sasl2-2.1.25.dfsg1/debian/sasl2-bin.saslauthd.init 2012-08-06 13:35:13.000000000 +0200 @@ -339,6 +339,7 @@ { # In the future, use -P/-Z to have SE Linux enhancement install -d --group="$2" --mode="$3" --owner="$1" "$4" + [ -x /sbin/restorecon ] && /sbin/restorecon "$4" } # Action switch

