Merge lp:~cosmos-door/ubuntu/saucy/mikutter/sru-1270002 into lp:ubuntu/saucy/mikutter

Proposed by Mitsuya Shibata
Status: Needs review
Proposed branch: lp:~cosmos-door/ubuntu/saucy/mikutter/sru-1270002
Merge into: lp:ubuntu/saucy/mikutter
Diff against target: 47 lines (+28/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/000_use_ssl.patch (+20/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~cosmos-door/ubuntu/saucy/mikutter/sru-1270002
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Review via email: mp+202032@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Fixed the version number and uploaded to Saucy review queue, thanks!

review: Approve

Unmerged revisions

3. By Mitsuya Shibata

* Follow restriction to ssl/tls connection only (LP: #1270002)
  - Cherry-pick patch from upstream.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file '.pc/applied-patches'
2=== modified file 'debian/changelog'
3--- debian/changelog 2013-09-02 20:15:54 +0000
4+++ debian/changelog 2014-01-17 02:19:50 +0000
5@@ -1,3 +1,10 @@
6+mikutter (0.2.2.1328+dfsg-1ubuntu1.13.10) saucy-proposed; urgency=low
7+
8+ * Follow restriction to ssl/tls connection only (LP: #1270002)
9+ - Cherry-pick patch from upstream.
10+
11+ -- Mitsuya Shibata <mty.shibata@gmail.com> Fri, 17 Jan 2014 11:06:04 +0900
12+
13 mikutter (0.2.2.1328+dfsg-1) unstable; urgency=low
14
15 * Initial release (Closes: #718791)
16
17=== added directory 'debian/patches'
18=== added file 'debian/patches/000_use_ssl.patch'
19--- debian/patches/000_use_ssl.patch 1970-01-01 00:00:00 +0000
20+++ debian/patches/000_use_ssl.patch 2014-01-17 02:19:50 +0000
21@@ -0,0 +1,20 @@
22+Description: Follow restriction to ssl/tls connection only
23+ On January 14th, 2014, connections to api.twitter.com will be restricted
24+ to TLS/SSL connections only [1].
25+ .
26+ https://dev.twitter.com/discussions/24239
27+Origin: upstream, commit:8f66e0218d7
28+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/mikutter/+bug/1270002
29+Index: mikutter/core/lib/mikutwitter/utils.rb
30+===================================================================
31+--- mikutter.orig/core/lib/mikutwitter/utils.rb 2014-01-17 02:22:59.502954000 +0900
32++++ mikutter/core/lib/mikutwitter/utils.rb 2014-01-17 10:57:20.724089879 +0900
33+@@ -12,7 +12,7 @@
34+
35+ def initialize(*a, &b)
36+ @twitter_host = 'api.twitter.com'
37+- @base_path = "http://#{@twitter_host}/1.1".freeze
38++ @base_path = "https://#{@twitter_host}/1.1".freeze
39+ super(*a, &b)
40+ end
41+
42
43=== added file 'debian/patches/series'
44--- debian/patches/series 1970-01-01 00:00:00 +0000
45+++ debian/patches/series 2014-01-17 02:19:50 +0000
46@@ -0,0 +1,1 @@
47+000_use_ssl.patch

Subscribers

People subscribed via source and target branches