From owner-svn-ports-head@freebsd.org Thu Nov 22 01:52:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DFDD1109396; Thu, 22 Nov 2018 01:52:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31CFB82E49; Thu, 22 Nov 2018 01:52:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 122B3F2C; Thu, 22 Nov 2018 01:52:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAM1qdZZ026284; Thu, 22 Nov 2018 01:52:39 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAM1qds1026282; Thu, 22 Nov 2018 01:52:39 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201811220152.wAM1qds1026282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 22 Nov 2018 01:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485579 - head/mail/fetchmail X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/mail/fetchmail X-SVN-Commit-Revision: 485579 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 31CFB82E49 X-Spamd-Result: default: False [1.31 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.40)[0.400,0]; NEURAL_SPAM_MEDIUM(0.49)[0.489,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.42)[0.419,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 01:52:40 -0000 Author: meta Date: Thu Nov 22 01:52:39 2018 New Revision: 485579 URL: https://svnweb.freebsd.org/changeset/ports/485579 Log: 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 (maintainer), mentors (implicit) Obtained from: https://gitlab.com/fetchmail/fetchmail/commit/9b8b634312f169fab872f3580c2febe5af031615 MFH: 2018Q4 Modified: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Thu Nov 22 01:41:01 2018 (r485578) +++ head/mail/fetchmail/Makefile Thu Nov 22 01:52:39 2018 (r485579) @@ -3,10 +3,13 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 -PORTREVISION= 7 +PORTREVISION= 8 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: head/mail/fetchmail/distinfo ============================================================================== --- head/mail/fetchmail/distinfo Thu Nov 22 01:41:01 2018 (r485578) +++ head/mail/fetchmail/distinfo Thu Nov 22 01:52:39 2018 (r485579) @@ -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