Add expiration date -- has known vulns and unmaintained (original) (raw)

Description Chris Hutchinson 2021-12-11 08:53:07 UTC

Created attachment 230039 [details] git diff for archivers/p7zip

This pr adds an expiration date for archivers/p7zip It's currently an unmaintained port and has not been maintained upstream for years. There are a few unresolved CVE's as discussed in bug #228239 There was a recent alternative added as archivers/7-zip which is a fork using the same algos but unlike p7zip, is actively maintained. So the (eventual) removal of p7zip should have no real impact.

Changes Makefile DEPRECATED= Unmaintained for years and has known vulnerabilities EXPIRATION_DATE=2022-01-01

That's it.

Thanks!

--Chris