developer/golang: update to 1.23
[oi-userland.git] / components / network / openssh / manifests / sample-manifest.p5m
blobefe6cbe832319744c7b823d3dd81e4e20a9d5571
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 <contributor>
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 file path=etc/ssh/moduli
27 file path=etc/ssh/ssh_config
28 file path=etc/ssh/sshd_config
29 file path=usr/bin/scp
30 file path=usr/bin/sftp
31 file path=usr/bin/ssh
32 file path=usr/bin/ssh-add
33 file path=usr/bin/ssh-agent
34 file path=usr/bin/ssh-copy-id
35 file path=usr/bin/ssh-keygen
36 file path=usr/bin/ssh-keyscan
37 file path=usr/lib/dtrace/64/sftp64.d
38 file path=usr/libexec/sftp-server
39 file path=usr/libexec/ssh-keysign
40 file path=usr/libexec/ssh-pkcs11-helper
41 file path=usr/libexec/ssh-sk-helper
42 file path=usr/libexec/sshd-session
43 file path=usr/sbin/sshd
44 file path=usr/share/man/man1/scp.1
45 file path=usr/share/man/man1/sftp.1
46 file path=usr/share/man/man1/ssh-add.1
47 file path=usr/share/man/man1/ssh-agent.1
48 file path=usr/share/man/man1/ssh-copy-id.1
49 file path=usr/share/man/man1/ssh-keygen.1
50 file path=usr/share/man/man1/ssh-keyscan.1
51 file path=usr/share/man/man1/ssh.1
52 file path=usr/share/man/man5/moduli.5
53 file path=usr/share/man/man5/ssh_config.5
54 file path=usr/share/man/man5/sshd_config.5
55 file path=usr/share/man/man8/sftp-server.8
56 file path=usr/share/man/man8/ssh-keysign.8
57 file path=usr/share/man/man8/ssh-pkcs11-helper.8
58 file path=usr/share/man/man8/ssh-sk-helper.8
59 file path=usr/share/man/man8/sshd.8