Mon Oct 20 09:29:11 2014 UTC ()
Changes 2.2.14:
* lmtp: Delivered-To: header no longer contains <> around the email
  address. Other MDAs don't have it either.
* "Out of disk space" errors are now treated as temporary errors
  (not the same as "Out of disk quota").
* replication plugin: Use replication only for users who have a
  non-empty mail_replica setting.

+ lmtp proxy: Log a line about each mail delivery.
+ Added login_source_ips setting. This can be used to set the source IP
  address round-robin from a pool of IPs (in case you run out of TCP
  ports).
+ Rawlog settings can use tcp:<host>:<port> as the path.
+ virtual plugin: Don't keep more than virtual_max_open_mailboxes
  (default 64) number of backend mailboxes open.
+ SSL/TLS compression can be disabled with ssl_options=no_compression
+ acl: Global ACL file now supports "quotes" around patterns.
+ Added last-login plugin to set user's last-login timestamp on login.
+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
- IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't
  enabled. This broke at least old Outlooks.
- passdb static treated missing password field the same as an empty
  password field.
- mdbox: Fixed potential infinite looping when scanning a broken
  mdbox file.
- imap-login, pop3-login: Fixed potential crashes when client
  disconnected unexpectedly.
- imap proxy: The connection was hanging in some usage patterns. This
  mainly affected older Outlooks.
- lmtp proxy: The proxy sometimes delivered empty mails in error
  situations or potentially delivered truncated mails.
- fts-lucene: If whitespace_chars was set, we may have ended up
  indexing some garbage words, growing the index size unnecessarily.
- -c and -i parameters for dovecot/doveadm commands were ignored if
  the config socket was readable.
- quota: Quota recalculation didn't include INBOX in some setups.
- Mail headers were sometimes added to dovecot.index.cache in wrong
  order. The main problem this caused was with dsync+imapc incremental
  syncing when the second sync thought the local mailbox had changed.
- doveadm backup didn't notice if emails were missing from the middle
  of the destination mailbox. Now it deletes and resyncs the mailbox.


(adam)
diff -r1.66 -r1.67 pkgsrc/mail/dovecot2/Makefile
diff -r1.35 -r1.36 pkgsrc/mail/dovecot2/PLIST
diff -r1.48 -r1.49 pkgsrc/mail/dovecot2/distinfo

cvs diff -r1.66 -r1.67 pkgsrc/mail/dovecot2/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/dovecot2/Makefile 2014/10/10 00:13:23 1.66
+++ pkgsrc/mail/dovecot2/Makefile 2014/10/20 09:29:11 1.67
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.66 2014/10/10 00:13:23 gdt Exp $ 1# $NetBSD: Makefile,v 1.67 2014/10/20 09:29:11 adam Exp $
2 2
3DISTNAME= dovecot-2.2.13 3DISTNAME= dovecot-2.2.14
4PKGREVISION= 2 
5CATEGORIES= mail 4CATEGORIES= mail
6MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ 5MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
7 6
8MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://www.dovecot.org/ 8HOMEPAGE= http://www.dovecot.org/
10COMMENT= Secure IMAP and POP3 server 9COMMENT= Secure IMAP and POP3 server
11LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd 10LICENSE= mit AND gnu-lgpl-v2.1 AND modified-bsd
12 11
13USE_LIBTOOL= yes 12USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config rpcgen 13USE_TOOLS+= gmake pkg-config rpcgen
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --localstatedir=${VARBASE} 15CONFIGURE_ARGS+= --localstatedir=${VARBASE}
17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}

cvs diff -r1.35 -r1.36 pkgsrc/mail/dovecot2/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/dovecot2/PLIST 2014/05/14 06:09:53 1.35
+++ pkgsrc/mail/dovecot2/PLIST 2014/10/20 09:29:11 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.35 2014/05/14 06:09:53 adam Exp $ 1@comment $NetBSD: PLIST,v 1.36 2014/10/20 09:29:11 adam Exp $
2bin/doveadm 2bin/doveadm
3bin/doveconf 3bin/doveconf
4bin/dsync 4bin/dsync
5include/dovecot/abspath.h 5include/dovecot/abspath.h
6include/dovecot/access-lookup.h 6include/dovecot/access-lookup.h
7include/dovecot/anvil-client.h 7include/dovecot/anvil-client.h
8include/dovecot/aqueue.h 8include/dovecot/aqueue.h
9include/dovecot/array-decl.h 9include/dovecot/array-decl.h
10include/dovecot/array.h 10include/dovecot/array.h
11include/dovecot/askpass.h 11include/dovecot/askpass.h
12include/dovecot/auth-cache.h 12include/dovecot/auth-cache.h
13include/dovecot/auth-client-connection.h 13include/dovecot/auth-client-connection.h
14include/dovecot/auth-client-interface.h 14include/dovecot/auth-client-interface.h
@@ -21,26 +21,27 @@ include/dovecot/auth-master-connection.h @@ -21,26 +21,27 @@ include/dovecot/auth-master-connection.h
21include/dovecot/auth-master.h 21include/dovecot/auth-master.h
22include/dovecot/auth-penalty.h 22include/dovecot/auth-penalty.h
23include/dovecot/auth-postfix-connection.h 23include/dovecot/auth-postfix-connection.h
24include/dovecot/auth-request-handler.h 24include/dovecot/auth-request-handler.h
25include/dovecot/auth-request.h 25include/dovecot/auth-request.h
26include/dovecot/auth-server-connection.h 26include/dovecot/auth-server-connection.h
27include/dovecot/auth-settings.h 27include/dovecot/auth-settings.h
28include/dovecot/auth-token.h 28include/dovecot/auth-token.h
29include/dovecot/auth-worker-client.h 29include/dovecot/auth-worker-client.h
30include/dovecot/auth-worker-server.h 30include/dovecot/auth-worker-server.h
31include/dovecot/auth.h 31include/dovecot/auth.h
32include/dovecot/backtrace-string.h 32include/dovecot/backtrace-string.h
33include/dovecot/base64.h 33include/dovecot/base64.h
 34include/dovecot/bits.h
34include/dovecot/bsearch-insert-pos.h 35include/dovecot/bsearch-insert-pos.h
35include/dovecot/buffer.h 36include/dovecot/buffer.h
36include/dovecot/charset-utf8.h 37include/dovecot/charset-utf8.h
37include/dovecot/child-wait.h 38include/dovecot/child-wait.h
38include/dovecot/client-common.h 39include/dovecot/client-common.h
39include/dovecot/compat.h 40include/dovecot/compat.h
40include/dovecot/compression.h 41include/dovecot/compression.h
41include/dovecot/config-filter.h 42include/dovecot/config-filter.h
42include/dovecot/config-parser-private.h 43include/dovecot/config-parser-private.h
43include/dovecot/config-parser.h 44include/dovecot/config-parser.h
44include/dovecot/config-request.h 45include/dovecot/config-request.h
45include/dovecot/config.h 46include/dovecot/config.h
46include/dovecot/connection.h 47include/dovecot/connection.h
@@ -55,38 +56,41 @@ include/dovecot/db-passwd-file.h @@ -55,38 +56,41 @@ include/dovecot/db-passwd-file.h
55include/dovecot/db-sql.h 56include/dovecot/db-sql.h
56include/dovecot/dbox-attachment.h 57include/dovecot/dbox-attachment.h
57include/dovecot/dbox-file.h 58include/dovecot/dbox-file.h
58include/dovecot/dbox-mail.h 59include/dovecot/dbox-mail.h
59include/dovecot/dbox-save.h 60include/dovecot/dbox-save.h
60include/dovecot/dbox-storage.h 61include/dovecot/dbox-storage.h
61include/dovecot/dict-client.h 62include/dovecot/dict-client.h
62include/dovecot/dict-private.h 63include/dovecot/dict-private.h
63include/dovecot/dict-sql-settings.h 64include/dovecot/dict-sql-settings.h
64include/dovecot/dict-sql.h 65include/dovecot/dict-sql.h
65include/dovecot/dict-transaction-memory.h 66include/dovecot/dict-transaction-memory.h
66include/dovecot/dict.h 67include/dovecot/dict.h
67include/dovecot/dns-lookup.h 68include/dovecot/dns-lookup.h
 69include/dovecot/doveadm-dsync.h
68include/dovecot/doveadm-dump.h 70include/dovecot/doveadm-dump.h
69include/dovecot/doveadm-mail-iter.h 71include/dovecot/doveadm-mail-iter.h
70include/dovecot/doveadm-mail.h 72include/dovecot/doveadm-mail.h
71include/dovecot/doveadm-mailbox-list-iter.h 73include/dovecot/doveadm-mailbox-list-iter.h
72include/dovecot/doveadm-print-private.h 74include/dovecot/doveadm-print-private.h
73include/dovecot/doveadm-print.h 75include/dovecot/doveadm-print.h
74include/dovecot/doveadm-settings.h 76include/dovecot/doveadm-settings.h
75include/dovecot/doveadm-util.h 77include/dovecot/doveadm-util.h
76include/dovecot/doveadm.h 78include/dovecot/doveadm.h
77include/dovecot/dovecot-version.h 79include/dovecot/dovecot-version.h
78include/dovecot/dsasl-client-private.h 80include/dovecot/dsasl-client-private.h
79include/dovecot/dsasl-client.h 81include/dovecot/dsasl-client.h
 82include/dovecot/dsync-brain.h
 83include/dovecot/dsync-ibc.h
80include/dovecot/duplicate.h 84include/dovecot/duplicate.h
81include/dovecot/eacces-error.h 85include/dovecot/eacces-error.h
82include/dovecot/env-util.h 86include/dovecot/env-util.h
83include/dovecot/execv-const.h 87include/dovecot/execv-const.h
84include/dovecot/fail-mail-storage.h 88include/dovecot/fail-mail-storage.h
85include/dovecot/failures.h 89include/dovecot/failures.h
86include/dovecot/fd-close-on-exec.h 90include/dovecot/fd-close-on-exec.h
87include/dovecot/fd-set-nonblock.h 91include/dovecot/fd-set-nonblock.h
88include/dovecot/fdatasync-path.h 92include/dovecot/fdatasync-path.h
89include/dovecot/fdpass.h 93include/dovecot/fdpass.h
90include/dovecot/file-cache.h 94include/dovecot/file-cache.h
91include/dovecot/file-copy.h 95include/dovecot/file-copy.h
92include/dovecot/file-dotlock.h 96include/dovecot/file-dotlock.h
@@ -98,37 +102,40 @@ include/dovecot/fs-sis-common.h @@ -98,37 +102,40 @@ include/dovecot/fs-sis-common.h
98include/dovecot/fsync-mode.h 102include/dovecot/fsync-mode.h
99include/dovecot/guid.h 103include/dovecot/guid.h
100include/dovecot/hash-decl.h 104include/dovecot/hash-decl.h
101include/dovecot/hash-format.h 105include/dovecot/hash-format.h
102include/dovecot/hash-method.h 106include/dovecot/hash-method.h
103include/dovecot/hash.h 107include/dovecot/hash.h
104include/dovecot/hash2.h 108include/dovecot/hash2.h
105include/dovecot/hex-binary.h 109include/dovecot/hex-binary.h
106include/dovecot/hex-dec.h 110include/dovecot/hex-dec.h
107include/dovecot/hmac-cram-md5.h 111include/dovecot/hmac-cram-md5.h
108include/dovecot/hmac.h 112include/dovecot/hmac.h
109include/dovecot/home-expand.h 113include/dovecot/home-expand.h
110include/dovecot/hostpid.h 114include/dovecot/hostpid.h
 115include/dovecot/http-auth.h
111include/dovecot/http-client-private.h 116include/dovecot/http-client-private.h
112include/dovecot/http-client.h 117include/dovecot/http-client.h
113include/dovecot/http-date.h 118include/dovecot/http-date.h
114include/dovecot/http-header-parser.h 119include/dovecot/http-header-parser.h
115include/dovecot/http-header.h 120include/dovecot/http-header.h
116include/dovecot/http-message-parser.h 121include/dovecot/http-message-parser.h
117include/dovecot/http-parser.h 122include/dovecot/http-parser.h
118include/dovecot/http-request-parser.h 123include/dovecot/http-request-parser.h
119include/dovecot/http-request.h 124include/dovecot/http-request.h
120include/dovecot/http-response-parser.h 125include/dovecot/http-response-parser.h
121include/dovecot/http-response.h 126include/dovecot/http-response.h
 127include/dovecot/http-server-private.h
 128include/dovecot/http-server.h
122include/dovecot/http-transfer.h 129include/dovecot/http-transfer.h
123include/dovecot/http-url.h 130include/dovecot/http-url.h
124include/dovecot/imap-arg.h 131include/dovecot/imap-arg.h
125include/dovecot/imap-base-subject.h 132include/dovecot/imap-base-subject.h
126include/dovecot/imap-bodystructure.h 133include/dovecot/imap-bodystructure.h
127include/dovecot/imap-client.h 134include/dovecot/imap-client.h
128include/dovecot/imap-commands-util.h 135include/dovecot/imap-commands-util.h
129include/dovecot/imap-commands.h 136include/dovecot/imap-commands.h
130include/dovecot/imap-common.h 137include/dovecot/imap-common.h
131include/dovecot/imap-date.h 138include/dovecot/imap-date.h
132include/dovecot/imap-envelope.h 139include/dovecot/imap-envelope.h
133include/dovecot/imap-expunge.h 140include/dovecot/imap-expunge.h
134include/dovecot/imap-fetch.h 141include/dovecot/imap-fetch.h
@@ -187,26 +194,27 @@ include/dovecot/iostream-private.h @@ -187,26 +194,27 @@ include/dovecot/iostream-private.h
187include/dovecot/iostream-rawlog-private.h 194include/dovecot/iostream-rawlog-private.h
188include/dovecot/iostream-rawlog.h 195include/dovecot/iostream-rawlog.h
189include/dovecot/iostream-ssl-private.h 196include/dovecot/iostream-ssl-private.h
190include/dovecot/iostream-ssl.h 197include/dovecot/iostream-ssl.h
191include/dovecot/iostream-temp.h 198include/dovecot/iostream-temp.h
192include/dovecot/ipc-client.h 199include/dovecot/ipc-client.h
193include/dovecot/ipc-server.h 200include/dovecot/ipc-server.h
194include/dovecot/ipwd.h 201include/dovecot/ipwd.h
195include/dovecot/iso8601-date.h 202include/dovecot/iso8601-date.h
196include/dovecot/istream-attachment-connector.h 203include/dovecot/istream-attachment-connector.h
197include/dovecot/istream-attachment-extractor.h 204include/dovecot/istream-attachment-extractor.h
198include/dovecot/istream-base64.h 205include/dovecot/istream-base64.h
199include/dovecot/istream-binary-converter.h 206include/dovecot/istream-binary-converter.h
 207include/dovecot/istream-callback.h
200include/dovecot/istream-chain.h 208include/dovecot/istream-chain.h
201include/dovecot/istream-concat.h 209include/dovecot/istream-concat.h
202include/dovecot/istream-crlf.h 210include/dovecot/istream-crlf.h
203include/dovecot/istream-dot.h 211include/dovecot/istream-dot.h
204include/dovecot/istream-fs-file.h 212include/dovecot/istream-fs-file.h
205include/dovecot/istream-hash.h 213include/dovecot/istream-hash.h
206include/dovecot/istream-header-filter.h 214include/dovecot/istream-header-filter.h
207include/dovecot/istream-jsonstr.h 215include/dovecot/istream-jsonstr.h
208include/dovecot/istream-mail.h 216include/dovecot/istream-mail.h
209include/dovecot/istream-metawrap.h 217include/dovecot/istream-metawrap.h
210include/dovecot/istream-nonuls.h 218include/dovecot/istream-nonuls.h
211include/dovecot/istream-private.h 219include/dovecot/istream-private.h
212include/dovecot/istream-qp.h 220include/dovecot/istream-qp.h
@@ -362,26 +370,27 @@ include/dovecot/pop3-settings.h @@ -362,26 +370,27 @@ include/dovecot/pop3-settings.h
362include/dovecot/pop3c-client.h 370include/dovecot/pop3c-client.h
363include/dovecot/pop3c-settings.h 371include/dovecot/pop3c-settings.h
364include/dovecot/pop3c-storage.h 372include/dovecot/pop3c-storage.h
365include/dovecot/pop3c-sync.h 373include/dovecot/pop3c-sync.h
366include/dovecot/primes.h 374include/dovecot/primes.h
367include/dovecot/printf-format-fix.h 375include/dovecot/printf-format-fix.h
368include/dovecot/priorityq.h 376include/dovecot/priorityq.h
369include/dovecot/process-title.h 377include/dovecot/process-title.h
370include/dovecot/quota-fs.h 378include/dovecot/quota-fs.h
371include/dovecot/quota-plugin.h 379include/dovecot/quota-plugin.h
372include/dovecot/quota-private.h 380include/dovecot/quota-private.h
373include/dovecot/quota.h 381include/dovecot/quota.h
374include/dovecot/quoted-printable.h 382include/dovecot/quoted-printable.h
 383include/dovecot/rand.h
375include/dovecot/randgen.h 384include/dovecot/randgen.h
376include/dovecot/raw-storage.h 385include/dovecot/raw-storage.h
377include/dovecot/raw-sync.h 386include/dovecot/raw-sync.h
378include/dovecot/read-full.h 387include/dovecot/read-full.h
379include/dovecot/restrict-access.h 388include/dovecot/restrict-access.h
380include/dovecot/restrict-process-size.h 389include/dovecot/restrict-process-size.h
381include/dovecot/rfc2231-parser.h 390include/dovecot/rfc2231-parser.h
382include/dovecot/rfc822-parser.h 391include/dovecot/rfc822-parser.h
383include/dovecot/safe-memset.h 392include/dovecot/safe-memset.h
384include/dovecot/safe-mkdir.h 393include/dovecot/safe-mkdir.h
385include/dovecot/safe-mkstemp.h 394include/dovecot/safe-mkstemp.h
386include/dovecot/sasl-server.h 395include/dovecot/sasl-server.h
387include/dovecot/sdbox-file.h 396include/dovecot/sdbox-file.h
@@ -425,45 +434,47 @@ include/dovecot/var-expand.h @@ -425,45 +434,47 @@ include/dovecot/var-expand.h
425include/dovecot/wildcard-match.h 434include/dovecot/wildcard-match.h
426include/dovecot/write-full.h 435include/dovecot/write-full.h
427lib/dovecot/auth/libauthdb_imap.la 436lib/dovecot/auth/libauthdb_imap.la
428lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la 437lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la
429lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la 438lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la
430lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la 439lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la
431lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la 440lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la
432lib/dovecot/dovecot-config 441lib/dovecot/dovecot-config
433lib/dovecot/lib01_acl_plugin.la 442lib/dovecot/lib01_acl_plugin.la
434lib/dovecot/lib02_imap_acl_plugin.la 443lib/dovecot/lib02_imap_acl_plugin.la
435lib/dovecot/lib02_lazy_expunge_plugin.la 444lib/dovecot/lib02_lazy_expunge_plugin.la
436lib/dovecot/lib05_pop3_migration_plugin.la 445lib/dovecot/lib05_pop3_migration_plugin.la
437lib/dovecot/lib05_snarf_plugin.la 446lib/dovecot/lib05_snarf_plugin.la
 447lib/dovecot/lib10_last_login_plugin.la
438lib/dovecot/lib10_mail_filter_plugin.la 448lib/dovecot/lib10_mail_filter_plugin.la
439lib/dovecot/lib10_quota_plugin.la 449lib/dovecot/lib10_quota_plugin.la
440lib/dovecot/lib11_imap_quota_plugin.la 450lib/dovecot/lib11_imap_quota_plugin.la
441lib/dovecot/lib11_trash_plugin.la 451lib/dovecot/lib11_trash_plugin.la
442lib/dovecot/lib15_notify_plugin.la 452lib/dovecot/lib15_notify_plugin.la
443lib/dovecot/lib20_autocreate_plugin.la 453lib/dovecot/lib20_autocreate_plugin.la
444lib/dovecot/lib20_expire_plugin.la 454lib/dovecot/lib20_expire_plugin.la
445lib/dovecot/lib20_fts_plugin.la 455lib/dovecot/lib20_fts_plugin.la
446lib/dovecot/lib20_listescape_plugin.la 456lib/dovecot/lib20_listescape_plugin.la
447lib/dovecot/lib20_mail_log_plugin.la 457lib/dovecot/lib20_mail_log_plugin.la
448lib/dovecot/lib20_mailbox_alias_plugin.la 458lib/dovecot/lib20_mailbox_alias_plugin.la
449lib/dovecot/lib20_replication_plugin.la 459lib/dovecot/lib20_replication_plugin.la
450lib/dovecot/lib20_virtual_plugin.la 460lib/dovecot/lib20_virtual_plugin.la
451lib/dovecot/lib20_zlib_plugin.la 461lib/dovecot/lib20_zlib_plugin.la
452lib/dovecot/lib21_fts_squat_plugin.la 462lib/dovecot/lib21_fts_squat_plugin.la
453lib/dovecot/lib30_imap_zlib_plugin.la 463lib/dovecot/lib30_imap_zlib_plugin.la
454lib/dovecot/lib90_stats_plugin.la 464lib/dovecot/lib90_stats_plugin.la
455lib/dovecot/lib95_imap_stats_plugin.la 465lib/dovecot/lib95_imap_stats_plugin.la
456lib/dovecot/libdovecot-compression.la 466lib/dovecot/libdovecot-compression.la
 467lib/dovecot/libdovecot-dsync.la
457lib/dovecot/libdovecot-lda.la 468lib/dovecot/libdovecot-lda.la
458lib/dovecot/libdovecot-login.la 469lib/dovecot/libdovecot-login.la
459lib/dovecot/libdovecot-sql.la 470lib/dovecot/libdovecot-sql.la
460lib/dovecot/libdovecot-storage.la 471lib/dovecot/libdovecot-storage.la
461lib/dovecot/libdovecot.la 472lib/dovecot/libdovecot.la
462${PLIST.ssl}lib/dovecot/libssl_iostream_openssl.la 473${PLIST.ssl}lib/dovecot/libssl_iostream_openssl.la
463libexec/dovecot/aggregator 474libexec/dovecot/aggregator
464libexec/dovecot/anvil 475libexec/dovecot/anvil
465libexec/dovecot/auth 476libexec/dovecot/auth
466libexec/dovecot/checkpassword-reply 477libexec/dovecot/checkpassword-reply
467libexec/dovecot/config 478libexec/dovecot/config
468libexec/dovecot/decode2text.sh 479libexec/dovecot/decode2text.sh
469libexec/dovecot/deliver 480libexec/dovecot/deliver
@@ -485,55 +496,61 @@ libexec/dovecot/lmtp @@ -485,55 +496,61 @@ libexec/dovecot/lmtp
485libexec/dovecot/log 496libexec/dovecot/log
486libexec/dovecot/maildirlock 497libexec/dovecot/maildirlock
487libexec/dovecot/pop3 498libexec/dovecot/pop3
488libexec/dovecot/pop3-login 499libexec/dovecot/pop3-login
489libexec/dovecot/quota-status 500libexec/dovecot/quota-status
490libexec/dovecot/rawlog 501libexec/dovecot/rawlog
491libexec/dovecot/replicator 502libexec/dovecot/replicator
492libexec/dovecot/script 503libexec/dovecot/script
493libexec/dovecot/script-login 504libexec/dovecot/script-login
494libexec/dovecot/ssl-params 505libexec/dovecot/ssl-params
495libexec/dovecot/stats 506libexec/dovecot/stats
496libexec/dovecot/xml2text 507libexec/dovecot/xml2text
497man/man1/deliver.1 508man/man1/deliver.1
 509man/man1/doveadm-acl.1
498man/man1/doveadm-altmove.1 510man/man1/doveadm-altmove.1
499man/man1/doveadm-auth.1 511man/man1/doveadm-auth.1
 512man/man1/doveadm-backup.1
500man/man1/doveadm-batch.1 513man/man1/doveadm-batch.1
501man/man1/doveadm-config.1 514man/man1/doveadm-config.1
502man/man1/doveadm-copy.1 515man/man1/doveadm-copy.1
503man/man1/doveadm-deduplicate.1 516man/man1/doveadm-deduplicate.1
504man/man1/doveadm-director.1 517man/man1/doveadm-director.1
505man/man1/doveadm-dump.1 518man/man1/doveadm-dump.1
506man/man1/doveadm-exec.1 519man/man1/doveadm-exec.1
507man/man1/doveadm-expunge.1 520man/man1/doveadm-expunge.1
508man/man1/doveadm-fetch.1 521man/man1/doveadm-fetch.1
509man/man1/doveadm-flags.1 522man/man1/doveadm-flags.1
510man/man1/doveadm-force-resync.1 523man/man1/doveadm-force-resync.1
 524man/man1/doveadm-fts.1
511man/man1/doveadm-help.1 525man/man1/doveadm-help.1
512man/man1/doveadm-import.1 526man/man1/doveadm-import.1
513man/man1/doveadm-index.1 527man/man1/doveadm-index.1
514man/man1/doveadm-instance.1 528man/man1/doveadm-instance.1
515man/man1/doveadm-kick.1 529man/man1/doveadm-kick.1
516man/man1/doveadm-log.1 530man/man1/doveadm-log.1
517man/man1/doveadm-mailbox.1 531man/man1/doveadm-mailbox.1
518man/man1/doveadm-mount.1 532man/man1/doveadm-mount.1
519man/man1/doveadm-move.1 533man/man1/doveadm-move.1
520man/man1/doveadm-penalty.1 534man/man1/doveadm-penalty.1
 535man/man1/doveadm-proxy.1
521man/man1/doveadm-purge.1 536man/man1/doveadm-purge.1
522man/man1/doveadm-pw.1 537man/man1/doveadm-pw.1
523man/man1/doveadm-quota.1 538man/man1/doveadm-quota.1
524man/man1/doveadm-reload.1 539man/man1/doveadm-reload.1
 540man/man1/doveadm-replicator.1
525man/man1/doveadm-search.1 541man/man1/doveadm-search.1
526man/man1/doveadm-stop.1 542man/man1/doveadm-stop.1
 543man/man1/doveadm-sync.1
527man/man1/doveadm-user.1 544man/man1/doveadm-user.1
528man/man1/doveadm-who.1 545man/man1/doveadm-who.1
529man/man1/doveadm.1 546man/man1/doveadm.1
530man/man1/doveconf.1 547man/man1/doveconf.1
531man/man1/dovecot-lda.1 548man/man1/dovecot-lda.1
532man/man1/dovecot.1 549man/man1/dovecot.1
533man/man1/dsync.1 550man/man1/dsync.1
534man/man7/doveadm-search-query.7 551man/man7/doveadm-search-query.7
535sbin/dovecot 552sbin/dovecot
536share/aclocal/dovecot.m4 553share/aclocal/dovecot.m4
537share/doc/dovecot/documentation.txt 554share/doc/dovecot/documentation.txt
538share/doc/dovecot/dovecot-openssl.cnf 555share/doc/dovecot/dovecot-openssl.cnf
539share/doc/dovecot/mkcert.sh 556share/doc/dovecot/mkcert.sh
@@ -552,26 +569,27 @@ share/doc/dovecot/wiki/AuthDatabase.Pass @@ -552,26 +569,27 @@ share/doc/dovecot/wiki/AuthDatabase.Pass
552share/doc/dovecot/wiki/AuthDatabase.PasswdFile.txt 569share/doc/dovecot/wiki/AuthDatabase.PasswdFile.txt
553share/doc/dovecot/wiki/AuthDatabase.SQL.txt 570share/doc/dovecot/wiki/AuthDatabase.SQL.txt
554share/doc/dovecot/wiki/AuthDatabase.VPopMail.txt 571share/doc/dovecot/wiki/AuthDatabase.VPopMail.txt
555share/doc/dovecot/wiki/AuthDatabase.txt 572share/doc/dovecot/wiki/AuthDatabase.txt
556share/doc/dovecot/wiki/Authentication.Caching.txt 573share/doc/dovecot/wiki/Authentication.Caching.txt
557share/doc/dovecot/wiki/Authentication.Kerberos.txt 574share/doc/dovecot/wiki/Authentication.Kerberos.txt
558share/doc/dovecot/wiki/Authentication.MasterUsers.txt 575share/doc/dovecot/wiki/Authentication.MasterUsers.txt
559share/doc/dovecot/wiki/Authentication.Mechanisms.DigestMD5.txt 576share/doc/dovecot/wiki/Authentication.Mechanisms.DigestMD5.txt
560share/doc/dovecot/wiki/Authentication.Mechanisms.NTLM.txt 577share/doc/dovecot/wiki/Authentication.Mechanisms.NTLM.txt
561share/doc/dovecot/wiki/Authentication.Mechanisms.Winbind.txt 578share/doc/dovecot/wiki/Authentication.Mechanisms.Winbind.txt
562share/doc/dovecot/wiki/Authentication.Mechanisms.txt 579share/doc/dovecot/wiki/Authentication.Mechanisms.txt
563share/doc/dovecot/wiki/Authentication.MultipleDatabases.txt 580share/doc/dovecot/wiki/Authentication.MultipleDatabases.txt
564share/doc/dovecot/wiki/Authentication.PasswordSchemes.txt 581share/doc/dovecot/wiki/Authentication.PasswordSchemes.txt
 582share/doc/dovecot/wiki/Authentication.Penalty.txt
565share/doc/dovecot/wiki/Authentication.RestrictAccess.txt 583share/doc/dovecot/wiki/Authentication.RestrictAccess.txt
566share/doc/dovecot/wiki/Authentication.txt 584share/doc/dovecot/wiki/Authentication.txt
567share/doc/dovecot/wiki/BasicConfiguration.txt 585share/doc/dovecot/wiki/BasicConfiguration.txt
568share/doc/dovecot/wiki/Chrooting.txt 586share/doc/dovecot/wiki/Chrooting.txt
569share/doc/dovecot/wiki/Clients.NegativeUIDs.txt 587share/doc/dovecot/wiki/Clients.NegativeUIDs.txt
570share/doc/dovecot/wiki/Clients.txt 588share/doc/dovecot/wiki/Clients.txt
571share/doc/dovecot/wiki/CompilingSource.txt 589share/doc/dovecot/wiki/CompilingSource.txt
572share/doc/dovecot/wiki/Debugging.Authentication.txt 590share/doc/dovecot/wiki/Debugging.Authentication.txt
573share/doc/dovecot/wiki/Debugging.ProcessTracing.txt 591share/doc/dovecot/wiki/Debugging.ProcessTracing.txt
574share/doc/dovecot/wiki/Debugging.Rawlog.txt 592share/doc/dovecot/wiki/Debugging.Rawlog.txt
575share/doc/dovecot/wiki/Debugging.Thunderbird.txt 593share/doc/dovecot/wiki/Debugging.Thunderbird.txt
576share/doc/dovecot/wiki/Design.Arrays.txt 594share/doc/dovecot/wiki/Design.Arrays.txt
577share/doc/dovecot/wiki/Design.AuthProcess.txt 595share/doc/dovecot/wiki/Design.AuthProcess.txt
@@ -596,26 +614,27 @@ share/doc/dovecot/wiki/Design.Storage.Ma @@ -596,26 +614,27 @@ share/doc/dovecot/wiki/Design.Storage.Ma
596share/doc/dovecot/wiki/Design.Storage.MailNamespace.txt 614share/doc/dovecot/wiki/Design.Storage.MailNamespace.txt
597share/doc/dovecot/wiki/Design.Storage.MailStorage.txt 615share/doc/dovecot/wiki/Design.Storage.MailStorage.txt
598share/doc/dovecot/wiki/Design.Storage.MailUser.txt 616share/doc/dovecot/wiki/Design.Storage.MailUser.txt
599share/doc/dovecot/wiki/Design.Storage.Mailbox.Save.txt 617share/doc/dovecot/wiki/Design.Storage.Mailbox.Save.txt
600share/doc/dovecot/wiki/Design.Storage.Mailbox.Search.txt 618share/doc/dovecot/wiki/Design.Storage.Mailbox.Search.txt
601share/doc/dovecot/wiki/Design.Storage.Mailbox.Sync.txt 619share/doc/dovecot/wiki/Design.Storage.Mailbox.Sync.txt
602share/doc/dovecot/wiki/Design.Storage.Mailbox.Transaction.txt 620share/doc/dovecot/wiki/Design.Storage.Mailbox.Transaction.txt
603share/doc/dovecot/wiki/Design.Storage.Mailbox.txt 621share/doc/dovecot/wiki/Design.Storage.Mailbox.txt
604share/doc/dovecot/wiki/Design.Storage.MailboxList.txt 622share/doc/dovecot/wiki/Design.Storage.MailboxList.txt
605share/doc/dovecot/wiki/Design.Storage.Plugins.txt 623share/doc/dovecot/wiki/Design.Storage.Plugins.txt
606share/doc/dovecot/wiki/Design.Strings.txt 624share/doc/dovecot/wiki/Design.Strings.txt
607share/doc/dovecot/wiki/Design.txt 625share/doc/dovecot/wiki/Design.txt
608share/doc/dovecot/wiki/Dict.txt 626share/doc/dovecot/wiki/Dict.txt
 627share/doc/dovecot/wiki/Dictionary.txt
609share/doc/dovecot/wiki/Director.txt 628share/doc/dovecot/wiki/Director.txt
610share/doc/dovecot/wiki/DomainLost.txt 629share/doc/dovecot/wiki/DomainLost.txt
611share/doc/dovecot/wiki/Errors.ChgrpNoPerm.txt 630share/doc/dovecot/wiki/Errors.ChgrpNoPerm.txt
612share/doc/dovecot/wiki/FindMailLocation.txt 631share/doc/dovecot/wiki/FindMailLocation.txt
613share/doc/dovecot/wiki/FinishBasicConfiguration.txt 632share/doc/dovecot/wiki/FinishBasicConfiguration.txt
614share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt 633share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
615share/doc/dovecot/wiki/HowTo.ImapcProxy.txt 634share/doc/dovecot/wiki/HowTo.ImapcProxy.txt
616share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt 635share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt
617share/doc/dovecot/wiki/HowTo.PopRelay.txt 636share/doc/dovecot/wiki/HowTo.PopRelay.txt
618share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt 637share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
619share/doc/dovecot/wiki/HowTo.Rootless.txt 638share/doc/dovecot/wiki/HowTo.Rootless.txt
620share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt 639share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
621share/doc/dovecot/wiki/HowTo.txt 640share/doc/dovecot/wiki/HowTo.txt
@@ -678,46 +697,48 @@ share/doc/dovecot/wiki/PasswordDatabase. @@ -678,46 +697,48 @@ share/doc/dovecot/wiki/PasswordDatabase.
678share/doc/dovecot/wiki/PasswordDatabase.ExtraFields.txt 697share/doc/dovecot/wiki/PasswordDatabase.ExtraFields.txt
679share/doc/dovecot/wiki/PasswordDatabase.IMAP.txt 698share/doc/dovecot/wiki/PasswordDatabase.IMAP.txt
680share/doc/dovecot/wiki/PasswordDatabase.PAM.txt 699share/doc/dovecot/wiki/PasswordDatabase.PAM.txt
681share/doc/dovecot/wiki/PasswordDatabase.Shadow.txt 700share/doc/dovecot/wiki/PasswordDatabase.Shadow.txt
682share/doc/dovecot/wiki/PasswordDatabase.Static.txt 701share/doc/dovecot/wiki/PasswordDatabase.Static.txt
683share/doc/dovecot/wiki/PasswordDatabase.txt 702share/doc/dovecot/wiki/PasswordDatabase.txt
684share/doc/dovecot/wiki/PerformanceTuning.txt 703share/doc/dovecot/wiki/PerformanceTuning.txt
685share/doc/dovecot/wiki/Pigeonhole.Installation.txt 704share/doc/dovecot/wiki/Pigeonhole.Installation.txt
686share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Clients.txt 705share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Clients.txt
687share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Configuration.txt 706share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Configuration.txt
688share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Install.txt 707share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Install.txt
689share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Troubleshooting.txt 708share/doc/dovecot/wiki/Pigeonhole.ManageSieve.Troubleshooting.txt
690share/doc/dovecot/wiki/Pigeonhole.ManageSieve.txt 709share/doc/dovecot/wiki/Pigeonhole.ManageSieve.txt
 710share/doc/dovecot/wiki/Pigeonhole.Sieve.Configuration.Dict.txt
691share/doc/dovecot/wiki/Pigeonhole.Sieve.Configuration.txt 711share/doc/dovecot/wiki/Pigeonhole.Sieve.Configuration.txt
692share/doc/dovecot/wiki/Pigeonhole.Sieve.Examples.txt 712share/doc/dovecot/wiki/Pigeonhole.Sieve.Examples.txt
693share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.SpamtestVirustest.txt 713share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.SpamtestVirustest.txt
694share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt 714share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt
695share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.txt 715share/doc/dovecot/wiki/Pigeonhole.Sieve.Extensions.txt
696share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt 716share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt
697share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extprograms.txt 717share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Extprograms.txt
698share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Pipe.txt 718share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.Pipe.txt
699share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.txt 719share/doc/dovecot/wiki/Pigeonhole.Sieve.Plugins.txt
700share/doc/dovecot/wiki/Pigeonhole.Sieve.Troubleshooting.txt 720share/doc/dovecot/wiki/Pigeonhole.Sieve.Troubleshooting.txt
701share/doc/dovecot/wiki/Pigeonhole.Sieve.Usage.txt 721share/doc/dovecot/wiki/Pigeonhole.Sieve.Usage.txt
702share/doc/dovecot/wiki/Pigeonhole.Sieve.txt 722share/doc/dovecot/wiki/Pigeonhole.Sieve.txt
703share/doc/dovecot/wiki/Pigeonhole.txt 723share/doc/dovecot/wiki/Pigeonhole.txt
704share/doc/dovecot/wiki/Plugins.Autocreate.txt 724share/doc/dovecot/wiki/Plugins.Autocreate.txt
705share/doc/dovecot/wiki/Plugins.Compress.txt 725share/doc/dovecot/wiki/Plugins.Compress.txt
706share/doc/dovecot/wiki/Plugins.Expire.txt 726share/doc/dovecot/wiki/Plugins.Expire.txt
707share/doc/dovecot/wiki/Plugins.FTS.Lucene.txt 727share/doc/dovecot/wiki/Plugins.FTS.Lucene.txt
708share/doc/dovecot/wiki/Plugins.FTS.Solr.txt 728share/doc/dovecot/wiki/Plugins.FTS.Solr.txt
709share/doc/dovecot/wiki/Plugins.FTS.Squat.txt 729share/doc/dovecot/wiki/Plugins.FTS.Squat.txt
710share/doc/dovecot/wiki/Plugins.FTS.txt 730share/doc/dovecot/wiki/Plugins.FTS.txt
 731share/doc/dovecot/wiki/Plugins.LastLogin.txt
711share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt 732share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt
712share/doc/dovecot/wiki/Plugins.Listescape.txt 733share/doc/dovecot/wiki/Plugins.Listescape.txt
713share/doc/dovecot/wiki/Plugins.MailFilter.txt 734share/doc/dovecot/wiki/Plugins.MailFilter.txt
714share/doc/dovecot/wiki/Plugins.MailLog.txt 735share/doc/dovecot/wiki/Plugins.MailLog.txt
715share/doc/dovecot/wiki/Plugins.MailboxAlias.txt 736share/doc/dovecot/wiki/Plugins.MailboxAlias.txt
716share/doc/dovecot/wiki/Plugins.Notify.txt 737share/doc/dovecot/wiki/Plugins.Notify.txt
717share/doc/dovecot/wiki/Plugins.Snarf.txt 738share/doc/dovecot/wiki/Plugins.Snarf.txt
718share/doc/dovecot/wiki/Plugins.Stats.txt 739share/doc/dovecot/wiki/Plugins.Stats.txt
719share/doc/dovecot/wiki/Plugins.Trash.txt 740share/doc/dovecot/wiki/Plugins.Trash.txt
720share/doc/dovecot/wiki/Plugins.Virtual.txt 741share/doc/dovecot/wiki/Plugins.Virtual.txt
721share/doc/dovecot/wiki/Plugins.Zlib.txt 742share/doc/dovecot/wiki/Plugins.Zlib.txt
722share/doc/dovecot/wiki/Plugins.txt 743share/doc/dovecot/wiki/Plugins.txt
723share/doc/dovecot/wiki/PostLoginScripting.txt 744share/doc/dovecot/wiki/PostLoginScripting.txt
@@ -729,26 +750,27 @@ share/doc/dovecot/wiki/Quota.Dirsize.txt @@ -729,26 +750,27 @@ share/doc/dovecot/wiki/Quota.Dirsize.txt
729share/doc/dovecot/wiki/Quota.FS.txt 750share/doc/dovecot/wiki/Quota.FS.txt
730share/doc/dovecot/wiki/Quota.Maildir.txt 751share/doc/dovecot/wiki/Quota.Maildir.txt
731share/doc/dovecot/wiki/Quota.txt 752share/doc/dovecot/wiki/Quota.txt
732share/doc/dovecot/wiki/Replication.txt 753share/doc/dovecot/wiki/Replication.txt
733share/doc/dovecot/wiki/RunningDovecot.txt 754share/doc/dovecot/wiki/RunningDovecot.txt
734share/doc/dovecot/wiki/SSL.CertificateClientImporting.txt 755share/doc/dovecot/wiki/SSL.CertificateClientImporting.txt
735share/doc/dovecot/wiki/SSL.CertificateCreation.txt 756share/doc/dovecot/wiki/SSL.CertificateCreation.txt
736share/doc/dovecot/wiki/SSL.DovecotConfiguration.txt 757share/doc/dovecot/wiki/SSL.DovecotConfiguration.txt
737share/doc/dovecot/wiki/SSL.SNIClientSupport.txt 758share/doc/dovecot/wiki/SSL.SNIClientSupport.txt
738share/doc/dovecot/wiki/SSL.txt 759share/doc/dovecot/wiki/SSL.txt
739share/doc/dovecot/wiki/Sasl.txt 760share/doc/dovecot/wiki/Sasl.txt
740share/doc/dovecot/wiki/SecurityTuning.txt 761share/doc/dovecot/wiki/SecurityTuning.txt
741share/doc/dovecot/wiki/Services.txt 762share/doc/dovecot/wiki/Services.txt
 763share/doc/dovecot/wiki/SharedMailboxes.ClusterSetup.txt
742share/doc/dovecot/wiki/SharedMailboxes.Permissions.txt 764share/doc/dovecot/wiki/SharedMailboxes.Permissions.txt
743share/doc/dovecot/wiki/SharedMailboxes.Public.txt 765share/doc/dovecot/wiki/SharedMailboxes.Public.txt
744share/doc/dovecot/wiki/SharedMailboxes.Shared.txt 766share/doc/dovecot/wiki/SharedMailboxes.Shared.txt
745share/doc/dovecot/wiki/SharedMailboxes.Symlinks.txt 767share/doc/dovecot/wiki/SharedMailboxes.Symlinks.txt
746share/doc/dovecot/wiki/SharedMailboxes.txt 768share/doc/dovecot/wiki/SharedMailboxes.txt
747share/doc/dovecot/wiki/SocketUnavailable.txt 769share/doc/dovecot/wiki/SocketUnavailable.txt
748share/doc/dovecot/wiki/Statistics.txt 770share/doc/dovecot/wiki/Statistics.txt
749share/doc/dovecot/wiki/SystemUsers.txt 771share/doc/dovecot/wiki/SystemUsers.txt
750share/doc/dovecot/wiki/TestInstallation.txt 772share/doc/dovecot/wiki/TestInstallation.txt
751share/doc/dovecot/wiki/TestPop3Installation.txt 773share/doc/dovecot/wiki/TestPop3Installation.txt
752share/doc/dovecot/wiki/TimeMovedBackwards.txt 774share/doc/dovecot/wiki/TimeMovedBackwards.txt
753share/doc/dovecot/wiki/Upgrading.1.0.txt 775share/doc/dovecot/wiki/Upgrading.1.0.txt
754share/doc/dovecot/wiki/Upgrading.1.1.txt 776share/doc/dovecot/wiki/Upgrading.1.1.txt

cvs diff -r1.48 -r1.49 pkgsrc/mail/dovecot2/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/dovecot2/distinfo 2014/10/10 22:05:38 1.48
+++ pkgsrc/mail/dovecot2/distinfo 2014/10/20 09:29:11 1.49
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.48 2014/10/10 22:05:38 wiz Exp $ 1$NetBSD: distinfo,v 1.49 2014/10/20 09:29:11 adam Exp $
2 2
3SHA1 (dovecot-2.2.13.tar.gz) = ee8efc77cb9d502dc416ae4fba242adc5f01c163 3SHA1 (dovecot-2.2.14.tar.gz) = c1bd46b679e72e90c8e70eb6bd285d799b7ed922
4RMD160 (dovecot-2.2.13.tar.gz) = 64c0dc156b5661037721dde7436013f95a024e2e 4RMD160 (dovecot-2.2.14.tar.gz) = a5688af3ed4c5ab0d833fa09c01ba3240bf5b256
5Size (dovecot-2.2.13.tar.gz) = 4613824 bytes 5Size (dovecot-2.2.14.tar.gz) = 4720087 bytes
6SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 6SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
7SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 7SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14
8SHA1 (patch-ae) = 51d8cb998cc2ded8bfc767710e465b752c50e656 8SHA1 (patch-ae) = 51d8cb998cc2ded8bfc767710e465b752c50e656
9SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498 9SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498
10SHA1 (patch-src_plugins_quota_quota-fs.c) = aa4865214cab4cbde1e04dc578ee394f97103185 10SHA1 (patch-src_plugins_quota_quota-fs.c) = aa4865214cab4cbde1e04dc578ee394f97103185
11SHA1 (patch-src_plugins_quota_quota-fs.h) = 068b5f418f1354233805e2f7230b95e7a9c407b4 11SHA1 (patch-src_plugins_quota_quota-fs.h) = 068b5f418f1354233805e2f7230b95e7a9c407b4