Date: Mon, 3 Jan 2022 23:30:01 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 189fdfd6b763 - stable/13 - ntp: Revert "Disable stack gap for ntpd during build." Message-ID: <202201032330.203NU1Pu029929@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=189fdfd6b76379834ea1d65773fd74381108b1fa commit 189fdfd6b76379834ea1d65773fd74381108b1fa Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-08-16 14:46:31 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-03 23:04:06 +0000 ntp: Revert "Disable stack gap for ntpd during build." This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because 889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem. (cherry picked from commit 733a832fb515ef9ebf9d584896962fd28e714d0b) --- usr.sbin/ntp/ntpd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index b9c3a05547d4..2d8a8b9d2a2d 100644 --- a/usr.sbin/ntp/ntpd/Makefile +++ b/usr.sbin/ntp/ntpd/Makefile @@ -56,7 +56,4 @@ CLEANFILES+= .version version.c version.c: sh -e ${.CURDIR:H}/scripts/mkver ntpd -afterbuild: - ${ELFCTL} -e +noaslrstkgap ${PROG} - .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201032330.203NU1Pu029929>