Merge lp:~timo-jyrinki/ubuntu/quantal/unity-scope-video-remote/ubuntu.0310_11 into lp:ubuntu/quantal/unity-scope-video-remote

Proposed by Timo Jyrinki
Status: Merged
Merge reported by: Timo Jyrinki
Merged at revision: not available
Proposed branch: lp:~timo-jyrinki/ubuntu/quantal/unity-scope-video-remote/ubuntu.0310_11
Merge into: lp:ubuntu/quantal/unity-scope-video-remote
Diff against target: 36 lines (+10/-1)
2 files modified
debian/changelog (+7/-0)
src/unity-scope-video-remote (+3/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu/quantal/unity-scope-video-remote/ubuntu.0310_11
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Ubuntu branches Pending
Review via email: mp+158866@code.launchpad.net

Commit message

* Cherry-pick a fix from upstream:
    - Use https connection when talking to the server (LP: #1071079)

Description of the change

  * Cherry-pick a fix from upstream:
    - Use https connection when talking to the server (LP: #1071079)

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

thanks, I uploaded it as well, I can't mark the merge request as merged though, can you do that so it falls off the sponsoring queue?

review: Approve
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

thank you, done

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-17 15:01:22 +0000
+++ debian/changelog 2013-04-15 08:56:29 +0000
@@ -1,3 +1,10 @@
1unity-scope-video-remote (0.3.10-0ubuntu1.1) UNRELEASED; urgency=low
2
3 * Cherry-pick a fix from upstream:
4 - Use https connection when talking to the server (LP: #1071079)
5
6 -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Mon, 25 Feb 2013 14:08:59 +0200
7
1unity-scope-video-remote (0.3.10-0ubuntu1) quantal-proposed; urgency=low8unity-scope-video-remote (0.3.10-0ubuntu1) quantal-proposed; urgency=low
29
3 * New upstream release.10 * New upstream release.
411
=== modified file 'src/unity-scope-video-remote'
--- src/unity-scope-video-remote 2012-10-11 21:27:49 +0000
+++ src/unity-scope-video-remote 2013-04-15 08:56:29 +0000
@@ -56,7 +56,7 @@
56CAT_INDEX_MORE = 256CAT_INDEX_MORE = 2
5757
58BUS_NAME = "net.launchpad.scope.RemoteVideos"58BUS_NAME = "net.launchpad.scope.RemoteVideos"
59SERVER = "http://videosearch.ubuntu.com/v0"59SERVER = "https://videosearch.ubuntu.com/v0"
6060
61REFRESH_INTERVAL = 3600 # fetch sources & recommendations once an hour61REFRESH_INTERVAL = 3600 # fetch sources & recommendations once an hour
62RETRY_INTERVAL = 60 # retry sources/recommendations after a minute62RETRY_INTERVAL = 60 # retry sources/recommendations after a minute
@@ -90,6 +90,8 @@
90 self.scope.connect("generate-search-key", lambda scope, search: search.props.search_string.strip())90 self.scope.connect("generate-search-key", lambda scope, search: search.props.search_string.strip())
91 self.session = Soup.SessionAsync()91 self.session = Soup.SessionAsync()
92 self.session.props.user_agent = "Unity Video Lens Remote Scope v0.4"92 self.session.props.user_agent = "Unity Video Lens Remote Scope v0.4"
93 self.session.props.ssl_use_system_ca_file = True
94 self.session.props.ssl_strict = True
93 self.session.add_feature_by_type(SoupGNOME.ProxyResolverGNOME)95 self.session.add_feature_by_type(SoupGNOME.ProxyResolverGNOME)
94 self.preferences = Unity.PreferencesManager.get_default()96 self.preferences = Unity.PreferencesManager.get_default()
95 self.query_list_of_sources()97 self.query_list_of_sources()

Subscribers

People subscribed via source and target branches

to all changes: