]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- fixed typo in myownquery.patch's documentation
authorsiefca <siefca@pld-linux.org>
Fri, 4 Jan 2002 01:32:12 +0000 (01:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed an example configuration
- BTW, patch seems to be stable now

Changed files:
    courier-imap-myownquery.patch -> 1.3
    courier-imap.spec -> 1.53

courier-imap-myownquery.patch
courier-imap.spec

index f09a3f5ca2b48976e917d8261cb35a1a093bd3f4..a1626229895476621ca151f38110c407d14a7b25 100644 (file)
@@ -260,7 +260,7 @@ diff -Nur courier-imap-1.3.12.orig/authlib/README.myownquery courier-imap-1.3.12
 +      parse_core() uses get_variable() function. To find places
 +      where substitution variables occurs it uses strstr() function
 +      in conjunction with SV_BEGIN_MARK and SV_END_MARK definitions.
-+      It passes vdt structure pointer to get_variable() function is
++      It passes vdt structure pointer to get_variable() function if
 +      it calls it.
 +
 +      outfn() function should be passed by its pointer which
@@ -1304,7 +1304,7 @@ diff -Nur courier-imap-1.3.12.orig/authlib/authmysqlrc courier-imap-1.3.12/authl
 +# be used to do a SELECT operation on database, which should return fields
 +# in order specified bellow:
 +#
-+# username, cryptpw, uid, gid, clearpw, home, maildir, quota, fullname
++# username, cryptpw, clearpw, uid, gid, home, maildir, quota, fullname
 +#
 +# Enabling this option causes ignorance of any other field-related
 +# options, excluding default domain.
@@ -1322,9 +1322,9 @@ diff -Nur courier-imap-1.3.12.orig/authlib/authmysqlrc courier-imap-1.3.12/authl
 +#
 +# MYSQL_SELECT_CLAUSE SELECT popbox.local_part,                       \
 +#                     CONCAT('{MD5}', popbox.password_hash),          \
++#                     popbox.clearpw,                                 \
 +#                     domain.uid,                                     \
 +#                     domain.gid,                                     \
-+#                     popbox.clearpw,                                 \
 +#                     CONCAT(domain.path, '/', popbox.mbox_name),     \
 +#                     '',                                             \
 +#                     domain.quota,                                   \
index fcbe4c6fdfc7806be287e40192f418789327feb0..a3a2884fc7c43fc57ed38bbf1da09376c61c79df 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Courier-IMAP server
 Summary(pl):   Serwer Courier-IMAP
 Name:          courier-imap
-Version:       1.3.12
+Version:       1.3.13
 Release:       10
 License:       GPL
 Group:         Networking/Daemons
This page took 0.048956 seconds and 4 git commands to generate.