diff --git a/add-PIE-and-BIND_NOW-for-some-binaries.patch b/add-PIE-and-BIND_NOW-for-some-binaries.patch index 13cc83a3966aac6dcf8a6ec8fe59e2bcc5b99370..a9b5fcfbe7ee9b5647ffcae715b278200833c8a2 100644 --- a/add-PIE-and-BIND_NOW-for-some-binaries.patch +++ b/add-PIE-and-BIND_NOW-for-some-binaries.patch @@ -42,7 +42,7 @@ index 177f28b..75a7f75 100644 +++ b/utils/Makefile @@ -13,7 +13,7 @@ include $(ROOTDIR)/Config.mk - TARGETS := txt-stat parse_err acminfo + TARGETS := txt-stat txt-parse_err txt-acminfo -CFLAGS += -D_LARGEFILE64_SOURCE +CFLAGS += -D_LARGEFILE64_SOURCE -fstack-protector-strong diff --git a/tboot-1.10.2.tar.gz b/tboot-1.10.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8fb1cfe2a648aee161f22fe032bbeea4355c08ac Binary files /dev/null and b/tboot-1.10.2.tar.gz differ diff --git a/tboot-1.9.12.tar.gz b/tboot-1.9.12.tar.gz deleted file mode 100644 index d5e945f34e8d1f37521c91a7e7dcd7fcd5639250..0000000000000000000000000000000000000000 Binary files a/tboot-1.9.12.tar.gz and /dev/null differ diff --git a/tboot.spec b/tboot.spec index a6bb64a0b47164b3dc424a05d585106b872603a3..a48fdc4a7e8f97b93cfdcf945acf9956d482e090 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,7 +1,7 @@ Name: tboot Summary: A module to perform a measured and verified launch -Version: 1.9.12 -Release: 4 +Version: 1.10.2 +Release: 1 Epoch: 1 License: BSD @@ -38,10 +38,16 @@ and verified launch of an OS kernel/VMM /boot/%{name}-syms %files help -%doc README docs/* lcptools/Linux_LCP_Tools_User_Manual.pdf +%doc COPYING docs/* %{_mandir}/man8/*.gz %changelog +* Fri Dec 10 2021 panxiaohe - 1:1.10.2-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update version to 1.10.2 + * Wed Sep 8 2021 wangchen - 1:1.9.12-4 - add some compile options