From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 23 22:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E3680EF3 for ; Tue, 23 Apr 2013 22:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C522111FB for ; Tue, 23 Apr 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3NMA0Yw015190 for ; Tue, 23 Apr 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3NMA0p8015189; Tue, 23 Apr 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 23 Apr 2013 22:10:00 GMT Resent-Message-Id: <201304232210.r3NMA0p8015189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id B85A2D55; Tue, 23 Apr 2013 22:00:39 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UUlGP-000L1v-Lm; Wed, 24 Apr 2013 00:00:37 +0200 Message-Id: Date: Wed, 24 Apr 2013 00:00:37 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178092: [PATCH] mail/fetchmail: data loss fix/upgrade to 6.3.26 Cc: chalpin@cs.wisc.edu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 22:10:01 -0000 >Number: 178092 >Category: ports >Synopsis: [PATCH] mail/fetchmail: data loss fix/upgrade to 6.3.26 >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r244869: Sun Dec 30 22:05:16 CET >Description: The new 6.3.26 release has just this one fix: # CRITICAL BUG FIX for setups using "mimedecode": * The mimedecode feature failed to ship the last line of the body if it was encoded as quoted-printable and had a MIME soft line break in the very last line. Reported by Lars Hecking in June 2011. Bug introduced on 1998-03-20 when the mimedecode support was added by ESR before release 4.4.1 through code contributed by Henrik Storner. Workaround for older releases: do not use mimedecode feature. Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23, but it was not. Port maintainer (chalpin@cs.wisc.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- fetchmail-6.3.26.patch begins here --- diff -ruN /usr/ports/mail/fetchmail/Makefile ./Makefile --- /usr/ports/mail/fetchmail/Makefile 2013-03-26 09:56:28.000000000 +0100 +++ ./Makefile 2013-04-23 23:50:41.000000000 +0200 @@ -8,7 +8,7 @@ # want fetchmailconf to work, define the X11 option. PORTNAME= fetchmail -PORTVERSION= 6.3.25 +PORTVERSION= 6.3.26 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ diff -ruN /usr/ports/mail/fetchmail/distinfo ./distinfo --- /usr/ports/mail/fetchmail/distinfo 2013-03-26 09:56:28.000000000 +0100 +++ ./distinfo 2013-04-23 23:51:17.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (fetchmail-6.3.25.tar.xz) = ef1cfdf77b46c34e32a5957c7fa683969e3bf775731ec0dee6595630b290f149 -SIZE (fetchmail-6.3.25.tar.xz) = 1285360 +SHA256 (fetchmail-6.3.26.tar.xz) = 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850 +SIZE (fetchmail-6.3.26.tar.xz) = 1283816 --- fetchmail-6.3.26.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: