Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27780
Modified Files:
Tag: b0_22_2
getssl.nsh
Log Message:
After downloading the SSL Support files any necessary SSL patches are
downloaded from the POPFile website. This should help reduce the time
it takes to respond the next time the SSL files become incompatible
with POPFile. Built-in files are used if there is a problem getting
the files from the POPFile website.
Index: getssl.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/getssl.nsh,v
retrieving revision 1.6.2.11
retrieving revision 1.6.2.12
diff -C2 -d -r1.6.2.11 -r1.6.2.12
*** getssl.nsh 2 Jan 2007 14:05:44 -0000 1.6.2.11
--- getssl.nsh 28 Jan 2007 21:17:35 -0000 1.6.2.12
***************
*** 11,23 ****
# On 18 July 2006 the University of Winnipeg repository was updated to provide
# IO::Socket::SSL v0.99 which is not compatible with POPFile so a patch will be
! # applied to downgrade the relevant file to the compatible v0.97 version.
#
# On 18 August 2006 the University of Winnipeg repository was updated to supply
# IO::Socket::SSL v0.999 which is not compatible with POPFile so a patch will
! # be applied to downgrade the relevant file to the compatible v0.97 version.
#
# On 13 September 2006 the University of Winnipeg repository was updated to
! # provide IO::Socket::SSL v1.01 which is not compatible with POPFile so this
[...1063 lines suppressed...]
! Goto apply_next_patch
!
! all_done:
! Pop ${L_TARGET_FOLDER}
! Pop ${L_TARGET_FILE}
! Pop ${L_RESULT}
! Pop ${L_PCF_ID}
! Pop ${L_PATCHFILE}
! Pop ${L_LISTSIZE}
! Pop ${L_INDEX}
!
! !undef L_INDEX
! !undef L_LISTSIZE
! !undef L_PATCHFILE
! !undef L_PCF_ID
! !undef L_RESULT
! !undef L_TARGET_FILE
! !undef L_TARGET_FOLDER
FunctionEnd
|