[virt-tools-list] [PATCH 2/4] nsis: update libgnutls to 3.4.7

Fabiano Fidêncio fidencio at redhat.com
Mon Nov 30 06:39:19 UTC 2015


Use version 3.4.7, matching what currently is in f23.
---
 data/virt-viewer.nsis.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in
index 03b43c4..39c40ed 100755
--- a/data/virt-viewer.nsis.in
+++ b/data/virt-viewer.nsis.in
@@ -147,7 +147,7 @@ Section "VirtViewer"
     File "@prefix@/bin/libgtk-vnc-2.0-0.dll"
   !endif
 
-  File "@prefix@/bin/libgnutls-28.dll"
+  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"
@@ -561,7 +561,7 @@ Section "Uninstall"
   Delete /rebootok "$INSTDIR\bin\libgtk-3-0.dll"
   Delete /rebootok "$INSTDIR\bin\libgthread-2.0-0.dll"
   Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
-  Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll"
+  Delete /rebootok "$INSTDIR\bin\libgnutls-30.dll"
   Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll"
   Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll"
   Delete /rebootok "$INSTDIR\bin\libgio-2.0-0.dll"
-- 
2.5.0




More information about the virt-tools-list mailing list