mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.2.8
PR: ports/139386 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Yarema <yds@CoolRat.org> (maintainer)
This commit is contained in:
parent
ea8549354e
commit
d994375584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245512
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dovecot
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.8
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
|
||||
http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
|
||||
@ -52,12 +51,11 @@ PORTDOCS= *.txt wiki ${DOCS}
|
||||
DOVECOT_UID?= 143
|
||||
DOVECOT_GID?= 143
|
||||
|
||||
PROTOCOLS= imap
|
||||
PROTOCOLS= imap pop3
|
||||
|
||||
OPTIONS= KQUEUE "kqueue(2) support" on \
|
||||
SSL "SSL support" on \
|
||||
IPV6 "IPv6 support" on \
|
||||
POP3 "POP3 support" on \
|
||||
LDA "LDA support" on \
|
||||
MANAGESIEVE "ManageSieve support" on \
|
||||
GSSAPI "GSSAPI support" off \
|
||||
@ -91,7 +89,7 @@ CONFIGURE_ARGS+= --with-ioloop=kqueue
|
||||
## SSL support
|
||||
#
|
||||
.if defined(WITH_SSL) && !defined(WITHOUT_SSL)
|
||||
PROTOCOLS+= imaps
|
||||
PROTOCOLS+= imaps pop3s
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.endif
|
||||
@ -102,19 +100,6 @@ CONFIGURE_ARGS+= --without-ssl
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
## POP3 support
|
||||
#
|
||||
.if defined(WITHOUT_POP3)
|
||||
CONFIGURE_ARGS+= --without-pop3d
|
||||
PLIST_SUB+= POP3="@comment "
|
||||
.else
|
||||
PROTOCOLS+= pop3
|
||||
.if defined(WITH_SSL) && !defined(WITHOUT_SSL)
|
||||
PROTOCOLS+= pop3s
|
||||
.endif
|
||||
PLIST_SUB+= POP3=""
|
||||
.endif
|
||||
|
||||
## LDA support
|
||||
#
|
||||
.if defined(WITHOUT_LDA)
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (dovecot-1.2.4.tar.gz) = 3e5717d13e3d6b32d3f4b809df397dbf
|
||||
SHA256 (dovecot-1.2.4.tar.gz) = df6406f96f5c040f4656ce7526c45b2f333851c7895e8bbab928db02fa6ac3ca
|
||||
SIZE (dovecot-1.2.4.tar.gz) = 2637375
|
||||
MD5 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6dd2ef2d46b3b63238237455558a14e1
|
||||
SHA256 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 7fad7de933ae5698ae77574ef265587e71232737116348352a282658c773de7a
|
||||
SIZE (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6422
|
||||
MD5 (dovecot-1.2.8.tar.gz) = c6d6c061413d299ccea7b55c3e4faa0a
|
||||
SHA256 (dovecot-1.2.8.tar.gz) = 145c5dd8519d526c4bc2c1b4d6b5eeb09ba000f57fe5e16af1f72a73acc788c7
|
||||
SIZE (dovecot-1.2.8.tar.gz) = 2702887
|
||||
MD5 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 4e3d658b2040f1319e7ec5f389aa94ff
|
||||
SHA256 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 740e3174022c9902577a6184ec2f237dda58208818ca49382e79553d7a2614eb
|
||||
SIZE (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 6298
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- src/auth/mech-gssapi.c.orig 2009-08-15 03:14:11.000000000 +1000
|
||||
+++ src/auth/mech-gssapi.c 2009-08-29 07:02:43.000000000 +1000
|
||||
@@ -218,6 +218,10 @@
|
||||
const unsigned char *c = data;
|
||||
unsigned int i;
|
||||
|
||||
+ /* apparently all names end with NUL? */
|
||||
+ if (len > 0 && c[len-1] == '\0')
|
||||
+ len--;
|
||||
+
|
||||
for (i = 0; i < len; i++) {
|
||||
if (c[i] == '\0')
|
||||
return TRUE;
|
@ -91,6 +91,7 @@ lib/dovecot/lib21_fts_squat_plugin.a
|
||||
lib/dovecot/lib21_fts_squat_plugin.la
|
||||
lib/dovecot/lib21_fts_squat_plugin.so
|
||||
@dirrmtry lib/dovecot
|
||||
libexec/dovecot/authtest
|
||||
libexec/dovecot/checkpassword-reply
|
||||
libexec/dovecot/convert-tool
|
||||
%%LDA%%libexec/dovecot/deliver
|
||||
@ -105,8 +106,8 @@ libexec/dovecot/imap-utf7
|
||||
libexec/dovecot/listview
|
||||
libexec/dovecot/logview
|
||||
libexec/dovecot/maildirlock
|
||||
%%POP3%%libexec/dovecot/pop3
|
||||
%%POP3%%libexec/dovecot/pop3-login
|
||||
libexec/dovecot/pop3
|
||||
libexec/dovecot/pop3-login
|
||||
libexec/dovecot/rawlog
|
||||
libexec/dovecot/ssl-build-param
|
||||
libexec/dovecot/threadview
|
||||
|
Loading…
Reference in New Issue
Block a user