View | Details | Raw Unified | Return to bug 225078
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 12-21 Link Here
12
######################################################################
12
######################################################################
13
13
14
PORTNAME=	dovecot
14
PORTNAME=	dovecot
15
PORTVERSION=	2.2.33.2
15
PORTVERSION=	2.3.0
16
PORTREVISION=	2
17
CATEGORIES=	mail ipv6
16
CATEGORIES=	mail ipv6
18
MASTER_SITES=	https://www.dovecot.org/releases/2.2/
17
MASTER_SITES=	https://www.dovecot.org/releases/2.3/
19
18
20
MAINTAINER=	adamw@FreeBSD.org
19
MAINTAINER=	adamw@FreeBSD.org
21
COMMENT=	Secure, fast and powerful IMAP and POP3 server
20
COMMENT=	Secure, fast and powerful IMAP and POP3 server
Lines 28-33 Link Here
28
USES=		cpe iconv libtool ssl
27
USES=		cpe iconv libtool ssl
29
USE_RC_SUBR=	dovecot
28
USE_RC_SUBR=	dovecot
30
29
30
WRKSRC=		${WRKDIR}/${PORTNAME}-ce-${PORTVERSION}
31
31
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
32
CONFIGURE_ARGS=	--localstatedir=/var \
33
CONFIGURE_ARGS=	--localstatedir=/var \
33
		--with-statedir=/var/db/dovecot \
34
		--with-statedir=/var/db/dovecot \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1508511506
1
TIMESTAMP = 1515683307
2
SHA256 (dovecot-2.2.33.2.tar.gz) = fe1e3b78609a56ee22fc209077e4b75348fa1bbd54c46f52bde2472a4c4cee84
2
SHA256 (dovecot-2.3.0.tar.gz) = de60cb470d025e4dd0f8e8fbbb4b9316dfd4930eb949d307330669ffbeaf8581
3
SIZE (dovecot-2.2.33.2.tar.gz) = 6131086
3
SIZE (dovecot-2.3.0.tar.gz) = 6635541
(-)files/patch-src_doveadm_Makefile.am (-13 lines)
Lines 1-13 Link Here
1
--- src/doveadm/Makefile.am.orig	2017-10-11 17:29:32 UTC
2
+++ src/doveadm/Makefile.am
3
@@ -180,8 +180,8 @@ test_libs = \
4
 	../lib/liblib.la
5
 test_deps = $(noinst_LTLIBRARIES) $(test_libs)
6
 
7
-test_doveadm_util_SOURCES = test-doveadm-util.c
8
-test_doveadm_util_LDADD = doveadm-util.o $(test_libs) $(MODULE_LIBS)
9
+test_doveadm_util_SOURCES = doveadm-util.c test-doveadm-util.c
10
+test_doveadm_util_LDADD = $(test_libs) $(MODULE_LIBS)
11
 test_doveadm_util_DEPENDENCIES = $(test_deps)
12
 
13
 check: check-am check-test
(-)pkg-plist (-27 / +50 lines)
Lines 1-6 Link Here
1
bin/doveadm
1
bin/doveadm
2
bin/doveconf
2
bin/doveconf
3
bin/dsync
3
bin/dsync
4
%%ETCDIR%%/README
4
%%ETCDIR%%/example-config/conf.d/10-auth.conf
5
%%ETCDIR%%/example-config/conf.d/10-auth.conf
5
%%ETCDIR%%/example-config/conf.d/10-director.conf
6
%%ETCDIR%%/example-config/conf.d/10-director.conf
6
%%ETCDIR%%/example-config/conf.d/10-logging.conf
7
%%ETCDIR%%/example-config/conf.d/10-logging.conf
Lines 12-17 Link Here
12
%%ETCDIR%%/example-config/conf.d/20-imap.conf
13
%%ETCDIR%%/example-config/conf.d/20-imap.conf
13
%%ETCDIR%%/example-config/conf.d/20-lmtp.conf
14
%%ETCDIR%%/example-config/conf.d/20-lmtp.conf
14
%%ETCDIR%%/example-config/conf.d/20-pop3.conf
15
%%ETCDIR%%/example-config/conf.d/20-pop3.conf
16
%%ETCDIR%%/example-config/conf.d/20-submission.conf
15
%%ETCDIR%%/example-config/conf.d/90-acl.conf
17
%%ETCDIR%%/example-config/conf.d/90-acl.conf
16
%%ETCDIR%%/example-config/conf.d/90-plugin.conf
18
%%ETCDIR%%/example-config/conf.d/90-plugin.conf
17
%%ETCDIR%%/example-config/conf.d/90-quota.conf
19
%%ETCDIR%%/example-config/conf.d/90-quota.conf
Lines 30-37 Link Here
30
%%ETCDIR%%/example-config/dovecot-ldap.conf.ext
32
%%ETCDIR%%/example-config/dovecot-ldap.conf.ext
31
%%ETCDIR%%/example-config/dovecot-sql.conf.ext
33
%%ETCDIR%%/example-config/dovecot-sql.conf.ext
32
%%ETCDIR%%/example-config/dovecot.conf
34
%%ETCDIR%%/example-config/dovecot.conf
33
%%ETCDIR%%/README
34
include/dovecot/abspath.h
35
include/dovecot/access-lookup.h
35
include/dovecot/access-lookup.h
36
include/dovecot/acl-api-private.h
36
include/dovecot/acl-api-private.h
37
include/dovecot/acl-api.h
37
include/dovecot/acl-api.h
Lines 73-81 Link Here
73
include/dovecot/base32.h
73
include/dovecot/base32.h
74
include/dovecot/base64.h
74
include/dovecot/base64.h
75
include/dovecot/bits.h
75
include/dovecot/bits.h
76
include/dovecot/bloomfilter.h
76
include/dovecot/bsearch-insert-pos.h
77
include/dovecot/bsearch-insert-pos.h
77
include/dovecot/buffer.h
78
include/dovecot/buffer.h
78
include/dovecot/byteorder.h
79
include/dovecot/byteorder.h
80
include/dovecot/charset-utf8-private.h
79
include/dovecot/charset-utf8.h
81
include/dovecot/charset-utf8.h
80
include/dovecot/child-wait.h
82
include/dovecot/child-wait.h
81
include/dovecot/client-common.h
83
include/dovecot/client-common.h
Lines 91-99 Link Here
91
include/dovecot/cydir-storage.h
93
include/dovecot/cydir-storage.h
92
include/dovecot/cydir-sync.h
94
include/dovecot/cydir-sync.h
93
include/dovecot/data-stack.h
95
include/dovecot/data-stack.h
94
include/dovecot/dcrypt-iostream.h
95
include/dovecot/dcrypt-private.h
96
include/dovecot/dcrypt.h
97
include/dovecot/db-checkpassword.h
96
include/dovecot/db-checkpassword.h
98
include/dovecot/db-dict.h
97
include/dovecot/db-dict.h
99
include/dovecot/db-ldap.h
98
include/dovecot/db-ldap.h
Lines 105-114 Link Here
105
include/dovecot/dbox-mail.h
104
include/dovecot/dbox-mail.h
106
include/dovecot/dbox-save.h
105
include/dovecot/dbox-save.h
107
include/dovecot/dbox-storage.h
106
include/dovecot/dbox-storage.h
107
include/dovecot/dcrypt-iostream.h
108
include/dovecot/dcrypt-private.h
109
include/dovecot/dcrypt.h
108
include/dovecot/dict-client.h
110
include/dovecot/dict-client.h
109
include/dovecot/dict-private.h
111
include/dovecot/dict-private.h
110
include/dovecot/dict-sql-settings.h
111
include/dovecot/dict-sql.h
112
include/dovecot/dict-transaction-memory.h
112
include/dovecot/dict-transaction-memory.h
113
include/dovecot/dict.h
113
include/dovecot/dict.h
114
include/dovecot/dns-lookup.h
114
include/dovecot/dns-lookup.h
Lines 129-142 Link Here
129
include/dovecot/dsasl-client.h
129
include/dovecot/dsasl-client.h
130
include/dovecot/dsync-brain.h
130
include/dovecot/dsync-brain.h
131
include/dovecot/dsync-ibc.h
131
include/dovecot/dsync-ibc.h
132
include/dovecot/duplicate.h
133
include/dovecot/eacces-error.h
132
include/dovecot/eacces-error.h
134
include/dovecot/env-util.h
133
include/dovecot/env-util.h
134
include/dovecot/event-filter.h
135
include/dovecot/event-log.h
135
include/dovecot/execv-const.h
136
include/dovecot/execv-const.h
136
include/dovecot/fail-mail-storage.h
137
include/dovecot/fail-mail-storage.h
137
include/dovecot/failures.h
138
include/dovecot/failures.h
138
include/dovecot/fd-close-on-exec.h
139
include/dovecot/fd-util.h
139
include/dovecot/fd-set-nonblock.h
140
include/dovecot/fdatasync-path.h
140
include/dovecot/fdatasync-path.h
141
include/dovecot/fdpass.h
141
include/dovecot/fdpass.h
142
include/dovecot/file-cache.h
142
include/dovecot/file-cache.h
Lines 271-276 Link Here
271
include/dovecot/iostream-lz4.h
271
include/dovecot/iostream-lz4.h
272
include/dovecot/iostream-openssl.h
272
include/dovecot/iostream-openssl.h
273
include/dovecot/iostream-private.h
273
include/dovecot/iostream-private.h
274
include/dovecot/iostream-proxy.h
275
include/dovecot/iostream-pump.h
274
include/dovecot/iostream-rawlog-private.h
276
include/dovecot/iostream-rawlog-private.h
275
include/dovecot/iostream-rawlog.h
277
include/dovecot/iostream-rawlog.h
276
include/dovecot/iostream-ssl-private.h
278
include/dovecot/iostream-ssl-private.h
Lines 310-315 Link Here
310
include/dovecot/istream-sized.h
312
include/dovecot/istream-sized.h
311
include/dovecot/istream-tee.h
313
include/dovecot/istream-tee.h
312
include/dovecot/istream-timeout.h
314
include/dovecot/istream-timeout.h
315
include/dovecot/istream-try.h
313
include/dovecot/istream-unix.h
316
include/dovecot/istream-unix.h
314
include/dovecot/istream-zlib.h
317
include/dovecot/istream-zlib.h
315
include/dovecot/istream.h
318
include/dovecot/istream.h
Lines 316-325 Link Here
316
include/dovecot/json-parser.h
319
include/dovecot/json-parser.h
317
include/dovecot/json-tree.h
320
include/dovecot/json-tree.h
318
include/dovecot/lda-settings.h
321
include/dovecot/lda-settings.h
322
include/dovecot/lib-event-private.h
323
include/dovecot/lib-event.h
319
include/dovecot/lib-signals.h
324
include/dovecot/lib-signals.h
320
include/dovecot/lib.h
325
include/dovecot/lib.h
321
include/dovecot/llist.h
326
include/dovecot/llist.h
322
include/dovecot/lmtp-client.h
323
include/dovecot/log-throttle.h
327
include/dovecot/log-throttle.h
324
include/dovecot/login-common.h
328
include/dovecot/login-common.h
325
include/dovecot/login-proxy-state.h
329
include/dovecot/login-proxy-state.h
Lines 331-336 Link Here
331
include/dovecot/mail-cache.h
335
include/dovecot/mail-cache.h
332
include/dovecot/mail-copy.h
336
include/dovecot/mail-copy.h
333
include/dovecot/mail-deliver.h
337
include/dovecot/mail-deliver.h
338
include/dovecot/mail-duplicate.h
334
include/dovecot/mail-error.h
339
include/dovecot/mail-error.h
335
include/dovecot/mail-html2text.h
340
include/dovecot/mail-html2text.h
336
include/dovecot/mail-index-alloc-cache.h
341
include/dovecot/mail-index-alloc-cache.h
Lines 425-430 Link Here
425
include/dovecot/mech-otp-skey-common.h
430
include/dovecot/mech-otp-skey-common.h
426
include/dovecot/mech-plain-common.h
431
include/dovecot/mech-plain-common.h
427
include/dovecot/mech.h
432
include/dovecot/mech.h
433
include/dovecot/memarea.h
428
include/dovecot/mempool.h
434
include/dovecot/mempool.h
429
include/dovecot/message-address.h
435
include/dovecot/message-address.h
430
include/dovecot/message-binary-part.h
436
include/dovecot/message-binary-part.h
Lines 436-444 Link Here
436
include/dovecot/message-header-parser.h
442
include/dovecot/message-header-parser.h
437
include/dovecot/message-id.h
443
include/dovecot/message-id.h
438
include/dovecot/message-parser.h
444
include/dovecot/message-parser.h
439
include/dovecot/message-part.h
440
include/dovecot/message-part-data.h
445
include/dovecot/message-part-data.h
441
include/dovecot/message-part-serialize.h
446
include/dovecot/message-part-serialize.h
447
include/dovecot/message-part.h
442
include/dovecot/message-search.h
448
include/dovecot/message-search.h
443
include/dovecot/message-size.h
449
include/dovecot/message-size.h
444
include/dovecot/message-snippet.h
450
include/dovecot/message-snippet.h
Lines 446-453 Link Here
446
include/dovecot/mmap-util.h
452
include/dovecot/mmap-util.h
447
include/dovecot/module-context.h
453
include/dovecot/module-context.h
448
include/dovecot/module-dir.h
454
include/dovecot/module-dir.h
449
include/dovecot/mountpoint-list.h
450
include/dovecot/mountpoint.h
455
include/dovecot/mountpoint.h
456
include/dovecot/murmurhash3.h
451
include/dovecot/mycrypt.h
457
include/dovecot/mycrypt.h
452
include/dovecot/net.h
458
include/dovecot/net.h
453
include/dovecot/nfs-workarounds.h
459
include/dovecot/nfs-workarounds.h
Lines 475-480 Link Here
475
include/dovecot/passdb-template.h
481
include/dovecot/passdb-template.h
476
include/dovecot/passdb.h
482
include/dovecot/passdb.h
477
include/dovecot/password-scheme.h
483
include/dovecot/password-scheme.h
484
include/dovecot/path-util.h
478
include/dovecot/pkcs5.h
485
include/dovecot/pkcs5.h
479
include/dovecot/pop3-capability.h
486
include/dovecot/pop3-capability.h
480
include/dovecot/pop3-client.h
487
include/dovecot/pop3-client.h
Lines 517-523 Link Here
517
include/dovecot/quota-private.h
524
include/dovecot/quota-private.h
518
include/dovecot/quota.h
525
include/dovecot/quota.h
519
include/dovecot/quoted-printable.h
526
include/dovecot/quoted-printable.h
520
include/dovecot/rand.h
521
include/dovecot/randgen.h
527
include/dovecot/randgen.h
522
include/dovecot/raw-storage.h
528
include/dovecot/raw-storage.h
523
include/dovecot/raw-sync.h
529
include/dovecot/raw-sync.h
Lines 543-554 Link Here
543
include/dovecot/sha2.h
549
include/dovecot/sha2.h
544
include/dovecot/sha3.h
550
include/dovecot/sha3.h
545
include/dovecot/shared-storage.h
551
include/dovecot/shared-storage.h
552
include/dovecot/smtp-address.h
553
include/dovecot/smtp-client-command.h
554
include/dovecot/smtp-client-connection.h
555
include/dovecot/smtp-client-private.h
556
include/dovecot/smtp-client-transaction.h
546
include/dovecot/smtp-client.h
557
include/dovecot/smtp-client.h
558
include/dovecot/smtp-command-parser.h
559
include/dovecot/smtp-command.h
560
include/dovecot/smtp-common.h
561
include/dovecot/smtp-params.h
562
include/dovecot/smtp-parser.h
563
include/dovecot/smtp-reply-parser.h
564
include/dovecot/smtp-reply.h
565
include/dovecot/smtp-server-private.h
566
include/dovecot/smtp-server.h
567
include/dovecot/smtp-submit-settings.h
568
include/dovecot/smtp-submit.h
569
include/dovecot/smtp-syntax.h
547
include/dovecot/sort.h
570
include/dovecot/sort.h
548
include/dovecot/sql-api-private.h
571
include/dovecot/sql-api-private.h
549
include/dovecot/sql-api.h
572
include/dovecot/sql-api.h
550
include/dovecot/sql-db-cache.h
573
include/dovecot/sql-db-cache.h
551
include/dovecot/ssl-proxy.h
574
include/dovecot/stats-client.h
552
include/dovecot/stats-connection.h
575
include/dovecot/stats-connection.h
553
include/dovecot/stats-parser.h
576
include/dovecot/stats-parser.h
554
include/dovecot/stats.h
577
include/dovecot/stats.h
Lines 650-659 Link Here
650
lib/dovecot/lib21_fts_squat_plugin.so
673
lib/dovecot/lib21_fts_squat_plugin.so
651
lib/dovecot/lib30_imap_zlib_plugin.a
674
lib/dovecot/lib30_imap_zlib_plugin.a
652
lib/dovecot/lib30_imap_zlib_plugin.so
675
lib/dovecot/lib30_imap_zlib_plugin.so
653
lib/dovecot/lib90_stats_plugin.a
676
lib/dovecot/lib90_old_stats_plugin.a
654
lib/dovecot/lib90_stats_plugin.so
677
lib/dovecot/lib90_old_stats_plugin.so
655
lib/dovecot/lib95_imap_stats_plugin.a
678
lib/dovecot/lib95_imap_old_stats_plugin.a
656
lib/dovecot/lib95_imap_stats_plugin.so
679
lib/dovecot/lib95_imap_old_stats_plugin.so
657
lib/dovecot/lib99_welcome_plugin.a
680
lib/dovecot/lib99_welcome_plugin.a
658
lib/dovecot/lib99_welcome_plugin.so
681
lib/dovecot/lib99_welcome_plugin.so
659
lib/dovecot/libdcrypt_openssl.a
682
lib/dovecot/libdcrypt_openssl.a
Lines 698-707 Link Here
698
lib/dovecot/libfs_mail_crypt.so
721
lib/dovecot/libfs_mail_crypt.so
699
lib/dovecot/libssl_iostream_openssl.a
722
lib/dovecot/libssl_iostream_openssl.a
700
lib/dovecot/libssl_iostream_openssl.so
723
lib/dovecot/libssl_iostream_openssl.so
701
lib/dovecot/stats/libstats_auth.a
724
lib/dovecot/old-stats/libold_stats_mail.a
702
lib/dovecot/stats/libstats_auth.so
725
lib/dovecot/old-stats/libold_stats_mail.so
703
lib/dovecot/stats/libstats_mail.a
726
lib/dovecot/old-stats/libstats_auth.a
704
lib/dovecot/stats/libstats_mail.so
727
lib/dovecot/old-stats/libstats_auth.so
705
libexec/dovecot/aggregator
728
libexec/dovecot/aggregator
706
libexec/dovecot/anvil
729
libexec/dovecot/anvil
707
libexec/dovecot/auth
730
libexec/dovecot/auth
Lines 727-732 Link Here
727
libexec/dovecot/lmtp
750
libexec/dovecot/lmtp
728
libexec/dovecot/log
751
libexec/dovecot/log
729
libexec/dovecot/maildirlock
752
libexec/dovecot/maildirlock
753
libexec/dovecot/old-stats
730
libexec/dovecot/pop3
754
libexec/dovecot/pop3
731
libexec/dovecot/pop3-login
755
libexec/dovecot/pop3-login
732
libexec/dovecot/quota-status
756
libexec/dovecot/quota-status
Lines 734-741 Link Here
734
libexec/dovecot/replicator
758
libexec/dovecot/replicator
735
libexec/dovecot/script
759
libexec/dovecot/script
736
libexec/dovecot/script-login
760
libexec/dovecot/script-login
737
libexec/dovecot/ssl-params
738
libexec/dovecot/stats
761
libexec/dovecot/stats
762
libexec/dovecot/submission
763
libexec/dovecot/submission-login
739
libexec/dovecot/xml2text
764
libexec/dovecot/xml2text
740
man/man1/deliver.1.gz
765
man/man1/deliver.1.gz
741
man/man1/doveadm-acl.1.gz
766
man/man1/doveadm-acl.1.gz
Lines 763-769 Link Here
763
man/man1/doveadm-log.1.gz
788
man/man1/doveadm-log.1.gz
764
man/man1/doveadm-mailbox-cryptokey.1.gz
789
man/man1/doveadm-mailbox-cryptokey.1.gz
765
man/man1/doveadm-mailbox.1.gz
790
man/man1/doveadm-mailbox.1.gz
766
man/man1/doveadm-mount.1.gz
767
man/man1/doveadm-move.1.gz
791
man/man1/doveadm-move.1.gz
768
man/man1/doveadm-penalty.1.gz
792
man/man1/doveadm-penalty.1.gz
769
man/man1/doveadm-proxy.1.gz
793
man/man1/doveadm-proxy.1.gz
Lines 772-777 Link Here
772
man/man1/doveadm-quota.1.gz
796
man/man1/doveadm-quota.1.gz
773
man/man1/doveadm-reload.1.gz
797
man/man1/doveadm-reload.1.gz
774
man/man1/doveadm-replicator.1.gz
798
man/man1/doveadm-replicator.1.gz
799
man/man1/doveadm-save.1.gz
775
man/man1/doveadm-search.1.gz
800
man/man1/doveadm-search.1.gz
776
man/man1/doveadm-stats.1.gz
801
man/man1/doveadm-stats.1.gz
777
man/man1/doveadm-stop.1.gz
802
man/man1/doveadm-stop.1.gz
Lines 800-807 Link Here
800
%%DATADIR%%/stopwords/stopwords_ru.txt
825
%%DATADIR%%/stopwords/stopwords_ru.txt
801
%%DATADIR%%/stopwords/stopwords_sv.txt
826
%%DATADIR%%/stopwords/stopwords_sv.txt
802
%%LDAP%%include/dovecot/ldap-client.h
827
%%LDAP%%include/dovecot/ldap-client.h
803
%%LDAP%%lib/dovecot/dict/libdict_ldap.a
804
%%LDAP%%lib/dovecot/dict/libdict_ldap.so
805
%%LDAP%%lib/dovecot/libdovecot-ldap.a
828
%%LDAP%%lib/dovecot/libdovecot-ldap.a
806
%%LDAP%%lib/dovecot/libdovecot-ldap.so
829
%%LDAP%%lib/dovecot/libdovecot-ldap.so
807
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0
830
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0

Return to bug 225078