Compare commits

...

2 Commits

Author SHA1 Message Date
Sergio Durigan Junior 7a890f5dad Update changelog for 0.5.11-2 release 2015-09-18 15:29:44 -04:00
Sergio Durigan Junior 2826d650dc Remove "Force SSL verification" patch
The patch "force-ssl-cert-verification.patch" was mistakenly included
in the last Midori release; this cased a regression because the user
cannot access a website that has a self-signed SSL/TLS certificate
anymore.  This change removes the patch and allows the user to trust
self-signed certificates again.

Closes: #799337
2015-09-18 15:24:04 -04:00
3 changed files with 11 additions and 14 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
midori (0.5.11-2) unstable; urgency=medium
* Remove "Force SSL verification" patch.
The patch "force-ssl-cert-verification.patch" was mistakenly included
in the last Midori release; this cased a regression because the user
cannot access a website that has a self-signed SSL/TLS certificate
anymore. This change removes the patch and allows the user to trust
self-signed certificates again. (Closes: #799337)
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Fri, 18 Sep 2015 15:29:38 -0400
midori (0.5.11-1) unstable; urgency=low
[ Yves-Alexis Perez ]

View File

@ -1,13 +0,0 @@
Index: midori-debian-repo/midori/midori-session.c
===================================================================
--- midori-debian-repo.orig/midori/midori-session.c
+++ midori-debian-repo/midori/midori-session.c
@@ -189,7 +189,7 @@ midori_load_soup_session (gpointer setti
#ifndef G_OS_WIN32
g_object_set (session,
"ssl-use-system-ca-file", TRUE,
- "ssl-strict", FALSE,
+ "ssl-strict", TRUE,
NULL);
#else /* G_OS_WIN32 */
/* We cannot use "ssl-use-system-ca-file" on Windows

View File

@ -1,2 +1 @@
add-debian-searches
force-ssl-cert-verification.patch