~ubuntu-branches/ubuntu/trusty/banshee/trusty

« back to all changes in this revision

Viewing changes to debian/patches/libossifer-Fix-certificate-validation-with-libsoup-2.patch

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-06-05 21:05:42 UTC
  • mfrom: (6.4.27 sid)
  • Revision ID: package-import@ubuntu.com-20130605210542-mpm73q57pyx928ml
Tags: 2.6.1-2ubuntu1
* [cce9151] Merge from unstable, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [03c8cad] Set debian-branch to ubuntu/raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From: Bertrand Lorentz <bertrand.lorentz@gmail.com>
2
2
Date: Tue, 3 Apr 2012 20:49:07 +0200
3
 
Subject: libossifer: Fix certificate validation with libsoup 2.38
4
 
 (bgo#673037)
 
3
Subject: libossifer: Fix certificate validation with libsoup 2.38 (bgo#673037)
5
4
 
6
5
Libsoup 2.38 added a new SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE property,
7
6
which tells it to use the default system CA database. If we don't set
9
8
 
10
9
Origin: commit:a5c94f2efee425320847d10748410fe9c3ff9311
11
10
---
12
 
 build/m4/banshee/libwebkit.m4                            |    7 +++++++
13
 
 src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c |    6 ++++++
 
11
 build/m4/banshee/libwebkit.m4                            | 7 +++++++
 
12
 src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c | 6 ++++++
14
13
 2 files changed, 13 insertions(+)
15
14
 
16
15
diff --git a/build/m4/banshee/libwebkit.m4 b/build/m4/banshee/libwebkit.m4