[153648] trunk/base/src/port1.0/portlivecheck.tcl

raimue at macports.org raimue at macports.org
Thu Oct 6 20:15:02 CEST 2016


Revision: 153648
          https://trac.macports.org/changeset/153648
Author:   raimue at macports.org
Date:     2016-10-06 11:15:02 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
base: default livecheck.ignore_sslcert no

We should expect valid certificates these days. Skipping server certificate
verification caused problems with libcurl using SecureTransport because it will
not send SNI in TLS unless explicitly asked to verify the server certificate.
See #52515.

Modified Paths:
--------------
    trunk/base/src/port1.0/portlivecheck.tcl

Modified: trunk/base/src/port1.0/portlivecheck.tcl
===================================================================
--- trunk/base/src/port1.0/portlivecheck.tcl	2016-10-06 18:11:52 UTC (rev 153647)
+++ trunk/base/src/port1.0/portlivecheck.tcl	2016-10-06 18:15:02 UTC (rev 153648)
@@ -57,7 +57,7 @@
 default livecheck.name default
 default livecheck.distname default
 default livecheck.version {$version}
-default livecheck.ignore_sslcert yes
+default livecheck.ignore_sslcert no
 
 proc portlivecheck::livecheck_main {args} {
     global livecheck.url livecheck.type livecheck.md5 livecheck.regex livecheck.name livecheck.distname livecheck.version \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/e593e312/attachment-0002.html>


More information about the macports-changes mailing list