I guess I am not the only one to have noticed this message in the daily security mail:
In Internet I have found that it can be replaced by the libnet package, but that git still requires it.
Indeed, removing it would be problematic because it would remove git too:
So, is anything to be done other than waiting the git dependency gets fixed? (Main problem so far is that I will get the e-mail everyday until this is solved)
(I use FreeBSD 10.3, only binary packages installed)
Code:
p5-Net-SMTP-SSL-1.04: Tag: expiration_date Value: 2017-03-31
p5-Net-SMTP-SSL-1.04: Tag: deprecated Value: Deprecated by upstream, use Net::SMTP instead
In Internet I have found that it can be replaced by the libnet package, but that git still requires it.
Indeed, removing it would be problematic because it would remove git too:
Code:
# pkg remove p5-Net-SMTP-SSL
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 2 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
p5-Net-SMTP-SSL-1.04
git-2.11.0_3
Number of packages to be removed: 2
The operation will free 23 MiB.
Proceed with deinstalling packages? [y/N]: N
So, is anything to be done other than waiting the git dependency gets fixed? (Main problem so far is that I will get the e-mail everyday until this is solved)
(I use FreeBSD 10.3, only binary packages installed)