summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-12-12 17:49:12 -0800
committermutantmonkey2020-12-12 17:49:12 -0800
commit417e0dd24b1db0c4e54e07e03a422a31e2e4ba2d (patch)
tree2ee82a8bfcbad7e3ff6f0f5a426f824923f106b4
parente4f73a9c0f32de03bb3b613194158b3bf5a6ac78 (diff)
downloadaur-417e0dd24b1db0c4e54e07e03a422a31e2e4ba2d.tar.gz
upgpkg: trousers 0.3.15-2
Fix ownership and permissions on /etc/tcsd.conf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--tmpfiles.conf2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7c97deaa4b..fa8f4103de60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trousers
pkgdesc = Open-source TCG Software Stack implementation for use with a TPM
pkgver = 0.3.15
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/trousers
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = trousers
source = 01-tss-user.patch
sha256sums = 1e5be93e518372acf1d92d2f567d01a46fdb0b730487e544e6fb896c59cac77f
sha256sums = 4c2684501e7a67132d4f53466b32fc06bd2a0275d4cf1fbd5479d0cdb2349bc7
- sha256sums = 1afd455b6c17e730b2cc4ec71d5625f0b63fde54f9409ae4762dc6f084c194de
+ sha256sums = 225414a8da825351da33760a141a607f731c513c36527e4624b36a607c5aa7e6
sha256sums = 653c3a94ec628e7a7fb150d0d289b0866c6b3bb9aa57af2c59724517d205d7bd
sha256sums = c50ea41a4809699dd50f2e621acc6baafb2dffa43cd5a0df8a0679f1d1b1b884
sha256sums = d6d2f72389ffc1f61c363d839de24ba7ebb9a6453d99ece151a65933ebb0235c
diff --git a/PKGBUILD b/PKGBUILD
index 8eee99106c06..52bf5791bb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=trousers
pkgver=0.3.15
-pkgrel=1
+pkgrel=2
pkgdesc="Open-source TCG Software Stack implementation for use with a TPM"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/trousers"
@@ -24,7 +24,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver
# 'trousers-0.3.14-fno-common.patch')
sha256sums=('1e5be93e518372acf1d92d2f567d01a46fdb0b730487e544e6fb896c59cac77f'
'4c2684501e7a67132d4f53466b32fc06bd2a0275d4cf1fbd5479d0cdb2349bc7'
- '1afd455b6c17e730b2cc4ec71d5625f0b63fde54f9409ae4762dc6f084c194de'
+ '225414a8da825351da33760a141a607f731c513c36527e4624b36a607c5aa7e6'
'653c3a94ec628e7a7fb150d0d289b0866c6b3bb9aa57af2c59724517d205d7bd'
'c50ea41a4809699dd50f2e621acc6baafb2dffa43cd5a0df8a0679f1d1b1b884'
'd6d2f72389ffc1f61c363d839de24ba7ebb9a6453d99ece151a65933ebb0235c')
diff --git a/tmpfiles.conf b/tmpfiles.conf
index 32d03dd8ee7d..c95751795b8e 100644
--- a/tmpfiles.conf
+++ b/tmpfiles.conf
@@ -1,2 +1,2 @@
d /var/lib/tpm 0700 tss tss
-z /etc/tcsd.conf 0600 tss tss
+z /etc/tcsd.conf 0640 root tss