Commit graph

10 commits

Author SHA1 Message Date
Larry Rosenman
8c5cf0c48c emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) use
Add patch to fix it.

PR:		219352
Submitted by:	Phillip R. Jaenke <prj@rootwyrm.com>
Approved by:	maintainer timeout.
2017-06-03 21:56:25 +00:00
Hiroki Sato
5c2173b0df security/trousers:
- Update to 0.3.13.
- Remove CONFLICTS with emulators/tpm-emulator.

  Two separate binaries, sbin/tcsd (for actual TPM device) and
  sbin/tcsd_emu (for TPM emulator) are now installed.  rc.d/tcsd chooses
  one of them depending on $tcsd_mode.  When tcsd_mode="native" (default)
  it runs sbin/tcsd, and when tcsd_mode="emulator" it runs sbin/tcsd_emu.
  Note that sbin/tcsd_emu depends on tpmd in emulators/tpm-emulator.

- Simplify @sample.

emulators/tpm-emulator:

- Remove CONFLICTS with security/trousers.
- Simplify rc.d/tpmd.
2016-05-18 13:53:45 +00:00
Martin Wilke
4084389efb - Update to version 0.7.4
- Trim header

PR:		172716
Submitted by:	Ports Fury
2013-02-07 14:30:48 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Norikatsu Shigemura
3fc9cc9ed3 All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION. 2010-12-14 22:49:47 +00:00
Norikatsu Shigemura
f878a3c5be Cleanup(portlint happy).
[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll
re-setup working directory under $PREFIX
(/var/lib/tpm -> $PREFIX/var/lib/tpm).  So I'll finish
these working, and bump PORTREVISION.
2010-12-14 22:31:12 +00:00
Norikatsu Shigemura
2d76d7517b Fix rc script with _tss USER/GROUP.
[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll
re-setup working directory under $PREFIX
(/var/lib/tpm -> $PREFIX/var/lib/tpm).  So I'll finish
these working, and bump PORTREVISION.
2010-12-14 16:26:27 +00:00
Norikatsu Shigemura
339a230ae5 Add support rc script. (buggy by not install USER/GROUP)
[NOTE]
In this time, I don't bump PORTREVISION.  Because I must install
_tss user and group account(bug), and I'll re-setup working
directory under $PREFIX.  So I'll finish these working, and
bump PORTREVISION.
2010-12-13 18:38:54 +00:00
Norikatsu Shigemura
dc6c6f4f5c o sort pkg-plist.
o install libtddl.so.1 instead of libtddl.so.1.2 to use dynamic library.

[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll add rc.d/tpmd,
use _tss user and group account, and re-setup working directory under
$PREFIX.  So I'll finish these working, and bump PORTREVISION.
2010-12-12 16:20:09 +00:00
Norikatsu Shigemura
1cf92127b2 Add tpm-emulator 0.7.1, is a Trusted Platform Module (TPM) emulator.
Obtained from:	http://bsssd.sourceforge.net/
2010-11-07 12:08:52 +00:00