From: Soyoung Kim Date: Tue, 16 Apr 2013 08:32:40 +0000 (+0900) Subject: [Release] wrt-installer_0.1.28 X-Git-Tag: accepted/tizen_2.1/20130425.023916~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d7fda6b61d523969d9810db83b15e63fbb3075e;hp=40d6f51bff1caf94365d193163e72187da940390;p=framework%2Fweb%2Fwrt-installer.git [Release] wrt-installer_0.1.28 Merge branch 'master' into tizen_2.1 Change-Id: Idab467c2aa19c9154e89f7070b1457fbc6e663cb --- diff --git a/packaging/wrt-installer.spec b/packaging/wrt-installer.spec index 09c60c0..8b95518 100644 --- a/packaging/wrt-installer.spec +++ b/packaging/wrt-installer.spec @@ -1,7 +1,7 @@ -#git:framework/web/wrt-installer wrt-installer 0.1.27 +#git:framework/web/wrt-installer wrt-installer 0.1.28 Name: wrt-installer Summary: Installer for tizen Webruntime -Version: 0.1.27 +Version: 0.1.28 Release: 1 Group: Development/Libraries License: Apache License, Version 2.0 diff --git a/src/jobs/widget_install/task_certify.cpp b/src/jobs/widget_install/task_certify.cpp index db0ebad..264ee96 100644 --- a/src/jobs/widget_install/task_certify.cpp +++ b/src/jobs/widget_install/task_certify.cpp @@ -301,9 +301,6 @@ void TaskCertify::stepSignature() continue; } } else { - if (result == WrtSignatureValidator::SIGNATURE_DISREGARD) { - continue; - } // now signature _must_ be verified processDistributorSignature(data); }