mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Scherer, Thorsten" <T.Scherer@eckelmann.de>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Cc: "Scherer, Thorsten" <T.Scherer@eckelmann.de>
Subject: Re: [ptxdist] [PATCH v2 0/5] add packages for tpm
Date: Thu, 20 Dec 2018 14:56:05 +0000	[thread overview]
Message-ID: <dca47d172dd6e741fe5467d02a807601dba7e182.camel@eckelmann.de> (raw)
In-Reply-To: <cover.1545042465.git.t.scherer@eckelmann.de>

Hello,

I forgot to add a description of the changes. Sorry about that.


changes since v1:

all patches:
	- patch order changed
	- fix tabs, spaces and indentation
	- rebase patches onto current master
	
[PATCH v2 1/5] was [PATCH 5/5]:
	- add default to .in file

[PATCH v2 2/5] was [PATCH 1/5]:
	- make files non executable
	- remove obsolete service unit
	- remove obsolete dbus service unit
	- put tpm2-abrmd to version 2.0.3
	- fix path of --with-systemdsystemunitdir

[PATCH v2 3/5] was [PATCH 2/5]:
	- fix email address in copyright
	- remove blank line
	
[PATCH v2 4/5] was [PATCH 3/5]:
	- remove trailing backslash in help text
	- put tpm2-tools to version 3.1.1
	
[PATCH v2 5/5] was [PATCH 4/5]:
	- put tpm2-tss-engine to newer commit (c9061a7)
	- add copyright header
	- remove unnessecary extract.post stage


On Mon, 2018-12-17 at 11:49 +0100, Thorsten K. Scherer wrote:
> From v1, send on Mon, 26 Nov 2018 11:20:52 +0100 :
> 
> This series aims to integrate the tpm packages maintained on
> https://github.com/tpm2-software/ into ptxdist. It also adds the
> autotools macro archive, as a dependency for tpm2-tss.
> 
> Thorsten K. Scherer (5):
>   ptxdist: add host autotools macro archive for tpm2
>   ptxdist: add tpm2-abrmd 2.0.3
>   ptxdist: add tpm2-tss version 2.1.0
>   ptxdist: add tpm2-tools 3.1.3
>   ptxdist: add tpm2-tss-engine c9061a7
> 
>  ...rom-the-list-of-libs-to-link-against.patch |  21 +++
>  patches/tpm2-tss-2.1.0/series                 |   4 +
>  .../autogen.sh                                |   5 +
>  projectroot/etc/group                         |   1 +
>  projectroot/etc/passwd                        |   1 +
>  projectroot/etc/shadow                        |   1 +
>  rules/host-autotools-autoconf-archive.in      |  14 ++
>  rules/host-autotools-autoconf-archive.make    |  36 +++++
>  rules/tpm.in                                  |   5 +
>  rules/tpm2-abrmd.in                           |  16 ++
>  rules/tpm2-abrmd.make                         |  72 +++++++++
>  rules/tpm2-tools.in                           |  92 ++++++++++++
>  rules/tpm2-tools.make                         | 137
> ++++++++++++++++++
>  rules/tpm2-tss-engine.in                      |  15 ++
>  rules/tpm2-tss-engine.make                    |  61 ++++++++
>  rules/tpm2-tss.in                             |  22 +++
>  rules/tpm2-tss.make                           |  65 +++++++++
>  17 files changed, 568 insertions(+)
>  create mode 100644 patches/tpm2-tss-2.1.0/0001-drop-lgcrypt-from-
> the-list-of-libs-to-link-against.patch
>  create mode 100644 patches/tpm2-tss-2.1.0/series
>  create mode 100755 patches/tpm2-tss-engine-2018-11-28-
> gc9061a7/autogen.sh
>  create mode 100644 rules/host-autotools-autoconf-archive.in
>  create mode 100644 rules/host-autotools-autoconf-archive.make
>  create mode 100644 rules/tpm.in
>  create mode 100644 rules/tpm2-abrmd.in
>  create mode 100644 rules/tpm2-abrmd.make
>  create mode 100644 rules/tpm2-tools.in
>  create mode 100644 rules/tpm2-tools.make
>  create mode 100644 rules/tpm2-tss-engine.in
>  create mode 100644 rules/tpm2-tss-engine.make
>  create mode 100644 rules/tpm2-tss.in
>  create mode 100644 rules/tpm2-tss.make


Best regards
Thorsten

-- 
Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      parent reply	other threads:[~2018-12-20 14:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17 10:49 Thorsten K. Scherer
2018-12-17 10:49 ` [ptxdist] [PATCH v2 1/5] ptxdist: add host autotools macro archive for tpm2 Thorsten K. Scherer
     [not found]   ` <20181230033939.3mawbfpfgv5ab5vb@pengutronix.de>
     [not found]     ` <20190315150902.GA6173@ws067.eckelmann.group>
2019-03-18  8:51       ` Roland Hieber
2018-12-17 10:49 ` [ptxdist] [PATCH v2 2/5] ptxdist: add tpm2-abrmd 2.0.3 Thorsten K. Scherer
2018-12-17 10:49 ` [ptxdist] [PATCH v2 3/5] ptxdist: add tpm2-tss version 2.1.0 Thorsten K. Scherer
2018-12-17 10:50 ` [ptxdist] [PATCH v2 4/5] ptxdist: add tpm2-tools 3.1.3 Thorsten K. Scherer
2018-12-17 10:50 ` [ptxdist] [PATCH v2 5/5] ptxdist: add tpm2-tss-engine c9061a7 Thorsten K. Scherer
2018-12-20 14:56 ` Scherer, Thorsten [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dca47d172dd6e741fe5467d02a807601dba7e182.camel@eckelmann.de \
    --to=t.scherer@eckelmann.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox