Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tpm2-tss: update to 3.0.1
@ 2020-11-07 22:31 ndowens
  2020-11-07 22:33 ` [PR PATCH] [Closed]: " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-07 22:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages tpm2-tss
https://github.com/void-linux/void-packages/pull/26205

tpm2-tss: update to 3.0.1
gcrypt has been removed as supported crypto backend; libressl is not supported upstream neither. Disable fapi as it needs to be compiled with openssl support.

A patch file from https://github.com/void-linux/void-packages/pull/26205.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tpm2-tss-26205.patch --]
[-- Type: text/x-diff, Size: 2336 bytes --]

From 5030b0da846f78e0d7628566821e0186c6ed0b88 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 7 Nov 2020 16:30:31 -0600
Subject: [PATCH] tpm2-tss: update to 3.0.1

---
 common/shlibs             | 14 +++++++-------
 srcpkgs/tpm2-tss/template | 11 ++++++-----
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index cba355c3bfa..bdca2ff9f78 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3904,13 +3904,13 @@ libgcj_bc.so.1 libgcj-6.5.0_1
 libgcj.so.17 libgcj-6.5.0_1
 libgij.so.17 libgcj-6.5.0_1
 libtty.so.1 libtermrec-0.18_1
-libtss2-mu.so.0 tpm2-tss-2.3.1_1
-libtss2-esys.so.0 tpm2-tss-2.3.1_1
-libtss2-sys.so.0 tpm2-tss-2.3.1_1
-libtss2-tcti-device.so.0 tpm2-tss-2.3.1_1
-libtss2-rc.so.0 tpm2-tss-2.3.1_1
-libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1
-libtss2-tctildr.so.0 tpm2-tss-2.3.1_1
+libtss2-mu.so.0 tpm2-tss-3.0.1_1
+libtss2-esys.so.0 tpm2-tss-3.0.1_1
+libtss2-sys.so.1 tpm2-tss-3.0.1_1
+libtss2-tcti-device.so.0 tpm2-tss-3.0.1_1
+libtss2-rc.so.0 tpm2-tss-3.0.1_1
+libtss2-tcti-mssim.so.0 tpm2-tss-3.0.1_1
+libtss2-tctildr.so.0 tpm2-tss-3.0.1_1
 libzfs.so.2 zfs-0.8.2_1
 libnvpair.so.1 zfs-0.8.2_1
 libzfs_core.so.1 zfs-0.8.3_1
diff --git a/srcpkgs/tpm2-tss/template b/srcpkgs/tpm2-tss/template
index c8b480ca92f..c7fc5bfb055 100644
--- a/srcpkgs/tpm2-tss/template
+++ b/srcpkgs/tpm2-tss/template
@@ -1,18 +1,19 @@
 # Template file for 'tpm2-tss'
 pkgname=tpm2-tss
-version=2.3.2
+version=3.0.1
 revision=1
 build_style=gnu-configure
-configure_args="--disable-weakcrypto --with-crypto=gcrypt"
+configure_args="--disable-weakcrypto --with-crypto=mbed
+ --disable-fapi"
 hostmakedepends="autoconf-archive automake libtool pkg-config
  doxygen libltdl-devel"
-makedepends="libltdl-devel libgcrypt-devel"
+makedepends="libltdl-devel mbedtls-devel"
 short_desc="OSS implementation of the TCG TPM2 Software Stack"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/tpm2-software/tpm2-tss"
 distfiles="https://github.com/tpm2-software/tpm2-tss/archive/${version}.tar.gz"
-checksum=fa027be1b44a5dfb87d90d96ba257b458ff54a38ab176bcfa1f276db1226de0b
+checksum=136131edb7198b28430beb2c4c7f244c1590b2217c4a9a80bc33dc2a547a9237
 
 system_accounts="_tss"
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: tpm2-tss: update to 3.0.1
  2020-11-07 22:31 [PR PATCH] tpm2-tss: update to 3.0.1 ndowens
@ 2020-11-07 22:33 ` ndowens
  2020-11-24 18:01 ` [PR REVIEW] " ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-07 22:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There's a closed pull request on the void-packages repository

tpm2-tss: update to 3.0.1
https://github.com/void-linux/void-packages/pull/26205

Description:
gcrypt has been removed as supported crypto backend; libressl is not supported upstream neither. Disable fapi as it needs to be compiled with openssl support.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] tpm2-tss: update to 3.0.1
  2020-11-07 22:31 [PR PATCH] tpm2-tss: update to 3.0.1 ndowens
  2020-11-07 22:33 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-24 18:01 ` ahesford
  2020-11-24 19:39 ` ndowens
  2020-11-24 19:42 ` [PR PATCH] [Updated] " ndowens
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-24 18:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26205#discussion_r529772907

Comment:
Only the `libtss2-sys.so.1` line should be updated unless these other libraries have broken ABI compatibility without bumping versions.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] tpm2-tss: update to 3.0.1
  2020-11-07 22:31 [PR PATCH] tpm2-tss: update to 3.0.1 ndowens
  2020-11-07 22:33 ` [PR PATCH] [Closed]: " ndowens
  2020-11-24 18:01 ` [PR REVIEW] " ahesford
@ 2020-11-24 19:39 ` ndowens
  2020-11-24 19:42 ` [PR PATCH] [Updated] " ndowens
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-24 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26205#discussion_r529831932

Comment:
Oh ok. I wasn't completely sure, but figured it would be best to have them to "point" to new version nonetheless.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] tpm2-tss: update to 3.0.1
  2020-11-07 22:31 [PR PATCH] tpm2-tss: update to 3.0.1 ndowens
                   ` (2 preceding siblings ...)
  2020-11-24 19:39 ` ndowens
@ 2020-11-24 19:42 ` ndowens
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-24 19:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages tpm2-tss
https://github.com/void-linux/void-packages/pull/26205

tpm2-tss: update to 3.0.1
gcrypt has been removed as supported crypto backend; libressl is not supported upstream neither. Disable fapi as it needs to be compiled with openssl support.

A patch file from https://github.com/void-linux/void-packages/pull/26205.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tpm2-tss-26205.patch --]
[-- Type: text/x-diff, Size: 1910 bytes --]

From 55a9300ba252023f943ce8309a42deaaecb54567 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 7 Nov 2020 16:30:31 -0600
Subject: [PATCH] tpm2-tss: update to 3.0.1

---
 common/shlibs             |  2 +-
 srcpkgs/tpm2-tss/template | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ff2f4a9b234..66fabff743f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3907,7 +3907,7 @@ libgij.so.17 libgcj-6.5.0_1
 libtty.so.1 libtermrec-0.18_1
 libtss2-mu.so.0 tpm2-tss-2.3.1_1
 libtss2-esys.so.0 tpm2-tss-2.3.1_1
-libtss2-sys.so.0 tpm2-tss-2.3.1_1
+libtss2-sys.so.1 tpm2-tss-3.0.1_1
 libtss2-tcti-device.so.0 tpm2-tss-2.3.1_1
 libtss2-rc.so.0 tpm2-tss-2.3.1_1
 libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1
diff --git a/srcpkgs/tpm2-tss/template b/srcpkgs/tpm2-tss/template
index c8b480ca92f..c7fc5bfb055 100644
--- a/srcpkgs/tpm2-tss/template
+++ b/srcpkgs/tpm2-tss/template
@@ -1,18 +1,19 @@
 # Template file for 'tpm2-tss'
 pkgname=tpm2-tss
-version=2.3.2
+version=3.0.1
 revision=1
 build_style=gnu-configure
-configure_args="--disable-weakcrypto --with-crypto=gcrypt"
+configure_args="--disable-weakcrypto --with-crypto=mbed
+ --disable-fapi"
 hostmakedepends="autoconf-archive automake libtool pkg-config
  doxygen libltdl-devel"
-makedepends="libltdl-devel libgcrypt-devel"
+makedepends="libltdl-devel mbedtls-devel"
 short_desc="OSS implementation of the TCG TPM2 Software Stack"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/tpm2-software/tpm2-tss"
 distfiles="https://github.com/tpm2-software/tpm2-tss/archive/${version}.tar.gz"
-checksum=fa027be1b44a5dfb87d90d96ba257b458ff54a38ab176bcfa1f276db1226de0b
+checksum=136131edb7198b28430beb2c4c7f244c1590b2217c4a9a80bc33dc2a547a9237
 
 system_accounts="_tss"
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-24 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07 22:31 [PR PATCH] tpm2-tss: update to 3.0.1 ndowens
2020-11-07 22:33 ` [PR PATCH] [Closed]: " ndowens
2020-11-24 18:01 ` [PR REVIEW] " ahesford
2020-11-24 19:39 ` ndowens
2020-11-24 19:42 ` [PR PATCH] [Updated] " ndowens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).