pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/trustedQSL
Module name: wip
Committed by: makoto
Date: Sat Nov 30 12:50:51 UTC 2013
Modified Files:
wip/trustedQSL: Makefile distinfo
wip/trustedQSL/patches: patch-apps_tqsl_cpp
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);
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.18 -r1.19 wip/trustedQSL/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/trustedQSL/patches/patch-apps_tqsl_cpp
cvs -z3 rdiff -u -r1.37 -r1.38 wip/trustedQSL/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/trustedQSL/distinfo?r1=1.18&r2=1.19
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/trustedQSL/patches/patch-apps_tqsl_cpp?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/trustedQSL/Makefile?r1=1.37&r2=1.38
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index