Merge lp:~noskcaj/ubuntu/vivid/gthumb/flickr-https into lp:ubuntu/vivid/gthumb

Proposed by Jackson Doak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/vivid/gthumb/flickr-https
Merge into: lp:ubuntu/vivid/gthumb
Diff against target: 66 lines (+46/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/15-flickr-https.patch (+38/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/vivid/gthumb/flickr-https
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+249763@code.launchpad.net

Description of the change

Upstream git commit allowing us to use flickr again. Will need SRUing eventually

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, can you prepare trusty/utopic SRUs for that as well?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-07-04 15:03:18 +0000
3+++ debian/changelog 2015-02-14 21:08:44 +0000
4@@ -1,3 +1,10 @@
5+gthumb (3:3.3.1.is.3.2.8-0ubuntu2) vivid; urgency=medium
6+
7+ * Add 15-flickr-https.patch to work with flickr's https requirements.
8+ LP: #1341153
9+
10+ -- Jackson Doak <noskcaj@ubuntu.com> Sun, 15 Feb 2015 07:50:05 +1100
11+
12 gthumb (3:3.3.1.is.3.2.8-0ubuntu1build1) utopic; urgency=medium
13
14 * No change rebuild against new libexiv2-13
15
16=== added file 'debian/patches/15-flickr-https.patch'
17--- debian/patches/15-flickr-https.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/15-flickr-https.patch 2015-02-14 21:08:44 +0000
19@@ -0,0 +1,38 @@
20+From 4cba2631576653dc86be38bf532c879457cc25bf Mon Sep 17 00:00:00 2001
21+From: Paolo Bacchilega <paobac@src.gnome.org>
22+Date: Mon, 21 Jul 2014 19:07:47 +0200
23+Subject: Forbidden when trying to upload to Flickr
24+
25+[bug #732557]
26+
27+diff --git a/extensions/flicker/actions.c b/extensions/flicker/actions.c
28+index 0ad858a..2094acf 100644
29+--- a/extensions/flicker/actions.c
30++++ b/extensions/flicker/actions.c
31+@@ -31,17 +31,17 @@
32+ static FlickrServer www_flickr_com = {
33+ "Flickr",
34+ "flickr",
35+- "http://www.flickr.com",
36+- "http",
37++ "https://www.flickr.com",
38++ "https",
39+
40+- "http://www.flickr.com/services/oauth/request_token",
41+- "http://www.flickr.com/services/oauth/authorize",
42+- "http://www.flickr.com/services/oauth/access_token",
43++ "https://www.flickr.com/services/oauth/request_token",
44++ "https://www.flickr.com/services/oauth/authorize",
45++ "https://www.flickr.com/services/oauth/access_token",
46+ "8960706ee7f4151e893b11837e9c24ce",
47+ "1ff8d1e45c873423",
48+
49+- "http://api.flickr.com/services/rest",
50+- "http://api.flickr.com/services/upload",
51++ "https://api.flickr.com/services/rest",
52++ "https://up.flickr.com/services/upload",
53+ "static.flickr.com",
54+ FALSE,
55+ TRUE
56+--
57+cgit v0.10.1
58
59=== modified file 'debian/patches/series'
60--- debian/patches/series 2014-01-25 11:24:27 +0000
61+++ debian/patches/series 2015-02-14 21:08:44 +0000
62@@ -5,3 +5,4 @@
63 07-fix_documentation_xml.patch
64 10-fix_POTFILES.skip.patch
65 14-unity_control_center.patch
66+15-flickr-https.patch

Subscribers

People subscribed via source and target branches

to all changes: