Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 01:52:39 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485579 - head/mail/fetchmail
Message-ID:  <201811220152.wAM1qds1026282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <chalpin@cs.wisc.edu> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811220152.wAM1qds1026282>