From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] git: Change dependency from perl-Net-SMTP-SSL to perl-libnet Date: Wed, 24 Mar 2021 12:37:14 +0100 Message-ID: <20210324113714.63498-3-adolf.belka@ipfire.org> In-Reply-To: <20210324113714.63498-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8292519190997475244==" List-Id: --===============8292519190997475244== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - perl-Net-SMTP-SSL has been deprecated - perl-libnet contains the Net-SMTP module which replaces net-SMTP-SSL Only Net-SMTP is installed from perl-libnet - Update of rootfile not required Signed-off-by: Adolf Belka --- lfs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/git b/lfs/git index 2290c6e99..db225fe36 100644 --- a/lfs/git +++ b/lfs/git @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D git -PAK_VER =3D 19 +PAK_VER =3D 20 =20 -DEPS =3D perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL +DEPS =3D perl-Authen-SASL perl-MIME-Base64 perl-libnet =20 ############################################################################= ### # Top-level Rules --=20 2.31.0 --===============8292519190997475244==--