Date: Thu, 22 Nov 2018 04:43:52 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485581 - branches/2018Q4/mail/fetchmail Message-ID: <201811220443.wAM4hqu0013861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Thu Nov 22 04:43:52 2018 New Revision: 485581 URL: https://svnweb.freebsd.org/changeset/ports/485581 Log: MFH: r485579 mail/fetchmail: backport SNI support from upstream This affects some servers such as Gmail. See also bugs on Linux distributions. * https://bugzilla.redhat.com/show_bug.cgi?id=1611815 * https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/1798786 PR: 233078 Submitted by: fuyuhiko.maruyama@gmail.com Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), mentors (implicit) Obtained from: https://gitlab.com/fetchmail/fetchmail/commit/9b8b634312f169fab872f3580c2febe5af031615 Approved by: portmgr (miwi) Modified: branches/2018Q4/mail/fetchmail/Makefile branches/2018Q4/mail/fetchmail/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/fetchmail/Makefile ============================================================================== --- branches/2018Q4/mail/fetchmail/Makefile Thu Nov 22 04:36:53 2018 (r485580) +++ branches/2018Q4/mail/fetchmail/Makefile Thu Nov 22 04:43:52 2018 (r485581) @@ -3,10 +3,13 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ + +PATCH_SITES= https://gitlab.com/fetchmail/fetchmail/commit/ +PATCHFILES= 9b8b634.patch:-p1 MAINTAINER= chalpin@cs.wisc.edu COMMENT= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR Modified: branches/2018Q4/mail/fetchmail/distinfo ============================================================================== --- branches/2018Q4/mail/fetchmail/distinfo Thu Nov 22 04:36:53 2018 (r485580) +++ branches/2018Q4/mail/fetchmail/distinfo Thu Nov 22 04:43:52 2018 (r485581) @@ -1,2 +1,5 @@ +TIMESTAMP = 1542709974 SHA256 (fetchmail-6.3.26.tar.xz) = 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850 SIZE (fetchmail-6.3.26.tar.xz) = 1283816 +SHA256 (9b8b634.patch) = b0a9f7e28e7e6a5a16669832ad7a7a7dca47b435ce446ef10bd0421deea4a848 +SIZE (9b8b634.patch) = 1023
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811220443.wAM4hqu0013861>