Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D0C311A9239 for ; Mon, 8 Nov 2021 22:16:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 14F4785017; Mon, 8 Nov 2021 22:16:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D88584D51 for ; Mon, 8 Nov 2021 22:16:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tGaugwC0tzaE for ; Mon, 8 Nov 2021 22:16:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9F96F84D43 for ; Mon, 8 Nov 2021 22:16:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98BFDFAEC; Mon, 8 Nov 2021 22:16:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163640978168490" MIME-Version: 1.0 Date: Mon, 8 Nov 2021 22:16:21 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211108221621.98BFDFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163640978168490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Nov 8 22:16:21 UTC 2021 Modified Files: pkgsrc/doc/guide/files: hardening.xml Log Message: hardening.xml: fix misplaced tags so this generates valid output To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/doc/guide/files/hardening.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163640978168490 Content-Disposition: inline Content-Length: 974 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/hardening.xml diff -u pkgsrc/doc/guide/files/hardening.xml:1.5 pkgsrc/doc/guide/files/hardening.xml:1.6 --- pkgsrc/doc/guide/files/hardening.xml:1.5 Sun Nov 7 11:30:19 2021 +++ pkgsrc/doc/guide/files/hardening.xml Mon Nov 8 22:16:21 2021 @@ -1,4 +1,4 @@ - + Security hardening @@ -142,6 +142,7 @@ Currently, this means NetBSD on x86, ARM PKGSRC_MKPIE was enabled by default after the pkgsrc-2021Q3 branch. + Not enabled by default @@ -218,7 +219,6 @@ More details can be found here: - PKGSRC_USE_STACK_CHECK --_----------=_163640978168490--