Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 22:29:08 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        robin@isometry.net
Subject:   ports/118561: [PATCH] Update mail/dovecot to 1.0.9
Message-ID:  <200712112229.lBBMT8dx006887@freefall.freebsd.org>
Resent-Message-ID: <200712112230.lBBMU5i0007345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118561
>Category:       ports
>Synopsis:       [PATCH] Update mail/dovecot to 1.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 22:30:05 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 7.0-BETA3 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-BETA3 FreeBSD 7.0-BETA3 #30: Fri Nov 30 23:12:12 UTC 2007 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


>Description:
	dovecot 1.0.9 is a bugfix release.

	maintainer cc'ed.

v1.0.9 2007-12-11  Timo Sirainen <tss@iki.fi>

	+ Maildir: Don't wait on dovecot-uidlist.lock when we just want to
	  find out a new filename for the message.
	- mbox: v1.0.8 changes sometimes caused FETCH to fail with
	  "got too little data", disconnecting the client.
	- Fixed a memory leak when FETCHing message header/body multiple
	  times within a command (e.g. BODY[1] BODY[2])
	- IMAP: Partial body fetching was still slow with mboxes

>How-To-Repeat:
>Fix:


--- dovecot-1.0.9.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.78
diff -u -p -u -r1.78 Makefile
--- Makefile	11 Dec 2007 19:27:04 -0000	1.78
+++ Makefile	11 Dec 2007 22:25:12 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dovecot
-DISTVERSION=	1.0.8
+DISTVERSION=	1.0.9
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/1.0/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.51
diff -u -p -u -r1.51 distinfo
--- distinfo	11 Dec 2007 19:27:04 -0000	1.51
+++ distinfo	11 Dec 2007 22:25:48 -0000
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.8.tar.gz) = f6aaa996d000e4af41ce0d7604106dea
-SHA256 (dovecot-1.0.8.tar.gz) = f4fa1c5c5d10b04b924f19737a74bb5d1b99b403582a38e89dc786279fcd66d1
-SIZE (dovecot-1.0.8.tar.gz) = 1793784
+MD5 (dovecot-1.0.9.tar.gz) = fdd490b72fee9b99da972ddb69f4b58d
+SHA256 (dovecot-1.0.9.tar.gz) = a1861f42954a5497dc27eb6549e980524f75a50a03f58ac184e1770cff8a881d
+SIZE (dovecot-1.0.9.tar.gz) = 1796543
--- dovecot-1.0.9.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112229.lBBMT8dx006887>