cvs commit: ports/net/sendemail Makefile ports/net/sendemail/files patch-sendEmail

Ion-Mihai Tetcu itetcu at FreeBSD.org
Mon Jun 4 22:48:35 UTC 2012


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 at seibercom.net>,
                  "saberx.geo" <ollie at orobouros.net>,
                  Carmel <carmel_ny at hotmail.com>
  
  Revision  Changes    Path
  1.9       +1 -1      ports/net/sendemail/Makefile
  1.1       +11 -0     ports/net/sendemail/files/patch-sendEmail (new)


More information about the cvs-all mailing list