Bug 178092 - [PATCH] mail/fetchmail: data loss fix/upgrade to 6.3.26
Summary: [PATCH] mail/fetchmail: data loss fix/upgrade to 6.3.26
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 23:10 UTC by Matthias Andree
Modified: 2013-04-23 23:40 UTC (History)
1 user (show)

See Also:


Attachments
fetchmail-6.3.26.patch (912 bytes, patch)
2013-04-23 23:10 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2013-04-23 23:10:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-23 23:10:07 UTC
Maintainer of mail/fetchmail,

Please note that PR ports/178092 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178092

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-23 23:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Corey Halpin 2013-04-23 23:20:28 UTC
  Approve.

~crh

On 2013-04-23, Edwin Groothuis wrote:
> Maintainer of mail/fetchmail,
> 
> Please note that PR ports/178092 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178092
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
> 
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2013-04-23 23:23:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-23 23:38:07 UTC
Author: mandree
Date: Tue Apr 23 22:37:59 2013
New Revision: 316398
URL: http://svnweb.freebsd.org/changeset/ports/316398

Log:
  Upgrade to new version 6.3.26.
  
  This fixes one data loss bug that causes the last line of a message to
  be lost if it is unterminated (i. e. no LF character) and if the
  "mimedecode" option is enabled (which defaults to "off").
  
  PR:		ports/178092
  Approved by:	Corey Halpin (maintainer)

Modified:
  head/mail/fetchmail/Makefile
  head/mail/fetchmail/distinfo

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Apr 23 22:31:27 2013	(r316397)
+++ head/mail/fetchmail/Makefile	Tue Apr 23 22:37:59 2013	(r316398)
@@ -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}/

Modified: head/mail/fetchmail/distinfo
==============================================================================
--- head/mail/fetchmail/distinfo	Tue Apr 23 22:31:27 2013	(r316397)
+++ head/mail/fetchmail/distinfo	Tue Apr 23 22:37:59 2013	(r316398)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Matthias Andree freebsd_committer freebsd_triage 2013-04-23 23:38:21 UTC
State Changed
From-To: feedback->closed

Approved of by maintainer, and committed.