From: Brian S. <xue...@us...> - 2008-02-14 17:42:39
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15647/add-ons Modified Files: Tag: b0_22_2 addssl.nsi Log Message: Update the "POPFile SSL Setup" wizard to work with the project's new server structure and the current SSL Support files from the University of Winnipeg repository. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.3.4.11 retrieving revision 1.3.4.12 diff -C2 -d -r1.3.4.11 -r1.3.4.12 *** addssl.nsi 21 Sep 2007 01:05:25 -0000 1.3.4.11 --- addssl.nsi 14 Feb 2008 17:42:42 -0000 1.3.4.12 *************** *** 17,24 **** # # IO::Socket:SSL v0.97 (released 17 July 2005) is the most recent version which ! # is compatible with the current version of POPFile (0.22.4). IO::Socket::SSL ! # versions 0.99, 0.999 and 1.01 (the most recent, released 13 September 2006) ! # are all incompatible with POPFile 0.22.4 so a patch is applied to downgrade ! # SSL.pm to v0.97 to make it POPFile-compatible (see ..\getssl.nsh for details). # # As a temporary workaround to cope with future "SSL compatibility" issues --- 17,24 ---- # # IO::Socket:SSL v0.97 (released 17 July 2005) is the most recent version which ! # is compatible with POPFile 0.22.4. IO::Socket::SSL versions 0.99, 0.999, 1.01 ! # and 1.08 (the most recent, released 31 August 2007) are all incompatible with ! # POPFile 0.22.4 so a patch is applied to downgrade SSL.pm to v0.97 to make it ! # POPFile-compatible (see ..\getssl.nsh for details). # # As a temporary workaround to cope with future "SSL compatibility" issues *************** *** 34,38 **** # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile --- 34,38 ---- # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 171,177 **** ; of the SSL files. ; ! ; At present (14 September 2006) the University of Winnipeg repository supplies a version of ! ; 'IO::Socket::SSL' which is not compatible with POPFile so a patch is applied to downgrade ! ; the file to make it POPFile-compatible. See the ..\getssl.nsh INCLUDE file for details. ;------------------------------------------------ --- 171,178 ---- ; of the SSL files. ; ! ; At present (14 February 2008) the University of Winnipeg repository supplies a version of ! ; 'IO::Socket::SSL' which is not compatible with POPFile 0.22.4 or earlier so a patch is ! ; applied to downgrade the file to make it POPFile-compatible. See the ..\getssl.nsh INCLUDE ! ; file for details. ;------------------------------------------------ *************** *** 265,269 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.11" ; Mention the wizard's version number in the window title --- 266,270 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.3.0" ; Mention the wizard's version number in the window title |