Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b8d1b78253
!15 [sync] PR-14: Rebuild for new release number
From: @openeuler-sync-bot 
Reviewed-by: @zhujianwei001 
Signed-off-by: @zhujianwei001
2022-12-14 03:58:02 +00:00
jinlun
7b79c37979 Rebuild for new release number
Signed-off-by: jinlun <jinlun@huawei.com>
(cherry picked from commit 91f5c80d822761eb14c831661b61f33e9daa0192)
2022-12-12 15:08:55 +08:00
openeuler-ci-bot
a11c7975e8 !12 update to 0.3.15
From: @panxh_purple
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-01-25 16:32:48 +08:00
panxiaohe
0312e374ae update to 0.3.15 2021-01-23 17:52:10 +08:00
openeuler-ci-bot
3a12f8e8b1 !7 Mainline:require /etc/tcsd.conf to be owned by root:tss mode 640 for CVE-2020-24331
From: @hugel
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2020-09-29 20:51:48 +08:00
Hugel
6ddffed868 require /etc/tcsd.conf to be owned by root:tss mode 640 for CVE-2020-24331 2020-09-29 19:57:09 +08:00
openeuler-ci-bot
ba6ed4466a !3 Fix CVE-2020-24330 CVE-2020-24331 CVE-2020-24332
From: @wangchen2020
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2020-09-14 20:04:32 +08:00
wangchen2020
f2d67ddd1e Fix CVE-2020-24330 CVE-2020-24331 CVE-2020-24332 2020-09-14 19:06:49 +08:00
openeuler-ci-bot
6d53f443c2 !2 add yaml file for trousers
Merge pull request !2 from xu_ping/master
2020-06-19 16:03:20 +08:00
cherry530
edab0db821 add yaml file 2020-06-18 20:15:45 +08:00
4 changed files with 27 additions and 8 deletions

Binary file not shown.

BIN
trousers-0.3.15.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: trousers
Version: 0.3.14
Release: 3
Version: 0.3.15
Release: 2
Summary: The open-source TCG Software Stack
License: BSD
Url: http://trousers.sourceforge.net
Source0: https://sourceforge.net/projects/trousers/files/trousers/0.3.14/trousers-0.3.14.tar.gz
Source0: https://sourceforge.net/projects/trousers/files/trousers/%{version}/trousers-%{version}.tar.gz
#Acknowledge Source1 from Fedora.
Source1: tcsd.service
BuildRequires: make gettext-devel autoconf automake
BuildRequires: libtool openssl-devel systemd
Requires(pre): shadow-utils
Requires(post): systemd-units
@ -41,6 +42,8 @@ Includes header files, static library and other development files using trousers
%build
chmod +x ./bootstrap.sh
./bootstrap.sh
%configure --with-gui=openssl
%make_build -k
@ -73,7 +76,7 @@ exit 0
%doc README ChangeLog AUTHORS
%license LICENSE
%{_sbindir}/tcsd
%config(noreplace) %attr(0600, tss, tss) %{_sysconfdir}/tcsd.conf
%config(noreplace) %attr(0640, root, tss) %{_sysconfdir}/tcsd.conf
%attr(0644,root,root) %{_unitdir}/tcsd.service
%attr(0700, tss, tss) %{_localstatedir}/lib/tpm/
%{_libdir}/libtspi.so.*
@ -92,14 +95,26 @@ exit 0
%changelog
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-3
* Tue Oct 18 2022 jinlun <jinlun@huawei.com> - 0.3.15-2
- Rebuild for new release number
* Sat Jan 23 2021 panxiaohe <panxiaohe@huawei.com> - 0.3.15-1
- update to 0.3.15
* Tue Sep 29 2020 Hugel <gengqihu1@huawei.com> - 0.3.14-5
- require /etc/tcsd.conf to be owned by root:tss mode 640 for CVE-2020-24331
* Mon Sep 14 2020 wangchen <wangchen137@huawei.com> - 0.3.14-4
- Fix CVE-2020-24330 CVE-2020-24331 CVE-2020-24332
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-3
- Add tss account used by the trousers package to sandbox the tcsd daemon
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-2
- Modify requires
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-1
- update to 0.3.13
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-1
- update to 0.3.14
* Wed Sep 4 2019 Zaiwang Li<lizaiwang1@huawei.com> - 0.3.13-12
- Init package

4
trousers.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://git.code.sf.net/p/trousers/trousers
tag_prefix: ^TROUSERS_
seperator: _