Date: Mon, 4 Jun 2012 22:48:35 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sendemail Makefile ports/net/sendemail/files patch-sendEmail Message-ID: <201206042248.q54MmZLx038024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2012-06-04 22:48:35 UTC FreeBSD ports repository Modified files: net/sendemail Makefile Added files: net/sendemail/files patch-sendEmail Log: Fix run-time breackage: - recent versions of p5-IO-Socket-SSL defaut to SSLv2, SSLv3 and TLSv1 support for initial protocol handshakes, with SSLv2 not be accepted, actually leaving only SSLv3 and TLSv1. So there's no need to set the SSL version explicitly when calling IO::Socket::SSL->start_SSL() anymore (and actually this way we're a bit more compatible with various server outhere). - bump PORTREVISION - drop a custom CVS keyword as I'm not using my CVS to maintain ports since .. well, since I became a commiter :) Reported by: Gerard Seibert <gerard@seibercom.net>, "saberx.geo" <ollie@orobouros.net>, Carmel <carmel_ny@hotmail.com> Revision Changes Path 1.9 +1 -1 ports/net/sendemail/Makefile 1.1 +11 -0 ports/net/sendemail/files/patch-sendEmail (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206042248.q54MmZLx038024>