[Fedora-directory-commits] winsync/passwordsync/wix PassSync.wxs, 1.14, 1.15

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Apr 2 22:28:07 UTC 2009


Author: rmeggins

Update of /cvs/dirsec/winsync/passwordsync/wix
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20015/passwordsync/wix

Modified Files:
	PassSync.wxs 
Log Message:
Resolves: bug 490048
Bug Description: RHDS 8.0 - PassSync - Memory Leak
Reviewed by: nkinder (Thanks!)
Fix Description: PassSync requires msvcr71.dll due to mozldap dependency
Platforms tested: Windows 2003 Server
Flag Day: no
Doc impact: no



Index: PassSync.wxs
===================================================================
RCS file: /cvs/dirsec/winsync/passwordsync/wix/PassSync.wxs,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- PassSync.wxs	16 Feb 2009 22:37:32 -0000	1.14
+++ PassSync.wxs	2 Apr 2009 22:28:05 -0000	1.15
@@ -203,6 +203,11 @@
               <File Id='NSLDIF' LongName='nsldif32v60.dll' Name='nsldif.dll' DiskId='1' src='nsldif32v60.dll' Vital='yes' />
             </Component>
 
+            <!-- mozldap requires msvcr71.dll -->
+            <Component Id='NSLDAPmsvcrLibrary' Guid='C0E8DA53-B61A-4b60-8886-8549C29CACE7'>
+              <File Id='NSLDAPmsvcr' LongName='msvcr71.dll' Name='msvcr71.dll' DiskId='1' src='msvcr71.dll' Vital='yes' />
+            </Component>
+
           </Directory>
       </Directory>
 
@@ -225,6 +230,7 @@
 	  <ComponentRef Id='NSLDAPSSLLibrary' />
 	  <ComponentRef Id='NSLDAPPRLibrary' />
 	  <ComponentRef Id='NSLDIFLibrary' />
+          <ComponentRef Id='NSLDAPmsvcrLibrary' />
 	  <ComponentRef Id='NSPRLibrary' />
 	  <ComponentRef Id='NSPRpldsLibrary' />
 	  <ComponentRef Id='NSPRplcLibrary' />




More information about the Fedora-directory-commits mailing list