1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 2.3.8.

This commit is contained in:
Hajimu UMEMOTO 2007-02-10 14:58:49 +00:00
parent 03a1c3ccad
commit fe4292c1d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184784
8 changed files with 38 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cyrus-imapd
PORTVERSION= 2.3.7
PORTVERSION= 2.3.8
#PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \

View File

@ -1,3 +1,3 @@
MD5 (cyrus-imapd-2.3.7.tar.gz) = 07990f3a78a3a9d728cae627e31a9caf
SHA256 (cyrus-imapd-2.3.7.tar.gz) = ff58c60999f2c6495e218b81a25b6f5ef1805e4a160122db2744a6645a753b6d
SIZE (cyrus-imapd-2.3.7.tar.gz) = 2254961
MD5 (cyrus-imapd-2.3.8.tar.gz) = ac03b02c1ae08d52f807b58c488b204f
SHA256 (cyrus-imapd-2.3.8.tar.gz) = 0f5c04a7de2da737e5ca0b4f8df8647175188b22972000192bbc7cd87ffda7fe
SIZE (cyrus-imapd-2.3.8.tar.gz) = 2207366

View File

@ -0,0 +1,14 @@
Index: imap/reconstruct.c
diff -u -p imap/reconstruct.c.orig imap/reconstruct.c
--- imap/reconstruct.c.orig Tue Feb 6 03:41:48 2007
+++ imap/reconstruct.c Sat Feb 10 18:52:48 2007
@@ -577,8 +577,7 @@ reconstruct_expunge (char * path, struct
free(expuid);
return IMAP_IOERROR;
}
- unsigned msgno;
- const char *p = index_base + start_offset;
+ p = index_base + start_offset;
/*
* verify the message files exist -

View File

@ -15,6 +15,7 @@ cyrus/bin/ctl_cyrusdb
cyrus/bin/ctl_deliver
cyrus/bin/ctl_mboxlist
cyrus/bin/cvt_cyrusdb
cyrus/bin/cyr_dbtool
cyrus/bin/cyr_expire
cyrus/bin/cyrdump
cyrus/bin/deliver

View File

@ -6,7 +6,7 @@
#
PORTNAME= cyrus-imapd
PORTVERSION= 2.3.7
PORTVERSION= 2.3.8
#PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \

View File

@ -1,3 +1,3 @@
MD5 (cyrus-imapd-2.3.7.tar.gz) = 07990f3a78a3a9d728cae627e31a9caf
SHA256 (cyrus-imapd-2.3.7.tar.gz) = ff58c60999f2c6495e218b81a25b6f5ef1805e4a160122db2744a6645a753b6d
SIZE (cyrus-imapd-2.3.7.tar.gz) = 2254961
MD5 (cyrus-imapd-2.3.8.tar.gz) = ac03b02c1ae08d52f807b58c488b204f
SHA256 (cyrus-imapd-2.3.8.tar.gz) = 0f5c04a7de2da737e5ca0b4f8df8647175188b22972000192bbc7cd87ffda7fe
SIZE (cyrus-imapd-2.3.8.tar.gz) = 2207366

View File

@ -0,0 +1,14 @@
Index: imap/reconstruct.c
diff -u -p imap/reconstruct.c.orig imap/reconstruct.c
--- imap/reconstruct.c.orig Tue Feb 6 03:41:48 2007
+++ imap/reconstruct.c Sat Feb 10 18:52:48 2007
@@ -577,8 +577,7 @@ reconstruct_expunge (char * path, struct
free(expuid);
return IMAP_IOERROR;
}
- unsigned msgno;
- const char *p = index_base + start_offset;
+ p = index_base + start_offset;
/*
* verify the message files exist -

View File

@ -15,6 +15,7 @@ cyrus/bin/ctl_cyrusdb
cyrus/bin/ctl_deliver
cyrus/bin/ctl_mboxlist
cyrus/bin/cvt_cyrusdb
cyrus/bin/cyr_dbtool
cyrus/bin/cyr_expire
cyrus/bin/cyrdump
cyrus/bin/deliver