From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46BEE13835A for ; Fri, 11 Jun 2021 06:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ABD5E0875; Fri, 11 Jun 2021 06:39:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E57FE0876 for ; Fri, 11 Jun 2021 06:39:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DD1A33C6B6 for ; Fri, 11 Jun 2021 06:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B298F7AD for ; Fri, 11 Jun 2021 06:39:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623393513.540ea2504d870d6ff28f61b3b399d178c7ae4df8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/, net-misc/ntpsec/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch net-misc/ntpsec/ntpsec-1.2.0-r2.ebuild net-misc/ntpsec/ntpsec-1.2.0-r3.ebuild X-VCS-Directories: net-misc/ntpsec/ net-misc/ntpsec/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 540ea2504d870d6ff28f61b3b399d178c7ae4df8 X-VCS-Branch: master Date: Fri, 11 Jun 2021 06:39:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae269a8e-6589-4da0-95c3-64ff6f6f9257 X-Archives-Hash: 713f4dcacccbf1a011ee57e75ac7ec29 commit: 540ea2504d870d6ff28f61b3b399d178c7ae4df8 Author: Sam James gentoo org> AuthorDate: Fri Jun 11 06:38:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 11 06:38:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540ea250 net-misc/ntpsec: add additional pread64 syscall patch Closes: https://bugs.gentoo.org/786228 Signed-off-by: Sam James gentoo.org> net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch | 11 +++++++++++ .../ntpsec/{ntpsec-1.2.0-r2.ebuild => ntpsec-1.2.0-r3.ebuild} | 1 + 2 files changed, 12 insertions(+) diff --git a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch index e4dc47f19cc..65c13189e9d 100644 --- a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch +++ b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/705128 +https://bugs.gentoo.org/786228 --- a/ntpd/ntp_sandbox.c +++ b/ntpd/ntp_sandbox.c @@ -463,6 +463,15 @@ int scmp_sc[] = { @@ -17,3 +18,13 @@ https://bugs.gentoo.org/705128 }; { for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) { +--- a/ntpd/ntp_sandbox.c ++++ b/ntpd/ntp_sandbox.c +@@ -355,6 +355,7 @@ int scmp_sc[] = { + SCMP_SYS(openat), /* SUSE */ + #endif + SCMP_SYS(poll), ++ SCMP_SYS(pread64), + SCMP_SYS(pselect6), + SCMP_SYS(read), + SCMP_SYS(recvfrom), /* Comment this out for testing. diff --git a/net-misc/ntpsec/ntpsec-1.2.0-r2.ebuild b/net-misc/ntpsec/ntpsec-1.2.0-r3.ebuild similarity index 99% rename from net-misc/ntpsec/ntpsec-1.2.0-r2.ebuild rename to net-misc/ntpsec/ntpsec-1.2.0-r3.ebuild index 4a5784ca79e..9d2d01df34e 100644 --- a/net-misc/ntpsec/ntpsec-1.2.0-r2.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.0-r3.ebuild @@ -68,6 +68,7 @@ WAF_BINARY="${S}/waf" src_prepare() { default + # Remove autostripping of binaries sed -i -e '/Strip binaries/d' wscript || die if ! use libbsd ; then