[SVN] r761 - in /trunk/cyrus-imapd-2.2.13/debian: changelog patches/00list patches/90-add-sasl-options-docs.dpatch

debian at incase.de debian at incase.de
Fri Apr 18 19:29:31 UTC 2008


Author: sven
Date: Tue Apr 15 13:00:07 2008
New Revision: 761

URL: https://mail.incase.de/viewcvs?rev=761&root=cyrus22&view=rev
Log:
Add documentation referal to libsasl2 for sasl_{minimum,maximum}_layer

Added:
    trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch   (with props)
Modified:
    trunk/cyrus-imapd-2.2.13/debian/changelog
    trunk/cyrus-imapd-2.2.13/debian/patches/00list

Modified: trunk/cyrus-imapd-2.2.13/debian/changelog
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/changelog?rev=761&root=cyrus22&r1=760&r2=761&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/changelog (original)
+++ trunk/cyrus-imapd-2.2.13/debian/changelog Tue Apr 15 13:00:07 2008
@@ -22,6 +22,8 @@
   * Update galician translation (Closes: 473886)
   * Add basque translation (Closes: 473914)
   * add norwegian bokmal translation (Closes: 474360)
+  * Add patch to add sasl_{minimum,maximum}_layer details can be found
+    in libsasl documentation. (Closes: 402814)
 
  -- Sven Mueller <sven at debian.org>  Tue, 15 Apr 2008 12:37:26 +0200
 

Modified: trunk/cyrus-imapd-2.2.13/debian/patches/00list
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/patches/00list?rev=761&root=cyrus22&r1=760&r2=761&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/patches/00list (original)
+++ trunk/cyrus-imapd-2.2.13/debian/patches/00list Tue Apr 15 13:00:07 2008
@@ -60,6 +60,7 @@
 77-change-missing-sieve-notice.dpatch
 80-kbsd-no-psstrings.dpatch
 85-fix-option-passing.dpatch
+90-add-sasl-options-docs.dpatch
 # optional patch: Allow upload of mails with "From " headers
 # 82-allow-from_-header.dpatch
 99-update-autoconf.dpatch

Added: trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch?rev=761&root=cyrus22&view=auto
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch (added)
+++ trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch Tue Apr 15 13:00:07 2008
@@ -1,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90-add-sasl-options-docs.dpatch by Sven Mueller <sven at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad cyrus-imapd-2.2.13~/lib/imapoptions cyrus-imapd-2.2.13/lib/imapoptions
+--- cyrus-imapd-2.2.13~/lib/imapoptions	2008-04-15 12:59:05.287411927 +0200
++++ cyrus-imapd-2.2.13/lib/imapoptions	2008-04-15 12:59:05.403421868 +0200
+@@ -755,12 +755,15 @@
+ 
+ { "sasl_maximum_layer", 256, INT }
+ /* Maximum SSF (security strength factor) that the server will allow a
+-   client to negotiate. */
++   client to negotiate. This corresponds to the max_ssf option of libsasl.
++   Please check the libsasl documentation for available values. */
+ 
+ { "sasl_minimum_layer", 0, INT }
+ /* The minimum SSF that the server will allow a client to negotiate.
+-   A value of 1 requires integrity protection; any higher value  
+-   requires some amount of encryption. */
++   A value of 1 requires integrity protection (i.e. checksums); any higher
++   value requires some amount of encryption. This corresponds to the min_ssf
++   option of libsasl. Please check libsasl documentation for available
++   values. */
+ 
+ # Commented out - used by libsasl
+ # { "sasl_option", 0, STRING }

Propchange: trunk/cyrus-imapd-2.2.13/debian/patches/90-add-sasl-options-docs.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-Cyrus-imapd-Debian-devel mailing list