[msitools] wxi: update nettle to 3.3



commit 081f4f7143909436d3fef5024463e3a98180876d
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Fri Nov 4 00:00:25 2016 +0100

    wxi: update nettle to 3.3
    
    Nettle 3.3 update introduces two DLL name changes:
    libnettle-6-2.dll -> libnettle-6.dll
    libhogweed-4-2.dll -> libhogweed-4.dll
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=773922
    
    Signed-off-by: Fabiano Fidêncio <fabiano fidencio org>

 data/wixl/nettle.wxi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/wixl/nettle.wxi b/data/wixl/nettle.wxi
index 31d644c..202ada3 100644
--- a/data/wixl/nettle.wxi
+++ b/data/wixl/nettle.wxi
@@ -6,10 +6,10 @@
     <DirectoryRef Id="INSTALLDIR">
       <Directory Id="dir19005F9CD7DD75239BC27524467D3B5F" Name="bin">
         <Component Win64="$(var.Win64)" Id="cmp7D1D6558DB49C65F87ABAA8ABC549490" Guid="*">
-          <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libhogweed-4-2.dll"/>
+          <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libhogweed-4.dll"/>
         </Component>
         <Component Win64="$(var.Win64)" Id="cmp26E1104F7A73A1758041DD848846050E" Guid="*">
-          <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libnettle-6-2.dll"/>
+          <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libnettle-6.dll"/>
         </Component>
         <Component Win64="$(var.Win64)" Id="cmp9FC667D34859E0C1F4AAF3B30562A147" Guid="*">
           <File Id="fil049533F7D47445344E752E04CDFF43EF" KeyPath="yes" 
Source="$(var.SourceDir)/bin/nettle-hash.exe"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]