[Yum-devel] [PATCH] ssl patches for new urlgrabber and "proper" ssl support add options matching up to the options that were implemented in the m2crypto patch to yum and urlgrabber that many folks used (centos and rhel5 in particular)

Rakesh Pandit rakesh.pandit at gmail.com
Fri Aug 14 19:14:58 UTC 2009


2009/8/14 Seth Vidal wrote:
[..]
> @@ -698,6 +698,12 @@ class YumConf(StartupConf):
>
>     color_search_match = Option('bold')
>
> +    sslcacert = Option()
> +    sslverify = BoolOption(True)
> +    sslclientcert = Option()
> +    sslclientkey = Option()
> +
> +
>     _reposlist = []

Minor - I would have avoided one extra blank line before _repolist.

*You may ignore me*

-- 
rakesh


More information about the Yum-devel mailing list