Subject: CVS commit: wip/trustedQSL
From: Makoto Fujiwara
Date: 2013-11-30 13:50:51
Message id: E1Vmk0s-0004q5-AQ@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
(1) Makefile
    Convert SUBST_STAGE.macro_S from post-patch to pre-configure
    This will ease the additional making patch to the files.
    (Make new patch after 'make patch')
(2) patches/patch-apps_tqsl_cpp
    Remove redundent lines
   (From) Two different lines:
   +      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE); 
   -      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA);
   (To)   Just swap the line:
   -      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA);
   +      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE);

Files:
RevisionActionfile
1.38modifywip/trustedQSL/Makefile
1.19modifywip/trustedQSL/distinfo
1.4modifywip/trustedQSL/patches/patch-apps_tqsl_cpp