[arch-commits] Commit in gnutls/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Thu May 5 16:02:54 UTC 2022


    Date: Thursday, May 5, 2022 @ 16:02:54
  Author: andyrtr
Revision: 444704

upgpkg: gnutls 3.7.4-3: add optional dependency on tpm2-tss - FS#74498

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-05 15:00:10 UTC (rev 444703)
+++ PKGBUILD	2022-05-05 16:02:54 UTC (rev 444704)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -11,8 +11,10 @@
 options=('!zipman' 'debug')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
          'libidn2.so' 'libunistring' 'brotli')
-checkdepends=('net-tools')
-optdepends=('guile: for use with Guile bindings')
+makedepends=('tpm2-tss')
+checkdepends=('net-tools' 'tpm2-tools')
+optdepends=('guile: for use with Guile bindings'
+            'tpm2-tss: support for TPM2 wrapped keys')
 source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha256sums=('e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f'
             'SKIP')
@@ -25,7 +27,8 @@
 	--with-idn \
 	--enable-openssl-compatibility \
 	--enable-guile --with-guile-site-dir=no \
-	--with-default-trust-store-pkcs11="pkcs11:"
+	--with-default-trust-store-pkcs11="pkcs11:" \
+	--with-tpm2
 #	--enable-ktls \ # breaks testsuite
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list