Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets add TPM sets.



details:   https://anonhg.NetBSD.org/src/rev/94f9110d5db5
branches:  trunk
changeset: 782487:94f9110d5db5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 16:26:52 2012 +0000

description:
add TPM sets.

diffstat:

 distrib/sets/comments          |    4 +
 distrib/sets/deps              |    9 +
 distrib/sets/descrs            |    9 +
 distrib/sets/lists/base/mi     |   27 +++-
 distrib/sets/lists/base/shl.mi |    5 +-
 distrib/sets/lists/comp/mi     |  271 +++++++++++++++++++++++++++++++++++++++-
 distrib/sets/lists/comp/shl.mi |   12 +-
 distrib/sets/lists/man/mi      |   75 +++++++++++-
 distrib/sets/sets.subr         |    5 +-
 9 files changed, 402 insertions(+), 15 deletions(-)

diffs (truncated from 796 to 300 lines):

diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/comments
--- a/distrib/sets/comments     Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/comments     Sun Nov 04 16:26:52 2012 +0000
@@ -162,6 +162,7 @@
 base-texinfo_locale-zh Chinese language support for the GNU texinfo software
 base-timed-bin utilities for the timed(8) network time daemon
 base-tn3270-bin utilities for connecting to IBM VM/CMS systems
+base-tpm-bin   utilities for the Trusted Platform Module
 base-usd-share directory structure for the User's Supplementary Documentation
 base-util-bin standard utilities for use by users
 base-util-root root file system support for standard user utilities
@@ -432,6 +433,9 @@
 man-timed-man manual pages source for the timed(8) network time daemon
 man-tn3270-catman formatted manual pages for utilities for connecting to IBM VM/CMS systems
 man-tn3270-man manual pages source for utilities for connecting to IBM VM/CMS systems
+man-tpm-catman formated manual pages for the Trusted Platform Module utilities
+man-tpm-htmlman        HTML documentation for the Trusted Platform Module utilities
+man-tpm-man    documentation for the Trusted Platform Module utilities
 man-util-catman formatted manual pages for basic user utilities
 man-util-info the GNU texinfo software
 man-util-man manual pages source for basic user utilities
diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/deps
--- a/distrib/sets/deps Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/deps Sun Nov 04 16:26:52 2012 +0000
@@ -165,6 +165,7 @@
 base-texinfo_locale-zh base-locale-zh
 base-timed-bin base-sys-usr
 base-tn3270-bin base-sys-usr
+base-tpm-bin base-sys-usr
 base-usd-share base-sys-share
 base-util-bin base-sys-usr
 base-util-root base-sys-root
@@ -265,6 +266,11 @@
 comp-sys-root base-sys-root
 comp-sysutil-catman base-man-share
 comp-sysutil-man base-man-share
+comp-tpm-catman        base-man-share
+comp-tpm-htmlman       base-man-share
+comp-tpm-debug base-sys-usr
+comp-tpm-lib   base-sys-usr
+comp-tpm-man   base-man-share
 comp-util-bin base-sys-usr
 comp-util-catman base-man-share
 comp-util-man base-man-share
@@ -458,6 +464,9 @@
 man-timed-man base-man-share
 man-tn3270-catman base-man-share
 man-tn3270-man base-man-share
+man-tpm-catman base-man-share
+man-tpm-htmlman        base-man-share
+man-tpm-man    base-man-share
 man-util-catman base-man-share
 man-util-info base-texinfo-share
 man-util-man base-man-share
diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/descrs
--- a/distrib/sets/descrs       Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/descrs       Sun Nov 04 16:26:52 2012 +0000
@@ -170,6 +170,7 @@
 base-texinfo_locale-zh Chinese language support for the GNU texinfo software
 base-timed-bin utilities for the timed(8) network time daemon
 base-tn3270-bin        utilities for connecting to IBM VM/CMS systems
+base-tpm-bin           utilities for the Trusted Platform Module
 base-usd-share directory structure for the User's Supplementary Documentation 
 base-util-bin  standard utilities for use by users
 base-util-root root file system support for standard user utilities 
@@ -492,6 +493,11 @@
 comp-sysutil-man       manual pages source for system utilities
 comp-sysutil-root      manual pages source for system utilities
 comp-sysutil-sbin      system utilities 
+comp-tpm-catman                formated manual pages for the Trusted Platform Module libraries
+comp-tpm-debug         debugging symbols for the Trusted Platfor Module utilities and libraries
+comp-tpm-htmlman       HTML documentation for the Trusted Platform Module libraries
+comp-tpm-lib           libraries for the Trusted Platform Module
+comp-tpm-man           documentation for the Trusted Platform Module libraries
 comp-util-bin  programming utilities
 comp-util-catman       formatted manual pages for programming utilities
 comp-util-man  manual pages source for programming utilities
@@ -692,6 +698,9 @@
 man-timed-man  manual pages source for the timed(8) network time daemon
 man-tn3270-catman      formatted manual pages for utilities for connecting to IBM VM/CMS systems
 man-tn3270-man manual pages source for utilities for connecting to IBM VM/CMS systems
+man-tpm-catman         formated manual pages for the Trusted Platform Module utilities
+man-tpm-htmlman                HTML documentation for the Trusted Platform Module utilities
+man-tpm-man            documentation for the Trusted Platform Module utilities
 man-util-catman        formatted manual pages for basic user utilities 
 man-util-info  the GNU texinfo software
 man-util-man   manual pages source for basic user utilities 
diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/lists/base/mi        Sun Nov 04 16:26:52 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1011 2012/11/01 23:33:10 christos Exp $
+# $NetBSD: mi,v 1.1012 2012/11/04 16:26:53 christos Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -708,6 +708,9 @@
 ./usr/bin/top                                  base-util-bin
 ./usr/bin/touch                                        base-util-bin
 ./usr/bin/tpfmt                                        base-util-bin
+./usr/bin/tpm_sealdata                         base-tpm-bin            tpm
+./usr/bin/tpm_unsealdata                       base-tpm-bin            tpm
+./usr/bin/tpm_version                          base-tpm-bin            tpm
 ./usr/bin/tput                                 base-util-bin
 ./usr/bin/tr                                   base-util-bin
 ./usr/bin/true                                 base-util-bin
@@ -1497,9 +1500,31 @@
 ./usr/sbin/tcpdmatch                           base-netutil-bin
 ./usr/sbin/tcpdrop                             base-netutil-bin
 ./usr/sbin/tcpdump                             base-netutil-bin
+./usr/sbin/tcsd                                        base-tpm-bin            tpm
 ./usr/sbin/timed                               base-timed-bin
 ./usr/sbin/timedc                              base-timed-bin
 ./usr/sbin/tprof                               base-sysutil-bin
+./usr/sbin/tpm_changeownerauth                 base-tpm-bin            tpm
+./usr/sbin/tpm_clear                           base-tpm-bin            tpm
+./usr/sbin/tpm_createek                                base-tpm-bin            tpm
+./usr/sbin/tpm_getpubek                                base-tpm-bin            tpm
+./usr/sbin/tpm_nvdefine                                base-tpm-bin            tpm
+./usr/sbin/tpm_nvinfo                          base-tpm-bin            tpm
+./usr/sbin/tpm_nvread                          base-tpm-bin            tpm
+./usr/sbin/tpm_nvrelease                       base-tpm-bin            tpm
+./usr/sbin/tpm_nvwrite                         base-tpm-bin            tpm
+./usr/sbin/tpm_resetdalock                     base-tpm-bin            tpm
+./usr/sbin/tpm_restrictpubek                   base-tpm-bin            tpm
+./usr/sbin/tpm_restrictsrk                     base-tpm-bin            tpm
+./usr/sbin/tpm_revokeek                                base-tpm-bin            tpm
+./usr/sbin/tpm_selftest                                base-tpm-bin            tpm
+./usr/sbin/tpm_setactive                       base-tpm-bin            tpm
+./usr/sbin/tpm_setclearable                    base-tpm-bin            tpm
+./usr/sbin/tpm_setenable                       base-tpm-bin            tpm
+./usr/sbin/tpm_setoperatorauth                 base-tpm-bin            tpm
+./usr/sbin/tpm_setownable                      base-tpm-bin            tpm
+./usr/sbin/tpm_setpresence                     base-tpm-bin            tpm
+./usr/sbin/tpm_takeownership                   base-tpm-bin            tpm
 ./usr/sbin/traceroute                          base-netutil-bin
 ./usr/sbin/traceroute6                         base-netutil-bin        use_inet6
 ./usr/sbin/trpt                                        base-netutil-bin
diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/lists/base/shl.mi    Sun Nov 04 16:26:52 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.637 2012/09/16 18:59:25 tls Exp $
+# $NetBSD: shl.mi,v 1.638 2012/11/04 16:26:53 christos Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -681,6 +681,7 @@
 ./usr/lib/libstdc++.so.7                       base-sys-shlib          gcc=45,cxx
 ./usr/lib/libstdc++.so.7.0                     base-sys-shlib          gcc=4,cxx
 ./usr/lib/libstdc++.so.7.1                     base-sys-shlib          gcc=45,cxx
+./usr/lib/libtelnet.so                         base-obsolete           obsolete
 ./usr/lib/libtermcap.so                                base-sys-shlib
 ./usr/lib/libtermcap.so.0                      base-sys-shlib
 ./usr/lib/libtermcap.so.0.6                    base-sys-shlib
@@ -690,9 +691,11 @@
 ./usr/lib/libtermlib.so                                base-sys-shlib
 ./usr/lib/libtermlib.so.0                      base-sys-shlib
 ./usr/lib/libtermlib.so.0.6                    base-sys-shlib
+./usr/lib/libtpm_unseal.so.1.0                 base-tmp-shlib          tpm
 ./usr/lib/libtre.so                            base-sys-shlib
 ./usr/lib/libtre.so.0                          base-sys-shlib
 ./usr/lib/libtre.so.0.8                                base-sys-shlib
+./usr/lib/libtspi.so.3.0                       base-sys-shlib          tpm
 ./usr/lib/libukfs.so                           base-sys-shlib          rump
 ./usr/lib/libukfs.so.1                         base-sys-shlib          rump
 ./usr/lib/libukfs.so.1.0                       base-sys-shlib          rump
diff -r a9f032de5943 -r 94f9110d5db5 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sun Nov 04 14:40:47 2012 +0000
+++ b/distrib/sets/lists/comp/mi        Sun Nov 04 16:26:52 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1786 2012/11/01 23:33:11 christos Exp $
+#      $NetBSD: mi,v 1.1787 2012/11/04 16:26:53 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2576,6 +2576,8 @@
 ./usr/include/sys/xattr.h                      comp-c-include
 ./usr/include/sysexits.h                       comp-c-include
 ./usr/include/syslog.h                         comp-c-include
+./usr/include/trousers/trousers.h              comp-c-include          tpm
+./usr/include/trousers/tss.h                   comp-c-include          tpm
 ./usr/include/tar.h                            comp-c-include
 ./usr/include/tcpd.h                           comp-c-include
 ./usr/include/term.h                           comp-c-include
@@ -2724,7 +2726,6 @@
 ./usr/lib/libamu.a                             comp-obsolete           obsolete
 ./usr/lib/libamu_g.a                           comp-obsolete           obsolete
 ./usr/lib/libamu_p.a                           comp-obsolete           obsolete
-./usr/lib/libamu_pic.a                         comp-obsolete           obsolete
 ./usr/lib/libarchive.a                         comp-c-lib
 ./usr/lib/libarchive_g.a                       -unknown-               debuglib
 ./usr/lib/libarchive_p.a                       comp-c-proflib          profile
@@ -2836,7 +2837,6 @@
 ./usr/lib/libfrtbegin.a                                comp-c-lib              gcc=3
 ./usr/lib/libfrtbegin.a                                comp-obsolete           gcc=4,obsolete
 ./usr/lib/libg++_p.a                           comp-obsolete           obsolete
-./usr/lib/libg++_pic.a                         comp-obsolete           obsolete
 ./usr/lib/libg++a                              comp-obsolete           obsolete
 ./usr/lib/libg2c.a                             comp-fortran-lib        gcc=3
 ./usr/lib/libg2c.a                             comp-obsolete           gcc=4,obsolete
@@ -2980,7 +2980,6 @@
 ./usr/lib/libnpf_p.a                           comp-npf-proflib        profile,npf
 ./usr/lib/libntp.a                             comp-obsolete           obsolete
 ./usr/lib/libntp_p.a                           comp-obsolete           obsolete
-./usr/lib/libntp_pic.a                         comp-obsolete           obsolete
 ./usr/lib/libnvpair.a                          comp-zfs-lib            zfs
 ./usr/lib/libnvpair_g.a                                -unknown-               debuglib,zfs
 ./usr/lib/libnvpair_p.a                                comp-zfs-proflib        profile,zfs
@@ -3316,10 +3315,11 @@
 ./usr/lib/libstdc++_p.a                                comp-cxx-proflib        profile,cxx,gcccmds
 ./usr/lib/libsupc++.a                          comp-cxx-lib            cxx,gcccmds
 ./usr/lib/libsupc++_g.a                                -unknown-               debuglib,cxx,gcccmds
+./usr/lib/libtddl.a                            comp-c-lib              tpm
+./usr/lib/libtddl_p.a                          comp-c-proflib          tpm,profile
+./usr/lib/libtddl_g.a                          comp-c-lib              tpm,debuglib
 ./usr/lib/libtelnet.a                          comp-obsolete           obsolete
-./usr/lib/libtelnet.so                         comp-obsolete           obsolete
 ./usr/lib/libtelnet_p.a                                comp-obsolete           obsolete
-./usr/lib/libtelnet_pic.a                      comp-obsolete           obsolete
 ./usr/lib/libtermcap.a                         comp-c-lib
 ./usr/lib/libtermcap_g.a                       comp-obsolete           obsolete
 ./usr/lib/libtermcap_p.a                       comp-c-proflib          profile
@@ -3328,9 +3328,15 @@
 ./usr/lib/libterminfo_p.a                      comp-c-proflib          profile
 ./usr/lib/libtermlib.a                         comp-c-lib
 ./usr/lib/libtermlib_p.a                       comp-c-proflib          profile
+./usr/lib/libtpm_unseal.a                      comp-c-lib              tpm
+./usr/lib/libtpm_unseal_g.a                    comp-c-lib              tpm,debug
+./usr/lib/libtpm_unseal_p.a                    comp-c-proflib  tpm,profile
 ./usr/lib/libtre.a                             comp-c-lib
-./usr/lib/libtre_g.a                           comp-c-proflib          debuglib
+./usr/lib/libtre_g.a                           comp-c-lib              debuglib
 ./usr/lib/libtre_p.a                           comp-c-proflib          profile
+./usr/lib/libtspi.a                            comp-c-lib              tpm
+./usr/lib/libtspi_p.a                          comp-c-proflib          tpm,profile
+./usr/lib/libtspi_g.a                          comp-c-lib              tpm,debuglib
 ./usr/lib/libukfs.a                            comp-c-lib              rump
 ./usr/lib/libukfs_g.a                          -unknown-               debuglib,rump
 ./usr/lib/libukfs_p.a                          comp-c-proflib          profile,rump
@@ -3339,7 +3345,6 @@
 ./usr/lib/libumem_p.a                          comp-zfs-proflib        profile,zfs
 ./usr/lib/libusb.a                             comp-obsolete           obsolete
 ./usr/lib/libusb_p.a                           comp-obsolete           obsolete
-./usr/lib/libusb_pic.a                         comp-obsolete           obsolete
 ./usr/lib/libusbhid.a                          comp-c-lib
 ./usr/lib/libusbhid_g.a                                -unknown-               debuglib
 ./usr/lib/libusbhid_p.a                                comp-c-proflib          profile
@@ -3879,6 +3884,9 @@
 ./usr/libdata/debug/usr/bin/top.debug          comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/touch.debug                comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/tpfmt.debug                comp-util-debug         debug
+./usr/libdata/debug/usr/bin/tpm_sealdata.debug comp-tpm-debug          tpm,debug
+./usr/libdata/debug/usr/bin/tpm_unsealdata.debug       comp-tpm-debug          tpm,debug
+./usr/libdata/debug/usr/bin/tpm_version.debug  comp-tpm-debug          tpm,debug
 ./usr/libdata/debug/usr/bin/tput.debug         comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/tr.debug           comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/troff.debug                comp-groff-debug        groff,debug
@@ -4331,8 +4339,30 @@
 ./usr/libdata/debug/usr/sbin/tcpdmatch.debug   comp-netutil-debug      debug
 ./usr/libdata/debug/usr/sbin/tcpdrop.debug     comp-netutil-debug      debug
 ./usr/libdata/debug/usr/sbin/tcpdump.debug     comp-netutil-debug      debug
+./usr/libdata/debug/usr/sbin/tcsd.debug                comp-tpm-debug          debug
 ./usr/libdata/debug/usr/sbin/timed.debug       comp-timed-debug        debug
 ./usr/libdata/debug/usr/sbin/timedc.debug      comp-timed-debug        debug
+./usr/libdata/debug/usr/sbin/tpm_changeownerauth.debug comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_clear.debug           comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_createek.debug                comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_getpubek.debug                comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_nvdefine.debug                comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_nvinfo.debug          comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_nvread.debug          comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_nvrelease.debug       comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_nvwrite.debug         comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_resetdalock.debug     comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_restrictpubek.debug   comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_restrictsrk.debug     comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_revokeek.debug                comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_selftest.debug                comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setactive.debug       comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setclearable.debug    comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setenable.debug       comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setoperatorauth.debug comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setownable.debug      comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_setpresence.debug     comp-tpm-debug  tpm,debug
+./usr/libdata/debug/usr/sbin/tpm_takeownership.debug   comp-tpm-debug  tpm,debug
 ./usr/libdata/debug/usr/sbin/tprof.debug       comp-sysutil-debug      debug
 ./usr/libdata/debug/usr/sbin/traceroute.debug  comp-netutil-debug      debug
 ./usr/libdata/debug/usr/sbin/traceroute6.debug comp-netutil-debug      use_inet6,debug
@@ -4460,10 +4490,13 @@
 ./usr/libdata/lint/llib-lssl.ln                        comp-c-lintlib          lint,crypto
 ./usr/libdata/lint/llib-lssp.ln                        comp-obsolete           obsolete
 ./usr/libdata/lint/llib-lstdc.ln               comp-c-lintlib          lint
+./usr/libdata/lint/llib-ltddl.ln               comp-c-lintlib          tpm,lint
 ./usr/libdata/lint/llib-ltelnet.ln             comp-obsolete           obsolete
 ./usr/libdata/lint/llib-ltermcap.ln            comp-obsolete           obsolete
 ./usr/libdata/lint/llib-lterminfo.ln           comp-c-lintlib          lint
+./usr/libdata/lint/llib-ltpm_unseal.ln         como-c-lintlib          tpm,lint
 ./usr/libdata/lint/llib-ltre.ln                        comp-c-lintlib          lint
+./usr/libdata/lint/llib-ltspi.ln               comp-c-lintlib          tpm,lint



Home | Main Index | Thread Index | Old Index