[PATCH] subrepo: add status support for ignored files in git subrepos

Yuya Nishihara yuya at tcha.org
Fri Dec 5 06:56:30 CST 2014


On Thu, 04 Dec 2014 19:23:29 -0600, Matt Mackall wrote:
> On Thu, 2014-12-04 at 22:01 +0900, Yuya Nishihara wrote:
> > On Wed, 03 Dec 2014 20:19:42 -0600, Matt Mackall wrote:
> > > Steve, SSLv3 and below are rapidly being deprecated around the planet:
> > > 
> > > http://googleonlinesecurity.blogspot.com/2014/10/this-poodle-bites-exploiting-ssl-30.html
> > > https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/
> > > https://groups.google.com/a/chromium.org/forum/#!
> > > topic/security-dev/Vnhy9aKM_l4
> > > 
> > > ...and
> > > 
> > > http://www.selenic.com/hg/rev/22db405536be
> > > 
> > > ..so you'll probably need to bump the SSL library in THG.
> > 
> > The problem will go away if TortoiseHg is built with Python 2.7.8.  The OpenSSL
> > dll which Python actually uses is _ssl.pyd.  Python 2.7.8 bundles new version.
> > 
> > https://www.python.org/download/releases/2.7.8/
> 
> Does our own change to drop SSLv3 mean that no SSL works with the
> current THG?

TLS 1.0 should be supported by OpenSSL 0.9.8y.

It seems the "wrong version number" error was caused by wrong protocol/port.

> [smtp]
> host = smtp.gmail.com
> port = 587
> tls = smtps

It should be "tls = starttls" or "port = 465" (for smtps.)

Regards,


More information about the Mercurial-devel mailing list