]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
perl-MIME-Lite: Update to version 3.033
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 8 Jul 2021 11:43:26 +0000 (13:43 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Aug 2021 06:53:59 +0000 (06:53 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/perl-MIME-Lite

index 186a95c4bfd6f8fba8a945ec0eb6bdf1ecc3aaa5..7fd9903e5fa2dcc3e31a898a9ab45eafe3c3ef91 100644 (file)
@@ -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)