summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2015-11-27 01:31:28 +0100
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-12-01 16:46:07 +0100
commit730a50a67a01b9a0102218f76010464682cbbdf5 (patch)
tree9c9b49a0311fd8689d00e6faa8ea090cd79c8d3d
parent632d9369bcdafb4c20b7dad5429e29788b179479 (diff)
downloadvirt-viewer-730a50a67a01b9a0102218f76010464682cbbdf5.tar.gz
virt-viewer-730a50a67a01b9a0102218f76010464682cbbdf5.tar.xz
virt-viewer-730a50a67a01b9a0102218f76010464682cbbdf5.zip
nsis: update nettle to 3.1.1
Use version 3.1.1, matching what currently is in f23.
-rwxr-xr-xdata/virt-viewer.nsis.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in
index 39c40ed..7316537 100755
--- a/data/virt-viewer.nsis.in
+++ b/data/virt-viewer.nsis.in
@@ -149,8 +149,8 @@ Section "VirtViewer"
File "@prefix@/bin/libgnutls-30.dll"
File "@prefix@/bin/libgmp-10.dll"
- File "@prefix@/bin/libhogweed-2-5.dll"
- File "@prefix@/bin/libnettle-4-7.dll"
+ File "@prefix@/bin/libhogweed-4-1.dll"
+ File "@prefix@/bin/libnettle-6-1.dll"
File /nonfatal "@prefix@/bin/libgcc_s_sjlj-1.dll"
File /nonfatal "@prefix@/bin/libgcc_s_seh-1.dll"
@@ -546,8 +546,8 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\bin\virt-viewer.exe"
!endif
Delete /rebootok "$INSTDIR\bin\libgmp-10.dll"
- Delete /rebootok "$INSTDIR\bin\libhogweed-2-5.dll"
- Delete /rebootok "$INSTDIR\bin\libnettle-4-7.dll"
+ Delete /rebootok "$INSTDIR\bin\libhogweed-4-1.dll"
+ Delete /rebootok "$INSTDIR\bin\libnettle-6-1.dll"
Delete /rebootok "$INSTDIR\bin\libgcc_s_sjlj-1.dll"
Delete /rebootok "$INSTDIR\bin\libgcc_s_seh-1.dll"
!if ${HaveGtkVnc} == True