diff options
author | mandree <mandree@FreeBSD.org> | 2013-04-24 06:37:59 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-04-24 06:37:59 +0800 |
commit | 38946ded0fba47addc7233c40797b6a23738a801 (patch) | |
tree | acdba1e82153689220f3c96bb55a3181654433d4 /mail | |
parent | b35535f08b477977fcdf3b6917fdcdf46835a86a (diff) | |
download | freebsd-ports-gnome-38946ded0fba47addc7233c40797b6a23738a801.tar.gz freebsd-ports-gnome-38946ded0fba47addc7233c40797b6a23738a801.tar.zst freebsd-ports-gnome-38946ded0fba47addc7233c40797b6a23738a801.zip |
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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index ef3f26196455..99966aff06b2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -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 --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index b92938d4d570..0e5670648fa9 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -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 |