Your message dated Mon, 04 Aug 2014 09:19:27 +0000
with message-id <e1xeeqr-000812...@franck.debian.org>
and subject line Bug#753117: fixed in flickrbackup 0.2-3.1
has caused the Debian Bug report #753117,
regarding flickrbackup: Package broke after Flickr forces the use of https 
connections
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 ow...@bugs.debian.org
immediately.)


-- 
753117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: flickrbackup
Version: 0.2-3
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
  flickrbackup does not work at all anymore after:

  https://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-
27th-2014/

  I changed the http calls to https calls in the code, and the package works
fine again.

  I'm attaching a patch.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages flickrbackup depends on:
ii  python          2.7.6-2
ii  python-pyexiv2  0.3.2-6+b1

flickrbackup recommends no packages.

flickrbackup suggests no packages.

-- no debconf information
--- flickrbackup.orig	2011-11-05 00:00:00.000000000 +0100
+++ flickrbackup	2014-06-29 13:42:00.000000000 +0200
@@ -54,7 +54,7 @@
     hash   = hashlib.md5(string).digest().encode("hex")
 
     # Formulate the request
-    url    = "http://api.flickr.com/services/rest/?method=flickr.auth.getFrob";
+    url    = "https://api.flickr.com/services/rest/?method=flickr.auth.getFrob";
     url   += "&api_key=" + API_KEY + "&api_sig=" + hash
 
     try:
@@ -84,7 +84,7 @@
     hash   = hashlib.md5(string).digest().encode("hex")
 
     # Formulate the request
-    url    = "http://api.flickr.com/services/auth/?";
+    url    = "https://api.flickr.com/services/auth/?";
     url   += "api_key=" + API_KEY + "&perms=" + perms
     url   += "&frob=" + frob + "&api_sig=" + hash
 
@@ -109,7 +109,7 @@
     hash   = hashlib.md5(string).digest().encode("hex")
 
     # Formulate the request
-    url    = "http://api.flickr.com/services/rest/?method=flickr.auth.getToken";
+    url    = "https://api.flickr.com/services/rest/?method=flickr.auth.getToken";
     url   += "&api_key=" + API_KEY + "&frob=" + frob
     url   += "&api_sig=" + hash
 
@@ -162,7 +162,7 @@
 def getphoto(id, token, filename):
     try:
         # Contruct a request to find the sizes
-        url  = "http://api.flickr.com/services/rest/?method=flickr.photos.getSizes";
+        url  = "https://api.flickr.com/services/rest/?method=flickr.photos.getSizes";
         url += "&photo_id=" + id
 
         # Sign the request
@@ -207,7 +207,7 @@
 def getmetadata(id, token):
     try:
         # Contruct a request to find the sizes
-        url  = "http://api.flickr.com/services/rest/?method=flickr.photos.getInfo";
+        url  = "https://api.flickr.com/services/rest/?method=flickr.photos.getInfo";
         url += "&photo_id=" + id
 
         # Sign the request
@@ -313,7 +313,7 @@
         cache.close()
 
     # Now, construct a query for the list of photo sets
-    url  = "http://api.flickr.com/services/rest/?method=flickr.photosets.getList";
+    url  = "https://api.flickr.com/services/rest/?method=flickr.photosets.getList";
     url += "&user_id=" + config["user"]
     url  = flickrsign(url, config["token"])
 
@@ -334,7 +334,7 @@
         dir = normalizeToASCII(dir)
 
         # Build the list of photos
-        url   = "http://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos";
+        url   = "https://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos";
         url  += "&photoset_id=" + pid
 
         # Append to our list of urls
@@ -344,11 +344,11 @@
     dom.unlink()
 
     # Add the photos which are not in any set
-    url   = "http://api.flickr.com/services/rest/?method=flickr.photos.getNotInSet";
+    url   = "https://api.flickr.com/services/rest/?method=flickr.photos.getNotInSet";
     urls.append( (url, "No Set") )
 
     # Add the user's Favourites
-    url   = "http://api.flickr.com/services/rest/?method=flickr.favorites.getList";
+    url   = "https://api.flickr.com/services/rest/?method=flickr.favorites.getList";
     urls.append( (url, "Favourites") )
 
     # Time to get the photos

--- End Message ---
--- Begin Message ---
Source: flickrbackup
Source-Version: 0.2-3.1

We believe that the bug you reported is fixed in the latest version of
flickrbackup, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark W. Eichin <eic...@thok.org> (supplier of updated flickrbackup 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 19 Jul 2014 17:47:41 -0400
Source: flickrbackup
Binary: flickrbackup
Architecture: source all
Version: 0.2-3.1
Distribution: unstable
Urgency: medium
Maintainer: Tiago Bortoletto Vaz <ti...@debian.org>
Changed-By: Mark W. Eichin <eic...@thok.org>
Description:
 flickrbackup - Simple tool to perform a backup of your photos in flickr
Closes: 753117
Changes:
 flickrbackup (0.2-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * flickrbackup: change http to https per
     
https://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/
     thanks Alexis Maldonado <ama...@cs.uni-bremen.de> for the patch
     (Closes: #753117)
Checksums-Sha1:
 d162dc532d298fbaebe99aa13988446bffffb888 1877 flickrbackup_0.2-3.1.dsc
 a291c7d562c6210962e0e502af62cd81344bb32f 2644 
flickrbackup_0.2-3.1.debian.tar.xz
 3d19a9fc2eda5ea47d5a26ee448ff4b3d487984d 6420 flickrbackup_0.2-3.1_all.deb
Checksums-Sha256:
 0801353df23e533bd00a2d12506a10bbc1baca4c395b19aa503b1a8727a409af 1877 
flickrbackup_0.2-3.1.dsc
 00507a105f5db182ed9421fb8a826b6119ac24f382e3d2893e81e38240c2a6cb 2644 
flickrbackup_0.2-3.1.debian.tar.xz
 1e1cafa542904fa97734939adef77dd7631fb595361c67120440fc2068b889a8 6420 
flickrbackup_0.2-3.1_all.deb
Files:
 0569e3d2513c6dbd519b7b45cef9eed8 6420 utils optional 
flickrbackup_0.2-3.1_all.deb
 8554c71c0de39d557de83364208f263e 1877 utils optional flickrbackup_0.2-3.1.dsc
 866a1d76a29286f74ffc03d237c085f9 2644 utils optional 
flickrbackup_0.2-3.1.debian.tar.xz

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

iQIcBAEBCAAGBQJT30ReAAoJEBfpK0Igb4oEqTQP/j2DozGiDBjaNvhqfCsGwFhM
T9qEerFByIuXuCIVGe6E/4jSXTtyNsd5DhmNCKrH33Z0phrDOqK6DKi87lXMY9ED
pSxD2HLhiaV4cxOYtQ7k+JrlUllLk2ZWvDbYWXuPjBqx/KTwUuKHJOtyHruyw7nW
JcS0e9KaLTe+OSyo0s8nnD876Kvxr4SG6QWaPI001Kg94p94Nqi0c+g+YVTioUrl
RhA25bwHe2XKHRoNsSJE6O8yuGIF5mXU2Siex8xAIMeJmMaa5E0J/vWvgboKN0hs
rp/569kZbNMqK+tVINl61qh+1F3q0kSETW5SsTcdarn6eS3NA6uW3hbZ80P9vGTG
t5qSvfh4x0cVaioolKwCi4LgnF/kfidS7rvm7z2mp+xjqAtgpCxrSr4yX5i8oxAe
kJuWAsRIe6PmU1O23i/Z+GHFj+tBoI46eTy0SH4Fi/h+2tnC6zjojcoSWnW6BCC9
ALY1WhBAy861WLq7wzwmn2kMDG9Q7LskL3PeF3+87Fze3fbsaDt3edBXN96OQKkc
trIrAQBsPaNAZx3jRwVPHx667QwobmYe6lAR7zy2nj3Ezh15DAknTTVUZUSMxr4x
YINYoK2KbpgI7iLJOBSqy7UXAoBuNE1yHO1KAa0Qn68X9gElHuugDSINh66kiNXp
6isuVA6gdcsmHnvsN2K1
=7yFv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to