Update status from "update" to "obsolete" - OpenSSH contains all.
authorshort <>
Sun, 30 Jan 2005 11:39:48 +0000 (11:39 +0000)
committershort <>
Sun, 30 Jan 2005 11:39:48 +0000 (11:39 +0000)
project/sshpatch/ListItem.pm

index f0aef26..eeb15ed 100755 (executable)
@@ -37,14 +37,20 @@ our @ListItem=(
                "download-SSH-1, version 1.2.30, .tar.gz"=>"ftp://ftp.fi.muni.cz/pub/ssh/ssh-1.2.30.tar.gz",
                "summary"=>"SSH-1 <i>KeepAliveData</i> and <i>OnDemandForward</i> features",
                "license"=>"PD",
-               "maintenance"=>"update-".a_href('http://www.openssh.com/','OpenSSH').' is preferred although this patch is not migrated.',
+               "maintenance"=>"obsolete-".a_href('http://www.openssh.com/','OpenSSH').' now contains equivalent features.',
                "language"=>"C patch",
                "description"=><<"HERE",
 <ul>
        <li><i>KeepAliveData</i>: Protect your mostly idle SSH connection from broken
-                       masquerading firewalls which forget and reset the idle connections.</li>
+                       masquerading firewalls which forget and reset the idle connections.
+                       Present in @{[ a_href('http://www.openssh.com/','OpenSSH') ]}
+                       as
+                       <b>@{[ a_href('http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config#DESCRIPTION','ServerAliveInterval' ]}</b>.</li>
        <li><i>OnDemandForward</i>: Setup the connection only after the first client
-                       connected to the local tunnel (-L) connection side.</li>
+                       connected to the local tunnel (-L) connection side.
+                       Similiar feature in @{[ a_href('http://www.openssh.com/','OpenSSH') ]}
+                       present as
+                       <b>@{[ a_href('http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config#DESCRIPTION','DynamicForward' ]}</b>.</li>
 </ul>
 HERE
                );