From patchwork Thu Jul 8 11:43:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4500 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 4GLDvV1m53z3xCm for ; Thu, 8 Jul 2021 11:43:34 +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 4GLDvT6dfMz12h; Thu, 8 Jul 2021 11:43:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GLDvT5qnXz2xy5; Thu, 8 Jul 2021 11:43:33 +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 4GLDvS6J7wz2xy5 for ; Thu, 8 Jul 2021 11:43:32 +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 4GLDvS38TFzxD; Thu, 8 Jul 2021 11:43:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625744612; 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=vuVNDHuVvon0H52SvJnt/b19/b0xlCKNcRyfGGnyndw=; b=38Q4LPZE0bY4azrbFeuWM0wgYn10JHwaky2h1qcgLz5GaKScJFw0Y2Q8wbaddrvws1sHTg YSp6XOwyxbjH40Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625744612; 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=vuVNDHuVvon0H52SvJnt/b19/b0xlCKNcRyfGGnyndw=; b=IKjs179AIezhsz0uigKOb9i5ygs8DF7ojxPCIG9FbdHinZZQc/qPnM/OkZrCRCEsoAlsRh XP8iWGVTxa0qHxGVoz4hCa5BIXy6grj3g1Epcjy1MKGcLAH6oDdQbgH7u2MPdbnw5e8hyo GTRIhi0uqNq3fozF5Clx7ZIJGazs3V/aVxvbYFzwX9lkl0mqdwzj7xSUCV32rJGxmM9K/N EDNX+BoXvtvgRa6XaJKyWfPslUq3CpRHrqREH3C7wCrZSAPJ5z3AzEGcpnpLWLXg3v1HfY bgODoqKmUbkDsL8EX8S0oBZkDXmmntPr5YH0Tj8z5Zkd4X2NieRje+RmNzzboQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] perl-MIME-Lite: Update to version 3.033 Date: Thu, 8 Jul 2021 13:43:26 +0200 Message-Id: <20210708114326.58539-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 3.030 (Nov 2013) to 3.033 (Jun 2021) - Update of rootfile not required - Changelog Version 3.033 No changes since previous version, just made non-trial. Version 3.032 Fix an error in printing to Net::SMTP (thanks, Peter Heirich) Add "use warnings" and require v5.6 Version 3.031 Add an SSL option to connect to the SMTP relay via SSL on port 465. (thanks, Max Maischein) Document some tips on using non-ASCII content with MIME::Lite (thanks, traveljury.com and Tom Hukins) Signed-off-by: Adolf Belka --- lfs/perl-MIME-Lite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/perl-MIME-Lite b/lfs/perl-MIME-Lite index 186a95c4b..7fd9903e5 100644 --- a/lfs/perl-MIME-Lite +++ b/lfs/perl-MIME-Lite @@ -24,7 +24,7 @@ include Config -VER = 3.030 +VER = 3.033 THISAPP = MIME-Lite-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5a6d90329e049eee77248d667343acc7 +$(DL_FILE)_MD5 = 42f056ef1338f129b1187a05e7b44369 install : $(TARGET)