From patchwork Thu Apr 6 16:01:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Eissler X-Patchwork-Id: 1064 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 8ADD062082 for ; Thu, 6 Apr 2017 08:01:29 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id DDE4816BE; Thu, 6 Apr 2017 08:01:27 +0200 (CEST) Received: from teissler-p50.proxity.local (p5DEC3A92.dip0.t-ipconnect.de [93.236.58.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id DA427C2C for ; Thu, 6 Apr 2017 08:01:22 +0200 (CEST) From: Timo Eissler Subject: [PATCH] nmap: update to 7.40 To: development@lists.ipfire.org Message-ID: <21e06e10-d5f1-068a-3ae9-33e33cedf0d3@ipfire.org> Date: Thu, 6 Apr 2017 08:01:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" As the currently available nmap 6.47 segfaults on my system i made this patch to fix this and also upgrade nmap to the current stable release. Signed-off-by: Timo Eissler --- config/rootfiles/packages/nmap | 123 +++++++++++++++++++++++++++++++++++++---- lfs/nmap | 6 +- 2 files changed, 115 insertions(+), 14 deletions(-) PROG = nmap -PAK_VER = 7 +PAK_VER = 8 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = edfe81f6763223c0a29bfa15a8526e2a +$(DL_FILE)_MD5 = 9c5a28bfb46228bade82b238408c065e install : $(TARGET) -- 2.9.3