diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 09:12:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 09:12:36 +0000 |
commit | 9766a65fd0afeee48b78ea6bda3a90fa11014f9e (patch) | |
tree | 9f0601049fddfc73cec41ed94307f3abadf1b46b /net-p2p/torrentflux/files/patch-html+startpop.php | |
parent | - s,net/py-zopeInterface,devel/py-zopeInterface, (diff) |
As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1
math/mupad
Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
Vulnerable since 2006-10-07
net/tptest
Vulnerable since 2009-12-17
security/pgp6
Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
Only works with www/rt36, which is FORBIDDEN
www/plone
Vulnerable since 2011-02-10
www/pyblosxom
Vulnerable since 2009-02-11
www/rt36
Vulnerable since 2009-12-09
www/zope-archetypes
Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
Depends on www/plone, which is FORBIDDEN
Notes
Notes:
svn path=/head/; revision=282655
Diffstat (limited to 'net-p2p/torrentflux/files/patch-html+startpop.php')
-rw-r--r-- | net-p2p/torrentflux/files/patch-html+startpop.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/torrentflux/files/patch-html+startpop.php b/net-p2p/torrentflux/files/patch-html+startpop.php deleted file mode 100644 index f510858d6228..000000000000 --- a/net-p2p/torrentflux/files/patch-html+startpop.php +++ /dev/null @@ -1,20 +0,0 @@ ---- html/startpop.php.orig Mon Oct 10 16:41:17 2005 -+++ html/startpop.php Mon Oct 10 16:42:20 2005 -@@ -138,7 +138,7 @@ - - function isNumber(sText) - { -- var ValidChars = "0123456789."; -+ var ValidChars = "0123456789.-"; - var IsNumber = true; - var Char; - -@@ -168,7 +168,7 @@ - <table width="100%" cellpadding="3" cellspacing="0" border="0"> - <tr> - <td align="right">Max Upload Rate:</td> -- <td><input type="Text" name="maxRate" maxlength="4" size="4" value="<?php echo $cfg["max_upload_rate"]; ?>"> kB/s</td> -+ <td><input type="Text" name="maxRate" maxlength="4" size="4" value="<?php echo $cfg["max_upload_rate"]; ?>"> kB/s<font class="tiny"> (-1 = auto)</font></td> - <td align="right">Max # Uploads:</td> - <td><input type="Text" name="maxUploads" maxlength="2" size="2" value="<?php echo $cfg["max_uploads"]; ?>"></td> - </tr> |