Your message dated Wed, 19 Nov 2014 21:49:08 +0000 with message-id <[email protected]> and subject line Bug#769722: fixed in python-flickrapi 1.2-3.1 has caused the Debian Bug report #769722, regarding creepy: Fail to look up on Flickr (Error: 95: SSL is required) 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.) -- 769722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769722 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: creepy Version: 0.1.94-1 Severity: important Dear Maintainer, When testing creepy in wheezy, I tried to enter a flickr username into the targets dialog and press 'Geolocate Target', but only got a error dialog: Error connecting to flicr Error was Error: 95: SSL is required As far as I can tell, this was a fatal error causing the program to not find any information about the Flirk-user in question. I suspect this might really be a bug in the python-flickrapi package, as its /usr/share/pyshared/flickrapi/__init__.py file uses http and not https to talk to flickr. I tried applying the following change to the python-flickrapi package, and this got rid of the error message and the creepy tool seemed to start doing something. After a while, it even showed some map locations, so I suspect this is the correct fix. But I am unsure, so I hope you can reassign if the bug should be fixed there. --- /usr/share/pyshared/flickrapi/__init__.py 2009-05-13 09:20:43.000000000 +0200 +++ /tmp/__init__.py 2014-11-15 22:16:08.446380054 +0100 @@ -386,7 +386,7 @@ if self.cache and self.cache.get(post_data): return self.cache.get(post_data) - url = "http://" + FlickrAPI.flickr_host + FlickrAPI.flickr_rest_form + url = "https://" + FlickrAPI.flickr_host + FlickrAPI.flickr_rest_form flicksocket = urllib.urlopen(url, post_data) reply = flicksocket.read() flicksocket.close() @@ -440,7 +440,7 @@ "frob": frob, "perms": perms}) - return "http://%s%s?%s" % (FlickrAPI.flickr_host, \ + return "https://%s%s?%s" % (FlickrAPI.flickr_host, \ FlickrAPI.flickr_auth_form, encoded) def web_login_url(self, perms): @@ -454,7 +454,7 @@ "api_key": self.api_key, "perms": perms}) - return "http://%s%s?%s" % (FlickrAPI.flickr_host, \ + return "https://%s%s?%s" % (FlickrAPI.flickr_host, \ FlickrAPI.flickr_auth_form, encoded) def __extract_upload_response_format(self, kwargs): @@ -578,7 +578,7 @@ if self.secret: kwargs["api_sig"] = self.sign(kwargs) - url = "http://%s%s" % (FlickrAPI.flickr_host, form_url) + url = "https://%s%s" % (FlickrAPI.flickr_host, form_url) # construct POST data body = Multipart() -- System Information: Debian Release: 7.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-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 creepy depends on: ii python 2.7.3-4+deb7u1 ii python-beautifulsoup 3.2.1-1 ii python-configobj 4.7.2+ds-4 ii python-flickrapi 1.2-3 ii python-osmgpsmap 0.7.3-3 ii python-pyexiv2 0.3.2-5 ii python-simplejson 2.5.2-1 ii python-tweepy 1.7.1-2+deb7u1 creepy recommends no packages. creepy suggests no packages.
--- End Message ---
--- Begin Message ---Source: python-flickrapi Source-Version: 1.2-3.1 We believe that the bug you reported is fixed in the latest version of python-flickrapi, 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. Petter Reinholdtsen <[email protected]> (supplier of updated python-flickrapi 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: SHA1 Format: 1.8 Date: Mon, 17 Nov 2014 21:48:46 +0100 Source: python-flickrapi Binary: python-flickrapi Architecture: source all Version: 1.2-3.1 Distribution: unstable Urgency: low Maintainer: Thomas Schmidt <[email protected]> Changed-By: Petter Reinholdtsen <[email protected]> Description: python-flickrapi - Flickr API wrapper for Python Closes: 769722 Changes: python-flickrapi (1.2-3.1) unstable; urgency=low . * Non-maintainer upload to get module working again. * Change API URLs from http to https to get them working with the current Flickr API where SSL is required (Closes: #769722). * Add missing ${misc:Depends} to dependency list. * Add --prefix=/usr to setup run in rules file to make sure the documentation end up in /usr/share/doc/, not /usr/local/share/doc/. Checksums-Sha1: 86c2311516f9428c2e17f8c2d3ceb044dddf1386 1336 python-flickrapi_1.2-3.1.dsc c98653cd353e102093133f604058a30608bdddc2 11861 python-flickrapi_1.2-3.1.diff.gz 6d430e879d0ce560118afbcee5a6fe446944b301 24478 python-flickrapi_1.2-3.1_all.deb Checksums-Sha256: 15948e955f5799db3c2683b732ffb1e35bba5ea23727f255b6839d120e62ffa5 1336 python-flickrapi_1.2-3.1.dsc a71302a4bfda1dde19f854c8d34b4f09c85e6d0137c7f08bac0e4a58b9bdd045 11861 python-flickrapi_1.2-3.1.diff.gz c522323887cf593b07649f72c029dce07dbbf86979b4690cdab3a3d2f5ed72c0 24478 python-flickrapi_1.2-3.1_all.deb Files: a526a05fbb2189c021cad71c43a0bbbd 1336 python optional python-flickrapi_1.2-3.1.dsc d76a147eba47454cdba1514bfb2e8f51 11861 python optional python-flickrapi_1.2-3.1.diff.gz ed73337ec90e4a5040756eeee7dc1655 24478 python optional python-flickrapi_1.2-3.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFUamd220zMSyow1ykRAuC/AJ9duwX2mpzMPnAcOj/KFdlQ5/IRpgCghbh5 AYuuKGVFnMIpIIrKaIAv2Hc= =is3s -----END PGP SIGNATURE-----
--- End Message ---

