diff --git a/add-PIE-and-BIND_NOW-for-some-binaries.patch b/add-PIE-and-BIND_NOW-for-some-binaries.patch index 13cc83a..a9b5fcf 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 0000000..8fb1cfe 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 d5e945f..0000000 Binary files a/tboot-1.9.12.tar.gz and /dev/null differ diff --git a/tboot.spec b/tboot.spec index a6bb64a..a48fdc4 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