From: Brian S. <xue...@us...> - 2005-10-03 16:12:47
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7816 Modified Files: addssl.nsi Log Message: Updated to mention the 0.22.3 release and use the latest language files. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** addssl.nsi 28 Jun 2005 15:40:40 -0000 1.10 --- addssl.nsi 3 Oct 2005 16:12:21 -0000 1.11 *************** *** 6,12 **** # Normally the SSL support files are downloaded from the University of Winnipeg # repository. However these files are no longer compatible with the minimal Perl ! # shipped with POPFile 0.22.x so this utility includes a compatible set of files ! # which will be installed instead. The minimal Perl's version number (obtained ! # from the 'perl58.dll' file) is used to determine the action to be taken. # # The version of Module.pm distributed with POPFile 0.22.0 results in extremely --- 6,18 ---- # Normally the SSL support files are downloaded from the University of Winnipeg # repository. However these files are no longer compatible with the minimal Perl ! # shipped with POPFile 0.22.0, 0.22.1 or 0.22.2 so this utility includes a set ! # of compatible SSL files which will be installed instead. The minimal Perl's ! # version number (obtained from the 'perl58.dll' file) is used to determine the ! # action to be taken. ! # ! # The Windows installer for POPFile 0.22.3 (or later) is able to download and ! # install SSL support. Normally SSL support is downloaded at the same time that ! # POPFile is installed, but SSL support can be added or updated later by using ! # the command "setup.exe /SSL" to run the installer (instead of "setup.exe"). # # The version of Module.pm distributed with POPFile 0.22.0 results in extremely *************** *** 14,18 **** # will apply a patch to update Module.pm v1.40 to v1.41 (the original file will # be backed up as Module.pm.bk1). The patch is only applied if v1.40 is found. - # A patch status message is always displayed. # # An 'include' file is used to ensure this utility and the main POPFile --- 20,23 ---- *************** *** 82,96 **** ; With effect from 22 June 2005 the SSL components in the University of Winnipeg repository ! ; are no longer compatible with POPFile 0.22.x because the files have been updated to work ! ; with ActivePerl 5.8.7 Build 813. POPFile 0.22.0 and 0.22.1 use a minimal Perl based upon ! ; ActivePerl 5.8.3 Build 809 and 0.22.2 uses a minimal Perl based upon 5.8.4 Build 810. ! ; These minimal Perl systems will crash when attempting to use the University of Winnipeg ! ; SSL files. ; ! ; In order to support POPFile 0.22.x the wizard includes an older set of SSL files which ! ; were downloaded from the University of Winnipeg repository in January 2005. In order to ! ; simplify the code, the normal Internet download operation is replaced by "File" commands ! ; which store the old SSL files in the folder used to hold the downloaded files - these old ! ; files can then be handled as if they had been downloaded from the University of Winnipeg. ; ; The following local SSL files are compatible with POPFile 0.22.x: --- 87,102 ---- ; With effect from 22 June 2005 the SSL components in the University of Winnipeg repository ! ; are no longer compatible with POPFile 0.22.0, 0.22.1 or 0.22.2 because the files have been ! ; updated to work with ActivePerl 5.8.7 Build 813. POPFile 0.22.0 and 0.22.1 use a minimal ! ; Perl based upon ActivePerl 5.8.3 Build 809 and 0.22.2 uses a minimal Perl based upon 5.8.4 ! ; Build 810. These minimal Perl systems will crash when attempting to use the University of ! ; Winnipeg SSL files. ; ! ; In order to support POPFile 0.22.0, 0.22.1 and 0.22.2 the wizard includes an older set of ! ; SSL files which were downloaded from the University of Winnipeg repository in January 2005. ! ; In order to simplify the code, the normal Internet download operation is replaced by "File" ! ; commands which store the old SSL files in the folder used to hold the downloaded files; ! ; these old files can then be handled as if they had been downloaded from the University of ! ; Winnipeg. ; ; The following local SSL files are compatible with POPFile 0.22.x: *************** *** 101,107 **** ; (4) ssl-0.22.x\ssleay32.dll (dated 23-Dec-2004) ; ! ; POPFile 0.23.0 will probably be based upon ActivePerl 5.8.7 Build 813 so it will be safe ! ; to download the latest versions of the SSL files if the 'SSL Setup' wizard is used to add ! ; SSL support to a system which uses a minimal Perl version of 5.8.7 or higher. ;------------------------------------------------ --- 107,113 ---- ; (4) ssl-0.22.x\ssleay32.dll (dated 23-Dec-2004) ; ! ; POPFile 0.22.3 is based upon ActivePerl 5.8.7 Build 813 so it will be safe to download the ! ; latest versions of the SSL files if the 'SSL Setup' wizard is used to add SSL support to a ! ; system which uses a minimal Perl version of 5.8.7 or higher. ;------------------------------------------------ *************** *** 160,164 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.0" ; Mention the wizard's version number in the window title --- 166,170 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.1" ; Mention the wizard's version number in the window title *************** *** 712,716 **** DetailPrint "" SetDetailsPrint both ! DetailPrint "$(PSS_LANG_PROG_CHECKIFRUNNING)" SetDetailsPrint listonly --- 718,722 ---- DetailPrint "" SetDetailsPrint both ! DetailPrint "$(PFI_LANG_PROG_CHECKIFRUNNING)" SetDetailsPrint listonly |