From patchwork Mon Apr 19 20:58:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4189 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FPK0c0vnGz44Qc for ; Mon, 19 Apr 2021 20:58:24 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FPK0b5LYzzk3; Mon, 19 Apr 2021 20:58:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FPK0b4vgdz2yK5; Mon, 19 Apr 2021 20:58:23 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FPK0b0mSyz2xkX for ; Mon, 19 Apr 2021 20:58:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FPK0Z3Vlqzfr; Mon, 19 Apr 2021 20:58:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618865902; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oCu9O1mGWYFIQ92NHep7D1oLGC0Yrqdul/apHy4vaEM=; b=Q9Tl07ryL1fuuVhMgHtsNukEiTSvsIBaaazkmerHeGxaXZgoQBX4Tk8CO0ML+x+AeIRbS/ 67fBc1LFxWI3AFCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618865902; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oCu9O1mGWYFIQ92NHep7D1oLGC0Yrqdul/apHy4vaEM=; b=t2vDnBsMIvRrsAs6H7QBkVUj3aL6y5ClETvBWrY++KL/kfATIQLfcusOW5LVO1XqsmTOqQ 2KRSFGHqS6maaLFxd/9uMzTA0VsVIdjJS85FgLtlJnvHACqJml1/9ktqK3GlySHuNisuQ/ BrvfO+AtQL5BIzqlxtPrpDajyxip3Zq4tzWz9ejQLsXc3gksbm3Q3CwdTRahxYaKovudJ2 26GbvVKnbN/H0vpIJLCj0EY4ynltgiUKxsO3ZRujy9uniX3Lb8YFaEMwspN6c2YIviu/UP OiEBpAVWunvNzMtW30cU42OQ8g3ZG99lpbo1S3VxDK7aOqyZRss3lZs1MUwhYA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ncat: Update to 7.91 Date: Mon, 19 Apr 2021 22:58:16 +0200 Message-Id: <20210419205817.2101413-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from 7.80 to 7.91 - Update of rootfile - Changelog is too long to include here Full details can be found in the CHANGELOG file in the source tarball Signed-off-by: Adolf Belka --- lfs/ncat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ncat b/lfs/ncat index ab954e732..9480cd95a 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -24,7 +24,7 @@ include Config -VER = 7.80 +VER = 7.91 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 = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d37b75b06d1d40f27b76d60db420a1f5 +$(DL_FILE)_MD5 = 239cef725863ab454590a1bb8793b72b install : $(TARGET)