#17419: NEW PORT PyMOL-1.1 ----------------------------------+----------------------------------------- Reporter: andrew@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.7.0 Keywords: | Port: pymol ----------------------------------+----------------------------------------- Comment(by andrew@…): The `svn.url` as per the portfile is '''correct'''. The port fails to fetch because of something going wrong between SVN's certificate repository and/or sourceforge's SSL certificate. Note that the current svn.url is `https://pymol.svn.sourceforge.net/svnroot/pymol/branches/b11/pymol`. You can change the url to attempt to match the certificate better by adding the HTTPS port as `https://pymol.svn.sourceforge.net:443/svnroot/pymol/branches/b11/pymol`, but get identical results (see below). My interpretation is that subversion is '''incorrectly''' failing to parse sourceforge's wildcard SSL certificate. Summary - I believe that this behaviour is a bug in MacPorts/SVN. (In fact, the sourceforge certificate was issued on 12 Nov 2008, so I'm guessing that the Root CA is not in SVN's trusted CA database. {{{ dyn129-100-144-235:pymol andrew$ mkdir tmp dyn129-100-144-235:pymol andrew$ cd tmp dyn129-100-144-235:tmp andrew$ svn co https://pymol.svn.sourceforge.net:443/svnroot/pymol/branches/b11/pymol Error validating server certificate for 'https://pymol.svn.sourceforge.net:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information: - Hostname: *.svn.sourceforge.net - Valid: from Wed, 12 Nov 2008 01:25:27 GMT until Tue, 12 Jan 2010 01:25:27 GMT - Issuer: Equifax Secure Certificate Authority, Equifax, US - Fingerprint: 04:b2:70:e9:ba:cf:70:fc:e8:8a:22:86:14:13:51:97:1b:6a:de:38 (R)eject, accept (t)emporarily or accept (p)ermanently? t A pymol/configure A pymol/Makefile.in A pymol/ov A pymol/ov/src A pymol/ov/src/Makefile.delsci A pymol/ov/src/OVContext.h A pymol/ov/src/OVOneToOne.h A pymol/ov/src/Makefile.in A pymol/ov/src/OVOneToAny.c A pymol/ov/src/OVLexicon.c A pymol/ov/src/OVOneToAny.h A pymol/ov/src/ov_utility.c A pymol/ov/src/OVLexicon.h A pymol/ov/src/ov_utility.h A pymol/ov/src/OVreturns.h [... remainder deleted ...] }}} -- Ticket URL: <http://trac.macports.org/ticket/17419#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS