[cpp-sp COMMIT] in /branches/REL_2/msi/WiX: Patch-x64.wxs Patch-x86.wxs

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 6 13:41:41 EDT 2014


Author: scantor
Date: Fri Jun  6 13:41:40 2014
New Revision: 3885

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3885&view=rev
Log:
Update patch def files

Modified:
    branches/REL_2/msi/WiX/Patch-x64.wxs
    branches/REL_2/msi/WiX/Patch-x86.wxs

Modified: branches/REL_2/msi/WiX/Patch-x64.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/Patch-x64.wxs?rev=3885&r1=3884&r2=3885&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/Patch-x64.wxs (original)
+++ branches/REL_2/msi/WiX/Patch-x64.wxs Fri Jun  6 13:41:40 2014
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
     <PatchCreation
-        Id="{FE38D447-D9B5-48BE-96E3-A620ACC0D266}"
+        Id="{17B36DC5-D54C-4484-9735-0E57B2866153}"
         CleanWorkingFolder="yes"
-        OutputPath="openssl-on-2.5.3-patch-win64.pcp"
+        OutputPath="openssl-101h-on-2.5.3-patch-win64.pcp"
         WholeFilesOnly="yes"
         >
  
@@ -11,7 +11,7 @@
 
         <PatchInformation 
             Description="Security Patch for Shibboleth SP 2.5.3 (x64)"
-            Comments="Provides OpenSSL 1.0.1g"
+            Comments="Provides OpenSSL 1.0.1h"
             ShortNames="no" 
             Languages="1033" 
             Compressed="yes" 
@@ -30,7 +30,7 @@
             TargetProductName="Shibboleth SP"
             MoreInfoURL="http://shibboleth.net/"
             Classification="Security Rollup"
-            DisplayName="2014-04-08 Security Patch for Shibboleth SP 2.5.3"/>
+            DisplayName="2014-06-08 Security Patch for Shibboleth SP 2.5.3"/>
  
     <!-- Note:
          That SequenceStart must be greater than the last
@@ -55,7 +55,7 @@
       -->
 
         <PatchSequence PatchFamily="ShibbolethSP2.5.3PatchFamily"
-            Sequence="1.0.0.0"
+            Sequence="2.0.0.0"
             Supersede="yes" />
  
     </PatchCreation>

Modified: branches/REL_2/msi/WiX/Patch-x86.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/Patch-x86.wxs?rev=3885&r1=3884&r2=3885&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/Patch-x86.wxs (original)
+++ branches/REL_2/msi/WiX/Patch-x86.wxs Fri Jun  6 13:41:40 2014
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
     <PatchCreation
-        Id="{F1AFC035-D574-4203-B5EF-9ACBE1C9C4FC}"
+        Id="{875E0FB8-5238-4487-912A-04B043CEB5FB}"
         CleanWorkingFolder="yes"
-        OutputPath="openssl-on-2.5.3-patch-win32.pcp"
+        OutputPath="openssl-101h-on-2.5.3-patch-win32.pcp"
         WholeFilesOnly="yes"
         >
  
@@ -11,7 +11,7 @@
 
         <PatchInformation 
             Description="Security Patch for Shibboleth SP 2.5.3 (x86)"
-            Comments="Provides OpenSSL 1.0.1g"
+            Comments="Provides OpenSSL 1.0.1h"
             ShortNames="no" 
             Languages="1033" 
             Compressed="yes" 
@@ -30,7 +30,7 @@
             TargetProductName="Shibboleth SP"
             MoreInfoURL="http://shibboleth.net/"
             Classification="Security Rollup"
-            DisplayName="2014-04-08 Security Patch for Shibboleth SP 2.5.3"/>
+            DisplayName="2014-06-08 Security Patch for Shibboleth SP 2.5.3"/>
  
     <!-- Note:
          That SequenceStart must be greater than the last
@@ -55,7 +55,7 @@
       -->
 
         <PatchSequence PatchFamily="ShibbolethSP2.5.3PatchFamily"
-            Sequence="1.0.0.0"
+            Sequence="2.0.0.0"
             Supersede="yes" />
  
     </PatchCreation>



More information about the commits mailing list