Package: falconpl / 0.9.6.9-git20120606-2

Metadata

Package Version Patches format
falconpl 0.9.6.9-git20120606-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_gtk_MessageDialog_Wformat security.patch | (download)

modules/native/gtk/src/gtk_MessageDialog.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 patch to fix -werror=format-security error
This patch fixes error thrown due to hardening flag -Werror=format-security
introduced from dpkg-buildflags
02 Fixed the value set for CURLOPT_SSL_VERIFYHOST.patch | (download)

modules/native/curl/src/curl_ext.cpp | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fixed the value set for curlopt_ssl_verifyhost
The valid value for CURLOPT_SSL_VERIFYHOST is either 0 or 2 but code was
setting it to 1 which is wrong and will return a failure from libcurl 7.8.1