X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fsshpatch%2FListItem.pm;h=f0aef2612de6bc36df7b2ab003c9d52bd24346a7;hb=edd751ab0449b6117afdd9c496af762008c40351;hp=6a4036b5541637df68ea6ada645fe92b12263921;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/sshpatch/ListItem.pm b/project/sshpatch/ListItem.pm index 6a4036b..f0aef26 100755 --- a/project/sshpatch/ListItem.pm +++ b/project/sshpatch/ListItem.pm @@ -29,18 +29,24 @@ use My::Web; our @ListItem=( - "name"=>"SSH-1 patch for KeepAliveData and OnDemandForward", - "priority"=>7, + "name"=>"SSH-1 patch", + "platform"=>"unixuser", + "priority"=>180, "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-".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", + +HERE ); 1;