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

[vidalia-svn] r1498: Update the win32 bundle build script. (trunk/pkg/win32)



Author: hipplej
Date: 2006-12-04 23:18:55 -0500 (Mon, 04 Dec 2006)
New Revision: 1498

Modified:
   trunk/pkg/win32/vidalia-bundle.nsi
Log:
Update the win32 bundle build script.

Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi	2006-12-05 02:25:45 UTC (rev 1497)
+++ trunk/pkg/win32/vidalia-bundle.nsi	2006-12-05 04:18:55 UTC (rev 1498)
@@ -22,13 +22,13 @@
 
 !define TOR_NAME            "Tor"
 !define TOR_EXEC            "tor.exe"
-!define TOR_APPVERSION      "0.1.1.23"
+!define TOR_APPVERSION      "0.1.2.5"
 !define TOR_DESC            "${TOR_NAME} ${TOR_APPVERSION}"
 !define TOR_UNINST          "Uninstall.exe"
 
 !define PRIVOXY_NAME        "Privoxy"
 !define PRIVOXY_EXEC        "privoxy.exe"
-!define PRIVOXY_APPVERSION  "3.0.3"
+!define PRIVOXY_APPVERSION  "3.0.6"
 !define PRIVOXY_DESC        "${PRIVOXY_NAME} ${PRIVOXY_APPVERSION}"
 !define PRIVOXY_UNINST      "privoxy_uninstall.exe"
 
@@ -37,7 +37,7 @@
 !define TORBUTTON_DESC      "${TORBUTTON_NAME} ${TORBUTTON_APPVERSION}"
 
 !define OPENSSL_NAME        "OpenSSL"
-!define OPENSSL_APPVERSION  "0.9.8a"
+!define OPENSSL_APPVERSION  "0.9.8d"
 !define OPENSSL_DESC        "${OPENSSL_NAME} ${OPENSSL_APPVERSION}"
 
 !define BUNDLE_NAME         "Vidalia Bundle"
@@ -94,25 +94,19 @@
 ;--------------------------------
 ; Available languages
 !insertmacro MUI_LANGUAGE "English"
-!insertmacro MUI_LANGUAGE "Farsi"
 !insertmacro MUI_LANGUAGE "Finnish"
 !insertmacro MUI_LANGUAGE "French"
 !insertmacro MUI_LANGUAGE "German"
 !insertmacro MUI_LANGUAGE "Polish"
-!insertmacro MUI_LANGUAGE "PortugueseBR"
 !insertmacro MUI_LANGUAGE "Russian"
 !insertmacro MUI_LANGUAGE "Spanish"
-!insertmacro MUI_LANGUAGE "SimpChinese"
 !include "vidalia_en.nsh"
 !include "vidalia_de.nsh"
 !include "vidalia_es.nsh"
-!include "vidalia_fa.nsh"
 !include "vidalia_fi.nsh"
 !include "vidalia_fr.nsh"
 !include "vidalia_pl.nsh"
-!include "vidalia_pt-br.nsh"
 !include "vidalia_ru.nsh"
-!include "vidalia_zh-cn.nsh"
 
 ;--------------------------------
 ; Install types
@@ -138,7 +132,7 @@
        SectionIn 1 2
        SetOutPath "$INSTDIR\Tor"
        File "tor\${TOR_APPVERSION}\tor.exe"
-       File "tor\${TOR_APPVERSION}\tor_resolve.exe"
+       File "tor\${TOR_APPVERSION}\tor-resolve.exe"
        File "tor\${TOR_APPVERSION}\${TOR_UNINST}"
        WriteIniStr "$INSTDIR\Tor\Tor Website.url" "InternetShortcut" "URL" "http://tor.eff.org";
 
@@ -171,8 +165,8 @@
     Section "$(TorOpenSSL)" TorOpenSSL
        SectionIn 1 2
        SetOutPath "$INSTDIR\Tor"
-       File "tor\${TOR_APPVERSION}\libeay32.dll"
-       File "tor\${TOR_APPVERSION}\ssleay32.dll"
+       File "tor\${TOR_APPVERSION}\libcrypto.a"
+       File "tor\${TOR_APPVERSION}\libssl.a"
     SectionEnd
 
     ;--------------------------------