From patchwork Sun Oct 6 07:23:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2475 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46mFTF4lb4z42Cm for ; Sun, 6 Oct 2019 07:23:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46mFTD4lmFz2RK; Sun, 6 Oct 2019 07:23:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46mFTD0l6Pz2yHQ; Sun, 6 Oct 2019 07:23:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46mFTB1ZY1z2yHQ for ; Sun, 6 Oct 2019 07:23:26 +0000 (UTC) Received: from ipfire-server.local (174-162-142-46.pool.kielnet.net [46.142.162.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46mFT94tslzJT; Sun, 6 Oct 2019 07:23:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570346605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=YFAKMtPy88LuYy6vsD6ZmkXFNIZ49nWIPhw4RHwG3Vo=; b=KYuiWcbXZIzbcvv0p3T4YpMc3+X3OMKlcgpQVeBPkAMn6viJ6g4jWQDylU8tMq63sOG4bD D+ycePKhGHREhC5KbKml/44VoDwBBNKUH8TxrpYSIP7FMovxggMoVTLMEOs3Nr9/6e7xvM GO2YjpxvXlcwEL8ZNm7qho0Bui2OSTks816aJvpoiC7Cgqxf8F/CRkkK7LAm0kQtW7cnI8 jCeHHc2AXmMQ9gEUay+BrCHEDakpo0aMQXsOqL2C4FaGI+JS+1CBCdCWB0d/Ys6fikl3hB 6xmvWS2bUJOjRHoEpN46DKduhe0cJjCtA9dG6zXn/KgP7e1g10mnBQQvHaaWVQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570346605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=YFAKMtPy88LuYy6vsD6ZmkXFNIZ49nWIPhw4RHwG3Vo=; b=6QFO+Q8XL0xLb/68nuvKM4ZDf9Z4e+DXMAwDzTL7d2tMjrJ2iCn0oXgoDvxnq8QkrKZP7R KrJubL82Px91NFCg== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] ncat: Update to version 7.80 Date: Sun, 6 Oct 2019 09:23:19 +0200 Message-Id: <20191006072319.16169-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" Several improvements has been added. This update is part of the nmap-7.80 update. For the complete changelog take a look in here --> https://seclists.org/nmap-announce/2019/0 . Signed-off-by: Erik Kapfer --- lfs/ncat | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lfs/ncat b/lfs/ncat index e8d13f605..228750a19 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 7.60 +VER = 7.80 THISAPP = ncat-$(VER) DL_FILE = nmap-$(VER).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/nmap-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ncat -PAK_VER = 3 +PAK_VER = 4 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4e454266559ddf2c4e2109866c62560c +$(DL_FILE)_MD5 = d37b75b06d1d40f27b76d60db420a1f5 install : $(TARGET) @@ -78,7 +78,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && mkdir -p build - cd $(DIR_APP) && ./configure --prefix=/usr --without-nmapfe --without-zenmap --without-ndiff --without-nping -without-liblua --without-nmap-update + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --without-nmapfe \ + --without-zenmap \ + --without-ndiff \ + --without-nping \ + --without-liblua \ + --without-nmap-update + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP)/ncat && make install ln -f -s /usr/bin/ncat /usr/bin/nc