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 58899138359 for ; Sat, 19 Sep 2020 10:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75EE6E07A5; Sat, 19 Sep 2020 10:34:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 559B8E07A5 for ; Sat, 19 Sep 2020 10:34:24 +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 E27CE3410A7 for ; Sat, 19 Sep 2020 10:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53A18EC for ; Sat, 19 Sep 2020 10:34:21 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1600511659.8c7ef5faf2153ba365011fb147af914654d22fc4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/, net-analyzer/nmap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch net-analyzer/nmap/nmap-9999.ebuild X-VCS-Directories: net-analyzer/nmap/files/ net-analyzer/nmap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8c7ef5faf2153ba365011fb147af914654d22fc4 X-VCS-Branch: master Date: Sat, 19 Sep 2020 10:34:21 +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: 76aa14bf-4277-4875-b215-4cd02d49ecba X-Archives-Hash: d96cbec69fd3f45d69faadda936d7d5b commit: 8c7ef5faf2153ba365011fb147af914654d22fc4 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 19 10:34:03 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 19 10:34:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7ef5fa net-analyzer/nmap: Bring patch name in line Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> ....80SVN-no-FORTIFY_SOURCE.patch => nmap-9999-no-FORTIFY_SOURCE.patch} | 0 net-analyzer/nmap/nmap-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch b/net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch similarity index 100% rename from net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch rename to net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 9334acee75c..96c09bd0978 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -39,12 +39,12 @@ PATCHES=( "${FILESDIR}"/${PN}-5.21-python.patch "${FILESDIR}"/${PN}-6.46-uninstaller.patch "${FILESDIR}"/${PN}-6.25-liblua-ar.patch - "${FILESDIR}"/${PN}-7.80SVN-no-FORTIFY_SOURCE.patch "${FILESDIR}"/${PN}-7.25-CXXFLAGS.patch "${FILESDIR}"/${PN}-7.25-libpcre.patch "${FILESDIR}"/${PN}-7.31-libnl.patch "${FILESDIR}"/${PN}-7.80-ac-config-subdirs.patch "${FILESDIR}"/${PN}-9999-netutil-else.patch + "${FILESDIR}"/${PN}-9999-no-FORTIFY_SOURCE.patch ) S="${WORKDIR}/${MY_P}"