From patchwork Wed Mar 24 11:37:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3979 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 4F55nj5P9Nz3xCX for ; Wed, 24 Mar 2021 11:37:45 +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 4F55nj2kcnzYq; Wed, 24 Mar 2021 11:37:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F55nj27fxz2y0p; Wed, 24 Mar 2021 11:37:45 +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 4F55nh1wgjz2xJs for ; Wed, 24 Mar 2021 11:37:44 +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 4F55ng6Jgtz9k; Wed, 24 Mar 2021 11:37:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616585863; 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: in-reply-to:in-reply-to:references:references; bh=sFwZqqbD/m6gDGgLji5a4TXaQtgrruBU82+iUGYkOmA=; b=i/y+Y/gYjaZ5f032LCh4dZbFDCWeagbv17cB48thnt9dWWHcOWqEMpRx7GxBxHnc+k8nNj 9SJk1CdStHO5FUDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616585863; 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: in-reply-to:in-reply-to:references:references; bh=sFwZqqbD/m6gDGgLji5a4TXaQtgrruBU82+iUGYkOmA=; b=DEyc9IkBQQCBoan5X1aUGTKS/LIKJcrjmORj60vw0fh6dcpO62rkqZzYICgBYvvJxqJ3s7 xCqyQLo/EPESq99Q6vxoFHLBPuUKhur05XEiRcv6+pmm92RftNPCj9XBz/meuDsjQxg/w6 tm8/eFCBPvxh8m1ejTOnLrj5mtaEHrG6kGMRq58GVPyS/VwV78vp0lY6vO0NRbUpgZc5WX MdjzwFNbdCN0AooTZJqpBBSQtKBGnSWbs7zyABcVgM6NKLdy64JtT8swv5t2K9kcxj5dxN n83H2VnOML6zr5aFD3dWZixMqRJAPaYnDJ/GkqXuPMmZHHgixQyQ0NfbYXQQ/Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] git: Change dependency from perl-Net-SMTP-SSL to perl-libnet Date: Wed, 24 Mar 2021 12:37:14 +0100 Message-Id: <20210324113714.63498-3-adolf.belka@ipfire.org> In-Reply-To: <20210324113714.63498-1-adolf.belka@ipfire.org> References: <20210324113714.63498-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" - perl-Net-SMTP-SSL has been deprecated - perl-libnet contains the Net-SMTP module which replaces net-SMTP-SSL Only Net-SMTP is installed from perl-libnet - Update of rootfile not required Signed-off-by: Adolf Belka --- lfs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/git b/lfs/git index 2290c6e99..db225fe36 100644 --- a/lfs/git +++ b/lfs/git @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = git -PAK_VER = 19 +PAK_VER = 20 -DEPS = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL +DEPS = perl-Authen-SASL perl-MIME-Base64 perl-libnet ############################################################################### # Top-level Rules