From patchwork Tue Aug 8 15:54:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7080 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RKySM5m78z3wjw for ; Tue, 8 Aug 2023 15:54:59 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RKySL2SdNz1DC; Tue, 8 Aug 2023 15:54:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RKySL1VVRz2yT5; Tue, 8 Aug 2023 15:54:58 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RKySJ6PRZz2xHv for ; Tue, 8 Aug 2023 15:54:56 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RKySG2p7nzkc for ; Tue, 8 Aug 2023 15:54:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1691510094; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=M4tCxJl1ZwBf+GFaaO7ZIbUHoHREUL44HiqvxCRYjbI=; b=FOU9WJgPYqtZitGZXLbdZ7Qm4o6enYPup3mqvpJzXLF8opASHlrNpE+6WbcYyoJDMUjR04 pLS+CGz7OJZmGTCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1691510094; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=M4tCxJl1ZwBf+GFaaO7ZIbUHoHREUL44HiqvxCRYjbI=; b=uaMllWeKMooc/zGsomgFCLWf5ucMImRvgKh1nQXPNyno8Y2aLr0zHxd9s8ilnw2MR/q5dn BKIXpXFRYCw9ukhMpI6gCicZPZjPVu2AnI7fZ2J+Rg9TxlOgNp4sucRmxprvdo4JGtaYZv G9rlxMbDofVt0qutch0IaB1lTQBMWOgEs3K9YEQi/jBmkIWk0JJuFCNz0D0nmBE/LXxL5k d52ThLfwJHfjuweQb4NI7sokLwk16dOPYcrmRIQGICd+xv3jIvk1DYF1H+65SPltUBOd7Q GzyDsyaulpexRGs2BWd5QqgARlbW3JKYaKby2IcrZIy7QxcJ8bbsv15KKTAxtQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nmap: Bumped PAK_VER to 16 due to removing the old OpenSSL files Date: Tue, 8 Aug 2023 17:54:48 +0200 Message-Id: <20230808155448.874-1-matthias.fischer@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" Signed-off-by: Matthias Fischer --- lfs/nmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/nmap b/lfs/nmap index 991245500..2b1b97dab 100644 --- a/lfs/nmap +++ b/lfs/nmap @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nmap -PAK_VER = 16 +PAK_VER = 17 DEPS =