diff options
author | johans <johans@FreeBSD.org> | 2015-03-17 03:35:37 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-03-17 03:35:37 +0800 |
commit | 6e68d12b6301020f94b7be37d6693549936c9764 (patch) | |
tree | 40649394299a0293b202396aa70bf091f23f395b | |
parent | 119700579fee25e030199f206731eab464c7e5b5 (diff) | |
download | freebsd-ports-graphics-6e68d12b6301020f94b7be37d6693549936c9764.tar.gz freebsd-ports-graphics-6e68d12b6301020f94b7be37d6693549936c9764.tar.zst freebsd-ports-graphics-6e68d12b6301020f94b7be37d6693549936c9764.zip |
adding CPE information to Makefile
archivers/gzip has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2009-2624). This patch adds CPE information as suggested in
the FreeBSD wiki
PR: 198641
Submitted by: shun.fbsd.pr@dropcut.net
-rw-r--r-- | archivers/gzip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 2b8c88b8bd1..71b5837588c 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -9,10 +9,11 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Compression utility designed to be a replacement for compress -USES= charsetfix makeinfo +USES= cpe charsetfix makeinfo GNU_CONFIGURE= yes -INFO= gzip +INFO= gzip +CPE_VENDOR= gnu DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ THANKS TODO |