diff options
author | Carlo Strub <cs@FreeBSD.org> | 2021-12-11 22:04:09 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2021-12-11 22:04:09 +0000 |
commit | c24478fc61e9e0a9c5d280ac0f0299710b5fd9cc (patch) | |
tree | d701f4b21cc7e40bd473f6069ef922c026baf304 | |
parent | 221e594aa403533df8459e5054a982839e5f0124 (diff) | |
download | ports-c24478fc61e9e0a9c5d280ac0f0299710b5fd9cc.tar.gz ports-c24478fc61e9e0a9c5d280ac0f0299710b5fd9cc.zip |
archivers/p7zip: Deprecate
Vulnerabilities and no upstream maintenance
PR: 260334
Reported by: Chris Hutchinson <portmaster@bsdforge.com>
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 0f7b4b3c8d51..c034a9b78529 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -12,6 +12,9 @@ COMMENT?= File archiver with high compression ratio LICENSE?= LGPL21 +DEPRECATED= Unmaintained for years and has known vulnerabilities +EXPIRATION_DATE=2022-01-01 + ALL_TARGET?= all3 USES= cpe tar:bzip2 CPE_VENDOR= 7-zip |