[ANN] bzr 2.5b6 released

Vincent Ladeuil vila+bzr at canonical.com
Mon Feb 13 07:53:34 UTC 2012


>>>>> Gordon Tyler <gordon at doxxx.net> writes:

    > On Sun, Feb 12, 2012 at 9:18 AM, Vincent Ladeuil <vila+bzr at canonical.com>wrote:
    >> Did this includes a cert bundle as mentioned in http://pad/lv/920455
    >> (see
    >> https://code.launchpad.net/~vila/bzr/920455-ssl-defaults/+merge/90693
    >> for details) ?
    >> 
    >> 
    > Nope, I wasn't aware of that. I get a lot of LP bug spam which I delete
    > after a quick scan.

    > I have no idea how to get access to SSL cert in the OS X keychain as you
    > describe,

That would be for the longer term.

    > so I guess for now I'll have to bundle one and point the
    > ssl.ca_certs config setting at it?

Yup.

    > Could you send me an email describing what needs to be done?

See the bug and the proposal, there are details there about where to get
the bundle and where the path should be specified (in bzrlib/config.py)

90	+# Note for packagers: if there is no package providing certs for your platform,
91	+# the curl project produces http://curl.haxx.se/ca/cacert.pem weekly.


109	+ elif sys.platform == 'darwin':
110	+ # FIXME: Needs some default value for osx, waiting for osx installers
111	+ # guys feedback -- vila 2012-01-25
112	+ pass

    Vincent



More information about the bazaar mailing list