From patchwork Sun Feb 26 19:19:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6633 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 4PPtjN2bDFz3wk1 for ; Sun, 26 Feb 2023 19:19:20 +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 4PPtjH1bbTz6L1; Sun, 26 Feb 2023 19:19:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPtjG4vfgz30H3; Sun, 26 Feb 2023 19:19:14 +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 4PPtjF3fffz2x9t for ; Sun, 26 Feb 2023 19:19:13 +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 4PPtjF11fGz1rm; Sun, 26 Feb 2023 19:19:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677439153; 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=ypf+gBsrAmtTfXZGtb4jdcQ283zXQ1HFhY04F5iKpeE=; b=blyuRdFJTw8xEqhe1sIggkH6iaJLOHRLHHkSiICDg+Yc4E1TOACdjKioHJQooyoGzDeZW/ M9cDns35PSmYyuAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677439153; 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=ypf+gBsrAmtTfXZGtb4jdcQ283zXQ1HFhY04F5iKpeE=; b=EuMv2DvLRnPBirxFF8TwKPI1GMPoHaDKWtkOPzt+EAeq67HjBZ9r6dqpkcZ0qGiX0mL06j +Yv9pcm6rljMXnXgienO6KcqpISzeTR60Oit+fH5JFs505qf5Z5JNCwcafRAPgTLKDaToW /8FXjmRusjjnYCmwg7dnKGXekXRCdBFBF63eQmUEv6uwmjbzrrePG8rqS0gzWsiQwTMecB AtLhl/7jYu5BVZG8LLWVMh44m+uRNPhJk3E5ydswXwhatJ/ZhUuWnAZJM7S0PbGt/Jv77u VwieE1FgnsUq1sbURr7b9Nn4YXnDKkVWIBJRSCjy4gSBHdzVqfiLaGct8Axe9w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 6/7] perl-Net-SMTP-SSL: Requires perl(Net::SMTP) to build Date: Sun, 26 Feb 2023 20:19:03 +0100 Message-Id: <20230226191904.675207-6-stefan.schantl@ipfire.org> In-Reply-To: <20230226191904.675207-1-stefan.schantl@ipfire.org> References: <20230226191904.675207-1-stefan.schantl@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: Stefan Schantl --- perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.nm b/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.nm index 47b7224f6..9dc8d5809 100644 --- a/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.nm +++ b/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.nm @@ -5,7 +5,7 @@ name = perl-Net-SMTP-SSL version = 1.04 -release = 1 +release = 2 arch = noarch thisapp = Net-SMTP-SSL-%{version} @@ -24,6 +24,7 @@ build requires perl(ExtUtils::MakeMaker) perl(IO::Socket::SSL) + perl(Net::SMTP) perl(Test::More) >= 0.47 end