Commit graph

1 commit

Author SHA1 Message Date
Ion-Mihai Tetcu
59a9476e94 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>
2012-06-04 22:48:35 +00:00