Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22256
Modified Files:
Tag: b0_22_2
getssl.nsh
Log Message:
Now using the latest version of the Inetc plugin.
Index: getssl.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/getssl.nsh,v
retrieving revision 1.6.2.14
retrieving revision 1.6.2.15
diff -C2 -d -r1.6.2.14 -r1.6.2.15
*** getssl.nsh 13 Jul 2007 21:35:51 -0000 1.6.2.14
--- getssl.nsh 21 Sep 2007 01:12:48 -0000 1.6.2.15
***************
*** 68,72 ****
; to the appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional.
;
! ; Tested with the inetc.dll plugin timestamped 18 January 2007 15:52:34
;------------------------------------------------
--- 68,72 ----
; to the appropriate ${NSISDIR} sub-folders if you wish, but this step is entirely optional.
;
! ; Tested with the inetc.dll plugin timestamped 11 August 2007 19:06:24
;------------------------------------------------
***************
*** 149,153 ****
!define C_PATCH_WEBSITE "http://getpopfile.org/ssl-patch"
!
!ifdef INSTALLER
!define C_PATCH_CTRL_FILE "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.pcf"
--- 149,153 ----
!define C_PATCH_WEBSITE "http://getpopfile.org/ssl-patch"
!
!ifdef INSTALLER
!define C_PATCH_CTRL_FILE "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.pcf"
***************
*** 545,549 ****
; Failed to download POPFile's SSL Patch Control file or the MD5 sums
!
StrCpy $G_PATCH_SOURCE "${C_BUILTIN}"
DetailPrint "Unable to download data from POPFile website, using built-in SSL patches instead"
--- 545,549 ----
; Failed to download POPFile's SSL Patch Control file or the MD5 sums
!
StrCpy $G_PATCH_SOURCE "${C_BUILTIN}"
DetailPrint "Unable to download data from POPFile website, using built-in SSL patches instead"
***************
*** 553,560 ****
!ifdef INSTALLER
File "/oname=$PLUGINSDIR\${C_PATCH_CTRL_FILE}" "${C_PATCH_CTRL_FILE}"
!
; 0.22.5 release does not need any SSL patches so "SSL_pm.pat" is not needed here
; File /nonfatal "/oname=$PLUGINSDIR\SSL_pm.pat" "SSL_pm.pat"
!
!else
File "/oname=$PLUGINSDIR\${C_PATCH_CTRL_FILE}" "..\0.22.x.pcf"
--- 553,560 ----
!ifdef INSTALLER
File "/oname=$PLUGINSDIR\${C_PATCH_CTRL_FILE}" "${C_PATCH_CTRL_FILE}"
!
; 0.22.5 release does not need any SSL patches so "SSL_pm.pat" is not needed here
; File /nonfatal "/oname=$PLUGINSDIR\SSL_pm.pat" "SSL_pm.pat"
!
!else
File "/oname=$PLUGINSDIR\${C_PATCH_CTRL_FILE}" "..\0.22.x.pcf"
|