Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
aae4a89e05
!21 [sync] PR-20: The corresponding version number nedds to be added to the Obsoletes filed
From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2024-08-08 03:37:30 +00:00
zhangruifang2020
4f3e2ef603 The corresponding version number nedds to be added to the Obsoletes filed
(cherry picked from commit 417d5da1f26da4901c7a8a16800dd8d21604f3bb)
2024-08-02 09:24:18 +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 28 additions and 9 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
Version: 0.3.15
Release: 3
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
@ -15,7 +16,7 @@ Requires(preun): systemd-units
Requires(postun): systemd-units
Provides: trousers-lib
Obsoletes: trousers-lib
Obsoletes: trousers-lib < %{version}-%{release}
%description
Trousers is an Trusted Computing Software Stack. By using trousers you
@ -29,7 +30,7 @@ Summary: Trousers header files, documentation and trousers tCG device driver lib
Requires: %{name} = %{version}-%{release}
Provides: trousers-static
Obsoletes: trousers-static
Obsoletes: trousers-static < %{version}-%{release}
%description devel
Includes header files, static library and other development files using trousers.
@ -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
* Thu Aug 01 2024 zhangruifang <zhangruifang@h-partners.com> - 0.3.15-3
- The corresponding version number nedds to be added to the Obsoletes filed
* 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: _