source: Daodan/MinGW/var/lib/mingw-get/data/msys-openssh.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 2.2 KB
RevLine 
[1046]1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
3
4 <!-- File: msys-openssh.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-openssh">
10 <affiliate group="MinGW Developer Toolkit" />
11 <description lang="en" title="Secure Networking Clients" >
12 <paragraph>openssh is a FREE version of the SSH connectivity tools
13 that technical users of the Internet rely on. Users of telnet,
14 rlogin, and ftp may not realize that their password is transmitted
15 across the Internet unencrypted, but it is. OpenSSH encrypts all
16 traffic (including passwords) to effectively eliminate
17 eavesdropping, connection hijacking, and other attacks.
18 Additionally, OpenSSH provides secure tunneling capabilities and
19 several authentication methods, and supports all SSH protocol
20 versions.
21 </paragraph>
22 <paragraph>The OpenSSH suite replaces rlogin and telnet with the ssh
23 program, rcp with scp, and ftp with sftp. Other utilities like
24 ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, and ssh-keygen are
25 also included.
26 </paragraph>
27 </description>
28
29 <licence tarname="openssh-%-msys-%-lic.tar.%" />
30 <source tarname="openssh-%-msys-%-src.tar.%" />
31
32 <component class="bin">
33 <requires eq="msys-core-*-msys-*-bin.tar" />
34 <release tarname="openssh-5.4p1-1-msys-1.0.13-bin.tar.lzma" >
35 <requires eq="msys-libminires-*-msys-*-dll.tar" />
36 <requires eq="msys-libopenssl-*-msys-*-dll-100.tar" />
37 <requires eq="msys-zlib-*-msys-*-dll.tar" />
38 </release>
39 </component>
40
41 <component class="doc">
42 <release tarname="openssh-5.4p1-1-msys-1.0.13-doc.tar.lzma" />
43 </component>
44
45 <component class="lic">
46 <release tarname="openssh-5.4p1-1-msys-1.0.13-lic.tar.lzma" />
47 </component>
48 </package>
49
50 </package-collection>
51</software-distribution>
52<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.