mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to courier-imap 1.5.2
This commit is contained in:
parent
5bcddc1f4b
commit
f17ef8c919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63990
4 changed files with 7 additions and 17 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= courier-imap
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= courier
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (courier-imap-1.4.3.tar.gz) = 26aa7d71affa94fe9adcfb4f043ecd3d
|
||||
MD5 (courier-imap-1.5.2.tar.gz) = fac17dfdbaeb5f7f0baf4d0853f96b3a
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- rfc822/rfc822_parsedt.c.orig Mon Jun 17 08:48:45 2002
|
||||
+++ rfc822/rfc822_parsedt.c Mon Jun 17 08:49:39 2002
|
||||
@@ -199,6 +199,7 @@
|
||||
}
|
||||
|
||||
if (year < 1970) return (0);
|
||||
+ if (year > 9999) return (0);
|
||||
|
||||
t=0;
|
||||
for (y=1970; y<year; y++)
|
|
@ -1,11 +1,12 @@
|
|||
%%OPENSSLFLAG%%bin/couriertls
|
||||
bin/deliverquota
|
||||
bin/imapd
|
||||
bin/maildirmake
|
||||
bin/pop3d
|
||||
etc/courier-imap/authdaemonrc.dist
|
||||
%%LDAPFLAG%%etc/courier-imap/authldaprc.dist
|
||||
%%MYSQLFLAG%%etc/courier-imap/authmysqlrc.dist
|
||||
%%PGSQLFLAG%%etc/courier-imap/authpgsqlrc.dist
|
||||
%%LDAPFLAG%%etc/courier-imap/authldaprc.dist
|
||||
etc/courier-imap/imapd-ssl.dist
|
||||
etc/courier-imap/imapd.cnf.dist
|
||||
etc/courier-imap/imapd.dist
|
||||
|
@ -17,15 +18,14 @@ etc/rc.d/courier-imap-imapd.sh.sample
|
|||
etc/rc.d/courier-imap-pop3d.sh.sample
|
||||
libexec/courier-imap/authlib/authdaemon
|
||||
libexec/courier-imap/authlib/authdaemond
|
||||
%%LDAPFLAG%%libexec/courier-imap/authlib/authdaemond.ldap
|
||||
%%MYSQLFLAG%%libexec/courier-imap/authlib/authdaemond.mysql
|
||||
%%PGSQLFLAG%%libexec/courier-imap/authlib/authdaemond.pgsql
|
||||
%%LDAPFLAG%%libexec/courier-imap/authlib/authdaemond.ldap
|
||||
libexec/courier-imap/authlib/authdaemond.plain
|
||||
libexec/courier-imap/courierlogger
|
||||
libexec/courier-imap/couriertcpd
|
||||
libexec/courier-imap/deliverquota
|
||||
libexec/courier-imap/imapd-ssl.rc
|
||||
libexec/courier-imap/imapd.rc
|
||||
libexec/courier-imap/logger
|
||||
libexec/courier-imap/makedatprog
|
||||
libexec/courier-imap/pop3d-ssl.rc
|
||||
libexec/courier-imap/pop3d.rc
|
||||
|
|
Loading…
Add table
Reference in a new issue