pidgin: 1c95349d: cert: Tell users to check their computer...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Tue Sep 21 10:12:30 EDT 2010


----------------------------------------------------------------------
Revision: 1c95349dea8172a09f164340b6346523d95d6770
Parent:   1d67171359a2962c400a3fe905f7a73233a52443
Author:   darkrain42 at pidgin.im
Date:     09/21/10 10:08:35
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1c95349dea8172a09f164340b6346523d95d6770

Changelog: 

cert: Tell users to check their computer's date/time for expired certs, too

Fixes #12654

Changes against parent 1d67171359a2962c400a3fe905f7a73233a52443

  patched  ChangeLog
  patched  libpurple/certificate.c

-------------- next part --------------
============================================================
--- ChangeLog	9fbaa1ccadd8e329157f1e309a01efaab842593f
+++ ChangeLog	3d36622a7bae2c1ddaeb9e0b75839e1142db52a3
@@ -13,6 +13,8 @@ version 2.7.4 (MM/DD/YYYY):
 	* Fix an invalid memory access when removing UPnP mappings that could
 	  cause sporadic crashes, most notably when MSN Direct Connections are
 	  enabled. (#12387)
+	* Add a sentence to the certificate warning for expired certificates
+	  suggesting the user check their computer's date and time. (#12654)
 
 	Pidgin:
 	* Add support for the Gadu-Gadu protocol in the gevolution plugin to
============================================================
--- libpurple/certificate.c	64def4a4ba0cb14e86f798cf589dd91d11c84e82
+++ libpurple/certificate.c	27fbde12deb7cdfe30354e7b120ddd7ad0f57895
@@ -104,7 +104,8 @@ invalidity_reason_to_string(PurpleCertif
 			break;
 		case PURPLE_CERTIFICATE_EXPIRED:
 			return _("The certificate has expired and should not be "
-			         "considered valid.");
+			         "considered valid.  Check that your computer's date "
+			         "and time are accurate.");
 			break;
 		case PURPLE_CERTIFICATE_NAME_MISMATCH:
 			/* Translators: "domain" refers to a DNS domain (e.g. talk.google.com) */


More information about the Commits mailing list