]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl-Net-SMTP-SSL: Update to 1.04
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:33:24 +0000 (08:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:44:44 +0000 (10:44 +0000)
- Update from 1.02 to 1.04
- Update of rootfile not required
- This is a dependency of git addon package
- Changelog
   1.04    2016-10-09
    - mark this library deprecated, suggest newer Net::SMTP instead
   1.03    2015-06-20
    - $net_smtp_ssl->isa('Net::SMTP') is now true

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl-Net-SMTP-SSL

index 90e8a2260969f8a63cb803e719a342e6f1b382e9..2bb00a8084e48cc01d344132973ceef39f7e7c0b 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.02
+VER        = 1.04
 
 THISAPP    = Net-SMTP-SSL-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-Net-SMTP-SSL
 DEPS       =
-PAK_VER    = 2
+PAK_VER    = 3
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e67b4d842a51b9a453aeeaeed45fb8e1
+$(DL_FILE)_MD5 = 62b49c961043898b43b041dafbc1b389
 
 install : $(TARGET)