Blame SOURCES/esc-1.1.0-fix2.patch

ec4b96
--- ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp.fix2	2009-04-18 13:19:20.000000000 -0700
ec4b96
+++ ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp	2009-04-18 13:20:23.000000000 -0700
ec4b96
@@ -104,12 +104,16 @@
ec4b96
     char tBuff[56];
ec4b96
     PK11SlotInfo *slot;
ec4b96
 
ec4b96
+    #ifdef LINUX
ec4b96
+    sleep(3);
ec4b96
+    #endif
ec4b96
+
ec4b96
     PR_LOG( coolKeyLogSC, PR_LOG_DEBUG, 
ec4b96
          ("%s SmartCardMonitoringThread::Execute.\n",GetTStamp(tBuff,56)));
ec4b96
   //
ec4b96
   // populate token names for already inserted tokens.
ec4b96
   //
ec4b96
-    PK11SlotList *sl =
ec4b96
+   /* PK11SlotList *sl =
ec4b96
 	PK11_FindSlotsByNames(mModule->dllName, NULL, NULL, PR_TRUE);
ec4b96
     PK11SlotListElement *sle;
ec4b96
  
ec4b96
@@ -123,6 +127,8 @@
ec4b96
         PK11_FreeSlotList(sl);
ec4b96
     }
ec4b96
 
ec4b96
+   */
ec4b96
+
ec4b96
   // loop starts..
ec4b96
     do {
ec4b96
 
ec4b96
--- ./esc/src/app/xul/esc/chrome/content/esc/GenericAuth.xul.fix2	2009-04-18 13:21:34.000000000 -0700
ec4b96
+++ ./esc/src/app/xul/esc/chrome/content/esc/GenericAuth.xul	2009-04-18 13:21:47.000000000 -0700
ec4b96
@@ -24,7 +24,7 @@
ec4b96
     id="esc-window"
ec4b96
     title="&genericAuthTitle;"
ec4b96
     width="400"
ec4b96
-    height="225"
ec4b96
+    height="240"
ec4b96
     onload="UiLoad();"
ec4b96
     onunload="UiUnload();"
ec4b96
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
ec4b96
--- ./esc/src/app/xul/esc/application.ini.fix2	2009-04-18 13:20:51.000000000 -0700
ec4b96
+++ ./esc/src/app/xul/esc/application.ini	2009-04-18 13:21:02.000000000 -0700
ec4b96
@@ -25,7 +25,7 @@
ec4b96
 Name=ESC
ec4b96
 ;
ec4b96
 ; This field specifies your application's version.  This field is optional.
ec4b96
-Version=1.1.0-1
ec4b96
+Version=1.1.0-3
ec4b96
 ;
ec4b96
 ; This field specifies your application's build ID (timestamp).  This field is
ec4b96
 ; required.