Update to 2.1.7.
This commit is contained in:
parent
93b14fcc26
commit
d6a00af6f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64769
16 changed files with 28 additions and 136 deletions
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.7
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020817.diff.gz
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020822.diff.gz
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
|
||||
|
@ -40,8 +40,8 @@ LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp
|
|||
CONFIGURE_ARGS+=--with-ucdsnmp=no
|
||||
.endif
|
||||
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 pop3test.1 \
|
||||
sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \
|
||||
pop3test.1 sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN3= imclient.3
|
||||
MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5
|
||||
MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cyrus-imapd-2.1.5.tar.gz) = 86eb126e818f998cf7ff2e1fe1a09cb3
|
||||
MD5 (cyrus-imapd-2.1.5-ipv6-20020817.diff.gz) = 322d905312403fbf621e77ebba413c6a
|
||||
MD5 (cyrus-imapd-2.1.7.tar.gz) = fbcec1f85a34e338c94f1ae48d38b14e
|
||||
MD5 (cyrus-imapd-2.1.7-ipv6-20020822.diff.gz) = 559ac1f6af6d08acfaa6377329cfd812
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
Index: lib/cyrusdb_skiplist.c
|
||||
diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c
|
||||
--- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002
|
||||
+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002
|
||||
@@ -67,6 +67,10 @@
|
||||
#include "lock.h"
|
||||
#include "retry.h"
|
||||
|
||||
+#ifndef O_DSYNC
|
||||
+#define O_DSYNC O_FSYNC
|
||||
+#endif
|
||||
+
|
||||
#define PROB (0.5)
|
||||
|
||||
/*
|
|
@ -1,12 +0,0 @@
|
|||
Index: perl/imap/IMAP.xs
|
||||
diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs
|
||||
--- perl/imap/IMAP.xs.orig Sun May 26 04:57:49 2002
|
||||
+++ perl/imap/IMAP.xs Sat Aug 17 03:47:36 2002
|
||||
@@ -194,6 +194,7 @@
|
||||
if(!text->password) {
|
||||
char *ptr;
|
||||
printf("Password: ");
|
||||
+ fflush(stdout);
|
||||
ptr = getpass("");
|
||||
text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr));
|
||||
text->password->len = strlen(ptr);
|
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.7
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020817.diff.gz
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020822.diff.gz
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
|
||||
|
@ -40,8 +40,8 @@ LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp
|
|||
CONFIGURE_ARGS+=--with-ucdsnmp=no
|
||||
.endif
|
||||
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 pop3test.1 \
|
||||
sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \
|
||||
pop3test.1 sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN3= imclient.3
|
||||
MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5
|
||||
MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cyrus-imapd-2.1.5.tar.gz) = 86eb126e818f998cf7ff2e1fe1a09cb3
|
||||
MD5 (cyrus-imapd-2.1.5-ipv6-20020817.diff.gz) = 322d905312403fbf621e77ebba413c6a
|
||||
MD5 (cyrus-imapd-2.1.7.tar.gz) = fbcec1f85a34e338c94f1ae48d38b14e
|
||||
MD5 (cyrus-imapd-2.1.7-ipv6-20020822.diff.gz) = 559ac1f6af6d08acfaa6377329cfd812
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
Index: lib/cyrusdb_skiplist.c
|
||||
diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c
|
||||
--- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002
|
||||
+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002
|
||||
@@ -67,6 +67,10 @@
|
||||
#include "lock.h"
|
||||
#include "retry.h"
|
||||
|
||||
+#ifndef O_DSYNC
|
||||
+#define O_DSYNC O_FSYNC
|
||||
+#endif
|
||||
+
|
||||
#define PROB (0.5)
|
||||
|
||||
/*
|
|
@ -1,12 +0,0 @@
|
|||
Index: perl/imap/IMAP.xs
|
||||
diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs
|
||||
--- perl/imap/IMAP.xs.orig Sun May 26 04:57:49 2002
|
||||
+++ perl/imap/IMAP.xs Sat Aug 17 03:47:36 2002
|
||||
@@ -194,6 +194,7 @@
|
||||
if(!text->password) {
|
||||
char *ptr;
|
||||
printf("Password: ");
|
||||
+ fflush(stdout);
|
||||
ptr = getpass("");
|
||||
text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr));
|
||||
text->password->len = strlen(ptr);
|
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.7
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020817.diff.gz
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020822.diff.gz
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
|
||||
|
@ -40,8 +40,8 @@ LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp
|
|||
CONFIGURE_ARGS+=--with-ucdsnmp=no
|
||||
.endif
|
||||
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 pop3test.1 \
|
||||
sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \
|
||||
pop3test.1 sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN3= imclient.3
|
||||
MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5
|
||||
MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cyrus-imapd-2.1.5.tar.gz) = 86eb126e818f998cf7ff2e1fe1a09cb3
|
||||
MD5 (cyrus-imapd-2.1.5-ipv6-20020817.diff.gz) = 322d905312403fbf621e77ebba413c6a
|
||||
MD5 (cyrus-imapd-2.1.7.tar.gz) = fbcec1f85a34e338c94f1ae48d38b14e
|
||||
MD5 (cyrus-imapd-2.1.7-ipv6-20020822.diff.gz) = 559ac1f6af6d08acfaa6377329cfd812
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
Index: lib/cyrusdb_skiplist.c
|
||||
diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c
|
||||
--- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002
|
||||
+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002
|
||||
@@ -67,6 +67,10 @@
|
||||
#include "lock.h"
|
||||
#include "retry.h"
|
||||
|
||||
+#ifndef O_DSYNC
|
||||
+#define O_DSYNC O_FSYNC
|
||||
+#endif
|
||||
+
|
||||
#define PROB (0.5)
|
||||
|
||||
/*
|
|
@ -1,12 +0,0 @@
|
|||
Index: perl/imap/IMAP.xs
|
||||
diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs
|
||||
--- perl/imap/IMAP.xs.orig Sun May 26 04:57:49 2002
|
||||
+++ perl/imap/IMAP.xs Sat Aug 17 03:47:36 2002
|
||||
@@ -194,6 +194,7 @@
|
||||
if(!text->password) {
|
||||
char *ptr;
|
||||
printf("Password: ");
|
||||
+ fflush(stdout);
|
||||
ptr = getpass("");
|
||||
text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr));
|
||||
text->password->len = strlen(ptr);
|
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.7
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020817.diff.gz
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20020822.diff.gz
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
|
||||
|
@ -40,8 +40,8 @@ LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp
|
|||
CONFIGURE_ARGS+=--with-ucdsnmp=no
|
||||
.endif
|
||||
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 pop3test.1 \
|
||||
sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \
|
||||
pop3test.1 sieveshell.1 sivtest.1 smtptest.1
|
||||
MAN3= imclient.3
|
||||
MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5
|
||||
MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cyrus-imapd-2.1.5.tar.gz) = 86eb126e818f998cf7ff2e1fe1a09cb3
|
||||
MD5 (cyrus-imapd-2.1.5-ipv6-20020817.diff.gz) = 322d905312403fbf621e77ebba413c6a
|
||||
MD5 (cyrus-imapd-2.1.7.tar.gz) = fbcec1f85a34e338c94f1ae48d38b14e
|
||||
MD5 (cyrus-imapd-2.1.7-ipv6-20020822.diff.gz) = 559ac1f6af6d08acfaa6377329cfd812
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
Index: lib/cyrusdb_skiplist.c
|
||||
diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c
|
||||
--- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002
|
||||
+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002
|
||||
@@ -67,6 +67,10 @@
|
||||
#include "lock.h"
|
||||
#include "retry.h"
|
||||
|
||||
+#ifndef O_DSYNC
|
||||
+#define O_DSYNC O_FSYNC
|
||||
+#endif
|
||||
+
|
||||
#define PROB (0.5)
|
||||
|
||||
/*
|
|
@ -1,12 +0,0 @@
|
|||
Index: perl/imap/IMAP.xs
|
||||
diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs
|
||||
--- perl/imap/IMAP.xs.orig Sun May 26 04:57:49 2002
|
||||
+++ perl/imap/IMAP.xs Sat Aug 17 03:47:36 2002
|
||||
@@ -194,6 +194,7 @@
|
||||
if(!text->password) {
|
||||
char *ptr;
|
||||
printf("Password: ");
|
||||
+ fflush(stdout);
|
||||
ptr = getpass("");
|
||||
text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr));
|
||||
text->password->len = strlen(ptr);
|
Loading…
Reference in a new issue