From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] perl-Net-SMTP-SSL: Update to 1.04 Date: Mon, 22 Mar 2021 08:33:24 +0100 Message-ID: <20210322073324.1943-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4728366273060358494==" List-Id: --===============4728366273060358494== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- lfs/perl-Net-SMTP-SSL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/perl-Net-SMTP-SSL b/lfs/perl-Net-SMTP-SSL index 90e8a2260..2bb00a808 100644 --- a/lfs/perl-Net-SMTP-SSL +++ b/lfs/perl-Net-SMTP-SSL @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.02 +VER =3D 1.04 =20 THISAPP =3D Net-SMTP-SSL-$(VER) DL_FILE =3D ${THISAPP}.tar.gz @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D perl-Net-SMTP-SSL DEPS =3D -PAK_VER =3D 2 +PAK_VER =3D 3 =20 ############################################################################= ### # Top-level Rules @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D e67b4d842a51b9a453aeeaeed45fb8e1 +$(DL_FILE)_MD5 =3D 62b49c961043898b43b041dafbc1b389 =20 install : $(TARGET) =20 --=20 2.31.0 --===============4728366273060358494==--