current/tools privoxy-log-parser.pl,1.162,1.163
Fabian Keil <[email protected]> Fri, 26 Aug 2016 11:19:55 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/tools
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27229/tools
Modified Files:
privoxy-log-parser.pl
Log Message:
privoxy-log-parser: Use https:// for the website
Index: privoxy-log-parser.pl
===================================================================
RCS file: /cvsroot/ijbswa/current/tools/privoxy-log-parser.pl,v
retrieving revision 1.162
retrieving revision 1.163
diff -C2 -d -r1.162 -r1.163
*** privoxy-log-parser.pl 3 Jun 2014 10:26:21 -0000 1.162
--- privoxy-log-parser.pl 26 Aug 2016 11:19:53 -0000 1.163
***************
*** 7,11 ****
# perldoc privoxy-log-parser(.pl), for fancy screenshots see:
#
! # http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
#
# $Id$
--- 7,11 ----
# perldoc privoxy-log-parser(.pl), for fancy screenshots see:
#
! # https://www.fabiankeil.de/sourcecode/privoxy-log-parser/
#
# $Id$
***************
*** 2471,2475 ****
$version_message .= 'Privoxy-Log-Parser ' . PRIVOXY_LOG_PARSER_VERSION . "\n";
! $version_message .= 'http://www.fabiankeil.de/sourcecode/privoxy-log-parser/' . "\n";
print $version_message;
--- 2471,2475 ----
$version_message .= 'Privoxy-Log-Parser ' . PRIVOXY_LOG_PARSER_VERSION . "\n";
! $version_message .= 'https://www.fabiankeil.de/sourcecode/privoxy-log-parser/' . "\n";
print $version_message;
------------------------------------------------------------------------------