X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fsshpatch%2FListItem.pm;h=171d6a316566f57b997cbc459b3b7ba264b38535;hb=dd8c6d6f376afc2f7a33118154707cc8e9e9059e;hp=c781a99688b6e88f4fc978e7772f74df8c37b00c;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/sshpatch/ListItem.pm b/project/sshpatch/ListItem.pm index c781a99..171d6a3 100755 --- a/project/sshpatch/ListItem.pm +++ b/project/sshpatch/ListItem.pm @@ -25,21 +25,24 @@ our $CVS_ID=q$Id$; use strict; use warnings; +use My::Web; + our @ListItem=( - "name"=>"SSH-1 patch for KeepAliveData and OnDemandForward", + "name"=>"SSH-1 patch", + "platform"=>"unixuser", "priority"=>7, "download"=>"ssh-1.2.30-kadata+odforw.tar.gz", "download-SSH-1, version 1.2.30, .src.rpm"=>"ftp://ftp.fi.muni.cz/pub/ssh/local-fi.muni.cz/linux/ssh-1.2.30-1i.src.rpm", "download-SSH-1, version 1.2.30, .tar.gz"=>"ftp://ftp.fi.muni.cz/pub/ssh/ssh-1.2.30.tar.gz", - "summary"=>"SSH enhancement", + "summary"=>"SSH-1 KeepAliveData and OnDemandForward features", "license"=>"PD", - "maintenance"=>"update", - "reason"=>"OpenSSH is now preferred but this patch is not yet migrated.", + "maintenance"=>"update-".a_href('http://www.openssh.com/','OpenSSH').' is preferred although this patch is not migrated.', "language"=>"C patch", - "description"=>"" - .'This patch will protect your mostly idle SSH connection from broken masquerading firewalls' - .' and/or it will also provide _on-demand_ tunnelling.' + "description"=><<"HERE", +This patch will protect your mostly idle SSH connection from broken masquerading firewalls +and/or it will also provide _on-demand_ tunnelling. +HERE ); 1;