Module Name: src Committed By: christos Date: Mon Jul 25 06:20:26 UTC 2016
Modified Files: src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata: Makefile src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata: Makefile src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal: Makefile src/crypto/external/cpl/tpm-tools/lib/libtpm_utils: Makefile Log Message: -Wno-stack-protector To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile diff -u src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile:1.1 src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile:1.2 --- src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile:1.1 Sat Jan 28 11:04:14 2012 +++ src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata/Makefile Mon Jul 25 02:20:26 2016 @@ -1 +1,2 @@ .include "../Makefile.prog" +COPTS.tpm_sealdata.c+=-Wno-stack-protector Index: src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile diff -u src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile:1.1 src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile:1.2 --- src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile:1.1 Sat Jan 28 11:04:15 2012 +++ src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata/Makefile Mon Jul 25 02:20:26 2016 @@ -1 +1,2 @@ .include "../Makefile.prog" +COPTS.tpm_unsealdata.c+=-Wno-stack-protector Index: src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile diff -u src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.2 src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.3 --- src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.2 Sun Nov 4 14:45:58 2012 +++ src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile Mon Jul 25 02:20:26 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/11/04 19:45:58 christos Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/25 06:20:26 christos Exp $ .include "../Makefile.inc" .PATH.c: ${DIST}/lib @@ -11,5 +11,6 @@ SHLIB_MAJOR=1 SHLIB_MINOR=0 LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi +COPTS.tpm_unseal.c+=-Wno-stack-protector .include <bsd.lib.mk> Index: src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile diff -u src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile:1.1 src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile:1.2 --- src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile:1.1 Sat Jan 28 11:04:15 2012 +++ src/crypto/external/cpl/tpm-tools/lib/libtpm_utils/Makefile Mon Jul 25 02:20:26 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/01/28 16:04:15 christos Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/25 06:20:26 christos Exp $ LIBISPRIVATE=yes @@ -12,4 +12,6 @@ tpm_log.c \ tpm_tspi.c \ tpm_utils.c +COPTS.tpm_utils.c+=-Wno-stack-protector + .include <bsd.lib.mk>