components/openssh/openssh.p5m
changeset 3574 80e9a4e240d3
parent 3520 6bfe35769346
child 3732 0f62cc221c7e
equal deleted inserted replaced
3572:2f22f425382c 3574:80e9a4e240d3
    25     value=pkg:/network/openssh@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/network/openssh@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value=OpenSSH
    26 set name=pkg.summary value=OpenSSH
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="OpenSSH provides end-to-end encrypted replacement of applications such as telnet, rlogin, and ftp. Unlike these legacy applications, OpenSSH never passes anything (including user name and password) over the wire in unencrypted form. OpenSSH provides the SSH known host mechanism which verifies that the system you connect to is really the one you intended to. OpenSSH provides secure tunneling capabilities and several authentication methods. It also supports forwarding X11 connections and arbitrary TCP ports over the secure channel."
    28     value="OpenSSH provides end-to-end encrypted replacement of applications such as telnet, rlogin, and ftp. Unlike these legacy applications, OpenSSH never passes anything (including user name and password) over the wire in unencrypted form. OpenSSH provides the SSH known host mechanism which verifies that the system you connect to is really the one you intended to. OpenSSH provides secure tunneling capabilities and several authentication methods. It also supports forwarding X11 connections and arbitrary TCP ports over the secure channel."
    29 set name=pkg.human-version value=$(HUMAN_VERSION)
    29 set name=pkg.human-version value=$(HUMAN_VERSION)
    30 set name=com.oracle.info.description \
       
    31     value="OpenSSH, a suite of tools that help secure network connections"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
    30 set name=info.classification \
    34     value=org.opensolaris.category.2008:Applications/Internet \
    31     value=org.opensolaris.category.2008:Applications/Internet \
    35     value=org.opensolaris.category.2008:System/Security
    32     value=org.opensolaris.category.2008:System/Security
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
   126     path=usr/share/man/man4/sshd_config.openssh.4
   123     path=usr/share/man/man4/sshd_config.openssh.4
   127 dir  path=var/empty owner=root group=sys mode=0755 sysattr=readonly
   124 dir  path=var/empty owner=root group=sys mode=0755 sysattr=readonly
   128 group groupname=sshd gid=22
   125 group groupname=sshd gid=22
   129 user username=sshd ftpuser=false gcos-field="sshd privsep" group=sshd \
   126 user username=sshd ftpuser=false gcos-field="sshd privsep" group=sshd \
   130     home-dir=/var/empty login-shell=/bin/false uid=22
   127     home-dir=/var/empty login-shell=/bin/false uid=22
   131 license openssh.license license="BSD, BSD-like"
   128 license openssh.license license="BSD, BSD-like (OpenSSH)" \
       
   129 	com.oracle.info.description="OpenSSH, a suite of tools that help secure network connections" \
       
   130 	com.oracle.info.name=openssh \
       
   131 	com.oracle.info.tpno=$(TPNO_OPENSSH) \
       
   132 	com.oracle.info.version=$(COMPONENT_VERSION)
       
   133 license openssh.license license="BSD, BSD-like (gsskex)" \
       
   134 	com.oracle.info.description="GSS-API authenticated key exchange" \
       
   135 	com.oracle.info.name=gsskex \
       
   136 	com.oracle.info.tpno=$(TPNO_GSSKEX) \
       
   137 	com.oracle.info.version=5.7p1
   132 depend type=require fmri=service/network/ssh-common
   138 depend type=require fmri=service/network/ssh-common