Your message dated Tue, 30 Dec 2014 12:34:09 +0000
with message-id <[email protected]>
and subject line Bug#722191: fixed in urlgrabber 3.9.1-4.1
has caused the Debian Bug report #722191,
regarding yum: CURLOPT_SSL_VERIFYHOST no longer supports 1 as value!
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
722191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722191
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: yum
Version: 3.4.3-2
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

I was experimenting with building fedora chroots and under certain
circumstances yum exits with:

  File "/usr/lib/pymodules/python2.7/urlgrabber/grabber.py", line 1193, in
_set_opts
    self.curl_obj.setopt(pycurl.SSL_VERIFYHOST, opts.ssl_verify_host)
pycurl.error: (43, 'CURLOPT_SSL_VERIFYHOST no longer supports 1 as value!')

I was using the command:

yum --releasever=19 --nogpg -c rootfs/etc/yum.repos.d/fedora.repo
--disableplugin='*' --disablerepo='*' --enablerepo=fedora --installroot
/tmp/rootfs/ install bash vim-minimal procps-ng yum passwd fedora-release
systemd

I'll attach the fedora.repo file I was using.

I found this forum post which claims that CURLOPT_SSL_VERIFYHOST needs to be 2.
http://devot-ee.com/add-ons/support/simple-s3-uploader/viewthread/9731

I had a simple patch which got around the issue for me.

In addition to the packages picked up by report bug I think the following are
also relevant:

python-pycurl 7.19.0-7
libcurl3-gnutls: 7.32.0-1

Diane Trout



-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable'), (110, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages yum depends on:
ii  python               2.7.5-4
ii  python-libxml2       2.9.1+dfsg1-3
ii  python-rpm           4.11.1-2
ii  python-sqlite        1.0.1-9
ii  python-sqlitecachec  1.1.4-1
ii  python-urlgrabber    3.9.1-4
ii  rpm                  4.11.1-2

yum recommends no packages.

yum suggests no packages.

-- no debconf information
--- /tmp/yumRepo.py	2013-09-08 14:17:43.692054028 -0700
+++ /usr/lib/python2.7/dist-packages/yum/yumRepo.py	2013-06-26 22:07:25.000000000 -0700
@@ -504,9 +504,9 @@
                  'proxies': self.proxy_dict,
                  'timeout': self.timeout,
                  'http_headers': tuple(self.__headersListFromDict(cache=cache)),
                  'ssl_verify_peer': self.sslverify,
-                 'ssl_verify_host': 2 if self.sslverify else 0,
+                 'ssl_verify_host': self.sslverify,
                  'ssl_ca_cert': self.sslcacert,
                  'ssl_cert': self.sslclientcert,
                  'ssl_key': self.sslclientkey,
                  'user_agent': default_grabber.opts.user_agent,
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

--- End Message ---
--- Begin Message ---
Source: urlgrabber
Source-Version: 3.9.1-4.1

We believe that the bug you reported is fixed in the latest version of
urlgrabber, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Paul Adrian Glaubitz <[email protected]> (supplier of updated 
urlgrabber package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 30 Dec 2014 13:13:08 +0100
Source: urlgrabber
Binary: python-urlgrabber
Architecture: source all
Version: 3.9.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Kevin Coyner <[email protected]>
Changed-By: John Paul Adrian Glaubitz <[email protected]>
Description:
 python-urlgrabber - A high-level cross-protocol url-grabber
Closes: 715416 722191
Changes:
 urlgrabber (3.9.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add debian/patches/https-verifyhost-fix.diff taken from upstream
     to fix https connection issues (Closes: #715416, #722191).
Checksums-Sha1:
 3798d1ee0a98e51b467910e56e1a1c8e39dbe54b 2069 urlgrabber_3.9.1-4.1.dsc
 937c7ad3177539c337d4010e0175b2c7bd874938 72343 urlgrabber_3.9.1.orig.tar.gz
 3940e32bf6e0a49791b0c3be0aef3d2dafaf3905 10620 
urlgrabber_3.9.1-4.1.debian.tar.xz
 5d6a88b3dafb8a1d322756c8389d6852b5c66ae1 45930 
python-urlgrabber_3.9.1-4.1_all.deb
Checksums-Sha256:
 840a162400d46a31dfce001d3d6560dcfc0b025743e4373c27c85e62ada3046a 2069 
urlgrabber_3.9.1-4.1.dsc
 4437076c8708e5754ea04540e46c7f4f233734ee3590bb8a96389264fb0650d0 72343 
urlgrabber_3.9.1.orig.tar.gz
 849b922c792c1daf0d084a9b107387b39dbb769f4bfd75628c0e021611560162 10620 
urlgrabber_3.9.1-4.1.debian.tar.xz
 7d21f843ad6a7d91e2c9f9aa2b38bd75ab1a8568055add6eee3bf970dc846724 45930 
python-urlgrabber_3.9.1-4.1_all.deb
Files:
 f9bd663541b5eb5cf5947f757fe76151 2069 python optional urlgrabber_3.9.1-4.1.dsc
 00c8359bf71062d0946bacea521f80b4 72343 python optional 
urlgrabber_3.9.1.orig.tar.gz
 01777087cf88cd86f0f8c837b4bc5f84 10620 python optional 
urlgrabber_3.9.1-4.1.debian.tar.xz
 1a4ee97def98dc322213bd6a3acbe121 45930 python optional 
python-urlgrabber_3.9.1-4.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUopmnAAoJEHQmOzf1tfkTTnUQAI3bzNgT4i+ButhkJoohL9EB
zqwEBK4xpMsGlOxc6MS/Nypejd8It55qTdbNEyGm5QjMhQyJ6fuQWoLgG4n8YRWH
Vv3a/wyNtvauj94Bh1ErgcsVKqv/U8ebaKekJctDPNtRk+6AGHCdbRxFMuX+7K92
0R6Qd2ys4fMGu8QJtyoyFpxOLVoIKeSnp0ErlQM0KmUHssRjC8OrDEwkPVKG3A1v
n6uAt23jOKcLoVXDVafeMNdw6nBj+XANtSJxsKJ7enJvU3U74uYYRLbDdknvexfp
kog0BvpgIZasA2XCP1m/bmKBf41Uho9PhJJtTenBtBSpnGBSR54jfHEzJcx57cZK
pV/E3+iMAablETJOBu5ByNfN4rnuq+U+JlOl2vC9+LeWaF5P1wfXN8NHMVM/Ny+v
Os3HQTc4iXcMPdEdw7SvED5525dpawUQstpcmS35OgW4RuV/qkk3Y+ufQBZKjoF4
v9jzBDURgr1uFDoLA0x0svge1Rc9/2O29DR3l1KbUt52w8WsIddSKMZz94rgod8+
4VLZKooQbDnKzXOhOjFqDE+XzLys9lvpBZCZVwknIiXet6gDK4KhPjqPHjvEiCt8
ymYjmplEhRoPPxnpAvydXqwzbwFJFvEqU2wWysetdLVpMhVH2629qyOjwdvstnp9
+5ZISfyX/IQ75SygVi0+
=QeV6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to