33 lines
1.6 KiB
Diff
33 lines
1.6 KiB
Diff
From a3b7c9af6639d8d07dcb2338be4241af1acef9a5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
|
Date: Tue, 23 Feb 2016 09:23:15 +0100
|
|
Subject: [PATCH] wxi: update nettle to 3.2.1
|
|
|
|
Use version 3.2.1, matching what currently is in f23.
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=762514
|
|
---
|
|
data/wixl/nettle.wxi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/data/wixl/nettle.wxi b/data/wixl/nettle.wxi
|
|
index 78f4ac9..31d644c 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-1.dll"/>
|
|
+ <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" Source="$(var.SourceDir)/bin/libhogweed-4-2.dll"/>
|
|
</Component>
|
|
<Component Win64="$(var.Win64)" Id="cmp26E1104F7A73A1758041DD848846050E" Guid="*">
|
|
- <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" Source="$(var.SourceDir)/bin/libnettle-6-1.dll"/>
|
|
+ <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" Source="$(var.SourceDir)/bin/libnettle-6-2.dll"/>
|
|
</Component>
|
|
<Component Win64="$(var.Win64)" Id="cmp9FC667D34859E0C1F4AAF3B30562A147" Guid="*">
|
|
<File Id="fil049533F7D47445344E752E04CDFF43EF" KeyPath="yes" Source="$(var.SourceDir)/bin/nettle-hash.exe"/>
|
|
--
|
|
2.5.0
|
|
|