add a bugfix patch from upstream; from Brad

This commit is contained in:
sthen 2010-03-31 19:37:30 +00:00
parent d4cf259d26
commit 6fe2bae2c3
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.132 2010/03/23 21:55:38 sthen Exp $
# $OpenBSD: Makefile,v 1.133 2010/03/31 19:37:30 sthen Exp $
SHARED_ONLY= Yes
@ -11,7 +11,7 @@ V_SIEVE= 0.1.15
V_MANAGESIEVE= 0.11.11
PKGNAME= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}p0
FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE}v0
FULLPKGPATH-sieve= ${PKGPATH},-sieve

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_lib-storage_index_maildir_maildir-mail_c,v 1.3 2010/03/31 19:37:31 sthen Exp $
--- src/lib-storage/index/maildir/maildir-mail.c.orig Thu Mar 25 22:15:28 2010
+++ src/lib-storage/index/maildir/maildir-mail.c Thu Mar 25 22:17:18 2010
@@ -154,7 +154,7 @@ static int maildir_mail_get_save_date(struct mail *_ma
return -1;
*date_r = data->save_date = st.st_ctime;
- return data->save_date;
+ return 0;
}
static int