You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(42) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(191) |
Feb
(81) |
Mar
(84) |
Apr
(71) |
May
(37) |
Jun
(50) |
Jul
(61) |
Aug
(31) |
Sep
(46) |
Oct
(31) |
Nov
(90) |
Dec
(160) |
| 2003 |
Jan
(175) |
Feb
(121) |
Mar
(348) |
Apr
(210) |
May
(117) |
Jun
(99) |
Jul
(65) |
Aug
(238) |
Sep
(432) |
Oct
(256) |
Nov
(81) |
Dec
(327) |
| 2004 |
Jan
(585) |
Feb
(373) |
Mar
(390) |
Apr
(173) |
May
(129) |
Jun
(211) |
Jul
(235) |
Aug
(255) |
Sep
(277) |
Oct
(232) |
Nov
(232) |
Dec
(134) |
| 2005 |
Jan
(185) |
Feb
(76) |
Mar
(159) |
Apr
(289) |
May
(330) |
Jun
(265) |
Jul
(265) |
Aug
(211) |
Sep
(113) |
Oct
(197) |
Nov
(481) |
Dec
(152) |
| 2006 |
Jan
(169) |
Feb
(98) |
Mar
(363) |
Apr
(536) |
May
(140) |
Jun
(256) |
Jul
(269) |
Aug
(195) |
Sep
(199) |
Oct
(80) |
Nov
(63) |
Dec
(115) |
| 2007 |
Jan
(129) |
Feb
(157) |
Mar
(281) |
Apr
(71) |
May
(39) |
Jun
(84) |
Jul
(100) |
Aug
(84) |
Sep
(42) |
Oct
(71) |
Nov
(101) |
Dec
(60) |
| 2008 |
Jan
(19) |
Feb
(20) |
Mar
(127) |
Apr
(36) |
May
(63) |
Jun
(60) |
Jul
(139) |
Aug
(25) |
Sep
(14) |
Oct
(33) |
Nov
(12) |
Dec
(28) |
| 2009 |
Jan
(22) |
Feb
(10) |
Mar
|
Apr
(20) |
May
(18) |
Jun
(68) |
Jul
(39) |
Aug
(12) |
Sep
(16) |
Oct
(14) |
Nov
(21) |
Dec
(25) |
| 2010 |
Jan
(8) |
Feb
(6) |
Mar
(2) |
Apr
(3) |
May
(2) |
Jun
(4) |
Jul
(3) |
Aug
(6) |
Sep
(29) |
Oct
(4) |
Nov
(25) |
Dec
(5) |
| 2011 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
|
From: Mark W. <ri...@us...> - 2001-12-16 21:27:27
|
Update of /cvsroot/ipcop/ipcop/src/scripts In directory usw-pr-cvs1:/tmp/cvs-serv17030/src/scripts Modified Files: updatelists.pl Log Message: Enabled update download from sourceforge.net and remove logo from menubar Index: updatelists.pl =================================================================== RCS file: /cvsroot/ipcop/ipcop/src/scripts/updatelists.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** updatelists.pl 2001/11/27 08:08:24 1.1.1.1 --- updatelists.pl 2001/12/16 21:27:24 1.2 *************** *** 22,30 **** } my $sock; ! unless($sock = new IO::Socket::INET (PeerAddr => 'www.smoothwall.org', PeerPort => 80, Proto => 'tcp', Timeout => 5)) { ! die "Could not connect to www.smoothwall.org: $@"; return 0; } ! print $sock "GET http://www.smoothwall.org/functions/patches/$version HTTP/1.1\nHost: www.smoothwall.org\n\n"; my $ret = ''; while(<$sock>) { --- 22,30 ---- } my $sock; ! unless($sock = new IO::Socket::INET (PeerAddr => 'ipcop.sourceforge.net', PeerPort => 80, Proto => 'tcp', Timeout => 5)) { ! die "Could not connect to ipcop.sourceforge.net: $@"; return 0; } ! print $sock "GET http://ipcop.sourceforge.net/patches/$version HTTP/1.1\nHost: ipcop.sourceforge.net\n\n"; my $ret = ''; while(<$sock>) { |
|
From: Mark W. <ri...@us...> - 2001-12-16 21:27:27
|
Update of /cvsroot/ipcop/ipcop/src/rc.d In directory usw-pr-cvs1:/tmp/cvs-serv17030/src/rc.d Modified Files: rc.netaddress.up Log Message: Enabled update download from sourceforge.net and remove logo from menubar Index: rc.netaddress.up =================================================================== RCS file: /cvsroot/ipcop/ipcop/src/rc.d/rc.netaddress.up,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rc.netaddress.up 2001/11/27 13:39:46 1.2 --- rc.netaddress.up 2001/12/16 21:27:24 1.3 *************** *** 54,59 **** echo "Starting VPN (if enabled)" /etc/rc.d/rc.vpn ! # echo "Refreshing update list (background)" ! # /usr/local/bin/updatelists.pl & fi fi --- 54,59 ---- echo "Starting VPN (if enabled)" /etc/rc.d/rc.vpn ! echo "Refreshing update list (background)" ! /usr/local/bin/updatelists.pl & fi fi |
|
From: Mark W. <ri...@us...> - 2001-12-16 21:27:27
|
Update of /cvsroot/ipcop/ipcop/html/cgi-bin In directory usw-pr-cvs1:/tmp/cvs-serv17030/html/cgi-bin Modified Files: index.cgi updates.cgi Log Message: Enabled update download from sourceforge.net and remove logo from menubar Index: index.cgi =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/cgi-bin/index.cgi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.cgi 2001/11/27 15:20:50 1.3 --- index.cgi 2001/12/16 21:27:24 1.4 *************** *** 225,256 **** } ! #open(AV, "${swroot}/patches/available") or die "Could not open available patches database ($!)"; ! #@av = <AV>; ! #close(AV); ! #open(PF, "${swroot}/patches/installed") or die "Could not open installed patches file. ($!)<br>"; ! #while(<PF>) ! #{ ! # next if $_ =~ m/^#/; ! # @temp = split(/\|/,$_); ! # @av = grep(!/^$temp[0]/, @av); ! #} ! #close(PF); ! # ! #if ($#av != -1) ! #{ ! # &openbox('100%', 'CENTER', ''); ! # print $tr{'there are updates'}; ! # &closebox(); ! #} ! #$age = &age("/${swroot}/patches/available"); ! #if ($age =~ m/(\d{1,3})d/) ! #{ ! # if ($1 >= 7) ! # { ! # &openbox('100%', 'CENTER', ''); ! # print "$tr{'updates is old1'} $age $tr{'updates is old2'}\n"; ! # &closebox(); ! # } ! #} system('/usr/bin/uptime'); --- 225,256 ---- } ! open(AV, "${swroot}/patches/available") or die "Could not open available patches database ($!)"; ! @av = <AV>; ! close(AV); ! open(PF, "${swroot}/patches/installed") or die "Could not open installed patches file. ($!)<br>"; ! while(<PF>) ! { ! next if $_ =~ m/^#/; ! @temp = split(/\|/,$_); ! @av = grep(!/^$temp[0]/, @av); ! } ! close(PF); ! ! if ($#av != -1) ! { ! &openbox('100%', 'CENTER', ''); ! print $tr{'there are updates'}; ! &closebox(); ! } ! $age = &age("/${swroot}/patches/available"); ! if ($age =~ m/(\d{1,3})d/) ! { ! if ($1 >= 7) ! { ! &openbox('100%', 'CENTER', ''); ! print "$tr{'updates is old1'} $age $tr{'updates is old2'}\n"; ! &closebox(); ! } ! } system('/usr/bin/uptime'); Index: updates.cgi =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/cgi-bin/updates.cgi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** updates.cgi 2001/11/27 15:20:50 1.2 --- updates.cgi 2001/12/16 21:27:24 1.3 *************** *** 240,250 **** $errormessage = $tr{'could not download latest patch list'}; } my $sock; ! unless ($sock = new IO::Socket::INET (PeerAddr => 'www.smoothwall.org', PeerPort => 80, Proto => 'tcp', Timeout => 5)) { ! $errormessage = $tr{'could not connect to smoothwall org'}; return 0; } ! print $sock "GET http://www.smoothwall.org/functions/patches/$version HTTP/1.1\nHost: www.smoothwall.org\nConnection: close\n\n"; my $ret = ''; while (<$sock>) { --- 240,250 ---- $errormessage = $tr{'could not download latest patch list'}; } my $sock; ! unless ($sock = new IO::Socket::INET (PeerAddr => 'ipcop.sourceforge.net', PeerPort => 80, Proto => 'tcp', Timeout => 5)) { ! $errormessage = $tr{'could not connect to ipcop.sourceforge.net'}; return 0; } ! print $sock "GET http://ipcop.sourceforge.net/patches/$version HTTP/1.1\nHost: ipcop.sourceforge.net\nConnection: close\n\n"; my $ret = ''; while (<$sock>) { |
|
From: Mark W. <ri...@us...> - 2001-12-16 21:27:27
|
Update of /cvsroot/ipcop/ipcop/html/html/images In directory usw-pr-cvs1:/tmp/cvs-serv17030/html/html/images Removed Files: iclogo.gif Log Message: Enabled update download from sourceforge.net and remove logo from menubar --- iclogo.gif DELETED --- |
|
From: Mark W. <ri...@us...> - 2001-12-16 21:27:27
|
Update of /cvsroot/ipcop/ipcop/config/cfgroot In directory usw-pr-cvs1:/tmp/cvs-serv17030/config/cfgroot Modified Files: header.pl Log Message: Enabled update download from sourceforge.net and remove logo from menubar Index: header.pl =================================================================== RCS file: /cvsroot/ipcop/ipcop/config/cfgroot/header.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** header.pl 2001/12/16 20:33:19 1.4 --- header.pl 2001/12/16 21:27:24 1.5 *************** *** 84,95 **** SRC='/images/shell_side.gif' WIDTH='135' HEIGHT='22' BORDER='0' ALT='$tr{'alt shell'}' NAME='shell'></A><BR> - <!-- <A HREF='/cgi-bin/updates.cgi' ><IMG SRC='/images/updates_side.gif' WIDTH='135' HEIGHT='22' BORDER='0' ALT='$tr{'alt updates'}' NAME='updates'></A><BR> - // --> <P> - - <A HREF='/cgi-bin/credits.cgi'><IMG SRC='/images/iclogo.gif' BORDER='0'></A> </TD> --- 84,91 ---- |
|
From: Mark W. <ri...@us...> - 2001-12-16 20:37:36
|
Update of /cvsroot/ipcop/ipcop/html/html/images In directory usw-pr-cvs1:/tmp/cvs-serv6254/html/html/images Modified Files: corner.gif corner1.gif corner2.gif corner3.gif iclogo.gif title.gif Log Message: Updated webdesign, part 2 Index: corner.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/corner.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsw7Yeew and /tmp/cvs8CfJjS differ Index: corner1.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/corner1.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsgkxtpv and /tmp/cvsaQYZFQ differ Index: corner2.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/corner2.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvshq8Q8w and /tmp/cvsYEGVZT differ Index: corner3.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/corner3.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvs84GPuw and /tmp/cvseOfS2U differ Index: iclogo.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/iclogo.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsXAGb3x and /tmp/cvsevclYV differ Index: title.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/images/title.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsA4kqLz and /tmp/cvsOMKdjZ differ |
|
From: Mark W. <ri...@us...> - 2001-12-16 20:33:22
|
Update of /cvsroot/ipcop/ipcop/html/html In directory usw-pr-cvs1:/tmp/cvs-serv5552/html/html Modified Files: ipcop_big.gif Log Message: Updated IPCop webdesign Index: ipcop_big.gif =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/html/ipcop_big.gif,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsu6P5ar and /tmp/cvsA1yd6H differ |
|
From: Mark W. <ri...@us...> - 2001-12-16 20:33:22
|
Update of /cvsroot/ipcop/ipcop/config/cfgroot
In directory usw-pr-cvs1:/tmp/cvs-serv5552/config/cfgroot
Modified Files:
header.pl
Log Message:
Updated IPCop webdesign
Index: header.pl
===================================================================
RCS file: /cvsroot/ipcop/ipcop/config/cfgroot/header.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** header.pl 2001/11/27 15:20:50 1.3
--- header.pl 2001/12/16 20:33:19 1.4
***************
*** 14,18 ****
$swroot = 'CONFIG_ROOT';
$pagecolour = '#ffffff';
! $tablecolour = '#a0a0a0';
$bigboxcolour = '#6e6e6e';
$boxcolour = '#808080';
--- 14,18 ----
$swroot = 'CONFIG_ROOT';
$pagecolour = '#ffffff';
! $tablecolour = '#ffffff';
$bigboxcolour = '#6e6e6e';
$boxcolour = '#808080';
***************
*** 42,46 ****
{
print <<END
! <TD WIDTH='135' VALIGN='top' BGCOLOR='$bigboxcolour'>
<A HREF='/cgi-bin/index.cgi'
--- 42,46 ----
{
print <<END
! <TD WIDTH='135' VALIGN='top'>
<A HREF='/cgi-bin/index.cgi'
***************
*** 273,279 ****
<BODY BGCOLOR='$pagecolour' TEXT='#ffffff' LINK='#ffffff' VLINK='#404040'>
<DIV ALIGN='CENTER'>
! <TABLE WIDTH='760' BORDER='0' BGCOLOR='$tablecolour' CELLPADDING='0' CELLSPACING='0'>
! <TR><TD COLSPAN='$colspan' WIDTH='760'>
! <IMG SRC='/images/title.gif' WIDTH='760' HEIGHT='80' BORDER='0' ALT=''></TD>
</TR><TR>
END
--- 273,279 ----
<BODY BGCOLOR='$pagecolour' TEXT='#ffffff' LINK='#ffffff' VLINK='#404040'>
<DIV ALIGN='CENTER'>
! <TABLE WIDTH='670' BORDER='0' BGCOLOR='$tablecolour' CELLPADDING='0' CELLSPACING='20'>
! <TR><TD COLSPAN='$colspan' WIDTH='670'>
! <IMG SRC='/images/title.gif' WIDTH='670' HEIGHT='135' BORDER='0' ALT=''></TD>
</TR><TR>
END
***************
*** 284,288 ****
print <<END
<TD ALIGN='CENTER' VALIGN='TOP'>
! <TABLE WIDTH='625' CELLPADDING='10'>
<TR>
<TD>
--- 284,288 ----
print <<END
<TD ALIGN='CENTER' VALIGN='TOP'>
! <TABLE WIDTH='535' CELLPADDING='0'>
<TR>
<TD>
***************
*** 297,301 ****
<TABLE BGCOLOR='$bigboxcolour' BORDER='0' CELLPADDING='0' CELLSPACING='0'>
<TR><TD WIDTH=10 ALIGN=LEFT VALIGN=BOTTOM HEIGHT=18><IMG SRC="/images/corner.gif"></TD><TD VALIGN=TOP HEIGHT=18>
! <b>IPCop - Your Personal Internet Police</b>
</TD><TD WIDTH='10' ALIGN='RIGHT' VALIGN='BOTTOM' HEIGHT='18'><IMG SRC='/images/corner3.gif'></TD></TR>
</TABLE>
--- 297,301 ----
<TABLE BGCOLOR='$bigboxcolour' BORDER='0' CELLPADDING='0' CELLSPACING='0'>
<TR><TD WIDTH=10 ALIGN=LEFT VALIGN=BOTTOM HEIGHT=18><IMG SRC="/images/corner.gif"></TD><TD VALIGN=TOP HEIGHT=18>
! <A HREF='http://www.ipcop.org/'>IPCop - Your Personal Internet Police</A>
</TD><TD WIDTH='10' ALIGN='RIGHT' VALIGN='BOTTOM' HEIGHT='18'><IMG SRC='/images/corner3.gif'></TD></TR>
</TABLE>
|