diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-03-17 03:35:37 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-03-17 03:35:37 +0800 |
commit | 742dae6da06336c3f9b9ad985a6fc429a39b9390 (patch) | |
tree | 40649394299a0293b202396aa70bf091f23f395b /archivers | |
parent | 74eae62616d2179b8b9485d02c9b955464d9cdda (diff) | |
download | freebsd-ports-gnome-742dae6da06336c3f9b9ad985a6fc429a39b9390.tar.gz freebsd-ports-gnome-742dae6da06336c3f9b9ad985a6fc429a39b9390.tar.zst freebsd-ports-gnome-742dae6da06336c3f9b9ad985a6fc429a39b9390.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
Diffstat (limited to 'archivers')
-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 2b8c88b8bd1b..71b5837588cf 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 |